修改“/include/shopcar.class.php”文件中的“MakeOrders”方法中的以下代码。有单号重复的可能:
function MakeOrders(){
$this->OrdersId = 'S-P'.time().'RN'.mt_rand(100,999); // <-- 修改这里
$this->deCrypt($this->saveCookie("OrdersId",$this->OrdersId));
return $this->OrdersId;
}
<完>