Change "Free!" Price in WooTicket Single-Event

Home Forums Calendar Products Events Calendar PRO Change "Free!" Price in WooTicket Single-Event

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #121895
    christopherdill
    Participant

    Tickets priced at $0 show up as Free! on single event pages. This is going to convey the wrong idea to our users, as the event is NOT free, but is rather the responsibility of each person. Can I either get rid of this text, or change to to say something like “Your Responsibility”? Thanks!

    PS I tried this in my functions.php:

    add_filter( ‘woocommerce_variable_free_price_html’, ‘hide_free_price_notice’ );
    add_filter( ‘woocommerce_free_price_html’, ‘hide_free_price_notice’ );
    add_filter( ‘woocommerce_variation_free_price_html’, ‘hide_free_price_notice’ );
    /**
    * Hides the ‘Free!’ price notice
    */
    function hide_free_price_notice( $price ) {
    return ”;
    }

    #121896
    christopherdill
    Participant

    And I posted this in the wrong forums, sorry!

    #121951
    Rob
    Member

    No worries about posting this in the wrong forum, christopherdill 🙂 I’ve moved it over to the WooCommerce Tickets one now.

    Just wanted to give you a heads up that we’ve received this, but pretty much all of the support team is out today besides me. I’m jumping in to let you know that I have prioritized this for the team when everyone is back Monday, and we’ll get you a response ASAP at that time.

    My apologies for the delay, and thanks for your patience in the interim. We’ll do our best to point you in the right direction here next week!

    #122623
    Barry
    Member

    Hi Christopher: the approach outlined here is what I’d normally suggest, though that is pretty much what you have already tried by the looks of things. Can you confirm if that is having no effect whatsoever, or is it just that it is missing a few cases? Perhaps you could share the contents of your theme’s functions.php file via Pastebin, Gist or a similar service so we could take a peek?

    Thanks!

    #129499
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change "Free!" Price in WooTicket Single-Event’ is closed to new replies.