Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi!
It’s been a while so I’m going to go ahead and close this topic.
- Need help with anything else? Go right ahead and post a new topic, one of the team will be only too happy to help
- Still need help with this issue and need to re-open it? Again, please simply create a new topic and link to this one to provide the team with some context
Thanks!
Barry
MemberHi!
It’s been a while so I’m going to go ahead and close this topic.
- Need help with anything else? Go right ahead and post a new topic, one of the team will be only too happy to help
- Still need help with this issue and need to re-open it? Again, please simply create a new topic and link to this one to provide the team with some context
Thanks!
Barry
MemberHi Apostolos!
I’m afraid we don’t provide technical support here in the pre-sales forum.
If you have a license, please login and post in our premium forum. Alternatively you can always post for help in our wordpress.org forum – though we don’t scan that as frequently it’s possible others in the community can help out.
Thanks again!
Barry
MemberHi Liorah,
I’m afraid this sort of capability is not baked in to WooCommerce Tickets.
Collecting custom order data at time of checkout is probably the best way to do this, but at this time that is a customization you’d have to drive forward under your own steam.
Following feedback from lots of customers, though, we are actively looking at ways to help people with this sort of task and so perhaps you’d be interested in getting an early taste of what’s to come by participating in beta/usability testing? Please see the following post for more on this:
theeventscalendar.com/tickets-attendee-meta-functionality-seeking-usability-testers
Barry
MemberHi!
It’s included in the plugin directory:
events-calendar-pro/lang/tribe-events-calendar-pro-es_ES.mo
All you should need to do is set WordPress to use Spanish in the site’s general settings. If you’ve got any questions or are having difficulties please just let us know and my colleague Brook will get back to you 🙂
Barry
MemberApologies, for some reason the code is missing from my last post. Let’s try again…
/** * Enable custom field support for organizer posts. * * @param array $args * @return array */ function tribe_organizers_custom_field_support( $args ) { $args['supports'][] = 'custom-fields'; return $args; } add_filter( 'tribe_events_register_organizer_type_args', 'tribe_organizers_custom_field_support' );Barry
MemberHi there!
You can add a snippet like this one to your theme’s functions.php file (or any other suitable location) and it should enable custom fields for organizers:
https://gist.github.com/barryhughes/f7cce65e5aa0c5a50a64#file-org-custom-fields-php
From there you will need to potentially tweak the single-organizer.php template (see our Themer’s Guide for details!) to expose the information in a nicely presented fashion 🙂
Hope that helps!
Barry
MemberHi xrossglobalgroup,
Interesting idea!
I’m afraid this is not something WooCommerce Tickets itself accommodates – though it should of course respect any sale price that has been set up for ticket products via the WooCommerce product editor.
I think to fully achieve this you’d basically need to put together a customization targeting WooCommerce itself (unless there is a suitable existing extension you can leverage).
We’d also consider this as a future feature if you’d like to post a request – we can then see what the level of interest is across the community – though I’d caution we may be less likely to accept something that would be better implemented at the level of the underlying e-commerce engine (WooCommerce itself, in this case).
Does that help at all or at least clarify things?
Barry
MemberHi Gary,
I’m not completely clear as to the shape of your customization (where you redirect visitors to other posts), but you could certainly craft and embed piece of custom code that returns all events, even those that have expired, with the following function:
tribe_get_events()If that’s not quite your cup of tea, this third party plugin (which we do not support here) offers a shortcode that might come in handy – you’d simply specify an appropriate date range:
[event_embed from="1900-01-01" to="+10 years"]Might either of those approaches help here?
Barry
MemberHi Eve,
Great questions!
The email button in the attendee list screen exists to email the site admin (or whomever is designated) with a list of all the attendees.
If you want to email individual attendees – or, more accurately, the person who made the purchase – you can generally do so from WooCommerce’s own order editing screen 🙂
Does that help?
Barry
MemberHi Eve, thanks for contacting us!
1. is the woocommerce waitlist extension work with woo tickets?
This specific plugin (WooCommerce Waitlist) isn’t something we’ve worked with and generally we can’t offer guarantees about compatibility with third party add-ons.
That said, generally there is no problem or with some small pieces of customization work WooCommerce Tickets will work with other well-written WooCommerce add-ons 🙂
2. Does Modern Tribe makes woo tickets?
“WooTickets” is simply the old name for our current plugin, WooCommerce Tickets – so yes, this is ours.
Does that answer your questions?
Barry
MemberHi!
It’s been a while so I’m going to go ahead and close this topic.
- Need help with anything else? Go right ahead and post a new topic, one of the team will be only too happy to help
- Still need help with this issue and need to re-open it? Again, please simply create a new topic and link to this one to provide the team with some context
Thanks!
Barry
MemberHi!
It’s been a while so I’m going to go ahead and close this topic.
- Need help with anything else? Go right ahead and post a new topic, one of the team will be only too happy to help
- Still need help with this issue and need to re-open it? Again, please simply create a new topic and link to this one to provide the team with some context
Thanks!
June 3, 2015 at 5:56 am in reply to: Additional text line for an event which can be switched on/off #966884Barry
MemberSure thing – there is lots of room for customization so definitely feel free to let us know if your client clarifies things (also, be sure to check out the Themer’s Guide – it lays the groundwork for all kinds of tweaks and changes) 🙂
Barry
MemberFantastic!
-
AuthorPosts
