#guest checkout system

1 messages · Page 1 of 1 (latest)

drowsy dagger
#

How to create a guest checkout system for ecommerce?

slow otterBOT
drowsy dagger
#

@white smelt any idea? You always seem to have the answers jam

white smelt
#

Hmm, well I'm not super familiar with the ecommerce system, but what is the main issue?

#

Guests have to register?

drowsy dagger
#

Yeah, shoppers have to be logged in, in order to get to the checkout page

white smelt
#

hmm

drowsy dagger
#

Tried looking around the community on the payload website but seems like no one’s done that, there’s no documentation on how to do so

white smelt
#

Yeah I don't think it's part of that templates functionality, but I can try to help[

drowsy dagger
#

Appreciate it mate

white smelt
#

I will say, adding that feature is probably a little bit of work, considering its a change to the API and some front-end components

#

I cant look right away, but give me like an hour

#

In the meantime, I'd be reading through the template to understand it the best I could

drowsy dagger
#

All good, I’ll continue to do research on my end too

#

Thanks mate @white smelt

somber lotus
#

@drowsy dagger @white smelt wondering if there was any outcome from this? I am working on making changes and I have done everything up to the point of the /checkout page where I changed the front end to show a form similar to shopify checkout form. However, each order requires the account and I am wondering if I can create a user account without a password and then once they finish checkout, I ask them to complete the registration where they enter a password to track the orders.

How else would you do it? Please let me know which approach you took. Thank you