Hi,
I would like to remove the units in stock on the product info page and instead only show "In stock" or "not in stock".
I have found out that the file that controls this is: tpl_products_info_display.php
and that i probaly should edit the line:
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
Can anyone instruct me on what is should change the code to?
Best Regards
Gustaf


Reply With Quote
