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.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 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 |
|
|
|
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! |
|
|
|
|
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.