{% set header_title = 'Cart' %} {% set background_top = 'assets/images/bg-top-4.png' %} {% set breadcrumbs = [ 'Home', 'Store', 'Cart' ] %} {% extends 'layouts/layout-1.html' %} {% block content %}
|
|
Product:{{ shop[i].title }} |
Price:{{ shop[i].price }} |
Quantity: |
Total:{{ shop[i].price }} |
| Subtotal | € 52.00 |
| Shipping | Free Shipping |
| Total | € 52.00 |