Hello, long time noobie, first time poster,
I am trying to create a conditional statement based on the following code:
{exp:channel:entries channel="galleries" url_title="{embed:product_id}"}
<div class="products_view_image">
{gallery}
<a href="http://{path=%27galleries/view/{url_title}/{row_id}}" rel="cb" title="{image_title}">_ {exp:ed_imageresizer image="{image}" maxWidth="100" maxHeight="100" alt="{image_title}"}_ </a>
{/gallery}
</div>
{/exp:channel:entries}I would like to display a default image in case there are not any specified for the given product id. It’s probably a simple answer, but struggling to find anything in the forum or documentation.
Many thanks.