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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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> tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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