Hi there all,
How To Have Product Images As Thumbnails in customers history orders? I’m using theme SENSE.
Thanks for any hints!
A user sought help adding product thumbnail images to customer order history pages in the Shopify Sense theme.
Solution Provided:
themes->sections->main-order.liquid fileimg src="{{ line_item.product.featured_image.src | product_img_url: 'thumb' }}" alt="{{ line_item.product.title }}"Outcome:
Note: The conversation includes attached screenshots showing the implementation, though some message text appears corrupted or reversed in the thread.
Hi there all,
How To Have Product Images As Thumbnails in customers history orders? I’m using theme SENSE.
Thanks for any hints!
Dear @mxh778872 ,
I have the same need (add product image to customer history order). You seem to have found a solution, it’s great! But @Kaner message is not available. All the messages from this thread seem to have been deleted. Can you post your solution?
Thank you for your help!
Audrey
Dear Audrey,
The solution is to modify the themes->sections->main-order.liquid file by adding a line of code after line 62:
…
img src=“{{ line_item.product.featured_image.src | product_img_url: ‘thumb’ }}” alt=“{{ line_item.product.title }}”>
…
(see attached image).
Since this happened six months ago, I don’t remember it very clearly. I’m really sorry about that.
Best
mxh778872
Thank you so much for your help! It is working perfectly ![]()
Best, Audrey
You are most welcome.