Hello!
I am having a few issues. I am using 2.7.8.
1) I have all of my events set so that each email address can only register for an event once, but users have found a way around that. If they are already registered for an event, if they try again, they will be denied. If they have not registered, they can add the event to the cart multiple times. Since the check is against what is already in the database, it does not detect that the same event is already in the cart. When submitting, the person is able to register for the event as many times as it appears in the cart since there is no check at that point. In this post (
http://www.dthdevelopment.com/index.php ... 652#p14754
)
"2. This would be due to settings. If you don't want this, then disable the duplicate registration prevention setting in the main configuration. There have also been recent improvements on this particular feature."
What recent improvements to this feature? Is there a way to prevent people from registering for an event multiple times with the shopping cart? Please tell me there is.
2) I am having trouble with the cart dropping events. I see this post (
http://www.dthdevelopment.com/index.php ... =16&t=7560
). I have added a line to my php5.ini file (memory_limit=128M). It was not there before I opened the file. That didn't fix it. I don't know if I have to restart PHP in order for that to take effect though.
Here are my steps:
01) Add event from Category A.
02) Add event from Category B.
03) Navigate away from the registration page.
04) Click on Shopping Cart button.
05) Go back to registration page.
06) Add an event from Category A.
The event from Category B will be gone. It always shows the first and latest events. All other ones are removed from the cart.
Here is a faster way that does not involve the Shopping Cart Button:
01) Add event.
02) When asked to [Register For Another Event] [Checkout], click on a link to somewhere else on the site.
03) Go back to registration page.
04) Add event.
Event from Step 01 is gone.
Help?
3) Is it possible for the owner of an event to view who has signed up for it from the front end?
Thank you!