mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
better description for CROSS_SELLING_CONDITION=discounts
This commit is contained in:
@@ -123,7 +123,7 @@ class ItemCategory(LoggedModel):
|
||||
CROSS_SELLING_CONDITION = (
|
||||
('always', _('Always show in cross-selling step')),
|
||||
('products', _('Only if the cart contains one of these products')),
|
||||
('discounts', _('Only show products affected by discount rules')),
|
||||
('discounts', _('Only show products that qualify for a discount according to discount rules')),
|
||||
)
|
||||
cross_selling_condition = models.CharField(
|
||||
verbose_name=_("Cross-selling condition"),
|
||||
|
||||
Reference in New Issue
Block a user