T
Tony Johansson
I have the Customer that is going to order some flowers
So we have two central tables Order and OrderLine
I keep the shopping cart and customer in Session.
I just wonder when is it suitable to write to the Order table and the
OrderLine tabler
Is the best practice to do this when the Customer is doing CheckOut
//Tony
So we have two central tables Order and OrderLine
I keep the shopping cart and customer in Session.
I just wonder when is it suitable to write to the Order table and the
OrderLine tabler
Is the best practice to do this when the Customer is doing CheckOut
//Tony