Mobile Responsive View won’t charge VAT but Desktop view charge VAT
-
I facing an issue with VAT its charges in Desktop but not in Mobile .
Please update as early possible .
Attachments:
You must be
logged in to view attached files.
Hello,
May I check how it works on the default theme?
I await your response.
Kind Regards
I remove by adding into custom style sheet but still vat row is coming as 0
Attachments:
You must be
logged in to view attached files.
.woocommerce-cart .includes_tax {
display: none;
}
.woocommerce-checkout .includes_tax {
display: none;
}
not able to remove VAT ROW
Attachments:
You must be
logged in to view attached files.
Hello,
Please clarify, do you want to remove it or make the right calculation of the VAT?
Kind Regards