How To Have Product Images As Thumbnails in customers history orders

Topic summary

A user sought help adding product thumbnail images to customer order history pages in the Shopify Sense theme.

Solution Provided:

  • Modify the themes->sections->main-order.liquid file
  • Add code after line 62: img src="{{ line_item.product.featured_image.src | product_img_url: 'thumb' }}" alt="{{ line_item.product.title }}"

Outcome:

  • The original poster successfully resolved the issue and shared screenshots demonstrating the working solution
  • Another user (AudreyD) later found the thread, requested the solution (as messages appeared deleted), and confirmed it worked perfectly after implementation

Note: The conversation includes attached screenshots showing the implementation, though some message text appears corrupted or reversed in the thread.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hi there all,

How To Have Product Images As Thumbnails in customers history orders? I’m using theme SENSE.

Thanks for any hints!

The issue has been resolved! Thank you for your effective and swift assistance.

1 Like

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

2 Likes

Thank you so much for your help! It is working perfectly :slightly_smiling_face:

Best, Audrey

You are most welcome.

1 Like