I add this to tpl_product_info_display.php
<?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') . '">' . zen_image_button(UN_TEXT_ADD_WISHLIST) . '</a>';
// (un): end wishlist link
?>
and nothing is showing up.
sorry for all the questions.





