Quote Originally Posted by maxus
Im setup this mod
But now I see "add to wishlist" only when Im on product page
Where I can see my wishlist ? meybe Im dont make something ???

If im login - Im dont see wishlist link anywhere...
www.czbeads.eu

please help
Check the read me page, it has many examples of how to add a link to the wishlist page including how an Add to Wish List link on a product template:

<?php
// (un): start wishlist link
echo '<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . UN_TEXT_ADD_WISHLIST . '</a>';
// (un): end wishlist link