Magento Expert Forum - Improve your Magento experience

Results 1 to 6 of 6

How to get Abandoned product details in Magento API

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post 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:


  2. #2
    Junior Member
    Join Date
    Aug 2013
    Location
    USA
    Posts
    353
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    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!

  3. #3
    Junior Member Snyderphil's Avatar
    Join Date
    Oct 2016
    Posts
    115
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •