Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

At what point is an items model number added to products_model in table order_products


rs2k

Recommended Posts

Posted

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.

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...