|
|
|
|
@ -10,7 +10,9 @@ |
|
|
|
|
<!-- Wrapper for slides --> |
|
|
|
|
<div class="carousel-inner" role="listbox"> |
|
|
|
|
<div class="item active"> |
|
|
|
|
<a href="/store/spearfishing/spearguns/pneumatic/product-ruzhe-pnevmovakuumnoe-salvimar-predathor-vuoto/"><img src="/static/img/Salvima1940.jpg" alt="Акция Salvimar" title="Акция Salvimar"></a> |
|
|
|
|
<a href="/store/sale/"> |
|
|
|
|
<img src="/static/img/banner1.jpg" alt="Распродажа!" title="Распродажа!"> |
|
|
|
|
</a> |
|
|
|
|
|
|
|
|
|
<div class="carousel-caption"> |
|
|
|
|
|
|
|
|
|
@ -39,7 +41,9 @@ |
|
|
|
|
<div class="thumbnail"> |
|
|
|
|
{% set im = product.main_image()|thumbnail("420x420") %} |
|
|
|
|
<a href="{{ product.get_absolute_url() }}"><img src="/static/{{ im.url }}" |
|
|
|
|
class="img-responsive" alt="Купить {{ product.title }}" title="Купить {{ product.title }}"></a> |
|
|
|
|
class="img-responsive" |
|
|
|
|
alt="Купить {{ product.title }}" |
|
|
|
|
title="Купить {{ product.title }}"></a> |
|
|
|
|
|
|
|
|
|
<div class="caption"> |
|
|
|
|
<div class="title"> |
|
|
|
|
@ -71,8 +75,10 @@ |
|
|
|
|
href="/store/cart/add/?pk={{ product.variations.filter(in_stock__gt=0).order_by('price').first().pk }}&count=1&next={{ request.get_full_path()|urlencode }}"><span><span |
|
|
|
|
class="glyphicon glyphicon-shopping-cart" aria-hidden="true"></span> Добавить в корзину</span></a> |
|
|
|
|
{% else %} |
|
|
|
|
<a class=" btn btn-danger btn-block order-order-link" href="#order-form" data-itemid="{{ product.pk }}"><span><span |
|
|
|
|
class="glyphicon glyphicon-import" aria-hidden="true"></span> Заказать</span></a> |
|
|
|
|
<a class=" btn btn-danger btn-block order-order-link" href="#order-form" |
|
|
|
|
data-itemid="{{ product.pk }}"><span><span |
|
|
|
|
class="glyphicon glyphicon-import" |
|
|
|
|
aria-hidden="true"></span> Заказать</span></a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
@ -84,6 +90,10 @@ |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<embed height="188" width="355" bgcolor="#ffffff" name="vishnu" src="http://iii.ru/static/Vishnu3.swf" wmode="transparent" flashvars="uuid=9a13ee03-be70-459d-b7d4-f3911cd9621f&disableRuOverride=1&home=7d5fe16c606e3884d1b1329a3cfd3dd4&skin_color=0xFFF8C1&vertical_layout=0" type="application/x-shockwave-flash" quality="high" style="position: fixed; bottom: 0; right: 0; z-index:4000"></embed> |
|
|
|
|
<embed height="188" width="355" bgcolor="#ffffff" name="vishnu" src="http://iii.ru/static/Vishnu3.swf" |
|
|
|
|
wmode="transparent" |
|
|
|
|
flashvars="uuid=9a13ee03-be70-459d-b7d4-f3911cd9621f&disableRuOverride=1&home=7d5fe16c606e3884d1b1329a3cfd3dd4&skin_color=0xFFF8C1&vertical_layout=0" |
|
|
|
|
type="application/x-shockwave-flash" quality="high" |
|
|
|
|
style="position: fixed; bottom: 0; right: 0; z-index:4000"></embed> |
|
|
|
|
|
|
|
|
|
{% endblock %} |