eventaus
Forum Replies Created
-
Hi,
Thank you,
Sorry which part do I copy from the file?
- This reply was modified 2 years, 5 months ago by eventaus.
Hi,
How can I hide only one particular additional field from the event page?
thank you
I tried adding this
$event = get_post($event_id);
$order = wc_get_order($order_id);
$registration_id = $registration->ID;
//buyer check
$buyer = get_post_meta($event->ID, ‘_attendee_information_type’, true);
$organizers = get_post_meta($event->ID, ‘_event_organizer_ids’, true);
$eventonline = get_post_meta($event->ID, ‘_event_online’, true);?>
and at the end
<img src=”<?php echo $qrcode_directory_new . ‘/’ . $event_id . ‘-‘ . $order_id . ‘-‘ . $registration_id; ?>.jpg”/>
Hi, it was kind of urgent. Do you know when it will be released? Or Can I manually get a code snippet to enable this please.
Thank you,
How do I manage the order of the column in excel?
Hi,
I am still having issues getting the order when I am running that biller phone number snippet already implemented.
How can I implement both snippets? Also how do change the placement of the coloumn to say 2nd or 4th column
thank you
Hi
I am still not getting the order id,
Is it because I already have this snippet running
//Buyers Phone number wp
function wpem_registration_dashboard_csv_header( $row_header ) {
$row_header[] = __(‘Buyer\’s Phone’, ‘wp-event-manager-sell-tickets’);
return $row_header;
}
add_filter(‘event_registration_dashboard_csv_header’, ‘wpem_registration_dashboard_csv_header’, 99, 1);function wpem_registration_dashboard_csv_row_value($row_value, $registration_id) {
$order_id = get_post_meta($registration_id, ‘_order_id’, true);
try {
$order = new WC_Order($order_id);
array_push($row_value, $order->get_billing_phone());} catch (Exception $e) { echo 'Invalid order id'; } return $row_value;}
add_filter(‘event_registration_dashboard_csv_row_value’, ‘wpem_registration_dashboard_csv_row_value’, 99, 2);Hi,
When I use the above snippet,
I get the following error
Under Registration ID:
<b>Warning</b>: array_map(): Expected parameter 2 to be an array <br /> <b>Warning</b>: implode(): Invalid arguments passed in <b>/home/customer/www/eventik.com.au/public_html/wp-content/plugins/wp-event-manager-registrations/includes/wp-event-manager-registrations-dashboard.php</b> on line <b>257</b><br />Under Registration date
string given in <b>/home/customer/www/eventik.com.au/public_html/wp-content/plugins/wp-event-manager-registrations/includes/wp-event-manager-registrations-dashboard.php</b> on line <b>255</b><br />
The issue is similar to the one I faced a while back. I had this ticket submitted with wp-event manager support (#10296) Ticket Glitch
Hi,
When do you expect to release the update?
Hi, Thank you.
When I search using registraion id in the backend, nothing is shown
Forum: Themes and Templates
In reply to: [GeneratePress] Fix wrong alignment of checkboxIf you could purchase a ticket from here
Forum: Themes and Templates
In reply to: [GeneratePress] Fix wrong alignment of checkboxTicket Number: #15573.
Thank you
Issue is ticket is not added to the cart once I change the order now button directly to checkout