Guest Posted January 13, 2005 Posted January 13, 2005 New member with a new osCommerce install. In general, we are very happy with osC so far. I apologize if this has been covered before, but my search did not turn anything up. Basically, we are planning on using the Manufacturer's field for a different type of information (e.g. "Common Name"). We would like to change the word Manufacturer at the top of the product listing to reflect our use of the field. We don't intend to change the actual field name in the database, we just want to edit the Product Listing Heading so that it says "Common Name" rather than "Manufacturer". Any guidance on which file(s) I need to edit? Thanks in advance Jeff Nelson Paducah, KY
ozcsys Posted January 13, 2005 Posted January 13, 2005 New member with a new osCommerce install. In general, we are very happy with osC so far. I apologize if this has been covered before, but my search did not turn anything up. Basically, we are planning on using the Manufacturer's field for a different type of information (e.g. "Common Name"). We would like to change the word Manufacturer at the top of the product listing to reflect our use of the field. We don't intend to change the actual field name in the database, we just want to edit the Product Listing Heading so that it says "Common Name" rather than "Manufacturer". Any guidance on which file(s) I need to edit? Thanks in advance Jeff Nelson Paducah, KY <{POST_SNAPBACK}> Do not make any changes to the database field names unless you plan on changing all the code that calls for that particular field. All you care about it what is shown to the Customer which is just a matter of changing the text. includes/languages/english.php // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted January 14, 2005 Posted January 14, 2005 Thanks, Richard. That was what I needed. Jeff Nelson Paducah, KY
Recommended Posts
Archived
This topic is now archived and is closed to further replies.