
Originally Posted by
time111
Hi,
Please can anybody say me where to place $sku = $products_model; in tpl_product_info_display.php. So that in Place of Model it shows SKU.
I need the complete replacement code line.
thanks.
~ Time
No code edit here. This is a LANGUAGE FILE change.
The word "model" appears in about 17 language php files, and to find all references in language files, use the DEVELOPER TOOLKIT under ADMIN>>>TOOLS.
Then you change, FOR EXAMPLE:
PHP Code:
define('TEXT_PRODUCT_MODEL', 'Model: ');
to
PHP Code:
define('TEXT_PRODUCT_MODEL', 'SKU: ');