tutygr Posted April 10, 2012 Share Posted April 10, 2012 Hello all, I need a little help with a code (php). In the product page, I want to show a small image if the price is higher than 200 euro. Any help will be appreciated. Thank you in advance. Link to comment Share on other sites More sharing options...
tutygr Posted April 10, 2012 Author Share Posted April 10, 2012 Found it! For anyone who is interested: {if $product->price > 200} <!-- image code here --> {/if} 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