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();...
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();...
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...