Home Forums WoodMart support forum Remove: Subtotal from shopping cart popup

Remove: Subtotal from shopping cart popup

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

    Candratech
    Participant

    Hello,

    We have changed a lot of things to use the regular shopping cart as a quote request form. This is all working properly. However when you open “the shopping basket” we now call it our quote list. You see at the bottom the text: SUBTOTAL: We can change this text using loco translate. However we would like to remove it entirely. Please see the attached screenshot.

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #422391

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .cart-widget-side .woocommerce-mini-cart__total {
        display:none;
    }

    Best Regards

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