Forum Replies Created
-
AuthorPosts
-
Emiliano Pasini
ParticipantHi Cliff, do you have someone in your team/partnership that could work on this feature as a dedicated service as we cannot wait until you launch this feature in upcoming updates?
Many thanks!Emiliano Pasini
ParticipantI used this to display if the event was sold out on the monthly calendar. This bit of code was causing the calendar to load really slow.
<?php if ( tribe_events_has_soldout() ): ?>
<span class=”tickets-sold-out”>
Sold out!
</span>
<?php elseif ( tribe_events_has_tickets() ): ?>
<span class=”tickets-in-stock”>
On sale!
</span>
<?php endif ?>I remove it and everything is working fine again. Any alternatives or ideas, I really need this feature of displaying SOLD OUt messages if there is no tickets avaiable,
Thanks!
Emiliano Pasini
ParticipantThis reply is private.
Emiliano Pasini
ParticipantThis reply is private.
Emiliano Pasini
ParticipantIt looks like a good portion of the slowness is correlated with the number of calls to : tribe_get_template_part
Please, need assistance, thanks!
EmilianoEmiliano Pasini
ParticipantThis reply is private.
Emiliano Pasini
ParticipantHi, Geoff B. wrote a week ago: ( unfortunately there is not link attached )
Geoff B.
February 15, 2016| PermalinkGood evening František,
I have some great news for you. The code snippet that I told you needed to be updated has been updated!
You can grab it here and it should work:
Geoff B.
Thanks!
Emiliano Pasini
Participant.
Emiliano Pasini
ParticipantGreat, thanks a lot, it works!
EmiEmiliano Pasini
ParticipantI mean, the maximun tickets that someone could buy on each transaction should be 12.
Emiliano Pasini
ParticipantHi George, this is great, thanks so much for your help!
Just one more thing if possible, we need to limit the amount of tickets that someone can buy ( 12 tickets max )
There is a way on the system for choosing the max amount of tickets that the user could buy?Thanks!
Emiliano Pasini
ParticipantHi George, thanks for your answer. Yes that’s exactly what I’m trying to achieve, it would be much appreciated a solution for this!
Many thanks,
EmilianoEmiliano Pasini
ParticipantHi, I just find the way of making this work, Thanks!
Emiliano Pasini
ParticipantHi George, thank you for pointing me in the right direction.
When I add this <span class=”tickets-in-stock”>
<?php echo example_displaying_stock_information(); ?>
</span> to single-event.php the calendar crash.I did paste the Gist script into functions.php
Not sure what I’m doing wrong!
August 26, 2015 at 10:12 pm in reply to: How to stop sending email tickets after the order was completed?? #999455Emiliano Pasini
ParticipantHi, this code works, the problem is that I’m loosing all the the other action functions ( as Processing and Complete order ). In this case, I won’t be able to resend any email in case the user haven’t received the automated one.
Sorry about that, I thought that removing the ticket email would be much easier,
Thanks,
Emiliano -
AuthorPosts
