{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Automatic discounts" %}{% endblock %} {% block inside %}
{% blocktrans trimmed %} With automatic discounts, you can automatically apply a discount to purchases from your customers based on certain conditions. For example, you can create group discounts like "get 20% off if you buy 3 or more tickets" or "buy 2 tickets, get 1 free". {% endblocktrans %}
{% blocktrans trimmed %} Automatic discounts are available to all customers as long as they are active. If you want to offer special prices only to specific customers, you can use vouchers instead. If you want to offer discounts across multiple purchases ("buy a package of 10 you can turn into individual tickets later"), you can use customer accounts and memberships instead. {% endblocktrans %}
{% blocktrans trimmed %} Discounts are only automatically applied during an initial purchase. They are not applied if an existing order is changed through any of the available options. {% endblocktrans %}
{% blocktrans trimmed %} Every product in the cart can only be affected by one discount. If you have overlapping discounts, the first one in the order of the list below will apply. {% endblocktrans %}
{% if discounts|length == 0 %}{% blocktrans trimmed %} You haven't created any discounts yet. {% endblocktrans %}
{% trans "Create a new discount" %}