Replaceing the standard product image with the customers preview

You might want to show the customers rendered image instead of the standard product image.

The following line of code can be used to show the customers rendered product instead of the standard product image. This could be in the cart, or in confimation emails for example.

Simply copy the code below into your email templates, and it will show the customers image:

{% if line_item.properties['id'] %}
	<img src="https://app.posterlyapp.io/render_preview.jpg?uuid={{ line_item.properties['id'] | replace: "#", "" }}">
{% endif %}

Didn't find an answer?

Contact Us
Getting Started
Product Features
Custom Input Fields
Design Elements
Customization