Home Forums WoodMart support forum Remove Add To Basket and Quantity

Remove Add To Basket and Quantity

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #190936

    RSA COVID19 Trader
    Participant

    Hi There, I am trying to create a website that basically only advertises products sold by people selling their products through our website.

    I don’t want people to purchase the products directly from us or see how many are in quantity which is why I would like to remove the “Add To basket” button and the “Quantity” counter from the Product page, is this possible?

    #190939

    RSA COVID19 Trader
    Participant

    I do however still want people to see the price

    #190982

    Hello,

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

    body .product-image-summary .cart {
        display:none
    }
    body .product-grid-item .woodmart-add-btn{
        display:none
    }

    Best Regards

    #190992

    RSA COVID19 Trader
    Participant

    Thank you!

    #191000

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #193495

    RSA COVID19 Trader
    Participant

    Hello, I would like to remove the cart option on my sticky bar, but I still want to keep my account, wishlist and compare buttons on the sticky bar. I have remvoed the cart from my header file and used the above CSS but it is still showing up. Is there more CSS that can be used to remove this?

    #193510

    Hello,

    Please provide the screens that you want to remove and from where. I am a bit confused.

    Best Regards

    #193516

    RSA COVID19 Trader
    Participant

    No problem, I took the images for you, as you can see in the first attachment, there is no cart in the header, but when you scroll down and it activates the sticky bar, then you see the cart in the second picture

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

    Hello,

    You have sticky clone header, you can disable it in Header settings https://gyazo.com/43455b0c67fbd7a2957ed30535b985fb

    Then make the necessary rows sticky in the row settings https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    In a result your row without cart would get sticky and you will get the same set of elements on both: default and sticky.

    Best Regards

    #193605

    RSA COVID19 Trader
    Participant

    Perfect, this worked. Thank you!

    #193636

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove Add To Basket and Quantity’ is closed to new replies.