Is there a way to see wishlists?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
William M
Commander (CMDR)
Commander (CMDR)
Posts: 150
Joined: Sat Feb 14, 2009 9:40 am
Contact:

Is there a way to see wishlists?

Post by William M » Tue Jun 16, 2009 5:34 am

Is there a way to see wishlists - without running through the users list one-by-one? I'd like to contact these shoppers.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Is there a way to see wishlists?

Post by mazhar » Tue Jun 16, 2009 9:29 am

How you are checking wishlists currently. Could you provide some steps details to check wishlists via admin?

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Is there a way to see wishlists?

Post by ZLA » Tue Jun 16, 2009 9:47 am

I assume you're looking for a way to see a list of wishlists. I'd suggest you use your favorite data presentation control (repeater, gridview, etc.) and display the list of wishlists. I assume the object has a collection data access method.
In the list just create a link to ViewWishList.aspx?WishlistId={wishlistid}

However this would require you to then include the password if there is one. So you probably want the link to go to a customized admin version of ViewWishList.aspx that ignores or bypasses the password.

I hope that helps.

William M
Commander (CMDR)
Commander (CMDR)
Posts: 150
Joined: Sat Feb 14, 2009 9:40 am
Contact:

Re: Is there a way to see wishlists?

Post by William M » Tue Jun 16, 2009 11:22 am

I was more hoping there'd be a button in the admin to look at the list of users and the their items, and an easy way to email a reminder that the item is still available with a link back to their wish-listed item..

Perhaps there's an add-on?

Post Reply