Thank you so much for your helpful reply. I can’t see how to add the Check if “Vendor is not empty and exists” .
Also I only want to add the vendor name as a tag for some vendors (about 5) but we have about 20 all together.
Could it be done without the check if and using an if statement in the Add Order tags? How would you write this if statement for specific vendors?
Start When: Order Created
Do This: Add Order Tags
{% for lineitems_item in order.lineitems %} {{lineitems_item.product.vendor}},{% endorfor %}}}
Really appreciate your help!