Jairo

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Event Tickets Plus renewal price #1382251
    Jairo
    Participant

    Hi Brendan,

    So, do renewals usually have a discount or just in case we got a discount code ?

    Thanks

    Jairo
    Participant

    Thanks, I’ve already sent the email.

    Jairo
    Participant

    Hola,

    Activé el tema Twenty Sixteen y no falla.
    Es el tema NOO Wemusic que genera el problema y falla en la línea 134 de functions.php, lo que es la línea 2 del siguiente código.

    if (class_exists('Tribe__Tickets_Plus__Commerce__WooCommerce__Main')) {
        remove_action( 'tribe_events_single_event_after_the_meta', array( Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance(), 'front_end_tickets_form'), 5 );
        add_action( 'tribe_events_single_event_after_the_content', array( Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance(), 'front_end_tickets_form') );
    } elseif (class_exists('Tribe__Events__Tickets__Woo__Main')) {
        remove_action( 'tribe_events_single_event_after_the_meta', array( Tribe__Events__Tickets__Woo__Main::get_instance(), 'front_end_tickets_form'), 5 );
         add_action( 'tribe_events_single_event_after_the_content', array( Tribe__Events__Tickets__Woo__Main::get_instance(), 'front_end_tickets_form') );
    }

    Saludos

    Jairo
    Participant

    Hola Nico,

    El error sucedió al actualizar a la versión 4.4.6 estado WooCommerce desactivado.

    Si te fijas, el mensaje dice:

    Call to undefined function WC()

    y eso sucede porque no existe la función WC()
    No sucedería el error si la llamada a la función fuese de esta manera:

    if (function_exists('WC')) {
        …
    }

    Una vez estaba hecho el mal, la solución fue acceder por FTP, renombrar el directorio de Event Ticket Plus y WordPress volvió a funcionar.
    Después, en este orden: activé WooCommerce, renombré el directorio de Event Ticket Plus y acto seguido lo activé.

    Y voilá.

    ¿Te preguntarás por qué tenía instalado Event Ticket Plus y WooCommerce estaba desactivado ? Porque aun no lo hemos usado, vamos a hacer unas pruebas de ventas desde la web pero mientras tanto usamos un código embebido de Ticketea.

    Gracias.

    in reply to: JS errors and event featured image missing #1219571
    Jairo
    Participant

    Hello,

    I’ve fixed the missing tooltip image.
    Old version used imageSrc and latest uses imageTooltipSrc, so I did a replace of this string.

    Is there any document where changes like this could be readed ?
    As we use custom views anytime they can fail if any change is done at the main scripts, and this file will help a lot.

    Thanks

    in reply to: JS errors and event featured image missing #1218094
    Jairo
    Participant

    This reply is private.

    in reply to: JS errors and event featured image missing #1217283
    Jairo
    Participant

    Hi,

    I give you more information about the second issue.
    This file /wp-content/themes/my-child-theme/tribe-events/month/tooltip.php contains this code:


    [[ if(imageSrc.length) { ]]
    <div class="tribe-events-event-thumb">
    [[=title]]
    </div>
    [[ } ]]

    Since today update imageSrc is null, so no image is shown.

    Thanks

    in reply to: Event price is missing since installed Ticket plugin #1195942
    Jairo
    Participant

    Hello Geoff,

    It sounds great, I will test it!

    Many thanks.

    in reply to: Event price is missing since installed Ticket plugin #1195251
    Jairo
    Participant

    This reply is private.

    in reply to: Tickets and Checkin #1194412
    Jairo
    Participant

    Hello,

    I did a test with your online demo (I placed a purchase of tickets) but I got no ticket to print, just the WooCommerce purchase receipt.
    Anyway, I trust it will work. 🙂

    Next week I will talk to the customer to start developing.

    Thanks!

    in reply to: Tickets and Checkin #1192633
    Jairo
    Participant

    Hi,

    It sounds great!

    Can I do some test with free version of EVENT TICKETS or QR codes are only available with PLUS version ?

    I guess that QR embeds the url to validate the ticket and even if a customer opens it, it only can be validated by a Admin or Contributor user (nor Subscriber nor Customer role) … ?

    Cheers

    in reply to: December 31st bug #1167289
    Jairo
    Participant

    Hi,

    Attached you can see screenshots of this Event.

    1- Time & Date, only for this event end time is 23:59
    2- Cost. 30 in price field, and the string in currency field (this field was modified its size in order you can see the whole text)
    3- Event details at the frontend
    4- Time & Date again, but in this case for any other event, and as you can see minutes interval is 5 minutes and maximum is 23:55

    Maybe this bug occur because was saved first as Draft ?
    Remember that price and currency symbol were missing in the frontend, and frontend always showed Dec 31st even if I set to Sept 30th … until I saved it to Publish and frontend were OK

    If you want to reproduce this bug:
    1- Set event date to Dec 31th
    2- Save it as Draft
    3- Preview event

    Those were the steps I’ve made.

    Now the event looks fine; if you wish, we can close this issue.

    If in a future event this strange behaviour happens again I would reopen the case.

    Many thanks

    in reply to: December 31st bug #1167122
    Jairo
    Participant

    Hi,

    In this case only this event allows to set 59 minutes, all of the other events and if we create a new event, the maximum is 55.

    Price is set as “30” and currency field contains ” € + 3 cocktails”

    Thanks

    in reply to: December 31st bug #1166856
    Jairo
    Participant

    Hi Cliff,

    The price is shown since we change the post status from Draft to Publish.
    Also, we are able to change the event date.

    There is something strange: start and end hours goes to 23:55, but in this case end hour supports 23:59, only for this event !

    Weird, isn’t it ?

    Thanks

Viewing 14 posts - 1 through 14 (of 14 total)