Problems with Event Tickets Plus, Woocommerce and WPML

Home Forums Ticket Products Event Tickets Plus Problems with Event Tickets Plus, Woocommerce and WPML

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1103666
    Nicola
    Participant

    Hi,
    I’ve purchased Event Tickets Plus to sell tickets with Woocommerce.

    I’ve installed WPML and Woocommerce Multilingual.
    When I try to create a ticket into a normal Page, it tells me “ticket succesfully created” but no tickets are shown.

    If I go to Woocommerce -> Products I can see the counter that show correct numer of products “Published (2)”. But no products are shown in the table below and on frontend.

    What could be the problem? WPML?

    Thank you.
    Nicola

    #1103702
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    Currently Event Tickets Plus and WPML are not compatible and do not work together.

    If this is a required feature for you, you may request a refund.

    To request a refund please follow our policy outlined here:

    Refund Policy

    And we can take care of it. Thanks

    #1103718
    Nicola
    Participant

    Is there a way (eventually paying) to get your plugin work with WPML? I must solve this problem in short, my customer is asking me this feature every day…

    Thank you
    Nicola

    #1103773
    Brian
    Member

    Not sure if it is a simple issue to resolve or takes more complex development.

    But, we can only support the features as shipped and that is not one of them unfortunately.

    Modern Tribe does not do custom development, but we have this list of people that might be able to help:

    https://theeventscalendar.com/knowledgebase/find-a-customizer/

    One idea I had that might work is to force the ticket form to always use the main language of the site:

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

    //ticket form coding

    $sitepress->switch_lang( ICL_LANGUAGE_CODE );

    The ticket form is found here:

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

    And can be moved to your theme here to edit:

    yourtheme/tribe-events/wootickets/tickets.php

    That might enable you to at least use tickets at least. And only create them in the event under the default language.

    #1110073
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problems with Event Tickets Plus, Woocommerce and WPML’ is closed to new replies.