I want to add the price in the Most Viewed block.
I don't need the description so I changed
<!-- begin top_desc --><br>{desc_text}<!-- end top_desc -->
into
<!-- begin top_desc --><br><div id="price_block_{item_id}" class="{price_block_class}">{PRICE_MSG}: <span id="price_{item_id}" class="price">{price_control}</span> <span class="priceTax">{tax_price}</span></div><!-- end top_desc -->
But it just shows "Price: " without a price.. why is this?