No tickets possible on WordPress 4.4 with Woocommerce?

Home Forums Ticket Products Event Tickets Plus No tickets possible on WordPress 4.4 with Woocommerce?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1048225
    Daniel
    Participant

    Hi,
    I purchased EventCalendar Pro and EventTicket Plus today and try to create a ticket for WooCommerce. Saving the ticket works, there is a message telling me so. But the ticket is not listed. With RSVP (which I don’t use on my site) ticket is created and saved correctly.
    Any idea how to fix it?

    #1049921
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I tested on my site and I am able to create tickets.

    What are your ticket settings for a ticket not showing:

    Tribe tickets

    Also, is the event still in the future?

    Let me know and we can go from here.

    Thanks

    #1050247
    Daniel
    Participant

    Hi,
    the event is in the future. For settings see attached screenshots: https://www.dropbox.com/sh/12zo20pk415ow36/AAAzOeF_469lsQ4OBzRznNula?dl=0

    How to proceed?
    Cheers, Daniel

    #1050251
    Daniel
    Participant

    Hi again,
    apparently the issue is related to WPML plugins. Once they are deactivated all tickets show in the event when editing it. This is a big issue for me as our site heavily relies on WPML to manage the translation into at least 6 languages.
    Any idea how to fix this?
    Cheers, Daniel

    #1050554
    Brian
    Member

    Hi,

    Sorry for the issues here, but unfortunately, at this time Tickets Plus does not support ticket creation with WPML.

    If you can create one ticket to display across all the languages that might work, but it beyond that we do not support it at this time.

    I understand that can be a deal breaker and to request a refund please follow our policy outlined here:

    Refund Policy

    And we can take care of it.

    If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    Thanks

    #1060521
    Danny Andersen
    Participant

    I have the same problem… You said: “you can create one ticket to display across all the languages” – how is this done? When I create a woocommerce ticket it just don’t show up. So how do you do what you suggest?

    #1060574
    Brian
    Member

    Hi Danny,

    I guess my suggestion is to turn off translations for all Products. That might not work for most people though.

    We do not support WPML with tickets so I am not able to provide much more information then that unfortunately.

    I have used this coding with WPML in the past to force a single language:


    global $sitepress;
    //changes to the default language
    $sitepress->switch_lang( $sitepress->get_default_language() );

    //Enter Coding here

    //changes to the current language
    $sitepress->switch_lang( ICL_LANGUAGE_CODE );

    You could follow our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    And move this template:

    plugins/event-tickets-plus/src/views/wootickets/tickets.php

    or here if using WooCommerce Tickets still:

    plugins/wootickets/src/views/wootickets/tickets.php

    To your theme here:

    yourtheme/tribe-events/wootickets/tickets.php

    In that file above the ob_stat(); at the top you could add this:

    global $sitepress;
    //changes to the default language
    $sitepress->switch_lang( $sitepress->get_default_language() );

    Then at the bottom of the template add this:

    //changes to the current language
    $sitepress->switch_lang( ICL_LANGUAGE_CODE );

    That might work to show the tickets in the default language for the events.

    Beyond that we do not have anything else to provide on this.

    Thanks

    #1078175
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No tickets possible on WordPress 4.4 with Woocommerce?’ is closed to new replies.