• Resolved nlnieuw7

    (@nlnieuw7)


    Hi,

    After 10 months and several new updates, there are still the same bulk printing problems with Woocommmerce Dymo Print. Every time your plugin is updated, I have to manually replace the lines of code. Can you please correct this in your next update?

    See the closed issue:
    https://wordpress.org/support/topic/conflict-with-woocommerce-dymo-print/#post-13503919

    The bulk printing problem is solved if you replace lines 140-142 in /wp-content/plugins/woocommerce-delivery-notes/includes/class-wcdn-writepanel.php with:

    if(!in_array($_REQUEST[‘action’],array(‘wcdn_print_invoice’,’wcdn_print_delivery-note’,’wcdn_print_receipt’))) return $redirect_to;

    You really need to add the “$redirect_to” after “return”.

    I think this also solves the issue with bulk printing with the DHL plugin as raised in https://wordpress.org/support/topic/problem-bulk-action-with-dhl-plugin/

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Upendra Kapse

    (@wpupen)

    Hi @nlnieuw7,

    Thank you for bringing this to our attention.

    I am escalating this to our development team so that they can look into this solution and see if we can include this change in the next update of the plugin. Can you just confirm once if this is the same plugin with which we should test this?
    https://wordpress.org/plugins/woocommerce-dymo-print/

    Kind Regards,
    Upendra.

    Thread Starter nlnieuw7

    (@nlnieuw7)

    Yes, that’s the plugin in question.

    Thanks!

    Plugin Support Upendra Kapse

    (@wpupen)

    Okay, thank you for confirming that.

    We will be checking with that plugin by adding the code you suggested and will recommend our team to include it in the core plugin in future updates.

    Kind Regards,
    Upendra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bulk printing problems with Dymo still not solved’ is closed to new replies.