Shriya Posted May 19, 2020 Share Posted May 19, 2020 Hi there! I've just created a website using version 7.1. I want to remove the the "quantity box" from my products page. Please suggest how to do that? Thanks a lot. Link to comment
Solution tuanphan Posted May 19, 2020 Solution Share Posted May 19, 2020 Add to Home > Design > Custom CSS .product-quantity-input { display: none !important; } YourCreativeLife, the1rentalsllc, Mateen and 2 others 3 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
WoudyGames Posted May 8, 2022 Share Posted May 8, 2022 On 5/19/2020 at 8:18 AM, tuanphan said: Add to Home > Design > Custom CSS .product-quantity-input { display: none !important; } Hello, I added this code to me website, but the quantity is still editable from the checkout page. I was wondreing if there was a way to remove the quantity from that page as well? Any help would be appreciated, thanks! Link to comment
tuanphan Posted May 9, 2022 Share Posted May 9, 2022 On 5/8/2022 at 1:37 PM, WoudyGames said: Hello, I added this code to me website, but the quantity is still editable from the checkout page. I was wondreing if there was a way to remove the quantity from that page as well? Any help would be appreciated, thanks! You mean this page /cart If /cart, please share link to your site, we can check easier or this /checkout (Not Possible) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SacredCrystal Posted July 24, 2023 Share Posted July 24, 2023 On 5/9/2022 at 10:51 AM, tuanphan said: You mean this page /cart If /cart, please share link to your site, we can check easier or this /checkout (Not Possible) Hello @tuanphan I used this code and managed to hide the CTY button, but i wish to also hide the ADD TO CART button, could you provide the code? Thanks https://www.sacred-crystal.com Link to comment
tuanphan Posted July 25, 2023 Share Posted July 25, 2023 18 hours ago, SacredCrystal said: Hello @tuanphan I used this code and managed to hide the CTY button, but i wish to also hide the ADD TO CART button, could you provide the code? Thanks https://www.sacred-crystal.com Use this CSS code /* hide add to cart */ div.sqs-add-to-cart-button-wrapper { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SacredCrystal Posted July 26, 2023 Share Posted July 26, 2023 On 7/25/2023 at 11:32 AM, tuanphan said: Use this CSS code /* hide add to cart */ div.sqs-add-to-cart-button-wrapper { display: none !important; } It worked!! Thank you Link to comment
Marie2023 Posted October 6, 2023 Share Posted October 6, 2023 Hello, I want to remove the Quantity box, because people would only really buy one of each item, so I don't really need them. I've spent all morning and can't work it out. Hoping someone here knows? Thanks, Marie Sydney - Australia Link to comment
paul2009 Posted October 6, 2023 Share Posted October 6, 2023 6 hours ago, Marie2023 said: I want to remove the Quantity box If the solution provided above didn't work for you, please provide a link to the page on your site. Note that the CSS panel has moved since the original answer was posted. Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
KristinaTrades Posted October 26, 2023 Share Posted October 26, 2023 Hi I'm struggling with this... https://walthamstowtradeshall.com/join I've tried the code, any other suggestion? Thanks Link to comment
Mindzek Posted October 26, 2023 Share Posted October 26, 2023 41 minutes ago, KristinaTrades said: Hi I'm struggling with this... https://walthamstowtradeshall.com/join I've tried the code, any other suggestion? Thanks Hi, Below should really hide quantity box. Quote .product-quantity-input { display: none !important; } If it's really not working please try this , as it should move box from the viewport: Quote .product-quantity-input { position: absolute; left: -9999px; } tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment