I'm confused again. :-(
I am looking for product ID numbers in the database table. The only place that I see the correct ID numbers is in the zen_products_description table. I can't find a table that matches up the customer's name (or customer number) with the product ID. I see an orders_id, but I can't find that referred to anywhere else.
I can't understand how the order connects the 'customer' with the 'product ordered' and makes a connection between the two, in the database.
All of my products in the catalog have unique ID's. I am trying to pull the product ID from the database (or the product name). Is it possible that I have not turned on the connection between the product and the product ID? With no mention of product id, product name or even product description; these are the columns in the most comprehensive table, zen_orders:
orders_id customers_id customers_name customers_company customers_street_address customers_suburb customers_city customers_postcode customers_state customers_country customers_telephone customers_email_address customers_address_format_id delivery_name delivery_company delivery_street_address delivery_suburb delivery_city delivery_postcode delivery_state delivery_country delivery_address_format_id billing_name billing_company billing_street_address billing_suburb billing_city billing_postcode billing_state billing_country billing_address_format_id payment_method payment_module_code shipping_method shipping_module_code coupon_code cc_type cc_owner cc_number cc_expires cc_cvv last_modified date_purchased orders_status orders_date_finished currency currency_value order_total order_tax paypal_ipn_id ip_address dropdown gift_message checkbox COWOA_order
I have tried using the wonderful 'developers tool kit', but that doesn't seem to point me to database tables.


Reply With Quote
