newpronet Posted August 10, 2004 Posted August 10, 2004 Is there a module available that would add a part number field that is also searchable?
reliablesol Posted August 11, 2004 Posted August 11, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.