5 lines
159 B
Smarty
5 lines
159 B
Smarty
<p class="price" data-price>{$body.product.productPrice|format_price}</p>
|
|
|
|
{if $body.product->isold()}
|
|
{t}Tento produkt je dlouhodobě vyprodaný.{/t}
|
|
{/if} |