Remove Add To Wishlist button

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
DrM
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Tue Oct 31, 2006 6:47 am

Remove Add To Wishlist button

Post by DrM » Wed Aug 20, 2008 5:08 am

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.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Remove Add To Wishlist button

Post by jmestep » Wed Aug 20, 2008 9:12 am

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>-->
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

Post Reply