Allow several tickets and avoid having every ticket requiring fields to be fille

Home Forums Calendar Products Events Calendar PRO Allow several tickets and avoid having every ticket requiring fields to be fille

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1394550
    davef
    Participant

    Hi there,
    our ticket works fine but when a buyer chooses more than 1 they then have to enter the data for every instance of the ticket.
    We would like the user to be able to purchase more than one ticket and only enter the details once.
    Each adult entry is $120 (kids under 16 are free) so several adult entry tickets can be paid for and ideally with only the the single details being entered (driver of the Jeep) rather than a complete set of form fields for every ticket @ $120 per head.
    Each attendee ticket allows for 2 Jeeps but they may bring several adults @ $120 per head.
    Any advice is always appreciated.
    Thakyou.
    Davef

    #1398402
    davef
    Participant

    This reply is private.

    #1401787
    davef
    Participant

    Just to add to this – we do see the complete details and an export ticket sales and all the details are there!
    So sorry for not checking more thoroughly before posting my initial question on this.

    I see its been active on your issues forum and realise you had some major issues to deal with.

    So this is partially resolved from my end and I would close – but… I was hoping the basic information the customer completes on the ticket fields could be mapped-carried over to the cart page with woocommerce.
    Auto-fill the Billing fields from the ticket to the cart checkout.

    #1401795
    davef
    Participant

    Well I found the auto fill extension here https://theeventscalendar.com/extensions/
    that should solve the mapping fields from ticket to cart nicely 🙂
    Thankyou for the “tribe-ext-woo-order-templates” extension.
    But on the first thread above…
    If anyone can advise and when time permits, I still would like to have the attendee having to avoid having to complete the ticket fields for every attendee (more than one ticket is chosen on the event/ticket page).
    I guess I could limit the ticket to one only per order on the event/ticket page then they can increase the count on the cart page? yes please do have a chuckle at my waffling on – I am 🙂 haha
    Thanks for any advice.

    #1404727
    Jennifer
    Keymaster

    Hi Dave,

    So sorry for the delayed response here! I’m glad to hear that the extension worked for you! Removing the other fields would require a bit of a customization. The simplest solution would be to hide the extra fields with CSS, which you can add to the Custom CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme, for example:

    div.tribe-event-tickets-plus-meta-attendee:not(:first-child) {
    display: none;
    }

    You can also customize the template. Our themer’s guide has some instructions on how to copy over templates into your child theme for editing. The file you’ll want to copy in this case can be found at wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php.

    Let me know how this works for you and if you have any questions!

    Thanks,

    Jennifer

    #1417957
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Allow several tickets and avoid having every ticket requiring fields to be fille’ is closed to new replies.