Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Hyper (Guest)
Hyper (Guest)
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?