2017-05-18 102 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]); 

相關問題