Posted: February 18, 2014 at 8:27 am
|
When I try and save a ticket for event it goes to a blank page and will not save. Any suggestions?
|
|
http://www.melfisher.com/mfd/?espresso_events=mel-fisher-days Not sure where to grab code you are speaking of? |
Hi Melfisher, Can you enabled WP_DEBUG on the site and retest to see what errors (if any) are being thrown please? Also, currently do you have the Multi Event Registration Add-on active? If so please disable it, it is currently not compatible with EE4. |
|
|
Should I downgrade EE so I can use the Multi Event Registration? |
Before doing that, what is it you want from Multi Event Registration? The ability to add multiple events to the cart and allow multiple ticket types to be purchased OR Are you using MER to allow multiple ticket types to be purchased. For example 2 adults + 2 child within one registration? Reason I ask is EE4 allows you to purchase multiple ticket types (e.g. 2 Adults + 2 child) within a single registration, however currently you can not add multiple events to a cart and checkout all the events in one registration. |
|
|
Yes, I need to add multiple events to a cart. Here is an example of what we are doing. http://www.melfisher.com/mfd/?page_id=2358 Thank you for your help and getting back so quickly. So should I now just re install the previous version? |
|
OK, now how the heck can I download the version 3? I try and click on the link at top of the page but it does nothing. |
EE3 uses a different License from EE4. Currently you have the EE4 Personal License which includes only EE4 so to use EE3 you would need to purchase an EE3 License. A note about downgrading from EE4 to EE3. EE3 does not use Custom Post Types (EE4 does) However EE3 does currently have more functionality than EE4. If you would like to change your license to include EE3 I would recommend contacting sales@eventespresso.com |
|
|
I sent email to sales, have not heard back yet. It is pretty much going to be useless to me if we can not use the multi-ticket plugin, since that is what they were wanting to do. |
I think Jonathan replied to your email. Let us know if I can do anything else for you. |
|
|
Yes, I have everything installed and working wonderfully. I have one more quick question. Is it possible to have in the code where you have: Register for this event, to have a check mark with the “view cart” it turns into? If not no big deal, just was asked if it was possible. |
Hi Mel, It’s totally possible to add a little checkmark. This is something that can be done by adding a bit of CSS. A lot of themes have an option to add custom CSS, or you can use a plugin like the Reaktiv CSS Builder plugin. To add a checkmark after the View Cart link, you’d add this CSS: a.ee_view_cart:after { content: "\2713"; color: green; padding-left: 10px; } |
|
|
it is working but was wondering if there is a way to only show the check mark after they click the register, here is example http://www.melfisher.com/mfd/?page_id=2358 Thanks again for your help! |
Yes, something like this: a.ee_add_item_to_cart:before { content: " "; } |
|
The support post ‘Can not get tickets to save’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.