• Resolved renji7

    (@renji7)


    On my checkout page I have a warning popping up before I select any option or submit anything:

    Warning: Undefined array key “checked” in the directory

    The directory is the following:

    /public_html/wp-content/plugins/woo-checkout-field-editor-pro/public/class-thwcfd-public-checkout.php on line 640

    Lines 639-645 in that php file show the following:

    $field = '';
    if($args['checked']){
         $value = 1;
    }else{
         $value = 0;
    }
    $default_value = !empty($args['default']) ? esc_attr($args['default']) : 1;

    Any solutions on how to fix whatever is going on? Thanks for any guidance. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    We have checked in our local environment and are not able to recreate the issue that you have mentioned.

    We believe that it might be a site-specific issue. Could you please raise a ticket through our website after updating the plugin to its latest version?

    Also, please share the plugin settings along with it.

    Please follow the below steps to import the plugin settings.

    1. Go to Advanced Settings ? Backup and Import settings.
    2. Copy the text from the Plugin Settings Data.
    3. Paste the copied settings to a text file.
    4. Share the text file with us.

    We hope our technical team will be able to help you.

    Thank you!

    Plugin Author ThemeHigh

    (@themehigh)

    We believe that your issue is resolved. We are going to mark this thread as resolved.

    Thank you!

    Plugin Author ThemeHigh

    (@themehigh)

    We are glad to inform you that we have released a new version of our plugin in which this issue is fixed. Please update the plugin and verify from your side.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warning: Undefined array key “checked” in the directory’ is closed to new replies.