• Can you add a fix for the notice “Undefined index: plugin_id in /wp-content/plugins/wc-buckaroo-bpe-gateway/library/config.php on line 25”?

    Please change:
    $paymentId = $GLOBALS['plugin_id'];
    to
    $paymentId = isset( $GLOBALS['plugin_id'] ) ? $GLOBALS['plugin_id'] : '';

    Can you also look at not loading the CSS on all pages, The checkout page should be enough ?? And also please minify the CSS.

  • The topic ‘Fix undefined index plugin_id’ is closed to new replies.