add products photos

sync_v2
Raz 7 months ago
parent 9ca5a4028b
commit cbdb2eba15
  1. BIN
      shop/static/shop/images/products/PC001/blanc/hat-logo.png
  2. BIN
      shop/static/shop/images/products/PC001/bleu-sport/hat-logo.png
  3. BIN
      shop/static/shop/images/products/PC004/blanc-bleu-sport/shirt_logo.png
  4. BIN
      shop/static/shop/images/products/PC005/blanc-bleu-sport/skirt_logo.png
  5. BIN
      shop/static/shop/images/products/PC006/bleu-sport-blanc/shirt-logo.png
  6. BIN
      shop/static/shop/images/products/PC007/blanc-bleu-sport/short_logo.png
  7. 5
      shop/templates/shop/product_list.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1016 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

@ -18,6 +18,11 @@
{% endif %} {% endif %}
</nav> </nav>
<div class="info-box" style="background-color: #f8f9fa; border-left: 4px solid #4e73df; padding: 12px; margin: 12px 12px; border-radius: 5px;">
<h3 style="color: #4e73df; margin-top: 0;">Photos des produits</h3>
Les photos des vêtements n'ont pas encore le logo, la description indique où il situera.
</div>
<nav class="margin10"> <nav class="margin10">
<a class="confirm-nav-button" href="{% url 'shop:view_cart' %}">Voir mon panier ({{ total }} €)</a> <a class="confirm-nav-button" href="{% url 'shop:view_cart' %}">Voir mon panier ({{ total }} €)</a>
{% if cart_items %} {% if cart_items %}

Loading…
Cancel
Save