Viewing 3 replies - 1 through 3 (of 3 total)
  • Actually, I was just about to request this feature or find out how to add it as well.

    This would be really handy so admins can print an invoice directly from the email link without needing to go into the dashboard.

    Appreciating this plugin very much.

    still looking for a solution for this. any ideas?

    sorry – little bit late to the party, and this is not the proper way of doing this, but if the plugin is no longer being developed… this does the job:

    fine the file
    wp-content/plugins/woocommerce-delivery-notes/includes/class-wcdn-theme.php

    and change line 102 from:

    if( $order->billing_email && !$sent_to_admin ) {

    to:

    if( $order->billing_email ) {

    then you should be good

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add the print button in the admin email notification also?’ is closed to new replies.