forked from CGM_Public/pretix_original
Change error message for unavailable addon products (#4673)
This can not only happen in case of sold-out addons, but also if they are e.g. not available via the current sales channel.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% elif incomplete %}
|
{% elif incomplete %}
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
{% trans "A product in your cart is only sold in combination with add-on products that are no longer available. Please contact the event organizer." %}
|
{% trans "A product in your cart is only sold in combination with add-on products that are not available. Please contact the event organizer." %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<form class="form-horizontal" method="post" data-asynctask
|
<form class="form-horizontal" method="post" data-asynctask
|
||||||
|
|||||||
Reference in New Issue
Block a user