Change button and ticket location

Home Forums Ticket Products Event Tickets Plus Change button and ticket location

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1037851
    Dan Eldridge
    Participant

    Hi,

    How can I change the order of buttons and ticket detail on the product page, want to show the ticket first then the google calendar and ical report button.

    http://maxonshooters.com/event/maxon-basic-pistol-safety-11-13-2/
    http://screencast.com/t/c503y71TW72i

    #1038911
    Josh
    Participant

    Hey Dan,

    Thanks for reaching out to us!

    I apologize for the delayed response here. You can find information about moving the ticket box here. Let me know if this answers your questions here in regards to where you’re wanting the form to be.

    Thanks!

    #1039183
    Dan Eldridge
    Participant

    Thanks Josh,

    I tried all the script in the link, tried it one by one but nothing change, see: http://maxonshooters.com/event/maxon-basic-pistol-safety-11-13-2/

    #1039786
    Josh
    Participant

    Hey Dan,

    To verify, are you using the WooTickets plugin or are you using the new Events Tickets Plus plugin along with WooCommerce. You can learn more about the difference here. We’re still supporting WooTickets, however we’ll no longer be updating the plugin and all the functionality has been moved to the Events Tickets Plus and you should have a free version of the plugin available within your dashboard as a previous purchaser of the WooTickets plugin.

    If you would like to continue using the WooTickets plugin you can use a solution like the following to move the form:

    
    if(class_exists('TribeWooTickets')) {
    remove_action( 'tribe_events_single_event_after_the_meta', array( TribeWooTickets::get_instance(), 'front_end_tickets_form'), 5 );
    }
    
    if(class_exists('TribeWooTickets')) {
    add_action( 'tribe_events_single_event_before_the_content', array( TribeWooTickets::get_instance(), 'front_end_tickets_form') );
    }
    

    Let me know if this helps.
    Thanks!

    #1076135
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change button and ticket location’ is closed to new replies.