Personalized checkout and custom promotions with Shopify Scripts
Hi, I want to show product price like this $1000 ($1100 included tax) in the product list/detail page.
I already turn on tax on setting page but don't know how to show price included tax in liquid script. Or how to get the tax rate to calculate the price?
Your best bet for this would be to hire a custom coder to code this into your theme for you. I suggest this because the coding necessary can be different, depending on which theme you're using (and how the theme is coded).
If none of your products have variants, then it's super simple to add some extra coding to the theme, to show the price multiplied by whatever your tax rate is. Something like this:
{{ product.price | times:1.20 | money }}
Where you would change the "1.20" number (which currently represents a 20% tax rate), to whichever multiplier you need.
However, if you have products with variants, then you may also need to add some javascript, so that the new price updates when a different variant is selected. That's where you would need a custom coder to help, as the javascript needed can be different, depending on which theme you're using.
I'd recommend reaching out to HeyCarson.com for help with this. I believe they charge ~$240 USD to do all of the coding for showing a secondary product price with taxes included.
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
Hi Stephen,
In which theme file would I find/edit the {{ product.price }} code?
Thanks
The file you'd edit the coding in would be different depending on which theme you're using. You can try looking for a file template that has "product" in the name, and then searching for "price" to see if any coding shows up that's similar to the above. If you're having troubles finding and/or editing the coding, then you'd want to think about hiring a Shopify Partner who specializes in coding/theme-customizations to help.
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024