Guest Posted July 9, 2003 Posted July 9, 2003 In osCommerce each product has a unique model number. How can I change the text to "SKU" instead of "model"
Guest Posted July 10, 2003 Posted July 10, 2003 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.