AJAX issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105427
    Luuk de Bresser
    Guest

    Found a issue where the ajax isn’t depended on jquery.
    Solution add depency to the wp_enqueue_script function.
    Line 41 of file eu-vat-for-woocommerce-pro/includes/class-alg-wc-eu-vat-ajax.php

    wp_enqueue_script( 'alg-wc-eu-vat', alg_wc_eu_vat()->plugin_url() . '/includes/js/alg-wc-eu-vat.js', array( 'jquery' ), alg_wc_eu_vat()->version, true );
    • This topic was modified 1 year, 1 month ago by Omar Dabbas.
    #105428
    WPWhale
    Moderator

    Hi Luuk,

    Thanks for reporting this. Please update to version 2.6.2 (just released), and let me know if that version fixes the issue.

    Omar

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.