Magento – How to get item details of abandoned cart

cartce-1.7.0.2

I need to add a new column to show item names (comma seperated) in Abandoned cart grid. Which tables to be join with the parent collection to get item names ?
Any suggestions will be appreciated.

Best Answer

Because abandoned carts pull from the sales_flat_quote table you should be able to join on sales_flat_quote_item and use the name field:

enter image description here