Document gotcha with flags or vouchers enabling products/categories

This commit is contained in:
Ben Sturmfels 2025-04-09 23:02:05 +10:00
parent 093c8949ae
commit 47b858f408
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -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`. 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 Issues
~~~~~~ ~~~~~~