View Single Post
  #11  
Old 12-19-2007, 09:02 PM
 
andwin andwin is offline
 

Newbie
  
Join Date: Jan 2006
Location: California
Posts: 2
 

Thumbs up Re: "Friend's Wish list" link??

Samantha:
I had the same strange "friend's wish list" problem. No idea why it suddenly appeared.
Rather than switching off the feature, I adjusted the code to get rid of the "friend's" button. Customers might want to keep reorder items or "order later" items saved to their profile in wish lists.

Here's the fix:

File: /customer/menu_cart.tpl

Find the following code:
{if $active_modules.Wishlist ne "" and $wlid ne ""}
<a href="cart.php?mode=friend_wl&amp;wlid={$wlid}">{$ lng.lbl_friends_wish_list}</a>
{/if}

Add {* at its beginning and *} at its end. That makes the code "ignored" by the store.
{*{if $active_modules.Wishlist ne "" and $wlid ne ""}
<a href="cart.php?mode=friend_wl&amp;wlid={$wlid}">{$ lng.lbl_friends_wish_list}</a>
{/if}*}

Dave
__________________
Jonathan

X-Cart Pro v 4.1.11 (win)
Reply With Quote