Reply to: tickets(382804)

Please try making a test purchase and then go to wp-admin > WooCommerce > Orders:

Here each EventON’s order should have “Ticket Order”. The issue is that if you aren’t going to use WooCommerce’s default shortcodes, they should show “Non-Ticket Order”.

Reply to: tickets(382830)

Hello,

I cannot find EventON plugin installed on your website:

https://les-berges.com/wp-admin/plugins.php

Could you check and let me know?

Reply to: tickets(381955)

Hi Artem, we did not get answer to my ticket the last 7 days.
What we need is a solution to edit the price for all seats (more than 500) of an event at one place inclusive one variation..
To click every seat or row is a lot of work when opening opening a new event with a different price.
Do you have a solution or workaround?
We are open to use the JSON export, but there are no variantions in it to edit.

Reply to: tickets(382671)

We use the Language Addon from EventOn in the settings (EventON > Language).

Unfortunately, the update process is always a little more complex here, but I can plan it around the tasks of our programmers. Nevertheless, I would like to know what the Check-In status is and what it is supposed to be for.

 

 

Reply to: tickets(382790)

It fixes the saving issue, but not the front office issue. I wasn’t even worried about the saving issue because london and lisbon are in the same timezones. but front end still shows the wrong hour (april 8  00:59, instead of april 7 23:59)

Reply to: tickets(381287)

Other issue with ICS, please update to latest tickets addon or subscriber addon those use add to calendar url which use the nonce verification, which fails for add to calendar links from old email confirmations. which was removed in new version — if that is the reason why you are getting those errors.

Reply to: tickets(381287)

Hello Stuart, thank you for letting us know of this issue with fullCal we will get this resorted

Here is a patch fix code to get the 1st day of month events loading for the moment while we work on the proper fix and several other updates to FullCal.

code: https://dev2.myeventon.com/codeshare/4dekcO7lTZKN

Reply to: tickets(382280)

I think now is working

I delete this:

define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );

 

and change this to that:

#define( ‘WP_CACHE’, false /* Modified by NitroPack */ );

define(‘WP_MEMORY_LIMIT’, ‘1024M’ );