stuffedhippo Posted September 1, 2011 Share Posted September 1, 2011 Hi This is probably a very easy one, or I hope so. Basically if the product has a manufacturer associated with it I want to show a message. I have tried: {if $product.id_manufacturer ne 0} <p>MESSAGE HERE</p> {/if} and {if $product.id_manufacturer <= 0} <p>MESSAGE HERE</p> {/if} and {if isset($product.manufacturer)} <p>MESSAGE HERE</p> {/if} and {if $product_manufacturer} <p>MESSAGE HERE</p> {/if} I have been clutching at straws and I have none left now. Any help please. Thanks stuffedhippo 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