Hi,
I’ve recently been tasked to add several items into a template, where I already have several conditional statements, such as:
{if embed:product_video}{snippet_supplementary_video}{/if}However, the new conditional statement I just added won’t work:
{if embed:title_shop AND embed:link_shop}
HTML object…
{/if}I’ve checked and double checked the entry and there is data in place. The field names are correct. Also, the field types are the same for both conditional statements. I’ve also tried OR and only one variable, but it still won’t work.
I have a sneaking suspicion my time away from ExpressionEngine is showing!
What am I missing?