LeonF Posted June 27, 2022 Share Posted June 27, 2022 Hey all, I'm looking for a way to hide the Quantity column in the /cart page, where it has a - or + sign. I want customers to only be able to purchase one unit at a time. I've been able to hide it in the product pages, but this column still shows up in the cart. Does anyone know how to do this? Thanks! Link to comment
Solution paul2009 Posted June 27, 2022 Solution Share Posted June 27, 2022 15 minutes ago, LeonF said: I'm looking for a way to hide the Quantity column in the /cart page, where it has a - or + sign. You can hide the quantity column on the cart page by adding the following to Design > Custom CSS: /* Hide qty column in cart */ .cart-row-qty { display: none!important; } Note that you'll need to save the CSS and then refresh your browser to apply the changes. Note also that you won't be able to remove the quantity selector on the checkout page (the next page in the purchase workflow). Customers will still be able to change the quantity there. Was this post helpful? Please give feedback by clicking an icon below ⬇️ About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
LeonF Posted June 27, 2022 Author Share Posted June 27, 2022 Worked like a charm, and thanks for the heads up on the Checkout Page, I'm fine with that one! 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