• Resolved missbritt

    (@missbritt)


    I have the “hide remaining tickets” field checked, but the number still shows on event page with add to cart form. How can I remove that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    I need to explore this issue. This is something that seems to happen irregularly, and is difficult to reproduce. I have access to a site where it’s occurring now, so I’m going to spend some time trying to figure it out.

    For immediate need, you can hide them using some custom CSS (WordPres > Customizer > Additional CSS)

    .tickets-remaining { display: none; }

    Thread Starter missbritt

    (@missbritt)

    Thank you! That worked. ?? (And thanks for the instructions on where to put that code.)

    Thread Starter missbritt

    (@missbritt)

    I’m working on registration for a charity golf/tennis event. There are 5 different types of tickets that correlate to each event. Rather than displaying ALL of the custom fields for ALL of the ticket types (that initial registration form is getting long…) – is there a way to use the custom rules filter to make it so that, for example, if golf tickets chosen, it displays only custom fields that apply to golfers?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove “tickets remaining” from add to cart form’ is closed to new replies.