Remove Add To Basket and Quantity
-
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?
I do however still want people to see the price
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
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?
Hello,
Please provide the screens that you want to remove and from where. I am a bit confused.
Best Regards
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.
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
Perfect, this worked. Thank you!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove Add To Basket and Quantity’ is closed to new replies.