From 235a49b9c02080678cc11826422011056fa94ec9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 12 May 2021 23:28:19 +0200 Subject: [PATCH] Docs: Add note on subevent-dependent item availability --- doc/user/events/guides/earlybird_dates.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/user/events/guides/earlybird_dates.rst b/doc/user/events/guides/earlybird_dates.rst index 79d62a064f..680b6e128e 100644 --- a/doc/user/events/guides/earlybird_dates.rst +++ b/doc/user/events/guides/earlybird_dates.rst @@ -7,6 +7,14 @@ Let's say you run a conference that has the following pricing scheme: * 6 to 3 months before the event: € 550 * closer than 3 months to the event: € 650 -Of course, you could just set up one product and change its price at the given dates manually, but if you want to set this up automatically, here's how: +Of course, you could just set up one product and change its price at the given dates manually, but if you want to set +this up automatically, here's how: -Create three products (e.g. "super early bird", "early bird", "regular ticket") with the respective prices and one shared quota of your total event capacity. Then, set the **available from** and **available until** configuration fields of the products to automatically turn them on and off based on the current date. +Create three products (e.g. "super early bird", "early bird", "regular ticket") with the respective prices and one shared +quota of your total event capacity. Then, set the **available from** and **available until** configuration fields of +the products to automatically turn them on and off based on the current date. + +If you're in an event series, this will likely not help you since these dates would need to be the same for all dates +in your series. As an alternative, you can go to the "Dates" sectionof your event series, select one or more dates, +and scroll down to the "product settings" section. Here, you can also define availability times for individual products +just for this date individually. \ No newline at end of file