Zen Cart Logo
Forums / All Other Contributions/Addons / Need to delete Wish list button

Need to delete Wish list button

Views: 1,225

Results 1 to 7 of 7
20 Apr 2011, 2:50 PM
#1
binkydbomb avatar

binkydbomb

New Zenner

Join Date:
Apr 2011
Posts:
16
Plugin Contributions:
0

Need to delete Wish list button

Version of Zen Cart : 1.3.8a
Template being used: clean_business
MOD: UN_wishlist
URL: http://lyncar.com/test//index.php?main_page=product_info&cPath=5_22&products_id=1021

Hello all
I'm a newbie so please be gentle. I've tried to get the wishlist to work but have come to the conclusion that my customers may just get better use out of "tell a friend" instead. I've looked in my files, the FAQ's and in the forums. All I want to do at this point is just delete the wishlist button from the product pages. Please help.

20 Apr 2011, 2:56 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Need to delete Wish list button

First check here> admin panel/ catalog/ product types/ product general/ look here to see when you added this mod if they created a button here to turn on and off

  1. If not...
  1. test//includes/templates/clean_business/css/stylesheet.css
  1. #productWishlistLink a {display: none;}
20 Apr 2011, 3:06 PM
#3
binkydbomb avatar

binkydbomb

New Zenner

Join Date:
Apr 2011
Posts:
16
Plugin Contributions:
0

Re: Need to delete Wish list button

haredo:

First check here
[/LIST]

Thank you so much, you totally saved me :clap:

20 Apr 2011, 3:28 PM
#5
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Need to delete Wish list button

You are most welcome..

Please read this tutorial.. > https://www.zen-cart.com/tutorials/index.php?article=5

  1. you will move this block of code before the main image code
  1. <!--bof Product Name-->

blaa blah blah

<!--eof Product Name-->
20 Apr 2011, 4:18 PM
#6
binkydbomb avatar

binkydbomb

New Zenner

Join Date:
Apr 2011
Posts:
16
Plugin Contributions:
0

Re: Need to delete Wish list button

Thanks again

20 Apr 2011, 4:22 PM
#7
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Need to delete Wish list button

Your very welcome but i don't see the change on your test site..

Btw, you need to make this change also...> #productTellFriendLink

  1. notice it is overlapping your description box..
  1. all you have to do is change this in your_template/ stylesheet.css
  1. #productTellFriendLink {margin-top: 3em;}