Home Forums WoodMart support forum how to remove view cart from cart widget sidebar which appear automatically

how to remove view cart from cart widget sidebar which appear automatically

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #478318

    t.besham
    Participant

    how to remove view cart button from sidebar which automatically appear when we add something into cart if it is not possible then please mention the template so I can edit from there.

    #478366

    Hello,

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

    body .woocommerce-mini-cart__buttons .btn-cart {
    display:none;
    }

    Best Regards

    #495697

    t.besham
    Participant

    Hello How are you doing today?

    I am using woodmart new feature for showing variations products as single and working fine only problem is I want to show cross when variation is out of stock. Like color is black and small size is out of stock there will be cross on small size. i activated show as text for color and for size as well but cross only appear when there is no price of that variation.

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

    Hello,

    Out of stock is Woocommerce functionality. You can hide out-of-stock products from the product catalog. You can show the notification that the product is out of stock.

    It is not possible to show a cross on the variable product when you create variations as simple products.

    If you have any questions please feel free to contact us.

    Best Regards

    #496038

    t.besham
    Participant

    Another thing when i am using variation as separate product it showing color with its name on shop page I don’t want to show color with name how to di this

    #496152

    Hello,

    I am afraid it is not possible to change that, you can hide an element.

    If you have any questions please feel free to contact us.

    Best Regards

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