Home › Forums › WoodMart support forum › Cart Cart This topic has 1 reply, 2 voices, and was last updated 10 months, 2 weeks ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 31, 2024 at 8:27 pm #535636 hardik119955Participant 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 February 1, 2024 at 7:26 pm #535969 Hung PhamKeymaster 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, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register