ive got a table that stores all items ordered, which has custmer id, product id, cost, amount of item
then the order table contains total price of the order, shipping options and selects card from payment table
the basket is only temporary i run an append query once the order has been placed.