anjitha21
Forum Replies Created
-
Hi @churpiindia
Thank you for reporting this issue.
We have escalated this to our development team and they are working on a fix.
This will be addressed in an upcoming update planned for release soon.
Please let us know if you have any further questions.
Hi @inc2734
Thank you for reporting this in such detail and for suggesting a fix — we really appreciate it.
We’ve been able to understand the issue.
We’ve escalated this to our development team, and they are reviewing it for a fix in an upcoming update.
Thanks again for bringing this to our attention and for the helpful suggestion!
Hi @eecwrmed
Hi,
Thank you for reaching out.
By default, the invoice displays the discount amount, but it does not include the coupon code. Since you’re using Extended Coupon Features for WooCommerce PRO, the coupon data is being applied correctly, but displaying it on the invoice requires a small customization.
To include the coupon code, you will need to override the invoice template and add the relevant code manually.
Here are the steps for the template override:
Open your active theme folder:
wp-content/themes/your-theme/
Create a folder namedwoocommerce-delivery-notesinside it- Find the template file you want to change inside the plugin:
wp-content/plugins/woocommerce-delivery-notes/templates/ - Copy that file into the folder you created in step 2, keeping the same filename
- Edit the copied file in your theme — the plugin will use it automatically
Available template files:
invoice.php— Invoicereceipt.php— Receiptdeliverynote.php— Delivery Notepackingslip.php— Packing Slipcreditnote.php— Credit Notebase.php— Shared layout used by all documents
Override styles
Find the CSS file you want to change inside the plugin:wp-content/plugins/woocommerce-delivery-notes/templates/css/- Copy it into your theme, recreating the same folder structure under
woocommerce-delivery-notes/css/ - Edit the copied file — your styles will be loaded instead of the plugin’s
Available CSS files:
css/style.css— Applies to all documentscss/html/style.css— Applies to browser print onlycss/pdf/style.css— Applies to PDF output only
Notes
- If using a child theme, create the folder in the child theme — not the parent
- The override affects only the live print preview and the document PDF generation. The frontend preview on the admin page isn’t affected.
Hi @raselahmed7
Thank you for the update.
I’m glad to hear that the issue has been resolved on your end.
If you have a moment, we’d really appreciate it if you could share your feedback or leave us a review — it helps us improve and assists other users as well.
Please feel free to reach out if you need any further assistance.
Hi @eecwrmed
Thank you for reaching out.
To better understand what’s causing the metadata (
is_line_exempted: 1) to appear on the invoice, could you please share a bit more information:- A screenshot of the invoice showing where this text appears
- Whether this is happening on all orders or only specific ones
- Your WooCommerce version and Print Invoice plugin version
- Confirmation if you’re using any custom templates or overrides
Since you mentioned you’re using Avalara AvaTax, it’s possible that this metadata is being added at the order/item level and is getting picked up in the invoice output.
Once we have the screenshot and details, we’ll be able to guide you more precisely.
Looking forward to your reply.
Thank you for sharing the workaround — glad to hear that the issue is now resolved on your end and everything is working as expected.
Regarding the performance concern, we completely understand how important it is, especially when generating invoices in bulk. This has already been escalated to our development team, and they are actively working on improving performance in upcoming updates.
We appreciate you bringing this to our attention and for your patience while we work on a fix.
If you notice anything else or need further assistance, feel free to reach out anytime.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Add Metadata to the PDFHi @justinkiawah @giannisdigitup
Thank you for sharing the screenshots and the detailed steps you followed.
Regarding your main concern about losing all custom markup and the
wcdn_order_info_fieldshook — you’re absolutely right. That hook was used in version 6.0 and is no longer available in version 7.1.1 due to the template refactor. This is why your previous customizations are no longer being applied.If you still have your version 6 overridden template files, please share them with us.
We can help you map the old hook-based customization to the new template structure in version 7 and guide you on exactly where to insert your custom code.
Looking forward for your reply.
Hi @sofiati
Thank you for taking the time to explain the issue in detail.
With the changes introduced in version 7.1.1, the template structure has been updated.
Here are the steps for the template override:
Open your active theme folder:
wp-content/themes/your-theme/
Create a folder namedwoocommerce-delivery-notesinside it.- Find the template file you want to change inside the plugin:
wp-content/plugins/woocommerce-delivery-notes/templates/ - Copy that file into the folder you created in step 2, keeping the same filename
- Edit the copied file in your theme — the plugin will use it automatically
Available template files:
invoice.php— Invoicereceipt.php— Receiptdeliverynote.php— Delivery Notepackingslip.php— Packing Slipcreditnote.php— Credit Notebase.php— Shared layout used by all documents
Override styles
Find the CSS file you want to change inside the plugin:wp-content/plugins/woocommerce-delivery-notes/templates/css/- Copy it into your theme, recreating the same folder structure under
woocommerce-delivery-notes/css/ - Edit the copied file — your styles will be loaded instead of the plugin’s
Available CSS files:
css/style.css— Applies to all documentscss/html/style.css— Applies to browser print onlycss/pdf/style.css— Applies to PDF output only
Notes
- If using a child theme, create the folder in the child theme — not the parent
- The override affects only the live print preview and the document PDF generation. The frontend preview on the admin page isn’t affected.
If you still have your version 6 overridden template files, please share them with us. We can help you map the old hook-based customization to the new template structure in version 7 and guide you on exactly where to insert your custom code.
I’m here to assist you if you’d like help with the anything further.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Lost all custiomized fieldThank you for taking the time to explain the issue in detail — I can see why this is frustrating, especially since everything was working smoothly for you in version 6.
With the changes introduced in version 7.1.1, the template structure has been updated.
Here are the steps for the template override:
Open your active theme folder:
wp-content/themes/your-theme/
Create a folder namedwoocommerce-delivery-notesinside it.- Find the template file you want to change inside the plugin:
wp-content/plugins/woocommerce-delivery-notes/templates/ - Copy that file into the folder you created in step 2, keeping the same filename
- Edit the copied file in your theme — the plugin will use it automatically
Available template files:
invoice.php— Invoicereceipt.php— Receiptdeliverynote.php— Delivery Notepackingslip.php— Packing Slipcreditnote.php— Credit Notebase.php— Shared layout used by all documents
Override styles
Find the CSS file you want to change inside the plugin:wp-content/plugins/woocommerce-delivery-notes/templates/css/- Copy it into your theme, recreating the same folder structure under
woocommerce-delivery-notes/css/ - Edit the copied file — your styles will be loaded instead of the plugin’s
Available CSS files:
css/style.css— Applies to all documentscss/html/style.css— Applies to browser print onlycss/pdf/style.css— Applies to PDF output only
Notes
- If using a child theme, create the folder in the child theme — not the parent
- The override affects only the live print preview and the document PDF generation. The frontend preview on the admin page isn’t affected.
Regarding the currency symbol showing as “EURO” instead of “€”, this is already a known issue in the current version, and our developers are actively working on a fix.
Similarly, the date format displaying in US format instead of the expected DD-MM-YYYY has been escalated to the development team so that it respects your site’s regional settings.
We truly appreciate your feedback, as it helps us improve the plugin, and I’m here to assist you further if you’d like help with the anything further.
Hi @wesb2023,
Thank you for the detailed update and for sharing the screenshots — that really helped.
We’re glad to hear you’ve been able to narrow down the duplicate order issue.
Regarding the bulk actions dropdown labels:
This is a known issue, and our developers are already working on a fix. It will be resolved in an upcoming plugin update.
In the meantime, you can manually set the labels so they appear correctly:
Go to:
Settings → General Settings → Button Label for TemplatesHere, you can define the labels for each template, and they will then show properly in the Bulk Actions dropdown.
Here is the screenshots for your reference:
Please give that a try and let us know if it helps. If you run into any issues or need assistance, we’re happy to help.
Thanks again for your patience!
Hi @chrisbdm
Thanks for the detailed explanation.
I tired to replicate this issue on my end, however, the PDFs attached to emails seems to be correct.
Please let me know where you are using coding to make words bold. A screenshot of the settings and screenshot of the invoice will be helpful to identify the correct issue.
Looking forward for your reply.
Hi @raselahmed7
In order to stop sending PDF to customer emails, you can just disable this option for the relevant document and save the settings.
Here is the screenshot for your reference: https://prnt.sc/QmGs1x_5iaGV
Regarding the issue related to bulk options, this is a known issue and our developers are currently working on it.
We will be fixing this issue in the upcoming update which will be released as soon as possible.
As a workaround, you can just give the labels in the Settings >> General settings under Button Label for Templates: https://prnt.sc/lMB2LsrLWoDh
Please have a look at it and let us know if you need any further help.
Hi @wesb2023
Hi there,
Thanks for sharing such a detailed explanation — that really helps narrow things down.
From what you’ve described, this does sound like a plugin conflict scenario, especially since the issue disappears when both our plugin and Mailchimp for WooCommerce are disabled. The behavior you’re seeing (order processed successfully in the background, but an error shown at checkout) typically points to something interrupting the final response after payment is completed.
To be transparent, our plugin does not interact with the checkout/payment process directly, so it shouldn’t create or duplicate orders on its own.
Please check your WooCommerce → Status → Logs (and server error logs) for any fatal errors around the time of checkout. You can share the error with us so it can help pinpoint where the failure occurs.
Please temporarily disable all plugins except WooCommerce and our plugin, and then try placing a test order. If the issue still occurs, it could be related to our plugin, and we’ll investigate further.
Next, enable the other plugins one by one, testing the checkout each time. This will help identify which specific plugin is causing the conflict.
Please try this on your end and let us know the results, we will check it further.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Fees Missing from All PDFsThank you for your message.
Could you please clarify which fees are missing (e.g., shipping, delivery fee, custom fees)?
Also, if possible, share a screenshot of the PDF and the order details so we can better understand the issue.
Regarding your question — yes, due to changes in the latest version, some fee lines (especially from third-party plugins or custom setups) may not appear automatically. In such cases, overriding the template is currently the most reliable way to ensure everything displays as expected.
Here are the steps for the template override:
Open your active theme folder:
wp-content/themes/your-theme/
Create a folder namedwoocommerce-delivery-notesinside it- Find the template file you want to change inside the plugin:
wp-content/plugins/woocommerce-delivery-notes/templates/ - Copy that file into the folder you created in step 2, keeping the same filename
- Edit the copied file in your theme — the plugin will use it automatically
Available template files:
invoice.php— Invoicereceipt.php— Receiptdeliverynote.php— Delivery Notepackingslip.php— Packing Slipcreditnote.php— Credit Notebase.php— Shared layout used by all documents
Override styles
Find the CSS file you want to change inside the plugin:wp-content/plugins/woocommerce-delivery-notes/templates/css/- Copy it into your theme, recreating the same folder structure under
woocommerce-delivery-notes/css/ - Edit the copied file — your styles will be loaded instead of the plugin’s
Available CSS files:
css/style.css— Applies to all documentscss/html/style.css— Applies to browser print onlycss/pdf/style.css— Applies to PDF output only
Notes
- If using a child theme, create the folder in the child theme — not the parent
- The override affects only the live print preview and the document PDF generation. The frontend preview on the admin page isn’t affected.
Please try it from your end and let us know if there are any further questions.
Hi @delucks
This is still possible, but the behavior has changed with the new React-based templates.
Here are the steps for the template override:
Open your active theme folder:
wp-content/themes/your-theme/
Create a folder namedwoocommerce-delivery-notesinside it- Find the template file you want to change inside the plugin:
wp-content/plugins/woocommerce-delivery-notes/templates/ - Copy that file into the folder you created in step 2, keeping the same filename
- Edit the copied file in your theme — the plugin will use it automatically
Available template files:
invoice.php— Invoicereceipt.php— Receiptdeliverynote.php— Delivery Notepackingslip.php— Packing Slipcreditnote.php— Credit Notebase.php— Shared layout used by all documents
Override styles
Find the CSS file you want to change inside the plugin:wp-content/plugins/woocommerce-delivery-notes/templates/css/- Copy it into your theme, recreating the same folder structure under
woocommerce-delivery-notes/css/ - Edit the copied file — your styles will be loaded instead of the plugin’s
Available CSS files:
css/style.css— Applies to all documentscss/html/style.css— Applies to browser print onlycss/pdf/style.css— Applies to PDF output only
Notes
- If using a child theme, create the folder in the child theme — not the parent
- The override affects only the live print preview and the document PDF generation. The frontend preview on the admin page isn’t affected.
Please try it from your end and let us know if there are any further questions.
- Find the template file you want to change inside the plugin: