I am going to try this here.
I have added a wishlist to my site Spectre Hobbies and I just want to add a button near the add to cart button.
It has been suggested to add this
<?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(BUTTON_IMAGE_WISHLIST, BUTTON_WISHLIST_ALT) ?> </a>
// (un): end wishlist link
?>
However I don't know where to add it or if it is even correct
Please help




