On the checkout page I am getting tax Including price I want to remove
-
Hello team ,
I am getting Issue on the Checkout page i would like to remove Inculde ### IVA text under Total price button . Please help
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please Go to WooCommerce >> Settings >> Tax and set the prices to be displayed excluding tax.
Screenshot for Clarification: https://prnt.sc/xd8sdc
You can read the woocommerce documentation for further help:
https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/
Best Regards.
You not understand, what I was saying I want to remove complete text from there. don’t want to show the tax price to our customers
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.order-total .includes_tax {
display: none;
}
Best Regards.