Cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #535636

    hardik119955
    Participant

    Hello

    I have set price of products including taxes and in cart and checkout page i have set it to excluding taxes…

    but I want to show price including taxes in cart and side cart only want to show excluding taxes in checkout page how to achieve that please guide

    Thank You

    #535969

    Hung Pham
    Keymaster

    Hi hardik119955,

    Thanks for reaching to us.

    To hide the Taxes from the Checkout page as visual, please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .woocommerce-checkout .includes_tax {
        display: none !important;
    }

    There is no such an option to add Taxes to mini cart, unfortunately.

    Regards,

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