Hi, thanks for the instruction.
I have located the price.liquid file but unsure exactly where to place the suggested code.
Please can you help, I want to include and “Including VAT” price beneath the main price.
Goal: show both prices (without and with tax) on Shopify Ride theme product pages.
Initial guidance: Edit theme code to render two prices. A helper suggested adding Liquid code in product-template.liquid; the OP instead found relevant files main-product.liquid and price.liquid.
Resolution for OP: Editing price.liquid fixed it. They computed a tax price at 20% (times: 1.20), then displayed money_price with “HT” (ex‑tax) and tax_money_price with “TTC” (tax included). Code snippets are central to the solution.
Alternative approach: An app (T Selector) was proposed to let shoppers toggle between including/excluding VAT, with a note that multiple prices per product might risk Google Merchant Center issues; the app aims to keep listings compliant.
Follow‑ups and open items: Others asked for help implementing and where exactly to place the code. One user needs the inverse logic when the product price already includes tax (show ex‑tax as 20% lower). Another shared a product link seeking assistance.
Notes: Liquid is Shopify’s templating language. VAT is value‑added tax; “HT” means price excluding tax, “TTC” means price including all taxes. Status: OP resolved; further questions remain open (placement guidance and tax‑included price handling).
Hi, thanks for the instruction.
I have located the price.liquid file but unsure exactly where to place the suggested code.
Please can you help, I want to include and “Including VAT” price beneath the main price.