Posted: September 9, 2013 at 9:03 am
|
I am using the Event Espresso on http://www.dublindiwali.ie/dublin-diwali-2013 – if a user adds a ticket on Buy Now page and accidentally hits refresh or delete – the cart shows 0 selected tickets but the amount stays at its previous value. The cart does not clear until the user clicks Refresh Total – this is very annoying behaviour as I need to have the cart information current for the user. Also, the system does not send tickets to the buyers automatically until I manualy send them even though the settings are to mark sales as complete and not pending.
|
|
This is fixed in a future version, but if you go into includes/functions/cart.php and look at line 435, change it to read: event_espresso_update_item_in_session( "details" ); it should update the items in the cart as they are changed, and not when the cart is submitted. |
|
I have the [ticket_link] in the confirmation email. I have the Default Payment status for the event to Completed. When the customer clicks on PayPal link to pay, and the payment is completed, I want them to get an email with the ticket_link and that is not happening. I have to manually go into attendee details and confirm payment before Event Espresso sends the tickets to the customer. |
|
Oh and thanks for the updated cart code:) I have added it in and currently testing it – will update soon. |
|
Also is there a way of sending multiple tickets in one email instead of sending emails for each ticket type? |
|
The IPN message from Paypal is only processed and the confirmation email sent out if the payment status is not already “Completed”. Try setting the default status to “Pending”. Or you can set confirmation emails to go out before payment is made in the EE->General Settings under Email Settings. |
|
The venue information in the Ticket PDF has no new line characters:( |
|
Also we tried the following We are trying to take our event live and these bugs are hindering us a lot! |
|
The 1M cart error indicates bad session data. Try clearing out your session data by going to the thank-you page or the reg-cancelled page. |
The support post ‘Cart Not Behaving Properly’ 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.