eagleag
-
3/5/2013 6:04:21 AM
RE:E-commerce shopping cart-checkout process
Hi,
You can create a custom Shopping Cart webpart in which you can specify the Checkout Process, instead of editing it under cmsdesk -> ecomm-> configuration -> Store settings -> Checkout Process.
This way each checkout can consist of different steps.
If you would like to able to seperate between the different order made in teh different check outs, you can add a field to system table COM_Order "OrderType". When ordering from each checkout just update tat field to save which checkout it was.
I hope this helps :)
|