mestarh
Forum Replies Created
-
Thanks ?? Now it works but if I want edit and save without changing the date, the problem is the same. Again I changed the date (then it parse to correct format). Will You fix it in next version?
Hi,
I have The same issue. How did You resolve it?Hi,
Did You add the new setting for seat reduce status in the event settings section?
Because I Cannot find it…Just change Cart Button Label in Translation Settings ??
Still doesn’t work as supposed to…
After change to completed in attendee list:
Ticket No Full Name Ticket Event
31130311304 test testThe ticket and event is empty… when I click sync data button it works.
Do You know why those values had cleared after I change order status to completed ?Now I changed the mep_ticket_type_sold function and add on-hold status to check:
,array(
‘relation’ => ‘OR’,
array(
‘key’ => ‘ea_order_status’,
‘value’ => ‘processing’,
‘compare’ => ‘=’
),
array(
‘key’ => ‘ea_order_status’,
‘value’ => ‘completed’,
‘compare’ => ‘=’
),
array(
‘key’ => ‘ea_order_status’,
‘value’ => ‘on-hold’,
‘compare’ => ‘=’
)
)It should works?