View Single Post
  #2  
Old 05-31-2010, 10:05 PM
 
TheWrongGrape TheWrongGrape is offline
 

Advanced Member
  
Join Date: Nov 2002
Location: Los Angeles, CA
Posts: 68
 

Default Re: How to get public wishlist id without sending an email?

I was able to solve this myself. Here's the solution in case anybody wants to do the same in 4.3.1:

In skin1/modules/Wishlist/wl_products.tpl add at the bottom after the form for sending the Wish List:
Code:
{if $login ne ""}Your public Wish List URL:<br/> {$http_location}/cart.php?mode=friend_wl&wlid={php} $wishlistid = $this->_tpl_vars[login]; echo md5($wishlistid); {/php}

There may be a cleaner way to get that but it works for me as is.
Reply With Quote