Monday, July 16, 2012

Remove item from cart By ID in Magento

<?php echo $this->getUrl('checkout/cart/delete', array('id' => 'item_id')); ?>


No comments:

Post a Comment