{% 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 %} Your cart is empty Add some products to get started. Browse Products Loading cart... Clear Cart Continue Shopping 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 %}
Add some products to get started.
Loading cart...
Secure checkout - Your data is protected
Have an account? Login to save your cart