If your store has Shopify Plus you can modify your checkout so the personalized product image is shown instead of the default product image.
1. Look for the checkout.liquid file in your theme, if you don't have one you will need to create it or use a different theme.
 
 
2. Go to the bottom of the file and and paste this code just before the tag:
{%- for item in checkout.line_items -%}
  
{%- endfor -%}
It should look something like this:
 
3. Save the file and go to the checkout. Now products personalized with Customily will use the personalized image instead of the default product image!
 
Note
Keep in mind this is only possible if you have Shopify Plus. If not available for your store, please reach out to Shopify support
 
 

Share

Was this article helpful?

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