• Hello – I am reposting this question because we are now wanting to use these plugins for multiple wooCommerce sites and want to upgrade to Booster Paid plugin but we can’t if it is not compatible – can you please see the below as I have been told this is easy fix and will make the plugins compatible. Tks
    ________________________________________________________________________
    I am using the SkyVerge WooCommerce Print Invoices and Packing Lists and when I go to print the packing list, it goes to a blank screen.

    I contacted SkyVerge re this issue, and they asked me to send you this:
    __________________________________________________________________________
    I’ve tracked down the issue within the WooCommerce Booster plugin. Would you please open a support request with the plugin authors with my following findings?

    On line 231 of the woocommerce-jetpack/includes/class-wcj-pdf-invoicing.php file, the bulk_actions_handle() function has a blank return; statement which interferes with Print Invoices/Packing Lists’ bulk action processing. Switching this line to read return $redirect_to; and return the expected paramater, the conflict with Print Invoices/Packing Lists is addressed. Is this a change you are able to make to the plugin to address this conflict?
    _____________________________________________________________________________

    Looking forward to your reply.
    Thanks. Jodie
    _____________________________________________________________
    Here is an additional reply from SkyVerge Developer:
    Hey there @rokasjan

    SkyVerge developer here. In case your team needs an updated version of the WooCommerce extension that prompted the discovery of a conflict with Booster for WooCommerce, we’d be happy to assist your developers to improve cross plugin compatibility. You may reach us via https://www.skyverge.com/contact/

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there,

    I work with the SkyVerge support team and I helped identify this issue in the WooCommerce Booster plugin. The fix required is really very small.

    In function bulk_actions_handle() of the woocommerce-jetpack/includes/class-wcj-pdf-invoicing.php file, the default block of the switch has the following code on line 231:

    
    return;
    

    Since this function is hooked onto a filter, line 231 in this file just needs to be changed to

    
    return $redirect_to;
    

    Making this change will ensure that WooCommerce Booster doesn’t conflict with any other plugins hooking onto the bulk actions and it would greatly help @jodiebc with this issue.

    Could you please let me know if you have any questions about this issue or our extension in general?

    Thanks,

    Tamara

    Hello @skyverge and @jodiebc ,
    Thanks. I just fixed it following your suggestions.

    It will be ok on the next version ??

    Thread Starter jodiebc

    (@jodiebc)

    So great!! Thank YOU!
    What number will next version be (so I can look out for it and test)?

    Anytime ??

    It will be 4.4.2

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin Conflict with SkyVerge WooCommerce P’ is closed to new replies.