Hi all i have a shopping cart which i need to now transfer to order and orderline table.
Ok so the cart has "cartid, custid, productid, qty"
Now i need to add to order:
custid and date which should be ok to do
Ok now the problem is how can i tranfer the cart information "which is essentially orderlines" into orderline table.
How can i obtain each row from the cart table and put into the orderline? orderline would be the order number which just got entered and the product no and qty from the cart.