Skip to content

Instantly share code, notes, and snippets.

@fatrex
Created July 31, 2014 13:06
Show Gist options
  • Select an option

  • Save fatrex/354fb43f7e03c0470197 to your computer and use it in GitHub Desktop.

Select an option

Save fatrex/354fb43f7e03c0470197 to your computer and use it in GitHub Desktop.
[Magento] Abandoned carts collection
$collection = Mage::getResourceModel('reports/quote_collection');
$collection->prepareForAbandonedReport(); //Optional array for Store Ids
$collection->load();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment