Goal: Display the text “(Excl GST)” next to all product prices to avoid confusion for wholesale customers on a Shopify store.
Latest direction:
The recommended approach is a small theme code change: edit the price display in theme templates (e.g., price.liquid or product.liquid) to append “(Excl GST)” beside the price. Another suggestion is to locate existing tax-related text in the code and move it adjacent to the price element.
Actions taken:
Access/collaboration was offered by a developer to implement the change; a collaborator request was sent and follow-up occurred via direct message.
Another developer also offered to implement the customization quickly if the store owner isn’t comfortable editing code.
Context notes:
A screenshot was shared for illustration, and the store URL with a password was provided for review.
No code snippet or step-by-step solution was posted publicly in the thread.
Definitions:
GST: Goods and Services Tax.
Liquid: Shopify’s templating language for theme files.
Status: In progress via collaborator; no confirmed resolution posted yet.
Summarized with AI on February 14.
AI used: gpt-5.
I’m looking for help in adding the words ( Excl GST ) next to the prices of all products in our store so that there is no confusion to our wholesale customers.
@BenH40 - we need a little code tweak, if you are familiar with html/liquid then you can do it in price.liquid or product.liquid whichever file present in your theme.
If not then I can do it for you, I can send collaborator request.
About your request, you should be implement directly in code file. The first you should be find to the tax text in code and then move it to at near the price.
If you don’t familiar with code, you can contact with me, i can customize for you about this issue short time.