Overview
This article outlines both solutions to help integrate Product Options 2.0 with Shopify's email templates.
Setup
- Duplicate themes to create a backup copy.
- From the Shopify admin, select Settings.
- Select Notifications.
- Under Orders, select Order confirmation.
- Overwrite all of the code in the Email body with: Order confirmation.
- Select Save and navigate back to the Notificationspage.
- Under Orders, select Abandoned checkout.
- Replace this code:
<td class="button__cell"><a href="{{ url }}" class="button__text">Items in your cart</a></td> </tr> </table> {% if shop.url %} <table class="link secondary-action-cell"> <tr> <td class="link__cell"><a href="{{ shop.url }}" class="link__text"><span class='or'>or</span> Visit our store</a></td> - With this code:
<td class="button__cell"><a href="{{ shop.url }}/cart" class="button__text">Complete your purchase</a></td> </tr> </table> {% if shop.url %} <table class="link secondary-action-cell"> <tr> <td class="link__cell"><a href="{{ shop.url }}" class="link__text"><span class='or'>or</span> Visit our store</a></td> - Select Save and navigate back to the Notifications page.
- Under Shipping, select Shipping confirmation.
- Overwrite all of the code in the Email body with: Shipping confirmation.
- Select Save and navigate back to the Notifications page.
- Under Shipping, select Shipping update.
- Overwrite all of the code in the Email body with: Shipping update.
- Select Save.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article