Show "continue" instead of "checkout" also if order is free

This commit is contained in:
Raphael Michel
2018-03-07 10:34:41 +01:00
parent c68b6116a2
commit cd084fe8d1

View File

@@ -60,7 +60,7 @@
<div class="col-md-4 col-md-offset-4 col-xs-12">
<a class="btn btn-block btn-primary btn-lg"
href="{% eventurl request.event "presale:event.checkout.start" cart_namespace=cart_namespace %}">
{% if has_addon_choices %}
{% if has_addon_choices or cart.total == 0 %}
<i class="fa fa-shopping-cart"></i> {% trans "Continue" %}
</a>
{% else %}