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