Place barcodes on the customer page
Display barcodes on your Shopify online store
Last updated
Display barcodes on your Shopify online store
Last updated
The guide is for illustrative purposes only and requires knowledge of HTML and Liquid. The exact steps depend on your online store's theme and requirements.
Familiarise yourself with Shopify's theme code editing guide.
(Optional) I recommend duplicating your theme and making changes to it first. Once you're happy with the results, please apply the same changes to the live store.
Start editing your theme code
Find the relevant account.liquid
file. Usually, it's the customers/account.liquid
template, or account.liquid
section, or main-account.liquid
section.
Place the code snippet to show a barcode image and mobile wallet download buttons.
Click Save and Preview store (buttons at the top right)
Navigate to the account page and verify the barcode and mobile wallet buttons appear on the page as expected.
If they don't, you've likely edited the wrong file. Revert the changes and find the correct file.
If they do but are placed incorrectly, you'll need to place the code snippet into a different position in the same file, save and preview store again until you're happy with the changes.