<!-- price -->
<div class="add2cart positionrelativyar">
<div class="product-price"><span class="price-label">Розничная цена: </span>
{if $product.compare_price > 0}<span class="compare-at-price nowrap"> {shop_currency_html($product.compare_price)} </span>{/if}
<span data-price="{shop_currency_html($product.price, null, null, 0)}" class="price nowrap">{if $product.price != 0}{shop_currency_html($product.price)}{else}по запросу{/if}
</span>
<meta itemprop="price" content="{shop_currency($product.price, $product.currency)}" />
</div>
<input type="hidden" name="product_id" value="{$product.id}">
1 ответ
При чем на другом сайте, тот же код работает исправно и отображает цену.