forked from CGM_Public/pretix_original
Show "continue" instead of "checkout" also if order is free
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
<div class="col-md-4 col-md-offset-4 col-xs-12">
|
<div class="col-md-4 col-md-offset-4 col-xs-12">
|
||||||
<a class="btn btn-block btn-primary btn-lg"
|
<a class="btn btn-block btn-primary btn-lg"
|
||||||
href="{% eventurl request.event "presale:event.checkout.start" cart_namespace=cart_namespace %}">
|
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" %}
|
<i class="fa fa-shopping-cart"></i> {% trans "Continue" %}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user