Hi there,
Thank you very much for your reply.
May I kindly ask you if you know how to insert an image in the customer’s order details in the client’s dashboard?
Thanks!
Kateryna
A Shopify B2B store manager needs to display customer reference numbers in the order overview section of customer accounts. Currently, customers can add a personal reference during checkout (shown in a screenshot as ‘Klant referentie’), which the company uses for invoicing, but this reference doesn’t appear in the customer’s order history.
Solution Provided:
customers/account.liquid to add a custom column in the order table{{ order.attributes["Persoonlijke referentie"] }}customers/order.liquid to display the reference on individual order detail pagesAdditional Discussion:
{{ line_item | image_url: width: 100, height: 100 | image_tag }}Status: The original issue was resolved through Liquid template modifications.