Hi all,
Hope you're well. Hoping to get some answers about syntax. We have custom website.
One of our trigger, “added to cart” will be triggered once every items is added to cart. Say, I have 5 products added to cart, there will be 5 events under my name showing I've added 5 items individually not all at once. While, we want to keep it that way, would there be any solutions I can get the products showing all at once in a dynamic table (for example showing 5 items in one email rather than showing just one item)?
This is the code we are using:
{% catalog event.sub_product_id unpublished="cancel" %}
[img]{{catalog_item.featured_image.full.src}}[/img]
Product Name: {{ catalog_item.title }}
Description: {{ catalog_item.description }}
Price: {% currency_format catalog_item.metadata|lookup:"price" %}
{% endcatalog %}
Thank you in advance. :)
Regards,
Layco