{% extends 'base.html.twig' %} {% block title %}Shopping Cart - KitsCo{% endblock %} {% block body %} {% include 'shop/_navbar.html.twig' %}

Shopping Cart

{% for label, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %}

Loading cart...

Order Summary

Items (0) Shs0
Shipping Calculated at checkout
Subtotal Shs0
Proceed to Checkout

Secure checkout - Your data is protected

Have an account? Login to save your cart

{% endblock %}