Add a warning message to products that are out of timeframe

This commit is contained in:
Raphael Michel
2018-12-02 16:44:21 +01:00
parent 478d8e4116
commit 0f9755e36f

View File

@@ -36,6 +36,12 @@
item to an existing or newly created quota. item to an existing or newly created quota.
{% endblocktrans %} {% endblocktrans %}
</div> </div>
{% elif not object.is_available_by_time %}
<div class="alert alert-warning">
{% blocktrans trimmed %}
This product is currently not being sold since you configured below that it should only be available in a certain timeframe.
{% endblocktrans %}
</div>
{% endif %} {% endif %}
{% block inside %} {% block inside %}
{% endblock %} {% endblock %}