Jump to content

Two product buttons, on the product page?

Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

1 hour ago, tuanphan said:

You mean on List Page or Individual Detail Page?

If I am understanding correctly, it would be the individual detail page. If someone clicked on the full details of one of our products, I am curious to know if I could have an add to cart button and a buy now button for each product when it is opened in full detail. I hope that makes sense. Thanks!

Link to comment
On 1/20/2022 at 9:21 PM, tuanphan said:

You mean on List Page or Individual Detail Page?

If I am understanding correctly, it would be the individual detail page. If someone clicked on the full details of one of our products, I am curious to know if I could have an add to cart button and a buy now button for each product when it is opened in full detail. I hope that makes sense.

Link to comment
On 1/23/2022 at 8:25 AM, hello321 said:

If I am understanding correctly, it would be the individual detail page. If someone clicked on the full details of one of our products, I am curious to know if I could have an add to cart button and a buy now button for each product when it is opened in full detail. I hope that makes sense.

I think it is not possible. However you can consider adding second button: "Go to cart" 

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
On 1/23/2022 at 1:25 AM, hello321 said:

I am curious to know if I could have an add to cart button and a buy now button for each product when it is opened in full detail.

You'd like a second button that adds just this one product to the cart and then goes straight to checkout without adding other products?

About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.
Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.

Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!
If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.
Improve your online store with our extensions.

Link to comment
9 hours ago, paul2009 said:

You'd like a second button that adds just this one product to the cart and then goes straight to checkout without adding other products?

Yes, I believe that is correct. I would like one button that adds the product to the cart and another button that takes the product straight to checkout.

Link to comment
On 1/25/2022 at 11:50 PM, hello321 said:

Okay, how do I add a second "Go To Cart" button to a product page? 

Add to last line in Code Injection > Footer

<script>
  jQuery(document).ready(function($) { 
   $('<div class="sqs-block-button button-block go-to-cart"><div class="sqs-block-button-container--center"><a href="/cart" class="sqs-block-button-element--small sqs-block-button-element">Go to cart</a></div></div>').insertAfter("div.sqs-add-to-cart-button-wrapper");
 }); 
</script>
<style>
  div.go-to-cart {
    margin-top: 10px !important;
}
div.go-to-cart a {
    display: block;
}
</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.