Like this in tpl_product_info_display.php
Code:<?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
Like this in tpl_product_info_display.php
Code:<?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
Look again!!!
look where?
The bit that I highlighted in red is what puts the kg, or whatever you have it defined as, after the value.
So wherever you want to include the defined, just add the bit that I highlighted in red.
Cheers
Do you mean that part . TEXT_PRODUCT_WEIGHT_UNIT . ?