shopwareLabs / nextjs-shopware-starter

Shopware + Next.js Commerce
https://nextjs-shopware-starter.vercel.app
MIT License
41 stars 12 forks source link

Checkout API example #19

Open LasseRosenow opened 5 months ago

LasseRosenow commented 5 months ago

Hello I would like to implement a custom checkout using the headless API.

It would be extremely helpful to have an example implementation.

Is there any plan to add one to this template, or are there any examples that already exist somewhere else?

Thank you in advance :)

BrocksiNet commented 5 months ago

Hi @LasseRosenow :wave:

Sure, we have the Checkout working in our demo-store template based on Vue and Nuxt. And yes, that template or composable logic could also be moved to this react template (see).

You can also use the default storefront checkout from Shopware instead of building one using this react template (see).

This template will also get more love at some point in the future.

We have topics like this on our list:

But also feel free to provide a PR with the basic Checkout/Success page implementation.

All the best, Björn