Having trouble with a simple if statement. It works for 7 if statements in a row… but if I add an 8th it ends up producing an empty entry.
{if product-image1 !=""}Do something{/if}
{if product-image2 !=""}Do something{/if}
{if product-image3 !=""}Do something{/if}
{if product-image4 !=""}Do something{/if}
{if product-image5 !=""}Do something{/if}
{if product-image6 !=""}Do something{/if}
{if product-image7 !=""}Do something{/if}
{if product-image8 !=""}Do something{/if}Is there a limit to if statements? Do you know of another way of of doing this?
Thanks
Simon