Hide ticket stock and question on multiple single ticket sales.

Home Forums Ticket Products Event Tickets Plus Hide ticket stock and question on multiple single ticket sales.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1134104
    mattboggs
    Participant

    I do not know where to add the css code to hide ticket stock: span.tribe-tickets-remaining { display: none; }
    Also, if someone buys 5 tickets, is it all on the same QR code i.e 1 ticket for 5 ? and lastly, is it possible to resend a ticket to someone if they lost their emailed ticket.

    Thanks so much for the help.

    Matt

    #1134327
    Geoff B.
    Member

    Good evening Matt and welcome back!

    Thank you for reaching out to us.
    I would love to help you with these topics.

    I do not know where to add the css code to hide ticket stock: span.tribe-tickets-remaining { display: none; }

    You need to add that to your theme or child theme’s style.css file or Custom CSS option.

    If that sounds overly complicated to you, you might want to try the following plugin: https://wordpress.org/plugins/the-events-calendar-user-css/

    Also, if someone buys 5 tickets, is it all on the same QR code i.e 1 ticket for 5 ?

    Normally, each ticket should get it’s own QR code (for check-in purposes).

    If that’s not the case, it means that there is something off on your install. Let me know if that’s the case.

    and lastly, is it possible to resend a ticket to someone if they lost their emailed ticket.

    You can do that straight from the WooCommerce order itself.

    Head over to the Actions menu on the right side.

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1134363
    mattboggs
    Participant

    Good evening Geoff and thanks for your help. I will try the css plugin in the morning. I see the multiple QR codes so no worries there. On ‘Actions’ to regenerate and resend the ticket, What do I do exactly ? Lastly (and this is a new question), I want the ticket orders to ‘auto-complete’ and send the ticket to the purchaser. What are those exact settings ?

    Once again, thank you all for your excellent support and product.

    Matt

    #1134558
    mattboggs
    Participant

    Holy Smokes ! I have no idea how to use The Events Calendar User CSS plugin. I just want to hide the number of tickets available for all events…Whew !

    #1135333
    Geoff B.
    Member

    Good evening Matt,

    Sorry for the delay in answering caused by the National Holidays in the US and Canada.
    Thank you for your great words!

    On ‘Actions’ to regenerate and resend the ticket, What do I do exactly ?

    See the attached picture for more clarity 🙂

    resend

    Lastly (and this is a new question), I want the ticket orders to ‘auto-complete’ and send the ticket to the purchaser. What are those exact settings ?

    There are a couple of ways to go about this.

    1. Some of our users have had success with our built-in feature to do just that. You can find it in Events -> Settings -> Tickets. However, that does not seem to work with everybody. We are currently working at enhancing that feature.
    2. The following snippet (which you need to insert into your WordPress theme’s functions.php file does a great job at doing just that: https://docs.woothemes.com/document/automatically-complete-orders/  the only issue with it is that it autocompletes ALL WooCommerce orders (not just tickets)

    Holy Smokes ! I have no idea how to use The Events Calendar User CSS plugin. I just want to hide the number of tickets available for all events…Whew !

    This is is totally my bad. I take it back, this plugin is not the right one for you (although it works great).

    The one you need is: https://wordpress.org/plugins/simple-custom-css/

    Once installed and activated, head over to Appearance > Custom CSS.

    You can now enter your custom CSS rules easily 🙂

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1135481
    mattboggs
    Participant

    So, when looking at the ‘function.php’ in my theme, I am greeted with this message:

    Hi,there!
    I must emphasize a point that please refrain from editing this file,
    or you cannot smooth update in the future.
    If you wanna customize your own functions,please add them in custom-functions.php in includes folder.

    What do you advise ?

    #1135844
    Geoff B.
    Member

    Good evening Matt,

    Thank you for writing back.

    So, when looking at the ‘function.php’ in my theme, I am greeted with this message:

    Hi,there!
    I must emphasize a point that please refrain from editing this file,
    or you cannot smooth update in the future.

    This is a fair warning. What it means is that if you update your theme in the future, you will lose all changes (like adding the snippet for auto-complete) you have made in your theme’s functions.php

    The good news is that you can workaround that limitation by creating a child-theme. I suggest reading the following on that very topic: https://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial

    That prevent the snippet from being deleted upon a theme update.

    But in your case, it looks like your theme is giving you even simpler advice: create/edit a file name custom-functions.php and place it in the includes folder of your theme.

    As a side note, just like when editing anything, we always recommend having a backup of the files you are editing AND a way to revert to the previous version of that file if necessary.

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1141999
    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 ‘Hide ticket stock and question on multiple single ticket sales.’ is closed to new replies.