Sales Tax $ amount in cart before shipping address enterd
-
I have a store that does not allow user accounts, and provides free shipping as the only shipping option. I enter prices exclusive of tax, collect sales tax based on shipping state, and I use these shipping options settings:
– DO NOT Enable the shipping calculator on the cart page
– DO Hide shipping costs until an address is enteredThe result: Tax shows $0 in the cart, before the customer gets to enter an address, and only updates to the actual sales tax amount AFTER the shipping address is entered in checkout. This pre-calculation of $0 sales tax is misleading.
Using CSS I tried but failed to hide the TAX row from the cart, while retaining the tax row in checkout. Is there a way to do this with CSS (until Woo addresses this problem with a real setting)? Does Woo realize this is a problem?
I propose retaining the tax row but leaving the “$0” out, perhaps replaced with a hyphen or “tbd”. This way, the user isn’t mislead to believing the tax rate is $0. Maybe there’s a PHP snippet to do this?…if $0, print nothing.
- The topic ‘Sales Tax $ amount in cart before shipping address enterd’ is closed to new replies.