Widget: Add voucher explanation text

This commit is contained in:
Raphael Michel
2019-05-06 11:33:48 +02:00
parent 53053f19e4
commit c23f71a19c
3 changed files with 8 additions and 0 deletions

View File

@@ -434,6 +434,7 @@ class WidgetAPIProductList(EventListMixin, View):
'display_net_prices': request.event.settings.display_net_prices,
'show_variations_expanded': request.event.settings.show_variations_expanded,
'waiting_list_enabled': request.event.settings.waiting_list_enabled,
'voucher_explanation_text': str(request.event.settings.voucher_explanation_text),
'error': None,
'cart_exists': False
}