why isnt this code firing in shopify additional scripts?

Karenwillia
Visitor
1 0 0

this is in additional scripts section of shopify and im trying to send a pixel event for certain rules. i have pricing rules in place which work fine but this one isnt saving(assuming because it's wrong

 {% for line in checkout.line_items %}
        {% assign found_collection = false %}
         {% for collection in line.product.collections %}
            {% if collection.title == 'Collection NAME' %}
                 {% assign found_collection = true %}
            {% endif %}
    {% endfor %}
     
     {% if found_collection == true %}
Reply 1 (1)
Jason
Shopify Expert
11142 221 2050

If it isn't saving because of an assumed error in the code, are you able to post the entire code block?

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★