Ecshop seconds to kill the inventory will be reduced to less than 0 of the solution

Source: Internet
Author: User

Ecshop seconds when the inventory is reduced to less than 0 after the inventory is updated, the inventory is checked, and if the inventory is negative, the rollback of the transaction is performed.

Begin ();//Start a thing processing start$sql= "UPDATE".$GLOBALS[' A ']->table (' Seconds_kill '). " SET Kill_stock = kill_stock-1 WHERE sk_id= ' ".$sk _id."‘ LIMIT 1 " ;$GLOBALS[' DB ']->query ($sql);$sql= "Select Kill_stock". "From".$GLOBALS[' A ']->table (' Seconds_kill '). "WHERE sk_id= '".$sk _id."‘";$kucun=$GLOBALS[' DB ']->getone ($sql);if($kucun<0) {rollback (); Show_message (' I'm sorry, but your purchase is out of stock! ', ' return ', ' ', ' error ');  die();}Else{commit ();}//Startfunctionbegin () {$GLOBALS[' DB '], query ("Set autocommit=0");//set up auto-commit    $GLOBALS[' DB '], query ("Begin");//Transaction Start}//Submitfunctioncommit () {$GLOBALS[' DB '], query ("commit");//Submit    $GLOBALS[' DB '], query ("Set Autocommit=1");}//rolling backfunctionrollback () {$GLOBALS[' DB '], query ("rollback");//Rollback of database changes made    $GLOBALS[' DB '], query ("Set Autocommit=1");}

Ecshop seconds to kill the inventory will be reduced to less than 0 of the solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.