Magento Expert Forum - Improve your Magento experience
-
How to get Abandoned product details in Magento API
Hello All,
I am writing REST API to get the abandoned cart details in Magento. In that I can able to get abandoned details ( Customer Name, Customer Email, No.of Products in Cart) . In addition with I would like to get the products name. Please suggest how can I achieve this.
Below is the code that I used for abandoned cart details.
$collection = Mage::getResourceModel('reports/quote_collection');
$collection->prepareForAbandonedReport();
$output = $collection->load()->toArray();
Thanks
View more threads in the same category:
-
-
Hello there,
Abandoned Cart Extension for Magento enables users to follow up with customers who added products to their shopping cart but did not buy! The fact that customers added the product to their cart, means that they were interested in your products! Capitalize on this opportunity!
Good luck!
-
-
Junior Member
HI,
Allow customers to retrieve ther cart with products and coupons even though they faced failed order due to payment issues. Install https://www.modulebazaar.com/magento-2-pay-failed-order.html and allow them to pay for failed orders! Reduce abandonment rate and increase sales.
-
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks