kbadr
Forum Replies Created
-
Well, this is kinda dirty, but I added this to the em-bookings.php file, just before the final $sql query is built in the get() function:
if (!$count) {
$selectors .= “, regexp_replace(booking_meta,’.*user_name\”;s.[\\\\d]+.\”‘,”) as user_name”;
$orderby_sql = ( count($orderby) > 0 ) ? ‘ORDER BY ‘. implode(‘, ‘, $orderby) : ‘ORDER BY LOWER(user_name) ASC’;
}
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Adding Interest Groups ProgrammaticallyThank you for confirming my suspicions. I have a few ways I can handle this, though they’re a little less than ideal.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Error trying to login to mailchimpI am having the same issue.
I will update my license and post. Thanks.
Yep, I realize that. I wasn’t expecting them to get done immediately. Just wanted to get them written down and submitted for a future release.
Thanks!
Are there any plans to change this for the release version:
“When you turn on Multiple Bookings Mode, all coupons immediately become site-wide coupons, meaning they are available to any booking being made.”
Seems like this is a valuable feature to have (coupons that are specific to individual events), even in Multiple Bookings Mode.
Exciting! Really exciting. I can finally get rid of the Frankenstein Event Manager/Zencart monster I cobbled together.
The page says that feature is in Beta. Any idea when it will be finalized and suitable for production use?
We are unable to upgrade right now. Does anyone know if this was a reported/known issue with 4.305?
Forum: Plugins
In reply to: Events Manager – Sort Calendar By Start TimeMoved to the Events Manager forum:
http://ww.wp.xz.cn/support/topic/sort-calendar-events-by-start-time?replies=1#post-3764047
OK, I think I may have misdiagnosed the problem. This might actually be a problem with offline payment bookings.
Steps to reproduce:
For the purposes of this, I have an event called Event X with 10 tickets available. Enable the offline payments button.
1. Go to the event page for Event X as a logged out user.
2. Buy 1 space, and use the Offline Payment button.
3. Login and look at the bookings for Event X. The booking from step 2 is there, and at the top it says: Availability : 1/10 Spaces confirmed , 8/10 Available spacesWhat happened to the extra available space? Why are there only 8 spaces available?
Further investigation indicates that this is my problem. I changed the default status of the offline payment gateway to be 5 instead of 1.
What is the correct value to use to make offline payments automatically get marked as approved? 5 isn’t it, apparently.
We are on Events Manager 5.1.8.5, and EM Pro 2.1.5
Deleting bookings that are “Awaiting Online Payment” seems to be causing problems.
I am going to try to write a step by step method of reproducing the strange behavior. I will post it shortly.
Maybe the solution is to have bookings Awaiting Online Payment expire and go away after 10 minutes or so? We are running into problems where someone clicked the Paypal button and then forgets or closes the paypal window and never completes the transaction. The booking is still in the system, but not approved. If I delete the booking, the count of available spots does not get updated properly.