From 47b858f4087047111e486b48274bf21e7cd05002 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 9 Apr 2025 23:02:05 +1000 Subject: [PATCH] Document gotcha with flags or vouchers enabling products/categories --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index fa95cc22..ee9e604d 100644 --- a/README.rst +++ b/README.rst @@ -179,6 +179,8 @@ Traps for new players 1. Terms and Conditions during ticket purchase workflow are implemented by having a product category called something like "Terms & Conditions" with a product called "I accept". See `settings.TERMS_PRODUCT_CATEGORY` and `pinaxcon/registrasion/management/commands/populate_inventory.py`. +2. If *any* flag or voucher enables a category or product, that category or product will become disabled by default. + Issues ~~~~~~