behnam_amini2 Posted April 29, 2015 Share Posted April 29, 2015 Hello to all If possible, please help me experts When I am using this code in the file, product.tpl 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 gets an answer wrong I even changed the code to the following, but I still did not resolve 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} I thank all the experts for advice Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now