Page 1 of 1

Remove Add To Wishlist button

Posted: Wed Aug 20, 2008 5:08 am
by DrM
How do I remove the "Add to Wishlist" button that appears next to the "Add to Basket" button on my Product.aspx pages?

I saw this post:
"how can i disable the wishlist button?"
viewtopic.php?f=44&t=7879&hilit=wishlist

But there isn't anything in the header scriptlet for the product page that references the wishlist.

Re: Remove Add To Wishlist button

Posted: Wed Aug 20, 2008 9:12 am
by jmestep
If you are using the normal product display control-- Conlib/BuyProductDialog.ascx, comment out this following line:

<!--<asp:LinkButton ID="AddToWishlistButton" runat="server" SkinID="Button" Visible="true" OnClick="AddToWishlistButton_Click" Text="Add to Wishlist" EnableViewState="false" ValidationGroup="AddToBasket"></asp:LinkButton>-->