Hello all,
I am working on a shopping cart that has three identical carts, one for "tuesday", "thursday", and "sunday". Each cart file uses a table called tempuserpurchase with the day after it (eg. tempuserpurchasesunday).
Now the checkout needs to total the info for the three tables and display on the checkout the items from each of the three tables.
How would I merge the info from the three tables into one. The fields within each of the tables are identical.