Barry

Forum Replies Created

Viewing 15 posts - 3,256 through 3,270 (of 17,936 total)
  • Author
    Posts
  • in reply to: Custom Search by Event Drop Down & zipcode #967125
    Barry
    Member

    Hi!

    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!

    in reply to: Suggestions #967124
    Barry
    Member

    Hi!

    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!

    in reply to: Keep events in homepage after they expire #967065
    Barry
    Member

    Hi 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!

    in reply to: How do I set up group registration for tickets? #967061
    Barry
    Member

    Hi 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

    in reply to: spanish translation #967056
    Barry
    Member

    Hi!

    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 🙂

    in reply to: Adding Fields to the Organizer Page #967055
    Barry
    Member

    Apologies, 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' );
    in reply to: Adding Fields to the Organizer Page #967052
    Barry
    Member

    Hi 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!

    in reply to: Double early-bird / sale price #967050
    Barry
    Member

    Hi 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?

    in reply to: Have All events displayed on a single page #967047
    Barry
    Member

    Hi 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?

    in reply to: woo tickets attendee list 'email' button #966891
    Barry
    Member

    Hi 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?

    in reply to: woocommerce waitlist for wootickets #966888
    Barry
    Member

    Hi 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?

    in reply to: Price Range is not correct #966886
    Barry
    Member

    Hi!

    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!

    in reply to: Past events no longer showing #966885
    Barry
    Member

    Hi!

    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
    Member

    Sure 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) 🙂

    in reply to: Change iCal Export button name #966883
    Barry
    Member

    Fantastic!

Viewing 15 posts - 3,256 through 3,270 (of 17,936 total)