Damien23 Posted November 2, 2020 Share Posted November 2, 2020 Site URL: https://madminiperformance.co.uk Hi, At the moment I have the "continue shopping" only if the cart is empty. Does anyone knows how I can have it when the cart has item or items. Thanks, Damien Link to comment
Beyondspace Posted November 2, 2020 Share Posted November 2, 2020 What is the temp password BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Damien23 Posted November 2, 2020 Author Share Posted November 2, 2020 MadMini 2nd password to access shop is JCW Link to comment
Beyondspace Posted November 2, 2020 Share Posted November 2, 2020 it not correct BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Damien23 Posted November 2, 2020 Author Share Posted November 2, 2020 if you go onto www.madminiperformance.co.uk 1st password MadMini 2nd password to access the shop: JCW I just want a continue shopping button in the cart at all the time. Link to comment
neile Posted November 9, 2020 Share Posted November 9, 2020 I've seen many posts on this and no solid answers. I checked with CS and the answer is that it is not possible to have the "Continue Shopping" button show up when there are items in the cart, which is completely inefficient. The agent said she would submit it to the Squarespace developers as a feature request. Our best bet is for everyone to shoot an email to customer support asking to add this feature. The more requests they receive on it, the more they'll consider it necessary. Please shoot them an email so we can get this added sooner than later. Cheers! Link to comment
Beyondspace Posted November 10, 2020 Share Posted November 10, 2020 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> jQuery(document).ready(function() { if ( location.href.indexOf("/cart") != -1 ) { if ( !$(".empty-message").length ) { $('<div data-test="empty-message" class="empty-message" style="margin-bottom: 10px;"><a data-test="continue-shopping-link" href="/shop"><span>Continue Shopping</span></a></div>').insertAfter("[class*=CartHeader-cartTitle]"); } } }); </script> BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.