Stop tickets remaining from showing to customers.

Home Forums Calendar Products Community Events Stop tickets remaining from showing to customers.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1100688
    Neil Hogan
    Participant

    How do I disable this? I would also like to not have the tick box with “Don’t list me on the public attendee list” showing.

    • This topic was modified 10 years ago by Neil Hogan.
    #1101110
    George
    Participant

    Hey Neil,

    You unfortunately can only hide both things with CSS. We cannot help with customizations and custom code, unfortunately (see this page for more information about that → https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/).

    These two customizations are simple, however, so I’m happy to help!

    1. For the “tickets remaining” field, add CSS like this to the bottom of your theme’s style.css file:


    .woocommerce .tribe-tickets-remaining {
    display: none !important;
    }

    2. For the “Don’t list me on the public attendee list” checkbox, add CSS like this to the bottom of your theme’s style.css file:


    tr.tribe-tickets-attendees-list-optout {
    display: none !important;
    }

    Cheers,
    George

    #1107204
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Stop tickets remaining from showing to customers.’ is closed to new replies.