the kilo should be a sufix not prefix,
you will find instructions here:
https://www.zen-cart.com/tutorials/i...hp?article=204
i entered kilo in the search of the FAQ![]()
the kilo should be a sufix not prefix,
you will find instructions here:
https://www.zen-cart.com/tutorials/i...hp?article=204
i entered kilo in the search of the FAQ![]()
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!!!