update product quantity on check out page magento
update product quantity on check out page magento you can do it by editing item.phtml (template/checkout/onepage/review/item.phtml) and these lines after line no #47 <td class="a-center"><?php echo $_item->getQty() ?></td> <td class="a-center">
Read More