Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rename Manufacturers to Publishers


kamranlibra

Recommended Posts

Go to root>>includes>>languages>>english>>index.php

 

 

find:

 

define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');

and

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

 

 

change to:

 

define('TABLE_HEADING_MANUFACTURER', 'Publisher');

and

define('TEXT_ALL_MANUFACTURERS', 'All Publishers');

 

 

There may be another in one or two of the other english files - just change them in the same way

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

Link to comment
Share on other sites

As I said in my original post there are others in other files:

 

english.php

bm_manufacturers.php (DO NOT alter the name of this file)

 

and possibly others

 

Just change the word Manufacturer in the 2nd part of each define as per the example in my first post

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...