hello321 Posted January 20, 2022 Share Posted January 20, 2022 Site URL: https://www.pappishop.com/ Is it possible to add two product buttons on your products/product-page? Buttons such as an "add-to-cart button" and a "buy-now" button? Thanks! Link to comment
tuanphan Posted January 21, 2022 Share Posted January 21, 2022 You mean on List Page or Individual Detail 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
hello321 Posted January 21, 2022 Author Share Posted January 21, 2022 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
hello321 Posted January 23, 2022 Author Share Posted January 23, 2022 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
tuanphan Posted January 25, 2022 Share Posted January 25, 2022 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
hello321 Posted January 25, 2022 Author Share Posted January 25, 2022 9 hours ago, tuanphan said: I think it is not possible. However you can consider adding second button: "Go to cart" Okay, how do I add a second "Go To Cart" button to a product page? Link to comment
paul2009 Posted January 25, 2022 Share Posted January 25, 2022 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
hello321 Posted January 26, 2022 Author Share Posted January 26, 2022 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
tuanphan Posted January 27, 2022 Share Posted January 27, 2022 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment