• Resolved Bowo

    (@qriouslad)


    Hi,

    I’m the author of ASE plugin, and two users have reported that “WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels” admin pages and bulk actions (on the WC Orders page) breaks when ASE is active. By ‘break’, the admin pages does not load in full, e.g. settings are empty, only showing header and sidebar widgets. Bulk actions, e.g. downloading invoice also breaks, nothing is being downloaded. These were the reports:

    I’ve obviously tried looking into which part of the ASE code might be causing that, but could not pinpoint the cause.

    One thing I notice is that when ASE is active, and I’m looking at the scripts being loaded on the “Invoice/Packaging >> Invoice” admin page, I see there are some scrpts that are not loading:

    • jquery-ui-menu
    • jquery-ui-autocomplete (which depends on jquery-ui-menu)
    • print-invoices-packing-slip-labels-for-woocommerce (which depends on jquery-ui-autocomplete)
    • print-invoices-packing-slip-labels-for-woocommerce-form-wizard (which depends on jquery-ui-autocomplete)

    Do you have any clue what might be going on here?… and how I / we could fix this incompatibility issue? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi Bowo,

    Thanks for reaching out.

    On inspecting it seems that the issue arises because our scripts are being dequeued in your Admin and Site Enhancements (ASE) plugin within the?asenha_dequeue_scripts?function on lines 827 and 828 of the?admin-site-enhancements/settings.php?file. When we comment out these lines, our plugin works perfectly.

    Thread Starter Bowo

    (@qriouslad)

    Ah…. got it. Let me see what I can do so they are not dequeued on your WC plugin’s settings pages. They must’ve been dequeued because they cause issues on ASE settings page in the past. I’ll mark this resolved. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce PDF Invoices admin pages breaks when ASE is active’ is closed to new replies.