Fix
-
Hiya! The js file path of your plugin is wrong.
Replace line 53 :
wp_enqueue_script('ngm-wc-codpf', plugins_url() . '/ngm-wc-codpf/assets/js/ngm-wc-codpf.js', array('wc-checkout'), false, true);
With the following :
wp_enqueue_script('ngm-wc-codpf', plugins_url() . '/woo-cod-plus-fee/assets/js/ngm-wc-codpf.js', array('wc-checkout'), false, true);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fix’ is closed to new replies.