How to Add WishList in the ProductGrid

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
waltersnowslin
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Wed Jul 15, 2009 2:58 am

How to Add WishList in the ProductGrid

Post by waltersnowslin » Wed Jul 22, 2009 4:09 am

Hi Friends..,
I want anyone to help me out in bringing a WishList Button beside AddToCart Button, where ever AddToCart is Visible.. :roll:

Thanks,
Walter.

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

Re: How to Add WishList in the ProductGrid

Post by mazhar » Wed Jul 22, 2009 4:30 am

Edit ConLib/AddToCartLink.ascx control page and then put WishList support in this control. It will make it available across the store.

waltersnowslin
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Wed Jul 15, 2009 2:58 am

Re: How to Add WishList in the ProductGrid

Post by waltersnowslin » Wed Jul 22, 2009 4:48 am

Thanks for that aid, but adding a WishList would disturb the code-behind of that .ascx file.
can anyone assist me for the code-behind part.


Thanks,
Walter.

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

Re: How to Add WishList in the ProductGrid

Post by mazhar » Wed Jul 22, 2009 5:00 am

Here is the modified control

waltersnowslin
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Wed Jul 15, 2009 2:58 am

Re: How to Add WishList in the ProductGrid

Post by waltersnowslin » Wed Jul 22, 2009 5:06 am

Thanks a lot dude., "ll try out this, and let you know..

Thanks,
Walter

waltersnowslin
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Wed Jul 15, 2009 2:58 am

Re: How to Add WishList in the ProductGrid

Post by waltersnowslin » Wed Jul 22, 2009 6:05 am

Hi Yoda, you a real master, its working perfectly..

Thanks,
Walter.

waltersnowslin
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Wed Jul 15, 2009 2:58 am

Re: How to Add WishList in the ProductGrid

Post by waltersnowslin » Wed Jul 22, 2009 6:24 am

Hey People,
I got another issue. now the WishList Button is Visible in the Grid, But i wanna hide it, when "details Button" is Active..

Thanks,
Walter.

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

Re: How to Add WishList in the ProductGrid

Post by mazhar » Wed Jul 22, 2009 6:33 am

The modified control I posted take care of this thing. Have you noticed that when more details option is visible then wishlist button disappears.

waltersnowslin
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Wed Jul 15, 2009 2:58 am

Re: How to Add WishList in the ProductGrid

Post by waltersnowslin » Wed Jul 22, 2009 6:54 am

Yeah! But what you said is not happening :cry:

Thanks,
Walter.

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

Re: How to Add WishList in the ProductGrid

Post by mazhar » Wed Jul 22, 2009 6:57 am

Its working for me check following snap, did you made any change to control.

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

Re: How to Add WishList in the ProductGrid

Post by mazhar » Wed Jul 22, 2009 6:59 am

Make sure that in Page_PreRender method you got following statement

Code: Select all

AddToWishlistButton.Visible = AC.Visible;

waltersnowslin
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Wed Jul 15, 2009 2:58 am

Re: How to Add WishList in the ProductGrid

Post by waltersnowslin » Wed Jul 22, 2009 7:08 am

Yes dude., now it works perfect., itz bcuz the above line was missing.,
Thanks Yoda Master.., :D

Post Reply