taytayL Posted March 8 Share Posted March 8 Is there a way to completely remove the "store" aspect. I would still like to display items, because I offer rentals. But having the checkout store option is confusing for customers. So hoping to remove the add to cart and the checkout option. Link to comment
creedon Posted March 8 Share Posted March 8 In general you can hide various elements of the product detail. If you don't setup any payment processors for your site then there is no way for someone to get through a whole purchase cycle. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. 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
Solution paul2009 Posted March 8 Solution Share Posted March 8 (edited) On 3/8/2023 at 2:29 AM, taytayL said: Is there a way to completely remove the "store" aspect. I would still like to display items, because I offer rentals. But having the checkout store option is confusing for customers. So hoping to remove the add to cart and the checkout option. You can hide the Quantity Selector and the Add to Cart button by adding this to Design > Custom CSS: /* Squarespace 7.1 Hide Add to Cart button & qty selector Tip by sf.digital */ .product-quantity-input, .sqs-add-to-cart-button-wrapper { display: none!important; } You can hide prices of all products by adding this to the Custom CSS panel: /* Squarespace 7.1 Hide Prices on all products Tip by sf.digital */ .product-price { display: none; } You can also hide the cart icon by toggling the Cart setting off within the header settings: If you'd like potential clients to be able to select items from your store page and add them to a list that they can submit to you for a quote, please take a look at our Wishlist Extension for Squarespace. It will replace the "Add to Cart" buttons with "Add to my list" buttons (or the phrase of your choice). Did this help? Please give feedback by clicking an icon below ⬇️ Edited May 8 by paul2009 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
josepablourena Posted March 9 Share Posted March 9 Hello, i would like to hide the price and the 'Add to Cart' button on all my product pages. Is there a simple way to do it? Link to comment
josepablourena Posted March 9 Share Posted March 9 Hello, and thanks so much @paul2009 how can i hide the price too? in all the product pages Link to comment
Beyondspace Posted March 9 Share Posted March 9 (edited) 1 hour ago, josepablourena said: Hello, i would like to hide the price and the 'Add to Cart' button on all my product pages. Is there a simple way to do it? Try adding to Home > Design > Custom CSS .list-grid .grid-prices, .product-price, .ProductItem-details .sqs-add-to-cart-button-wrapper { display: none; } Support me by pressing 👍 or marking as solution if this is useful for you Edited March 9 by Beyondspace BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Rhiannon888 Posted June 1 Share Posted June 1 Hi, I want to have an ‘add to Wishlist’ button instead of having a ‘add to cart/check out’ how do i fix this? I don’t want anyone to be able to put in their cc information etc and to use this more as a quotation method Link to comment
paul2009 Posted June 1 Share Posted June 1 2 minutes ago, Rhiannon888 said: I want to have an ‘add to Wishlist’ button instead of having a ‘add to cart/check out’ how do i fix this? This isn't a built in feature on Squarespace so it will require custom code to be written, or you can buy a solution that has already been built and tested. You'll find details of our Wishlist extension here. 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
Delaneysmith Posted June 8 Share Posted June 8 Does anyone know if it is possible to remove the cart and check out button from one page of the site, but then add it back to another? Currently, one of my clients who is a construction company has the a design library set up like a store and we used code to hide the check out button, etc. However, they now want to add an actual store selling shirts and other items so we need the check out process available. Does anyone know if this is possible? https://www.frankgoodbuilders.com/design-library Link to comment
paul2009 Posted June 8 Share Posted June 8 10 minutes ago, Delaneysmith said: Does anyone know if it is possible to remove the cart and check out button from one page of the site, but then add it back to another? I'm not sure that I fully understand your question. If you have a standard Squarespace website (without plugins) you can hide the 'Add to Cart' button on one Store page and leave it in place on another, by using some CSS that references the Store page Collection ID. Is that what you're asking, or do you need something else? 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
Delaneysmith Posted June 12 Share Posted June 12 On 6/8/2023 at 8:39 AM, paul2009 said: I'm not sure that I fully understand your question. If you have a standard Squarespace website (without plugins) you can hide the 'Add to Cart' button on one Store page and leave it in place on another, by using some CSS that references the Store page Collection ID. Is that what you're asking, or do you need something else? @paul2009 What is the CSS that you would use? Basically, we have many pages on the website set up like a store but have the shopping cart and prices hidden with code. When we want to create the actual store page, of course the prices and carts are not showing up and we need them to show up for that but not the others. 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