missing VAT information in the cart
-
Hi!
There is missing VAT information from products in the cart, the quick cart, and the order confirmation page.I’m using these CSS codes for hiding VAT information from grouped products:
.product-small.product-type-grouped .woocommerce-price-suffix{
display:none;
}
.product-type-grouped .woocommerce-price-suffix {
display:none !important;
}`I found out that if I remove it, VAT information is still not showing in the quick cart, cart, and order confirmation page.
I also tried to enable the default theme of WooCommerce, as you can see on the video below, but it persists.
https://www.loom.com/share/f4fa12e218f644c3b547102552809a4f?utm_medium=gifI contacted the support of the theme but they told me that it is handled from your side.
The page I need help with: [log in to see the link]
- The topic ‘missing VAT information in the cart’ is closed to new replies.