rs2k Posted May 29, 2008 Posted May 29, 2008 I can pull extra fields from the order_products table but I cannot figure out how the information gets there. I can figure out how to use data from the orders_products table for modifying order.php and checkout_process.php, but I need to have a field taken from the products table and added to the orders_products table. Any help is greatly appreciated.
rs2k Posted May 29, 2008 Author Posted May 29, 2008 I can pull extra fields from the order_products table but I cannot figure out how the information gets there. I can figure out how to use data from the orders_products table for modifying order.php and checkout_process.php, but I need to have a field taken from the products table and added to the orders_products table. Any help is greatly appreciated. I figured it out. shopping_cart.php in the class folder pulls the data from the products table and checkout_process.php in the catalog directory places it into the orders_products table with help from order.php in the classes folder.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.