Jump to content

Continue Shopping Button

Recommended Posts

Hi Everyone

is there any way to add a continue shopping button in the store?

once products are selected they cant proceed and i would like to give the option to continue shopping. I have read this is limitation of the website itself?

any help would be appreciated.

thanks

 

Link to comment
  • 3 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Hi,

If you share link to a product, we can check & give you code to add continue shopping button

Or you try adding this code to Settings > Advanced > Code Injection > Footer first

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() { 
		$('<a href="/shop" class="continue-shopping">Continue Shopping</a>').appendTo('.ProductItem-details .sqs-add-to-cart-button-wrapper');
	});
	</script>
	<style>
	a.continue-shopping {
    display: block;
    background-color: black;
    width: 200px;
    margin-top: 20px;
    color: white;
    font-family: brandon-grotesque;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: .02em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: normal;
    padding: .7em 1.169em;
    border-radius: 300px;
    text-align: center;
}
</style>

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.