Order Processing Script - Formatting Errors

Hi All,

I added a Schedule button to my thank you page, to facilitate the scheduling of the introduction call to our service you just purchased.

It’s doing some weird things the checkout page. Any help here?

Here is the script:

{% for line in checkout.line_items %}

{% if line.title contains’Elite Health Evaluation’ %}


We will be reaching out to you to confirm your appointment date, location and your Cenegenics physician. We will also provide you with additional details about your Elite Health Evaluation date and what to expect.


{% break %}
{% endif %}
{% endfor %}

Hi dustinsmith!

To start your first paragraph is missing a closing

Also, you’re going to want to create a ContentBox for any items you add to the Shopify order status page to ensure they fit properly.

Backup your current code and try this:


Let me know if that helps!

Thanks,

Kyle

Wow!
Thank You!
It works flawlessly.

1 Like

Awesome! Happy to hear.

1 Like

Hi mate, i am looking to do the same think, where exactly do I need to insert the code?