Compare commits

..

No commits in common. "a7c85108abc77c5b6f19c657e6f13ff89cc023e8" and "cd7854dd2eb5251814d395636b00944bc3d00324" have entirely different histories.

1 changed files with 3 additions and 2 deletions

View File

@ -99,13 +99,14 @@
<span>Новый</span>
</div>
{% endif %}
<a href="{{product.get_product_details_url}}"><img style="border-radius: 50%;" src="{{product.image.url}}" alt="Product Title" /></a>
<a href="{{product.get_prodcut_details_url}}"><img style="border-radius: 50%;" src="{{product.image.url}}" alt="Product Title" /></a>
{% comment %} <div class="actions-btn">
<a style="margin-left:20px" href="{% url 'cart:add_cart' product.id %}"><i class="mdi mdi-cart"></i></a>
<a href="{{product.get_product_details_url}}"><i class="mdi mdi-eye"></i></a>
<a href="{{product.get_prodcut_details_url}}"><i class="mdi mdi-eye"></i></a>
</div> {% endcomment %}
</div>
<div class="product-dsc">
<p><a style="color:#d99879" href="{{product.get_prodcut_details_url}}">{{product.name}}</a></p>
<span style="color:#3b3b3b">{{product.price}} тг</span><br><br>
<div style="font-size:16px" class="rating-star">