Hi everyone,
I’m working on customizing the image shown for an item in the cart and during checkout. This image is necessary for integration with Gelato, an app that fulfills the items in the order.
Currently, I’m setting a property for the item when it’s added to the cart to pass the custom image URL using item properties. However, this property is visible in the order recap, which isn’t ideal. I’ve learned that the checkout isn’t modifiable with Liquid templates unless using Shopify Plus, and I’d like to avoid that if possible.
Here are my questions:
- Is there a way to tell Shopify to ignore specific properties (like the custom image URL) in the order recap and email?
- Can I dynamically change the item image shown in the checkout and order confirmation emails based on this custom image?
Any advice or alternative approaches would be greatly appreciated!
Thanks in advance!