Reply to: tickets(369226)

I figured it out. The payment platform xendit is reading the woocommerce product name and I usually don’t set the product name but apparently upon copying the tickets and events the product title showed (copy)(copy) hehe but that’s ok I was able to fix it.

But guys I am still waiting for the update on the error in copying the events with seats, downloading the json file and uploading the seats json file it’s not showing up correctly. And lastly, I had to hide the Rows info again because no matter how I clear the database cache and the website cache, it shows the incorrect Row info.

If I can please get update on those 3 that would be great.

Thanks and have a great weekend

Reply to: tickets(369226)

hello can I do a zoom call to you guys? i launched the website and there are errors when they try to pay. the event shows correctly when added to cart but different when it’s in the payment part

Reply to: tickets(373111)

So, I have managed to up the memory limit. Let’s see what happens next.

BTW how about the other questions above? The drop down menu on the calendar??

Reply to: tickets(373172)

ok, thankyou. Think it would be a great extra service if you would ever provide that service or have a kind of list with prefered developers or so. but no problem, i keep on searching.

Reply to: tickets(373111)

full script

* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
// define( ‘WP_MEMORY_LIMIT’, ‘1024M’ );
define( ‘WP_MEMORY_LIMIT’, ini_get( ‘memory_limit’ ) );
$table_prefix = ‘un6G4_’;

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

define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define(‘WP_ALLOW_MULTISITE’, false);
// Added by WP Rocket
define( ‘DISALLOW_FILE_EDIT’, true );
/* That’s all, stop editing! Happy blogging. */

Reply to: tickets(373111)

this is what it says now

// define( ‘WP_MEMORY_LIMIT’, ‘1024M’ );
define( ‘WP_MEMORY_LIMIT’, ini_get( ‘memory_limit’ ) );
$table_prefix = ‘un6G4_’;