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

    (@sormano)

    Hi,

    Which version of WC are you running?
    Can you check the network tab and search for ‘coupon’ and see if the .js is being loaded (tried to be / and see why its failing).

    Cheers,
    Jeroen

    Plugin Author Jeroen Sormani

    (@sormano)

    @owenljn @enjoynova

    – Which version of WooCommerce and the plugin are you getting this on? (do you get it with y’days update?)

    – Is the ‘Coupon generator’ menu showing under the ‘WooCommerce’ or ‘Marketing’ menu item?

    – Could you post a screenshot of the network tab searching for ‘coupon’ – showing both the .js/.css files) that would hopefully give me some additional information of what is happening here.

    Thank you,
    Jeroen

    Plugin Author Jeroen Sormani

    (@sormano)

    Hi,

    Thank you for the information @fredrikjonna

    I’m having a hard time replicating this so far. I have a suspicion that it has to do with the screen ID that may be different. Could you maybe add the following code snippet to your functions.php;

    add_action( 'admin_enqueue_scripts', function() {
    	$current_screen = get_current_screen();
    	error_log( $current_screen->id );
    }, 20 );

    And then refresh the Coupon generator page one and then remove the snippet again. This will log the screen ID in your PHP error log; can you post the value of that here?

    Thank you,
    Jeroen

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plugin doesnt work stuck on 0%’ is closed to new replies.