2017-05-18 58 views

回答

2

在你Cart.php与此

if(isset($this->_cart_contents[$rowid])) 
{ 
$this->_cart_contents[$rowid]['qty']++; 
return $rowid; 
} 

unset($this->_cart_contents[$rowid]); 
将以下代码

unset($this->_cart_contents[$rowid]);