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

One-click checkout #50

Open
KasimMahroof opened this issue Jan 27, 2022 · 1 comment
Open

One-click checkout #50

KasimMahroof opened this issue Jan 27, 2022 · 1 comment
Labels
💡 enhancement Ideas and suggestions

Comments

@KasimMahroof
Copy link

What are you trying to do?
I am trying to implement one-click checkout into a Craft Commerce site.

From looking at the source code, it seems like this is not possible.

Ideally, users would be able to visit a product page for the first time and be able to checkout immediately.

Currently, this plugin sends over the entire cart and requires some prerequisite information (e.g. email.)

What's your proposed solution?
Unfortunately, I am not the most familiar with Craft Commerce. The project I am working on is the first Craft Commerce site my team has built.

I would like to know if what I want is possible to achieve without writing a complex, custom solution.

Thanks

@KasimMahroof KasimMahroof added New 💡 enhancement Ideas and suggestions labels Jan 27, 2022
@nfourtythree
Copy link
Collaborator

Hi @KasimMahroof

Thank you for your message. At the moment this plugin is focused on being a payment gateway integration, meaning that the checkout process is handled by Commerce and payment deferred to PayPal.

We are going to look into deeper integration with PayPal's features in the future, and with that, we will look at the options for making one-click checkout possible.

At the moment to get it to work you would be required to write custom code with JS and PHP in a custom module.

Thanks!

@nfourtythree nfourtythree removed the New label Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 enhancement Ideas and suggestions
Projects
None yet
Development

No branches or pull requests

2 participants