Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order deduction


yesudo

Recommended Posts

Look in catalog/check_out_process.php around line 150

 

tep_db_query("update " . TABLE_PRODUCTS . " set products_quantity = '" . $stock_left . "' where products_id = '" . tep_get_prid($order->products[$i]['id']) . "'");

 

HTH

Tom

Link to comment
Share on other sites

Look in catalog/check_out_process.php around line 150

 

tep_db_query("update " . TABLE_PRODUCTS . " set products_quantity = '" . $stock_left . "' where products_id = '" . tep_get_prid($order->products[$i]['id']) . "'");

 

HTH

Tom

i'll try that thanx very much.

Your online success is Paramount.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...