Re: Wishlist Pictures
had this same issue , was great to see someone had the same issue, really sucked that someone fixed it and didnt share their results so heres the code in case someone else has this problem:
open /includes/templates/YOUR_TEMPLATE/un_wishlist/tpl_un_wishlist_default.php
around line 93 or so remove:
<?php echo zen_image(DIR_WS_IMAGES . $products->fields['products_image'] , $products->fields['products_name'], '', '', 'class="productlist"'); ?>
and replace with:
<?php echo zen_image(DIR_WS_IMAGES . $products->fields['products_image'] , $products->fields['products_name'], IMAGE_PRODUCT_NEW_WIDTH, IMAGE_PRODUCT_NEW_HEIGHT, 'class="productlist"'); ?>
wasnt too hard to figure out, but woulda saved some time if the solution posted
Never be afraid to try something new, remember that amateurs built the ark, professionals built the Titanic