The only price I can see from the recommends array is taxed price...
Code:
{section name=num loop=$recommends}
<li><a href="product.php?productid={$recommends[num].productid}" class="ItemsList">{$recommends[num].product}</a> {include file="currency.tpl" value=$recommends[num].taxed_price}</li>
{/section}