Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Model Text


Guest

Recommended Posts

In osCommerce each product has a unique model number. How can I change the text to "SKU" instead of "model"

Link to comment
Share on other sites

In includes/languages/english/index.php, change

  define('TABLE_HEADING_MODEL', 'Model');

to

  define('TABLE_HEADING_MODEL', 'SKU');

You may have to do this in other files as well. Also, I assumed you were using English, but you can do this in any of the languages.

 

Hth,

Matt

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...