Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Model Text


Guest

Recommended Posts

Posted

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

Posted

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

Archived

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

×
×
  • Create New...