Hi priyankajagtap,
Has been added the fix in the last versión of your plugin?
Best regards,
Hi kartikparmar, thanks for your help and apologize for the delay in the response.
I have not tried your solution, I have added this line to print-content.php in line 25 and is working for me:
<?php $invoice_date = wcdn_get_order_invoice_date( $post_id ); ?>
<h2><?php _e( ‘Invoice date: ‘, ‘woocommerce-delivery-notes’ ); ?> <?php echo $invoice_date; ?></h2>
Your solution seems to be more complete than mine and I apreciate the change in the plugin update.
Best regards,