• Hi,

    Really a nice plugin just a small issue see if you can fix this in next update the plugin is adding extra jquery library from the CDN due to that multiple copies of jquery are getting loaded on the checkout page this is leading to js error please remove the extra JS that you are loading on checkout page from CDN

    you are doing this from tilopay\includes\TilopayHelper.php file line 274

    wp_enqueue_script(’tilopay-SDK-jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js’, array(‘jquery’), $tilopay_sdk, true);

  • The topic ‘Done add jquery from cdn this leads to multiple jquery on page’ is closed to new replies.