Unresolved issue regarding email from ticket purchase

Home Forums Ticket Products Event Tickets Plus Unresolved issue regarding email from ticket purchase

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #94914
    Michelle
    Participant

    Changing Text on Order Reciept + Not getting follow up email.

    was marked as resolved before I had a chance to respond. I inserted the code provided, but it caused the following error:
    Parse error: syntax error, unexpected ‘name’ (T_STRING) in /homepages/26/d447991430/htdocs/eecorg/wp-content/themes/canvas/functions.php on line 71

    The solution you provided was to:
    ” Mick, try putting the following line in your theme’s functions.php file (haven’t tested, but should work):

    add_filter( ‘wootickets_email_message’, function( $message ) { return ‘Your name will be put on the door as appears on your PayPal account. Please remember to bring ID with you.’; } ); ”
    __
    I inserted this into the functions.php file of the child theme, near the end at this location (see indicator below):

    function tribe_fix_recurrence_dialog(){
    ?> <style type=”text/css”>
    .ui-widget-overlay.ui-front {z-index: 90; }
    </style>
    <?php
    }

    <This is where I inserted that code>
    ?>

    So, I still need a solution, plus I’d recommend that maybe future versions have an option in the settings to edit this text, since it is fairly restrictive the way it is.

    Thanks for your anticipated advice.
    Gordon

    #95172
    Kelly
    Participant

    Hi, Gordon. All threads are closed after two weeks of inactivity, so that’s probably what happened in the previous thread.

    As far as the code goes, you’ll notice that the forum converted the single quotes into curly quotes. Have you checked to make sure that they’re not curly quotes in your PHP file. That could definitely throw a wrench in things.

    If you’d like to suggest a new feature, please post to our User Voice forum. We prioritize features based on the response they receive there.

    Hope that helps! 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Unresolved issue regarding email from ticket purchase’ is closed to new replies.