Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PayPal button to product page #27

Closed
seand7565 opened this issue Jun 10, 2020 · 0 comments · Fixed by #45
Closed

Add PayPal button to product page #27

seand7565 opened this issue Jun 10, 2020 · 0 comments · Fixed by #45
Assignees
Labels
paypal checkout Related to PayPal Checkout Buttons solidus frontend Touches the Solidus frontend/storefront

Comments

@seand7565
Copy link
Contributor

Like #26, we need to add a PayPal button to the product page. This will allow the user to check out completely on PayPals side. However, unlike #26, I think for this button we'll be sending only the product that this button was clicked on for, instead of the whole cart. Sort of like the instant checkout buttons with Amazon. I guess we'll use the quantity field to send how many of that product they want. This one might get a little hairy if the user already has an order in progress, because we'll need to create a new order on top of that one, but I'm sure we can figure that out.

@seand7565 seand7565 added solidus frontend Touches the Solidus frontend/storefront paypal checkout Related to PayPal Checkout Buttons labels Jun 10, 2020
@seand7565 seand7565 self-assigned this Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paypal checkout Related to PayPal Checkout Buttons solidus frontend Touches the Solidus frontend/storefront
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants