Customer's order page
Last updated
Last updated
Familiarise yourself with .
(Optional) I recommend and making changes to it first. Once you're happy with the results, please apply the same changes to the live store.
Start
Find the relevant customers/order.liquid
file. Note that the file name may be different in your store's theme.
Place the code snippet within the order line_items
loop to show serial numbers, warranty and custom fields. You may want to edit the snippet for more (e.g. use a custom field key specific to your store).
Click Save and Preview store (buttons at the top right)
Navigate to the customer's order page and verify the changes look as expected. Ensure the order has serial numbers, warranty or custom fields populated. Otherwise you wouldn't see any changes.
If you don't see any changes even though the order has populated item fields, it's likely the wrong file was edited. Add a dummy code snippet, e.g. <p>Can you see this?</p>
to ensure the correct file was edited.