ooohh You are correct! Good find! So the corrected information should be...
'Starting At' Text
The supplied pages are hard-coded to show the "Starting At" prefix to the price regardless of whether it is needed. To fix this:
- in /includes/templates/template_default/un_wishlist/tpl_unwishlist_default.php search for TEXT_BASE_PRICE
- replace the entire line with the following:
PHP Code:
<li class="price"><?php echo ((zen_has_product_attributes_values((int)$products->fields['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . $products_price; ?></li>
- repeat for /includes/templates/template_default/un_wishlist_find/tpl_un_wishlist_find_default.php