Home Forums WoodMart support forum On the checkout page I am getting tax Including price I want to remove

On the checkout page I am getting tax Including price I want to remove

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #260239

    Alexsandy121
    Participant

    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.
    #260317

    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.

    #260591

    Alexsandy121
    Participant

    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

    #260604

    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.

Viewing 4 posts - 1 through 4 (of 4 total)