- Issue created by @louaifi
- ๐บ๐ธUnited States john.oltman
Hi there, I am guessing you have not read the instructions in the README yet. The user must complete an initial checkout to be placed on the wait list. If you still need assistance after reading those instructions please post again.
- ๐ซ๐ทFrance louaifi
Hi John,
Thank you for your response! Iโve gone through the README instructions and was able to get the module working with the native functionality, where registrations are automatically added to the waitlist when the event is full.
However, my main concern is that I donโt want users to be required to pay when they are added to the waitlist. What Iโm aiming for is to have users added to the waitlist without any payment required upfront, and only charge them when a spot becomes available.
I was wondering if there's a way to modify the existing functionality so that users are not prompted for payment while on the waitlist, but they can proceed with the payment only once a spot is confirmed.
Any further advice or guidance on how to achieve this would be much appreciated!
Thanks again for your help.
Halim
- ๐บ๐ธUnited States john.oltman
If your store is properly configured, a user will not be prompted for payment info (credit card, etc) while completing checkout if they only have a zero priced item in it. In this case checkout simply entails submitting contact info (name, email, maybe billing address) so you have a proper order. If you are looking to exclude wait list items from checkout entirely, that is different, and you should change the title of this issue to replace the words "payment process" with "checkout" so it is more clear what the goal is. I'll have to think on it if that is the case.
- ๐ซ๐ทFrance louaifi
Yes, I would like to exclude the waitlist items from the checkout process entirely. I want users to be added to the waitlist without being prompted for payment, and only be asked to pay once a spot becomes available.
Thank you very much for your continued help and support. I really appreciate your assistance in this matter!
- ๐บ๐ธUnited States john.oltman
I think this would be doable by not adding the initial registration to the cart. Then adding it to the cart when the registration is moved off the wait list to pending. The user would then be emailed to complete checkout. I'll look into adding this to the module. Like the implementation described in the README, it may not work for guest checkout.
- ๐ซ๐ทFrance louaifi
Thank you, John, that approach sounds perfectโplease let me know if I can assist with testing or feedback!