Anyone have one suggestion?
Hello, I would like to implement a logic in my pages of products when the product price is equal to 0 (== 0) would not show the price, and when it is greater than 0 (> 0) show the price normally ..
Anyone have one suggestion?
Anyone have one suggestion?
Edit /themes/prestashop/product.tpl
Look for
and replace it with
Look for
and replace it with
getPrice(true, $smarty.const.NULL, 2) == 0}style="display:none"{/if}>
Thanks, this work good..
I try to put same code in product-list.tpl but this fail, this deleted all information, including the button to see the product..
Can help me in code for product-list.tpl?
I try to put same code in product-list.tpl but this fail, this deleted all information, including the button to see the product..
Can help me in code for product-list.tpl?
Attached Files
i try to insert this code but dont have work..
anyone can help to insert this logic here in product-list.tpl
anyone can help to insert this logic here in product-list.tpl
{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc} {/if}
{if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Available'}{/if}




Back to top









