Forum Replies Created
-
AuthorPosts
-
Jairo
ParticipantHi Brendan,
So, do renewals usually have a discount or just in case we got a discount code ?
Thanks
June 15, 2017 at 3:26 am in reply to: Invoice shows Profile Details instead of BILLING ADDRESS #1298376Jairo
ParticipantThanks, I’ve already sent the email.
May 2, 2017 at 5:47 am in reply to: Fatal error after Event Ticket Plus update 4.4.6 if WooCommerce is disabled #1277173Jairo
ParticipantHola,
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
April 25, 2017 at 9:12 am in reply to: Fatal error after Event Ticket Plus update 4.4.6 if WooCommerce is disabled #1274126Jairo
ParticipantHola 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.
Jairo
ParticipantHello,
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
Jairo
ParticipantThis reply is private.
Jairo
ParticipantNovember 22, 2016 at 8:46 am in reply to: Event price is missing since installed Ticket plugin #1195942Jairo
ParticipantHello Geoff,
It sounds great, I will test it!
Many thanks.
November 21, 2016 at 4:08 am in reply to: Event price is missing since installed Ticket plugin #1195251Jairo
ParticipantThis reply is private.
Jairo
ParticipantHello,
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!
Jairo
ParticipantHi,
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
Jairo
ParticipantHi,
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:55Maybe 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 OKIf you want to reproduce this bug:
1- Set event date to Dec 31th
2- Save it as Draft
3- Preview eventThose 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
Jairo
ParticipantHi,
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
Jairo
ParticipantHi 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
-
AuthorPosts
