I'm trying to use an if statement in photopost to show certain ads under photos if a user has selected Style ID 4 and another (with a different background) if a user has selected Style ID 7.
I created this statement and put it around the ad code in showphoto.tmpl:
Code:
Content visible to verified customers only.
However, this if statement does nothing. The ads show regardless of which style the user has selected.
How would I implement what I am trying to achieve?
Originally I thought this would work:
Code:
Content visible to verified customers only.
However, the above statement simply results in *both* ads showing on both styles.
Help would be appreciated. Thanks.