RE: shopping cart array dump problems
Adyx <[email protected]> 28 Jun 2003 21:43:02 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <8ffdd15974c3a3f899103d8c59afa503@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=188844#188844 ---------------------------------------------------------------- :oops: sorry... i think the first of the above include scripts is just calling in the list from the orders_products table, no matter what. What i need to do is : (1) use the customers_id, to go and get all the products_id for their current cart list from the customers_basket table. THEN (2)Take the product_id list and get the products_model names of each item from the products table. thank you for any help :wink: