- This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Cancel email doesn’t send. And approve after payment
Tagged: approve after payment, cancel email
Cancel email doesn’t send:
The message “Booking deleted” is correct, and the user is removed from “approved bookings”, but the “booking cancelled email” it’s not sended. (other emails like “booking made” it’s sending correctly)
I tried #_REMOVEBOOKINGFORM_IF_REGISTERED, #_CANCELBOOKINGFORM and #_CANCELBOOKINGFORM_IF_REGISTERED.
Approve after payment
I wish to know if it’s possible to mark a user as “pending” and automate mark as “approved” when this persons make the stripe payment
thanks!!!
For cancel: did you configure the subject and body of the cancel template? If either is empty, no mail gets sent.
Concerning approve after payment: if you check the option “Require booking approval” then a booking goes into pending. If you then set the option to auto-approve after payment (only visible if “Require booking approval” is checked), if will get marked as paid and approved when a payment arrives.
thanks!
I guess there’s no global option for “Require booking approval” and “auto-approve after payment”?
(the cancel email issue was only a loong time to send the email)
thanks a lot!
Concerning the long time: if you use email queueing in EME, you can change with which frequency EME checks the queue and sends mail in batches
Also best is to use system cron, not wp cron (see the hint in the EME submenu “scheduled actions”)
Concerning your second question: no, not all event options have a global variant 🙂