If you want to add the personalized image from Customily inside the order confirmation email your customers will get once they place an order, you just need to edit the template that Shopify uses to create those emails. For more information on this, we’d recommend you read the following articles:
 
  • How to Customize Shopify Email Notifications for Clients
  • Edit notification templates

    There you’ll find all the information you need to know on how to properly edit Shopify’s email template.

    Customily stores the personalized image URL in the order properties, so you can easily access it through the line item properties. In this case, the specific property for the preview image file is called "_customily-preview".
    Here’s an example of how you would use it in the order confirmation email template from your store:
Here's the code so you can easily copy it into your template:

{% if line.properties['_customily-preview'] != blank %}
<img class="order-list__product-image" src="{{ line.properties['_customily-preview'] }}" width="60" height="60" align="left">
{% endif %}
Once you copy this, the Shopify product image will be replaced with the Customily personalized one!
Keep in mind
The email confirmation template may vary from store to store. You have to find the line in your Shopify email template where the product image is inserted and replace it with the Customily image instead.

Share

Was this article helpful?

0 out of 1 found this helpful
Have more questions? Submit a request