estherests_ Posted May 19, 2020 Share Posted May 19, 2020 Site URL: https://thecupncake.squarespace.com/ Hi, Is there a way, I can disable the Add to cart button on some items and enable it on others (or perhaps change it to 'order now' )? URL: https://thecupncake.squarespace.com/ Thank you Link to comment
tuanphan Posted May 20, 2020 Share Posted May 20, 2020 Edit Product > Add Code Block > Insert this code <style> .sqs-add-to-cart-button-wrapper { display: none !important; visibility: hidden !important; opacity: 0 !important; } </style> 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!) Link to comment
estherests_ Posted May 20, 2020 Author Share Posted May 20, 2020 5 hours ago, tuanphan said: Edit Product > Add Code Block > Insert this code <style> .sqs-add-to-cart-button-wrapper { display: none !important; visibility: hidden !important; opacity: 0 !important; } </style> Thanks a lot for this Tuanphan! I wonder if you could help with this: So I have a cakes/bakes business where I sell bespoke cakes and other bakes. I want my customers to be able to browse my bespoke cakes and their respective prices (as per the variants)- I have done this by disabling the cart button 🙂 However, I actually want there to be an 'order this cake' button that redirects to my order form. Is there a way to do this? Secondly, I do have some standard items that I do want to be purchased online- so is there a way to still have the 'Add to Cart' button on these items? Thanks in Advance 🙂 Link to comment
tuanphan Posted May 25, 2020 Share Posted May 25, 2020 On 5/20/2020 at 9:57 PM, estherests_ said: Thanks a lot for this Tuanphan! I wonder if you could help with this: So I have a cakes/bakes business where I sell bespoke cakes and other bakes. I want my customers to be able to browse my bespoke cakes and their respective prices (as per the variants)- I have done this by disabling the cart button 🙂 However, I actually want there to be an 'order this cake' button that redirects to my order form. Is there a way to do this? Secondly, I do have some standard items that I do want to be purchased online- so is there a way to still have the 'Add to Cart' button on these items? Thanks in Advance 🙂 Yes. You can Q1. You can add Button Block Q2. You can add tag: have-cart for these products, then share link to an example product. I will share the code to show add to cart. 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.