In your theme directory
In your /app/design/frontend/yourthemepackage/default/template/checkout/cart.phtml file OR /app/design/frontend/default/yourtheme/template/checkout/cart.phtml file
<form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
<?php echo $this->getBlockHtml('formkey'); ?> <!-- this line must be there -->
from: http://stackoverflow.com/a/24525281/602382
转自:Magento 1.8+/1.9+ 无法更新购物车产品数量 Quantity in checkout shopping cart doesn't work properly
本文介绍了Magento1.8+/1.9+版本中购物车产品数量更新不正常的问题及解决方案。涉及Magento系统的checkout/cart.phtml文件修改,确保表单正确提交以实现购物车商品数量的更新。
1257

被折叠的 条评论
为什么被折叠?



