Specific price access in prestashop 1.6
I am on prestashop 1.6
When I use this code in the product.tpl file there is no problem and everything works correctly:
{if $product->specificPrice.from_quantity==0} <img src="http://url/finish.png" >{/if}
But the same code in the file, homefeatured.tpl is getting the wrong answer I even changed the code to the following but I still haven't solved the problem
{if $product.specificPrice.from_quantity==0} <img src="http://url/finish.png" >{/if}
or
{if $product.specific_price.from_quantity==0} <img src="http://url/finish.png" >{/if}
Please help me experts.
+3
source to share
1 answer