Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Part Number Field


newpronet

Recommended Posts

Posted

Just use the 'Product_model' field for your part number. You can in catalog/includes/languages/english/index.php change;

define('TABLE_HEADING_MODEL', 'Model');

to

define('TABLE_HEADING_MODEL', 'Part Number');

 

I use Master Products contribution so this is also set in catalog/includes/languages/english/master_products.php

 

Also on your Admin side in admin/includes/languages/english/cateories.php

you can set;

define('TEXT_PRODUCTS_MODEL', 'Products Model:');

to

define('TEXT_PRODUCTS_MODEL', 'Products Part Number:');

 

The products model field is fully searchable.

Kerry Slavin

Archived

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

×
×
  • Create New...