Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need some programming help ...


andyw8121

Recommended Posts

Please check out my site www.awtradingcards.com/store - I have added more coloumns for the items when they are listed - but I have no idea how to change them to something else - I would lke to change manufacture to something else and same with model - any insite on this and how to add more coloumns would be great.

 

Thanks

 

Andy White

Link to comment
Share on other sites

If you only need to change the words go to catelog/includes/languages/english.php

change this

define('BOX_HEADING_MANUFACTURER_INFO', 'Manufacturer Info');
and this
define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

then in catelog/includes/languages/english/index.php

define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
and
define('TABLE_HEADING_MODEL', 'Model');

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...