I am doing a magento customization site , am new to magento anyboby pls help to get the addtocart insert id and cart updated Id .what coding should i apply in controller
app\code\core\Mage\Checkout\controllers\CartController.php
or where should i found the cart insert operation.
To get the cart ID, after adding a product to cart, run the following statement:
I did not test it. But hope it works.