KitJohns
Member-
Content Count
6 -
Joined
-
Last visited
-
KitJohns reacted to a post in a topic: Making Certain Items NOT Available for Online Purchase in my Shop
-
KitJohns reacted to a post in a topic: Making Certain Items NOT Available for Online Purchase in my Shop
-
Thanks for your fast reply Paul. Okay cool. Yeh sorry I'm a complete beginner when it comes to code. Here is the code I've put in the custom css section .tag-gallery .ProductItem-summary .ProductItem-details { .sqs-add-to-cart-button-wrapper, .product-quantity-input { display: none; } } But it hasn't worked. Here is the example of the where I want the button to not display https://www.kitjohns.co.uk/the-map-collection/ill-love-you-until-the-world-stops-turning I've tagged this product with the tag gallery Thanks for your help, mu
-
How can I hide the Add to Cart, Quantity and Price from my product page?
KitJohns replied to amcg's question in Coding and Customization
Ive been trying to do it on my site www.kitjohns.co.uk but its not working when I've added the code. Im a total beginner when it comes to code. I want to remove the 'purchase' button on some of the products on the item page. For example here https://www.kitjohns.co.uk/the-map-collection/ill-love-you-until-the-world-stops-turning Ive added the tag 'gallery' to the product then added this bit of custom css .tag-gallery .ProductItem-summary .ProductItem-details { .sqs-add-to-cart-button-wrapper, .product-quantity-input { display: none; } Doesn't seem- 55 replies
-
- price
- product-page
-
(and 2 more)
Tagged with:
-
Do get in touch if you have questions. -Paul Hi Paul, Have read your guide. Great idea. Ive been trying to do it on my site www.kitjohns.co.uk but its not working when I've added the code. I want to remove the 'purchase' button on some of the products. Ive added the tag 'Gallery' to the product then added this bit of custom css .tag-Gallery .ProductItem-summary .ProductItem-details { .sqs-purchase-button-wrapper, .product-quantity-input { display: none; } } Doesn't seem to work though. Thanks for any help you might be a
-
KitJohns reacted to a post in a topic: Making Certain Items NOT Available for Online Purchase in my Shop
-
Hi Paul, Have read your guide. Great idea. Ive been trying to do it on my site www.kitjohns.co.uk but its not working when I've added the code. I want to remove the 'purchase' button on some of the products. Ive added the tag 'Gallery' to the product then added this bit of custom css .tag-Gallery .ProductItem-summary .ProductItem-details { .sqs-purchase-button-wrapper, .product-quantity-input { display: none; } } Doesn't seem to work though. Thanks for any help you might be able to offer
-
Site URL: https://www.kitjohns.co.uk Hi there, I want to remove the 'purchase' / 'add to cart' button on some of my products. But only on particular products. The rest I want the button to remain there. So the majority of the products will have the button, but some of the products where I don't want the button will not have it showing. For example here https://www.kitjohns.co.uk/the-map-collection/ill-love-you-until-the-world-stops-turning I don't want the 'purchase' button showing as want them to purchase from the gallery direct. I've trawled the internet and f