as our customers will call in to buy tickets, i need phone number in event card location box
in location popup for other events phone number is displayed, please add it so we can see it without an additional click
Hello,
Please use Custom Meta fields and add a new field with a phone number:
https://docs.myeventon.com/documentations/setup-use-custom-meta-fields-events/
Next add it after Event Location by going to EventON > EventCard > Designer.
so i have to enter the phone number for the location at each event again and again
is there no way, e.g. event hooks, to have it display in the location box?
in event-location it is already present
Please take a look at
https://docs.myeventon.com/documentations/taxonomies-eventon/
You can take the data from the taxonomy and then show on a new field through the code according to this guide:
https://docs.myeventon.com/documentations/show-additional-custom-data-eventcard/
i did find location and loc_phone in evo_tax_meta
i successfully got event_id from $event_post_meta_values = $object->pmv;
but i miss location info e.g. array number in $event_post_meta_values = $object->pmv;
there is only name copied from origin as subtitle but no reference
how do it get loc_phone for my current event displayed?
Because of CodeCanyon’s Support Policy we provide limited support for PHP customizations.
Please take a look at Get Event’s Terms from the guide.
All the data is in $event_terms variable. Please use var_dump($event_terms); to check what’s inside so you can access term_meta[loc_phone].