|
|
|
|
@ -53,6 +53,13 @@ |
|
|
|
|
<h1 style="font-size:19px; margin-top:0;" class="text-left">{{ product.title }}</h1> |
|
|
|
|
|
|
|
|
|
<div class="product-detail-price"> |
|
|
|
|
{% if product.is_discount() %} |
|
|
|
|
<span class="product-detail-price-old"> |
|
|
|
|
<small class="text-danger"><s> |
|
|
|
|
{{ (request|currency).get_string_price(product.min_price_variation().price) }} |
|
|
|
|
</s></small> |
|
|
|
|
</span> |
|
|
|
|
{% endif %} |
|
|
|
|
<span class="product-detail-price-span">{{ (request|currency).get_price(product.min_price(request.user)) }}</span> <span class="price__currency">{{ (request|currency).get_symbol() }}</span> |
|
|
|
|
</div> |
|
|
|
|
<br/> |
|
|
|
|
|