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.
Remove Add To Wishlist button
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Remove Add To Wishlist button
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>-->
<!--<asp:LinkButton ID="AddToWishlistButton" runat="server" SkinID="Button" Visible="true" OnClick="AddToWishlistButton_Click" Text="Add to Wishlist" EnableViewState="false" ValidationGroup="AddToBasket"></asp:LinkButton>-->
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx