Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Robertmurdock

    (@robertmurdock153)

    Hello team,

    Any feedback on this?

    Thanks

    Plugin Author extendWP

    (@taz_bambu)

    what is the error?

    for javascript issues you could try to add those lines below in the beginning of BackEndScripts function ( webd-woocommerce-reporting-statistics.php file ) :

            $screen = get_current_screen();
            if ( 'woocommerce_page_webd-woocommerce-reporting-statistics'  !== $screen->base )
            return;
    Thread Starter Robertmurdock

    (@robertmurdock153)

    Hello Team,

    Thank you for your response.

    To clarify, we would need to customize the plugin by adding this line.

    However, we’re concerned about how we can manage this change after the plugin is updated in the future. Would it be possible to apply the customization in a way that doesn’t get overwritten during plugin updates, or do we need to make the change each time the plugin is updated?

    Thanks again for your assistance.

    Plugin Author extendWP

    (@taz_bambu)

    please download the latest version it must be fixed now

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