anjitha21
Forum Replies Created
-
Yes, you’re absolutely right — this relates to the shipping method not being displayed on the receipt. This was an issue in the recent update.
I’m happy to let you know that this has now been fixed in the latest version (v7.1.1). Once you update the plugin, the selected shipping method (such as 1st or 2nd class postage) should appear correctly again on the receipt.
If you still notice any issues after updating, please let us know — we’ll be happy to assist further.
Thanks again for your patience and understanding.
Hi @kender @tempesttech563 @ski_k2 @ll09 @thewebsmiths
We are really sorry for the nconvenience caused with the recent update.
We’ve just released a new version of the plugin (v7.1.1) that addresses these concerns and also brings several improvements.
In this update, we’ve made an effort to keep the layout closer to the earlier version (v6.0).
Please update the plugin to the latest version and check if everything is working fine for you.
If you still feel something is missing or not customizable as expected, please share more details — we’ll be happy to review it and work on further improvements.
Thanks again for your patience and understanding.
Hi @rapidetech
We are really sorry for the inconvenience caused with the recent update — we understand how disruptive layout and missing information issues can be.
We’ve just released a new version (v7.1.1) of the plugin that addresses these concerns and also brings several improvements.
In this update, we’ve made an effort to keep the layout closer to the earlier version (v6.0).
Along with that, we’ve introduced more flexibility to control different elements in your documents:
- You can now show/hide Subtotal, Tax, and Shipping rows in the product table (per document — invoice, receipt, etc.)
- Added settings to show/hide and style Billing Email and Phone Number independently, including font size, style, alignment, and color
- Option to display product images alongside the product title in the items table
- Ability to choose the position of order data (beside or below address section)
We’ve also fixed several issues reported after the previous update, including:
- Store logo disappearing after update
- Shipping method not showing in documents
- Shop address formatting (now supports multi-line properly)
- Extra characters appearing when phone/email fields are empty
- Logo not displaying in HTML preview
- Print button visibility on the admin order page
There are now extensive options available to customize almost every element in the invoice and other documents.
If you still feel something is missing or not customizable as expected, please share more details — we’ll be happy to review it and work on further improvements.
Thanks again for your patience and understanding.
Hi @baz74,
Thank you so much for the detailed explanation — that really helps.
We’ve tested this scenario on our end using the Custom Product in Woo Order plugin, and we were able to reproduce the issue where the custom product line does not appear in the PDF.
From what we observed, the custom product is added to the order correctly, but since it is later removed from the catalog, our plugin is currently unable to retrieve and render it in the PDF output.
That said, we completely understand your use case and the importance of supporting such custom order items.
We’ve escalated this to our development team, and they are currently reviewing the best way to handle this.
We’ll keep you posted as soon as we have an update or a fix available.
Thanks again for bringing this to our attention — it’s a valuable improvement for us.
Hi @vtpure802,
Thanks for reaching out, I understand how disruptive this must be when you’re handling daily orders.
We tested the latest 7.0.2 version on our end and weren’t able to reproduce the “critical error” on the invoice page.
To help us pinpoint what’s going wrong on your site, could you please share the fatal error details?
You can find this in either of the following places:
- The error email sent to your site admin, or
- WooCommerce → Status → Logs
This will help us identify the exact cause and provide a fix quickly.
Once we have the error log from your side, we’ll take it forward right away.
Looking forward to your reply.
Hi @hats4heads ,
Sorry for the confusion.
Here is the file: https://www.dropbox.com/scl/fi/8y1e6iinsup0s7l965jnn/woocommerce-delivery-notes.zip?rlkey=38b34mb31whjdpqqz9086de3c&st=p9rfz0tg&dl=0
Yes, this will fix the meta data visible in the invoice.
Please check it on your end and let me know if there are any issues.
Hi @ron441241,
We are sorry for the inconvenience this has caused..
Our developer has reviewed the issue, and it has now been resolved.
Here is the patch file: https://www.dropbox.com/scl/fi/8y1e6iinsup0s7l965jnn/woocommerce-delivery-notes.zip?rlkey=38b34mb31whjdpqqz9086de3c&st=p9rfz0tg&dl=0
Please download the file and replace it with the original plugin files on your site.
This fix will also be included in our upcoming release scheduled for today.
Feel free to reach out if you encounter any further issues.
- This reply was modified 2 weeks, 4 days ago by anjitha21.
Hi @hats4heads ,
We are really sorry for this inconvenience caused.
Our developers have reviewed this issue with priority and fixed it.
Here is the patch file: https://www.dropbox.com/scl/fi/o35d359i92e785dmnz69s/woocommerce-delivery-notes.zip?rlkey=us1f6pcnbegjz2qi0rvea4iqd&st=kypfv0yk&dl=0
Please download the file and replace it with the original plugin files on your site.
This fix will also be included in our upcoming release scheduled for today.
For the template override, there were some changes happened in the plugin.
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.
Feel free to reach out if you encounter any further issues.
Hi @luuking ,
There was an update in our plugin. We are sorry for the inconvenience caused.
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 @raldi @debbiedog123456 ,
Thank you for your patience.
Our developer has reviewed the issue, and it has now been resolved.
Here is the patch file: https://www.dropbox.com/scl/fi/o35d359i92e785dmnz69s/woocommerce-delivery-notes.zip?rlkey=us1f6pcnbegjz2qi0rvea4iqd&st=kypfv0yk&dl=0
Please download the file and replace it with the original plugin files on your site.
This fix will also be included in our upcoming release scheduled for later this week.
Feel free to reach out if you encounter any further issues.
Hi @raldi @debbiedog123456 ,
We are sorry for the inconvenience this has caused.
Our developers are checking this with priority now.
We will update here as soon as this is fixed.
Thank you for your patience.
Hi @kender @thewebsmiths @ski_k2 @tempesttech563 ,
We sincerely apologize for the inconvenience caused and appreciate your patience while this was being resolved.
Version 7.0.2 has now been released, which resolves the issues you experienced.
Please update the plugin to the latest version and check at your end.
If you face any further issues or need assistance, please feel free to reach out.
Thank you.
Hi @rapidetech,
We sincerely apologize for the inconvenience caused and appreciate your patience while this was being resolved.
Version 7.0.2 has now been released, which resolves the issues you experienced.
Please update the plugin to the latest version and check at your end.
If you face any further issues or need assistance, please feel free to reach out.
Thank you.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Fatal errorHi @friedhelm @thewebsmiths @kender @jaswinder657,
We sincerely apologize for the inconvenience caused and appreciate your patience while this was being resolved.
Version 7.0.2 has now been released, which resolves the issues you experienced.
Please update the plugin to the latest version and check at your end.
If you face any further issues or need assistance, please feel free to reach out.
Thank you.
Hi @ll09 @kender @szuranski ,
We sincerely apologize for the inconvenience caused and appreciate your patience while this was being resolved.
Version 7.0.2 has now been released, which resolves the issues you experienced.
Please update the plugin to the latest version and check at your end.
If you face any further issues or need assistance, please feel free to reach out.
Thank you.