Wishlist products in admin

Hi All,

I want to know if there is a facility of viewing products added to wishlist for that particular user.

I want to create a Tab for users in Admin->Administer users->Users…as Wishlist and a click on it displays the wishlist products.This must be similar to displaying the the ordered articles by that user.But there is class like oxoderarticlelist.

Please help me out with some implementation ideas.

Thank You,
Sai Chandra Sekhar.M

Hello Sai Chandra,

take a look at the table oxuserbasket. As far as I remember, the difference between the content of the “real” cart and the wishlist is just a status.

Hope that helps.