diff --git a/webshop/templates/pages/cart.html b/webshop/templates/pages/cart.html index ee4e3ea5dd..1c85a75ea5 100644 --- a/webshop/templates/pages/cart.html +++ b/webshop/templates/pages/cart.html @@ -19,15 +19,15 @@
- {{ _('Items') }} + {{ _("Items") }}
- - + + {% if cart_settings.enable_checkout or cart_settings.show_price_in_quotation %} - + {% endif %} @@ -47,11 +47,11 @@
{% if cart_settings.enable_checkout %} - {{ _('Past Orders') }} + {{ _("Past Orders") }} {% else %} - {{ _('Past Quotes') }} + {{ _("Past Quotes") }} {% endif %}
@@ -59,7 +59,7 @@ {% if doc.items %}
- {{ _('Continue Shopping') }} + {{ _("Continue Shopping") }}
{% endif %} @@ -92,9 +92,9 @@
{{ _("Terms and Conditions") }}
{% else %}
- - - + + +
{% endif %} @@ -121,14 +121,14 @@
{{ _("Terms and Conditions") }}
Empty State
-
{{ _('Your cart is Empty') }}

+
{{ _("Your cart is Empty") }}

{% if cart_settings.enable_checkout %} - {{ _('See past orders') }} + {{ _("See past orders") }} {% else %} - {{ _('See past quotations') }} + {{ _("See past quotations") }} {% endif %}
{{ _('Item') }}{{ _('Quantity') }}{{ _("Item") }}{{ _("Quantity") }}{{ _('Subtotal') }}{{ _("Subtotal") }}