When you order from the public site while logged in, checkout continues inside your authenticated session.
Payment step
- Build a basket on
/order/basketor the account order basket. - Proceed through
/order/checkoutand account steps. - At
/order/checkout/payment, review totals and select PayPal or Stripe if prompted. - Place the order at
/order/checkout/placeor follow the gateway redirect.
Guest vs logged in
Guests create an account during checkout; logged-in users skip duplicate registration. Both paths share similar payment routes after authentication.