It’s fixed now. Thanks
Archives: Replies
Replies for tickets on suppota
Reply to: tickets(401771)
Also, the order in question is order #740 // Molly Mech. She order 4 tickets, and we want to refund 2 of the 4 tickets. We also want the 2 tickets to go back into the ”available tickets for sale”.
Reply to: tickets(401769)
il sito web ha la password al web server:
username: admin
password: marketgoto
Reply to: tickets(401574)
Hi. That’s right, that’s how it was. I had forgotten that. Thank you.
Short hint: Your Help-Link at the myeventon page footer is faulty: http://http//helpdesk.ashanjay.com/
CLOSE
Reply to: tickets(398021)
i have to flag that… but i don’t like it

Reply to: tickets(398021)
i see but the now the event card return close as 2 days ago
Reply to: tickets(401661)
No, I just checked and I don’t have a plugin or custom code.
Thank you for your help.
I’ve just added this code to temporarly fix the problem :
add_filter( ’woocommerce_payment_complete_order_status’, ’stripe_forcer_statut_commande’, 10, 2 );
function stripe_forcer_statut_commande( $status, $order_id ) {
$order = wc_get_order( $order_id );
// Vérifier que le paiement est Stripe
if ( $order && $order->get_payment_method() === ’stripe’ ) {
return ’pending’; // ou ’processing’
}
return $status;
}
Reply to: tickets(401610)
That got it! Artem thank you so much for your help!
Happy New Year!
Reply to: tickets(390694)
Para cuando esta función? Poder ver eventos pasados con
Check-ins
Reply to: tickets(401570)
Hello Jonny your license should be working correctly now to activate for upto 25 sites.