Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change the word "manufacture" to somthing else?


g18rst

Recommended Posts

Posted

Hi, im wanting to change the word "Manufacture" to somthing else, i found the 2 in the "/lanuages/english/index.php" but its still "manufactures" in the box, so how can i change where ever it says "Manufacture" to "Maker" or somthing i want.

 

Using latest 2.2, no theme just custom stylesheet.

 

Thanks

Andy

Posted

english.php has some references to manufacturer, you could try running through all the files within the english folder

My store is currently running Phoenix 1.0.3.0

I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 )

I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary

Posted

make the changes on catalog/includes/languages/english.php

 

 

lokk for

 

define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

and

 

define('BOX_HEADING_MANUFACTURER_INFO', 'Manufacturer Info');

define('BOX_MANUFACTURER_INFO_HOMEPAGE', '%s Homepage');

define('BOX_MANUFACTURER_INFO_OTHER_PRODUCTS', 'Other products');

 

 

PS i really dont know what catalog/includes/languages/english/index.php is used for so make the changes in catalog/includes/languages/english.php

Posted

I always copy the original line, then comment that and add a new line like: //changed DD-MM-YY JS to flag changes.

I then edit the copied line so I can restore.

 

in /catalog/includes/languages/english/products_new.php

changed define('TEXT_MANUFACTURER', 'Manufacturer:');

to

define('TEXT_MANUFACTURER', 'Author:');

 

and

 

/catalog/includes/languages/english.php

changed manufacturers to authors

 

and

 

catalog/includes/languages/english/index.php

changed manufacturers to authors

 

So far, so good - it looks like a bookstore, not a hardware store.

 

JS

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...