I was having the same problem many are having. Add to cart button adding product to cart and wishlist button adding product to cart and all the combinations in between described in this thread. I followed all the possibilities and nothing worked until I made a silly change and now it finally works.
Hope this helps anyone with the same problem.
tpl_product_info_display.php
PHP Code:<?php 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_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT) . '</a>'); ?>


Reply With Quote

