Ticket Quantity Blank

Home Forums Ticket Products Event Tickets Plus Ticket Quantity Blank

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1251921
    Ellen
    Participant

    sincitybrewtours.com

    When customers attempt to purchase tickets the quantity field is blank and this is resulting in lost sales.

    If they hit the “+” icon and then add to cart it will show a quantity on the cart page but it’s very confusing to our customers.

    How can this be resolved?

    #1252172
    Cliff
    Member

    Hi, Ellen.

    Sorry you’re experiencing this. I visited http://sincitybrewtours.com/event/public-inclusive-brewery-tour-4/ and saw the inputs were overlapping.

    Adding this CSS, while not perfect, should rectify the issue:

    body.single-tribe_events .woocommerce .quantity input.minus,
    body.single-tribe_events .woocommerce .quantity input.qty,
    body.single-tribe_events .woocommerce .quantity input.plus {
    width: 35px;
    }

    Please let me know how this goes for you. If it does work for adding tickets to the cart, you could tweak it to make things look prettier, but this would then at least be functional.

    #1253487
    Ellen
    Participant

    Thanks Cliff. Which file do I add that to?

    #1253604
    Cliff
    Member

    You can add custom CSS code via your child theme’s style.css file or via a third-party plugin (not guaranteed or supported by us), like:

    • SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
    • Simple Custom CSS
    • Jetpack (supports regular CSS and the LESS and Sass pre-processors)

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1254784
    Ellen
    Participant

    It didn’t work. Nothing changed after adding that…

    #1255577
    Cliff
    Member

    Hi, Ellen. It works for me. Here’s a short video of my testing: https://cl.ly/3V2q0D1v222s

    Please let me know how this goes for you.

    #1266633
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Ticket Quantity Blank’ is closed to new replies.