btn2020 Posted November 23, 2020 Posted November 23, 2020 Site URL: http://www.betweentwonaps.com hi there, i wonder if someone can help with how to display a "coming soon" status, instead of "1 remaining" or "sold out" perhaps it can be triggered if you add a certain tag to a specific product / products? on the displaying all products page: - it should display "coming soon", and the price should be hidden (or option to turn on/off?) - on the specific product page.... it should also say "coming soon", and the button at the bottom should not add to cart. attached a couple of ref images too. url is www.betweentwonaps.com/shop any ideas how to do this / can it be done? thanks for the help!
Solution paul2009 Posted November 23, 2020 Solution Posted November 23, 2020 31 minutes ago, btn2020 said: i wonder if someone can help with how to display a "coming soon" status, instead of "1 remaining" or "sold out" See the guide that I wrote here: Adding a custom status badge to Squarespace Products. 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.
btn2020 Posted November 23, 2020 Author Posted November 23, 2020 hi paul, thanks so much! i just tried it just this second... on my shop page i have one that now says coming soon using your method. amazing. i wonder if you might be able to tell me 2 more quick things please? - how would you add other labels.... e.g. if another one was "coming autumn" or "in production" can i just add extra lines like below? - does the text have to be in all caps? how can we make it regular text? thanks so much -
btn2020 Posted November 23, 2020 Author Posted November 23, 2020 (edited) if anyone can help love to know: - how you can add more labels.... got it working for one, but love to add more like "coming soon 2021" coming summer 2022" etc. not sure how to further add labels to the code shown above. - then there is formatting... how do we make it so it does not always have to be all caps (Seems to make it that way on the main shop page. ref image attached) - and how do we avoid it starting each word with a capital letter on the product specific page? .. just want it to show exactly as i type. (see second ref image below where words auto capitalising, but don't want it this way.. just regular sentence case) thank you! Edited November 23, 2020 by btn2020
paul2009 Posted November 23, 2020 Posted November 23, 2020 (edited) On 11/23/2020 at 3:02 PM, btn2020 said: how would you add other labels.... e.g. if another one was "coming autumn" or "in production" can i just add extra lines like below? You'll need a custom solution. This has been written to add one custom label. On 11/23/2020 at 3:02 PM, btn2020 said: does the text have to be in all caps? how can we make it regular text? To prevent all SOLD OUT and custom labels being capitalised, you can add the following to Design > Custom CSS: .products.collection-content-wrapper .product-mark { text-transform: none; } Edited July 10, 2021 by paul2009 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.
Peter8925 Posted July 10, 2021 Posted July 10, 2021 (edited) On 11/23/2020 at 11:31 PM, paul2009 said: You can repeat all the code if you want more than one type of label to be created. Im on 7.1, I tried coping al the code, but it just shows two of the same tag on one product instead of two different tags on different products. Any suggestions? Thanks 🙂 Edited July 11, 2021 by Peter8925 trying to upload a screenshots
tuanphan Posted July 13, 2021 Posted July 13, 2021 On 7/11/2021 at 12:22 AM, Peter8925 said: Im on 7.1, I tried coping al the code, but it just shows two of the same tag on one product instead of two different tags on different products. Any suggestions? Thanks 🙂 Can you share link to your site? We can check easier 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!)
paul2009 Posted July 13, 2021 Posted July 13, 2021 On 7/10/2021 at 6:22 PM, Peter8925 said: I'm on 7.1, I tried coping all the code, but it just shows two of the same tag on one product instead of two different tags on different products. The code was written to add one custom label (the previous comment was incorrect). tuanphan 1 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.
SaraSara Posted September 3, 2021 Posted September 3, 2021 hi @paul2009 im trying your code for our "coming soon" product, it works but I don't want show the price right now, is it possible to remove the price? Many thanks 🙂
paul2009 Posted September 3, 2021 Posted September 3, 2021 2 hours ago, SaraSara said: is it possible to remove the price? See How to make some prices POA on Squarespace. 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.
SusanHewett Posted January 9, 2022 Posted January 9, 2022 Hello Paul and friends, I am trying to add the same detail, adding 'coming soon' and to remove 'product pricing' to a product both in the shop area.. And also to the individual product listings page within the store. Could you advise what coding is needed for 7.1 and where to place the coding for this. What location ? I have tried following your step by step guide here but hit a wall. Request to have a specific colour text too. Could you advise what points to follow if any part of 7.0 or directly go to straight to 7.1 for the above request. Thank you,
tuanphan Posted January 10, 2022 Posted January 10, 2022 16 hours ago, SusanHewett said: Hello Paul and friends, I am trying to add the same detail, adding 'coming soon' and to remove 'product pricing' to a product both in the shop area.. And also to the individual product listings page within the store. Could you advise what coding is needed for 7.1 and where to place the coding for this. What location ? I have tried following your step by step guide here but hit a wall. Request to have a specific colour text too. Could you advise what points to follow if any part of 7.0 or directly go to straight to 7.1 for the above request. Thank you, I think you can add a tag: coming-soon for these products, then share link to a product, we can check & give the code easier 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!)
AliceGage Posted August 20, 2022 Posted August 20, 2022 Hi there, I'm on 7.1. I'd like to create a new category of *new* products (not ones that are sold out) called 'Coming soon' where each label on the shop page + individual product page says Coming soon (not sold out). I'd then like the button to be a waitlist, which says 'Join the waitlist' instead of Add to cart. I have items that are sold out, which I want to keep on the site, so I can't just do the blanket solution of the waitlist on all products with 0 items. I think what I want is here, but this solution seems to be for 7.0 only: https://sf.digital/squarespace-solutions/squarespace-products-changing-sold-out-to-sold-or-something-else My objective is to build interest around a product before I launch it. My products have very limited availability. The website is dotandmila.com Thanks so much! Alice
tuanphan Posted August 21, 2022 Posted August 21, 2022 22 hours ago, AliceGage said: Hi there, I'm on 7.1. I'd like to create a new category of *new* products (not ones that are sold out) called 'Coming soon' where each label on the shop page + individual product page says Coming soon (not sold out). I'd then like the button to be a waitlist, which says 'Join the waitlist' instead of Add to cart. I have items that are sold out, which I want to keep on the site, so I can't just do the blanket solution of the waitlist on all products with 0 items. I think what I want is here, but this solution seems to be for 7.0 only: https://sf.digital/squarespace-solutions/squarespace-products-changing-sold-out-to-sold-or-something-else My objective is to build interest around a product before I launch it. My products have very limited availability. The website is dotandmila.com Thanks so much! Alice Can you add tag: coming-soon for some products? Then we will try some code to add coming soon text + replace add to cart with join the waitlist text 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!)
AliceGage Posted August 22, 2022 Posted August 22, 2022 On 8/21/2022 at 12:19 PM, tuanphan said: Can you add tag: coming-soon for some products? Then we will try some code to add coming soon text + replace add to cart with join the waitlist text Yes, I have: https://dotandmila.com/shop-1/coming-soon Thank you!
tuanphan Posted August 23, 2022 Posted August 23, 2022 22 hours ago, AliceGage said: Yes, I have: https://dotandmila.com/shop-1/coming-soon Thank you! I don't see tag coming soon. Try adding to Design > Custom CSS .tag-waitlist .product-mark:before { content: "Coming Soon"; visibility: visible; } .tag-waitlist .product-mark { visibility: hidden; } 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!)
AliceGage Posted August 23, 2022 Posted August 23, 2022 Sorry for the cross posting Tuan! My mistake – I made a category, not a tag. I've fixed that now. The urls are: https://dotandmila.com/shop-1/p/ettie-gingham-dress and https://dotandmila.com/shop-1/p/amelia-celebration-dress I need code that I can use for other products in the future without having to bother you again – is that possible? Thank you again!
thesprouthouse Posted September 8, 2022 Posted September 8, 2022 I used this code, and it does add "coming soon", but it still says "sold out" underneath? How do I remove that? It also does not say "coming soon" on the individual product pages. I am on 7.1, thank you! thesprouthouse.net Password: $prout
tuanphan Posted September 9, 2022 Posted September 9, 2022 On 9/8/2022 at 7:00 AM, thesprouthouse said: I used this code, and it does add "coming soon", but it still says "sold out" underneath? How do I remove that? It also does not say "coming soon" on the individual product pages. I am on 7.1, thank you! thesprouthouse.net Password: $prout See coming soon only, no sold out 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!)
thesprouthouse Posted September 9, 2022 Posted September 9, 2022 13 hours ago, tuanphan said: See coming soon only, no sold out This is not my site, thank you. thesprouthouse.net Password: $prout
thesprouthouse Posted September 10, 2022 Posted September 10, 2022 On 11/23/2020 at 6:58 AM, paul2009 said: See the guide that I wrote here: Adding a custom status badge to Squarespace Products. Hello, I used this code, and it does add "coming soon", but it still says "sold out" underneath? How do I remove that? It also does not say "coming soon" on the individual product pages. I am on 7.1, thank you! thesprouthouse.net Password: $prout
thesprouthouse Posted September 10, 2022 Posted September 10, 2022 Site URL: http://thesprouthouse.net Hello, I was able to use the coding from the below forum to add a "coming soon" tag, but it still shows the "sold out" on both the product page and the shop pages? Can anyone help remove the "sold out" text, so it only says coming soon? Thank you! Link to site: https://thesprouthouse.net/shop (Main storefront) https://thesprouthouse.net/shop/p/disco-plant-stake (Example product page) Site password: $prout
tuanphan Posted September 11, 2022 Posted September 11, 2022 On 9/10/2022 at 7:58 AM, thesprouthouse said: Hello, I used this code, and it does add "coming soon", but it still says "sold out" underneath? How do I remove that? It also does not say "coming soon" on the individual product pages. I am on 7.1, thank you! thesprouthouse.net Password: $prout Can you share link to a "coming soon" product? 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!)
thesprouthouse Posted September 11, 2022 Posted September 11, 2022 10 hours ago, tuanphan said: Can you share link to a "coming soon" product? https://thesprouthouse.net/shop/p/disco-plant-stake https://thesprouthouse.net/shop
tuanphan Posted September 17, 2022 Posted September 17, 2022 On 9/12/2022 at 12:56 AM, thesprouthouse said: https://thesprouthouse.net/shop/p/disco-plant-stake https://thesprouthouse.net/shop Add this to Design > Custom CSS to hide sold out label .tag-coming-soon .product-mark.sold-out { display: none !important; } div.tag-coming-soon .sold-out { display: none; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment