mlehmann06 Posted April 29, 2020 Share Posted April 29, 2020 Site URL: https://www.lagelateriedura.fr How to add a link that offers your visitors to continue shopping when you are in the shopping cart Many Thanks Link to comment
Susana_SQSP Posted April 30, 2020 Share Posted April 30, 2020 Hi @mlehmann06, I am not sure if this is exactly what you are trying to achieve but there is a Continue Shopping link that appears on the empty cart page. By default that link directs shoppers to the homepage but you can change the destination of that link so it links to any other page on your site, instead. Check this Squarespace help article for more specifics: Customizing your checkout experience - Changing your Continue Shopping link Link to comment
brettk19 Posted June 5, 2020 Share Posted June 5, 2020 Is there a way to get a link that takes people back to shopping even if the cart isn't empty? Link to comment
tchobe Posted June 8, 2020 Share Posted June 8, 2020 I have the same question, is there a way to add a "Back to Shop" button underneath the "Checkout" button on the Shopping Cart page? I managed to add this button with content blocks in each of my products, but I unfortunately don't know how to do that on the Shopping Cart page. Or even something simpler as a "continue shopping" link underneath the "Checkout" button on the Shopping Cart page. Thanks guys. Website: https://www.thefoxandpheasant.com/takeaway Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 On 6/9/2020 at 3:24 AM, tchobe said: I have the same question, is there a way to add a "Back to Shop" button underneath the "Checkout" button on the Shopping Cart page? I managed to add this button with content blocks in each of my products, but I unfortunately don't know how to do that on the Shopping Cart page. Or even something simpler as a "continue shopping" link underneath the "Checkout" button on the Shopping Cart page. Thanks guys. Website: https://www.thefoxandpheasant.com/takeaway You can use JavaScript. Have you soved it yet? If not, we can take a look. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
amanda1228 Posted June 26, 2020 Share Posted June 26, 2020 Hi @srodrigues I have a related question to your post on 4/30. I've adjusted the Continue Shopping link to redirect to my store rather than my homepage, but it doesn't seem to be working. On the backend it works, but on the live site it's still going to the homepage. Any thoughts on why this is happening? Amanda Link to comment
SofiaN Posted June 26, 2020 Share Posted June 26, 2020 On 6/10/2020 at 10:23 PM, tuanphan said: You can use JavaScript. Have you soved it yet? If not, we can take a look. @tuanphan Hi! I'm interested and need this for a site as well. How would this be solved? Thanks! Link to comment
tuanphan Posted June 26, 2020 Share Posted June 26, 2020 Just now, SofiaN said: @tuanphan Hi! I'm interested and need this for a site as well. How would this be solved? Thanks! You want: add button under checkout? Can you share link to cart page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SofiaN Posted June 26, 2020 Share Posted June 26, 2020 11 minutes ago, tuanphan said: You want: add button under checkout? Can you share link to cart page? Yes, that would be ideal! I sent you a private message with the link to the cart page 🙂 Thank you so much for all your help to the SquareSpace community! Link to comment
tuanphan Posted June 28, 2020 Share Posted June 28, 2020 On 6/27/2020 at 5:39 AM, SofiaN said: Yes, that would be ideal! I sent you a private message with the link to the cart page 🙂 Thank you so much for all your help to the SquareSpace community! On 6/27/2020 at 7:49 AM, amanda1228 said: @tuanphan no I haven't. Add to Home . Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('<button class="sqs-editable-button CheckoutButton-checkoutButton-3yWY2 checkout-button">New button</button>').insertAfter('.CartFooter-checkout-28MW2.checkout'); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SofiaN Posted June 30, 2020 Share Posted June 30, 2020 @tuanphan Hi tuanphan! The button doesn't seem to work on my site 😞 Currently, it just says "New button" on the checkout page, and nothing happens when it's clicked 😞 Thank you so much! On 6/28/2020 at 4:10 PM, tuanphan said: Add to Home . Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('<button class="sqs-editable-button CheckoutButton-checkoutButton-3yWY2 checkout-button">New button</button>').insertAfter('.CartFooter-checkout-28MW2.checkout'); }); </script> Link to comment
tuanphan Posted July 1, 2020 Share Posted July 1, 2020 On 6/30/2020 at 4:51 PM, SofiaN said: @tuanphan Hi tuanphan! The button doesn't seem to work on my site 😞 Currently, it just says "New button" on the checkout page, and nothing happens when it's clicked 😞 Thank you so much! remove above & try this code <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('<a href="https://google.com" class="sqs-editable-button CheckoutButton-checkoutButton-3yWY2 checkout-button">New button</a>').insertAfter('.CartFooter-checkout-28MW2.checkout'); }); </script> replace google.com with your url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Susana_SQSP Posted July 1, 2020 Share Posted July 1, 2020 Hey @amanda1228, For any issues you may be experiencing with your site, including this one you are reporting with the Continue Shopping Link, I'd recommend that you reach out to Squarespace Customer Support team. They'll be more than happy to take a closer look into your site and offer personalized assistance at anytime. Link to comment
SofiaN Posted July 8, 2020 Share Posted July 8, 2020 On 7/1/2020 at 5:53 PM, tuanphan said: replace google.com with your url This worked! Thank you so much, @tuanphan! Link to comment
amanda1228 Posted July 9, 2020 Share Posted July 9, 2020 @srodrigues thank you! I did but they never got back to me. 😞 I'll keep trying. Link to comment
Susana_SQSP Posted August 13, 2020 Share Posted August 13, 2020 Hey @amanda1228, There may be a few reasons why you may not be receiving responses to Squarespace Customer Support tickets, such as our messages being flagged as spam by your email provider. Check this Squarespace help article for more details on how to ensure you'll be able to receive such messages: Why am I not receiving emails from Squarespace? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.