Only keep WooCommerce Tickets as an option

Home Forums Ticket Products Event Tickets Plus Only keep WooCommerce Tickets as an option

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1114807
    Tac
    Participant

    Hi,

    1. We would like to remove RSVP option while creating ticket and would like to keep only WooCommerce as an option for users to buy tickets.
    2. How to remove WooCommerce label(Radio button) to something else?

    Thanks.

    #1115064
    Hunter
    Moderator

    Hello and welcome back!

    Check out this recent support thread from Brook and let me know if it helps remove the RSVP option.

    To rename the WooCommerce label, try adding the following snippet to your theme’s functions.php file:


    /**
    * Change WooCommerce tickets label
    */
    function change_woo_label() { ?>

    <script>

    jQuery(document).ready( function ( ){

    jQuery('input[value="Tribe__Tickets_Plus__Commerce__WooCommerce__Main"]').next().html('Ticket Sales');

    });

    </script>

    <?php
    }
    add_action('wp_head', 'change_woo_label');

    Feel free to respond with any follow-up questions or comments. Thank you for reaching out and enjoy the rest of your day.

    #1115150
    Tac
    Participant

    Hi Hunter,

    1. Can you please send me the link to Brook’s support thread?

    2.Woocommerce label has been changed successfully – Thanks heaps!

    #1115448
    Hunter
    Moderator

    Hello,

    My sincerest apologies – it appears the link didn’t save properly! Let’s try this again… here is the link to Brook’s support thread.

    Let me know how it goes!

    #1121210
    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 ‘Only keep WooCommerce Tickets as an option’ is closed to new replies.