Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
When customer chooses a product and moves to Buy/information page, wrong tax is shown. When the customer proceeds to shipping page correct tax is shown which is more than double of the tax shown in previous page. How to correct the issue and show uniform tax across pages
wrong tax in cart page
correct tax in payment page
Taxes are just an estimate until you Customer provides the shipping info. Only then Shopify can calculate total taxes appropriately.
This is usually handled by adding a tax calculator on the cart page, but still, the taxes are going to be displayed as an estimate until the customer passes the shipping info step.
Is there an option to not show tax till shipping info are entered or show tax only in shipping page.
You can hide tax on /cart page using CSS, or replace it with a message like "Taxes will be calculated after shipping info is provided." in the liquid. It's more involved with the checkout pages, unless you are on Shopify Plus/Gold which allows custom CSS and JavaScript.
I think your solution will solve my issue, could you pease guide me on how to edit the exact section/content CSS
Hello,
I am trying to achieve the same thing : adding some styles to the checkout page - I am not a Shopify Plus customer and adding styles via the "Additional scripts" box doesn't work. Is it normal behavior? what type of scripts are accepted with a basic Shopify account?
"Additional Scripts" section would only allow the JavaScript for Google Tracking and nothing else. Maybe scripts for other trackers, but nothing more than that, including CSS.