newmediaguy
Programmer
Hi Guys
I am having trouble achieving the following to things.....
1. Get the total number of Items from the 'cart table'
2. Get the total value of the order
the database has a table containing cart info [id, order id, productid, qty] and the product table has all product information [productid, price, description]
I can total the items, but am having trouble getting the total order value
any help or suggestions would be appreciated.
I can provide both of the table structures if required.
Thanks
Glen
I am having trouble achieving the following to things.....
1. Get the total number of Items from the 'cart table'
2. Get the total value of the order
the database has a table containing cart info [id, order id, productid, qty] and the product table has all product information [productid, price, description]
I can total the items, but am having trouble getting the total order value
any help or suggestions would be appreciated.
I can provide both of the table structures if required.
Thanks
Glen