We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
cart
- May 16, 2015 20
In this article I'll talk about how to get all shopping cart items and total in Magento Shopping Cart. lets move on to the point.
[php]
$items = Mage::getSingleton('checkout/session')->getQuote()->getAllItems();... - May 15, 2015 16
Script to remove the shopping cart / quote items of the customer using customer ID or customer Email.
Create a PHP file with below script and upload it into root folder of the Magento...