Guest Posted December 16, 2007 Posted December 16, 2007 Hello, I want to save the product status/availability (available/available in 3to4 days/not available) in each order in the database. Just like the name, the products_id and customer data is saved. I really do not know what to do. I already created a new field in the table orders_products. But there is no way for me to get the product_status written in the new field. I already was able to save (for testing issues)t he tax_id in the new table field. But I could not save any products relevant things. Could you give me a solution please? Any help is appreciated. Thanks in advance. :thumbsup:
photofxplus Posted December 16, 2007 Posted December 16, 2007 Hello, I want to save the product status/availability (available/available in 3to4 days/not available) in each order in the database. Just like the name, the products_id and customer data is saved. Exactly what page is the information showing on that you want to save in the datbase.? Determine how that page is showing what you need and send those values to the database using the same values -- on that page.. If that is not the paage you want to use than The only other way is to do another query using the product id and get the values you want - that would be to table products - usually the product id can be retrieved via the class order or cart - then send those values back to the database table you want. Lloyd
Recommended Posts
Archived
This topic is now archived and is closed to further replies.