Is there any way to display a different image for a product in the admin / orders page?

We have a custom react app build into our shopify theme which allows users to design their own product. It generates a customised preview image which we have appearing in the cart when the user checks out by appending the image data as a custom property. However, we would also like this to appear as an image (rather than raw data) for admin users viewing the order history. Is there any way to control which image gets shown in the admin area? Currently it defaults to whatever image we have added to the product’s media, however we want to customise this

1 Like