Amme Posted October 29, 2020 Share Posted October 29, 2020 Site URL: https://www.knights-gardencentres.co.uk/ Hi, I have set up two stores on my site but. (one not currently visible) But want to have different buying settings for each: Store 1. Because we are slowly moving into selling online I want one store to show what is available in-store - to have no buy button Store 2. A small selection of products we will start selling online - to have a add to cart button Is there some coding/settings available to make this possible? Thank you for any help! Link to comment
SpencerC Posted October 29, 2020 Share Posted October 29, 2020 Hi @Amme, If you wanted a simple solution to this, you could create one Layout Page which simply showcased your products using a mixture of Image Blocks and Text Blocks, instead of a Products Page for that page. To do this, you can add a pre-filled 'Products' block section, or add your own Image and Text blocks to a blank page section on that Layout Page. See the attached screenshot to see what those pre-filled Products sections look like. Hope this helps! SPENCER CHRISTIECUSTOMER OPERATIONS ADVISORHE/HIM Link to comment
paul2009 Posted October 29, 2020 Share Posted October 29, 2020 2 hours ago, Amme said: How can I remove 'Add to Cart' button on just one store? Is there some coding/settings available to make this possible? Yes. You can selectively hide the Add to Cart button with some code. You could achieve this for one store or, if you wanted to move all the products into one store, you could hide items tagged with a specific name. If you want to hide them for a store, we'll need to be able to view the store so that we can check the collection ID. If a post helps you, please click a "Like" option 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
Amme Posted October 29, 2020 Author Share Posted October 29, 2020 8 minutes ago, paul2009 said: Yes. You can selectively hide the Add to Cart button with some code. You could achieve this for one store or, if you wanted to move all the products into one store, you could hide items tagged with a specific name. If you want to hide them for a store, we'll need to be able to view the store so that we can check the collection ID. If a post helps you, please click a "Like" option below ↘️ Thank you for your reply! From your response and looking at my current store (https://www.knights-gardencentres.co.uk/we-sell) is it possible to hide the add to cart button on all categories apart from on the 'christmas' category? Alternatively this is the store I wanted to have no button: https://www.knights-gardencentres.co.uk/we-sell And this is currently the store I want to have an Add to Cart button: https://www.knights-gardencentres.co.uk/christmas-shop Thanks Link to comment
paul2009 Posted October 29, 2020 Share Posted October 29, 2020 You should be able to hide the Add-to-Cart buttons in the /we-sell store by enabling the buttons again (they are currently hidden) and then using this (in Design > Custom CSS): .collection-5ebd73a9c509304e1e3fd4b1 .ProductItem-details .sqs-add-to-cart-button-wrapper { display: none!important; } 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
Amme Posted October 29, 2020 Author Share Posted October 29, 2020 6 minutes ago, paul2009 said: You should be able to hide the Add-to-Cart buttons in the /we-sell store by enabling the buttons again (they are currently hidden) and then using this (in Design > Custom CSS): .collection-5ebd73a9c509304e1e3fd4b1 .ProductItem-details .sqs-add-to-cart-button-wrapper { display: none!important; } Amazing. Working perfectly. Thank you SO much for your help and quick response!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.