• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Codeaddict7423
#1 Posted : Thursday, February 5, 2009 2:49:33 PM(UTC)
Codeaddict7423

Rank: Member

Joined: 1/23/2009(UTC)
Posts: 71

Hello,


How do I disable the display of the wish list button? Can I disable this display option via the admin site? Where do I go to disable this option from the code?



Any help or suggestions would be appreciated.
Aaron
#2 Posted : Thursday, February 5, 2009 5:21:55 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,393
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
I don't remember there being an admin setting for this, though I could be wrong. You can remove the button by commenting it out the "AddToWishlist" control on the product template(s) that you're using. Use HTML comments not ASP comments. Alternately you can set the visibility of the control to hide it (Visible="False").
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
rwc
#3 Posted : Thursday, February 5, 2009 8:36:59 PM(UTC)
rwc

Rank: Member

Joined: 1/20/2008(UTC)
Posts: 47

What you can do is go into the product template and in the control for the wish list, put Visible="false". It would be like this:

In /BVModules/ProductTemplates/ and whatever layout you're using, then the Product.aspx file.

Change this line:

<uc9:AddToWishlist ID="AddToWishlist1" runat="server" />

to

<uc9:AddToWishlist ID="AddToWishlist1" runat="server" Visible="false" />

Hope this helps!
Rick Whittington
Rick Whittington Consulting
http://www.rickwhittington.com
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012