BonnieMarie Posted July 11, 2020 Share Posted July 11, 2020 How can I hide the quantity column on the shopping cart page? I've found a code to hide it on the actual product page, but it still shows up in the cart. Link to comment
tuanphan Posted July 11, 2020 Share Posted July 11, 2020 Can you share link to cart page? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
inunzi Posted October 26, 2020 Share Posted October 26, 2020 On 7/10/2020 at 8:11 PM, BonnieMarie said: How can I hide the quantity column on the shopping cart page? I've found a code to hide it on the actual product page, but it still shows up in the cart. @BonnieMarie try these codes out by pasting them in you custom css section located in the design menu. code for sqaurespace 7.1: // Hide Cart Quantity // .icon-cart-quantity { display: none; } Link to comment
inunzi Posted October 26, 2020 Share Posted October 26, 2020 Just now, inunzi said: @BonnieMarie try these codes out by pasting them in you custom css section located in the design menu. code for sqaurespace 7.1: // Hide Cart Quantity // .icon-cart-quantity { display: none; } Or sqaurespace code for 7.0: Let me know if it works 😁! // Hide Cart Quantity // .sqs-cart-quantity { display: none !important; } Link to comment
SBSB Posted April 15, 2021 Share Posted April 15, 2021 I have the same question for a 7.1 site. To be able to set up shipping options the way I want, I created a variant for each quantity, so I need to hide the actual quantity options everywhere they appear. I did find some code to hide quantity on the product page, but I'm having no luck with the shopping cart or checkout pages. I'll paste screenshots below to show what I want to eliminate. I tried using the inunzi code, but that didn't work for me. Is there another way to eliminate the quantity options? This is not a problem with subscription products, only with non-subscription products. Site address: https://www.zeiafoodswholesale.com/ Cart: https://www.zeiafoodswholesale.com/cart Link to comment
creedon Posted April 16, 2021 Share Posted April 16, 2021 7 hours ago, SBSB said: but I'm having no luck with the checkout page There is no way to alter the checkout page other than what SS provides in their interface. It is a SS security feature. Chances are any code you found to change the cart page is stale if it is more than several weeks old. SS updated their cart page recently breaking a lot of code. Add the following to Design > Custom CSS. /* change cart style SS Version : 7.1 */ #cart ._225eTv05l, /* quantity column label */ #cart .item-quantity /* quantity field */ { display : none; } This is for v7.1. Let us know how it goes. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
SBSB Posted April 21, 2021 Share Posted April 21, 2021 Thank you for the code to fix the cart! I guess I've got no options to deal with the checkout quantity. Leaving a note begging people to leave it alone seems like a lame option. 😠☹️😢 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