Skip to content
Snippets Groups Projects
Commit 60bdbd8b authored by WAGNER ERIC's avatar WAGNER ERIC
Browse files

Ajout de la fonction delete du panier

parent 6e3866b3
No related merge requests found
......@@ -32,8 +32,8 @@
<td>{{element.quantite * element.clothes.price}}</td>
<td>
<a href="{{ path('app_cart_add', {id: element.clothes.id}) }}"><i class="bi bi-cart-plus"></i></a>
<a href=""><i class="bi bi-cart-dash"></i></a>
<a href=""><i class="bi bi-cart-x"></i></a>
<a href="{{ path('app_cart_remove', {id: element.clothes.id}) }}"><i class="bi bi-cart-dash"></i></a>
<a href="{{ path('app_cart_delete', {id: element.clothes.id}) }}"><i class="bi bi-cart-x"></i></a>
</td>
</tr>
{% else %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment