Prices with tax in the right sidebar cart widget
-
Hello,
We are entering and displaying the prices without tax in our webshop, and it’s working everywhere but in the right side cart widget of your theme. The Subtotal is okay on the bottom, but the product prices are displayed with tax. Do you know what is causing it? Must be something obvious, but can’t figure out.
Picture attached.
Attachments:
You must be
logged in to view attached files.
Hi,
As we can see, all your products have prices with taxes on the shop page too. As for the shopping cart widget so it comes with WooCommerce plugin and its functionality depends on the plugin, not on our theme.
Regards
Hi,
No, we are displaying the prices without tax the “+ ÁFA” in our language means “+ TAX” or “+ VAT”
Hi,
Strange, we don’t know why the price is changed in the cart widget. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.cart-info .product-tax-on {
display:inline-block!important;
}
.cart-info .product-tax-off {
display:none!important;
}
Regards
Hi,
Added it to the global css, but it didn’t solve the problem.
Hi,
Could you please provide us your admin and FTP access so we can check what is wrong?
I’ve just added the text “without vat” after the subtotal so it’s kinda okay now (not an elegant solution, but hey). The source of the problem is still a mystery 🙂 Could be some of my plugins.
Sorry, but we don’t know where it comes from but it can’t be caused by our theme anyway.
Regards