Skip to content

One-Page checkout #898

Closed Answered by duncanmcclean
Web10-Joris asked this question in Help
Aug 18, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hello 👋🏻

If you're using an off-site payment provider like Mollie or PayPal, it should be possible. Simply use the {{ sc:cart:update }} tag for collecting customer information & shipping info, then redirect them to a template that takes them to the payment provider (example for Mollie in the starter kit).

Unfortunately, if you want to use Stripe it's not possible. When the checkout page is loaded, Simple Commerce needs to create a payment intent with a set amount. If a shipping method was selected on that page which then changed the order total, it wouldn't be possible for it to be reflected in the payment intent.

You could get clever with JavaScript loading in the customer/shipping form …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Web10-Joris
Comment options

Answer selected by Web10-Joris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
2 participants