Zen Cart Logo
Forums / General Questions / persisting form data during checkout ...

persisting form data during checkout ...

Views: 1,735

Results 21 to 23 of 23
10 Nov 2011, 2:42 PM
#21
grossd avatar

grossd

Zen Follower

Join Date:
Sep 2005
Posts:
173
Plugin Contributions:
0

persisting form data during checkout ...

Thanks.

when does the order id become available. I guess, its not yet available when checkout starts -- i.e. in the checkout shipping page. I think an order is only generated once the checkout process is confirmed.

Currently, there exists functionality to continue shopping when a customer logs in and find items in a basket from a previous session. What kind of identifieris used to track the fact that a basket already exists -- perhaps a basket identifier.

10 Nov 2011, 2:46 PM
#22
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: persisting form data during checkout ...

I believe a logged-in customer's cart from a previous session is stored in the database, and retrieved when they re-login.

10 Nov 2011, 2:53 PM
#23
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: persisting form data during checkout ...

gjh42:

I believe a logged-in customer's cart from a previous session is stored in the database, and retrieved when they re-login.
The customer's shopping-cart "basket" contents are stored in the database. This includes products and attributes details only.