• Hello,

    I’m using wooCommerce version 2.5.2. Custom email has been set up and is able to send email. However, when i checked the email, there is one error message at the bottom of the email.

    Notice: Undefined variable: email in /home/gsc/gscwoo/wp-content/plugins/woo-custom-emails/admin/class-wcemails-instance.php on line 104

    which is basically this line

    do_action( ‘woocommerce_email_footer’, $email );

    May I know how I can solve this issue so it will not appear at my email.

    Thank you

Viewing 1 replies (of 1 total)
  • I added the $email variable myself with an empty string

    $email = ''; //variable is the string of html to insert into the footer

    This then allows this section to work, however I’m not sure what the developers intend to do here

Viewing 1 replies (of 1 total)

The topic ‘Undefined variable’ is closed to new replies.