Hi Deyson,
I wrote a little snippet some time ago for adding a buy now button below add to cart buttons. This should work for you: https://gist.github.com/SDavisMedia/161dbb254600948d3f5a
You’ll have to style the link to your liking but the functionality should be all there.
Thread Starter
deyson
(@deyson)
Thank you good sir! I will check it out! 🙂
Thread Starter
deyson
(@deyson)
Could this snippet be used with the Stripe popup that keeps a person on the page?
So the entire checkout can be done without leaving the page? 🙂
The snippet I provided will not work like an actual EDD core Buy Now button, no. It would require custom development to make that happen. If that’s the case, though, it would probably be easier to set all of your default buttons as Buy Now buttons and then adjust the code I give you to programmatically add Add to Cart links instead.
Thread Starter
deyson
(@deyson)
Ok. Thats sounds good I will give it a try. Thank you 🙂