The link is just an example. All invoices or delivery notes are generated normally for the administrator, but for other users the page loads literally blank. I imagine that this new version is not compatible with member roles.
]]>I try to arabic not showing good carecter in pdf attached email
]]>Regarding the link to documents such as issued invoices and receipts, I believe that anyone with the URL can access it. How can I restrict access?
]]>Hello, I’m trying to upload a custom logo for my invoices, but it’s not showing up after I save it. I’ve tried different file formats and sizes, but nothing seems to work. Can you guide me on what might be causing this?
]]>We get this fatal error on the preview using WooCommerce 9.3.3:
Fatal error: Uncaught Error: Call to undefined method WC_Order_Refund::get_formatted_billing_address()
in?/wp-content/plugins/woocommerce-delivery-notes/includes/admin/views/Preview_template/default-preview-template.php?on line?65
Also we cant select Receipt or Delivery Notes from the drop-down selection, it just fallback to / displays Invoice.
]]>It appears the plugin is generating the invoices and showing the refund amount total at the bottom of the invoice but it is not showing the refund amounts on each line item.
This renders the plugin useless for submitting credits to suppliers or for customers to see what was refunded.
]]>When attaching the PDF to an email, the text in the PDF becomes garbled. However, when printing documents directly from the “Print Invoice” button on the admin order screen, there is no garbling. Can this be fixed?
Additional note: The Japanese text is garbled.
Here is the screenshot.
https://tinyurl.com/274y2val
Hi,
I don’t see any tax information in any of the documents: https://jmp.sh/8UQN8yV5
]]>I need to combine all address fields into one column
Could you advise on how to write this code for the invoice?
Hi there! Love the plugin. Just a quick thing.
In my invoice address, if I enter a single quote, it will add a slash in front of it. So something like “123 D’Auville” becomes “123 D\’Auville”.
It would be great if this could be fixed. Thanks! ??
]]>Hello. Could someone help me to, leveraging the same plugin exporting PDF voice from My account/orders page function, to have a second button at the right that allows my customer to download their orders in CSV format?
It would only include items, quantity, unit cost, total cost (unit cost times quantity), and the ending rows subtotal, taxes sum and grand total. It would be then, the same data as the exported invoice, but it will allow my customer to import every order into his internal system.
Thanks in advance for any help,
Guerreromarketing
]]>On the invoice there is no tax tab separated, how can I turn on? There should be at the bottom Tax: saying how much they paid for the tax and its nothign there.
]]>Who thought it was a good idea to add this?
https://snipboard.io/yPcbWM.jpg
Can you explain how it can be removed? It is ANNOYING!!!
]]>Hello,
I’ve just installed your plugin and I can see it fine in the “My Account” page (on Orders and order single) but it won’t work in the backend.
The tab “Order Printing” is showing but there is nothing inside. I enabled wp_debug to true but there wasn’t any error.
There are some errors in JS that aren’t showing when your plugin is disabled.
Any idea?
If as user creates an order with a plus sign (e.g. [email protected]) “Print Invoice” won’t work because the email address is incorrectly sanitized.
]]>Hi, there.
When I try to print a PDF of a receipt from My Account, it shows a PDF of an invoice.
I cannot change it using Loco Translate.
What should I modify?
I just need to be able to modify the text, please tell me what to do.
Best regards.
]]>i did a plugin update a week or so ago and it sent the whole CMS into a spiral. I have recoved a backup but looking at the plugin it says it has not been tested with the latest version of wordpress. Can you advise what I should do to get this working again as it doesn’t work at all now with the older version of the plugin
]]>When your plugin Print Invoice & Delivery Notes for WooCommerce is active the plugin Backorder Quantity stops working as expected and this happens: https://tinyurl.com/2bhor2hz.
]]>Hi,
my first question is how can I replace the wcdn_ prefix of the file and rename invoice suffix (need a local language). I scrolled through the code, but was not able to identify the right place…
Second question is on the invoice availability. Currenly, the invoice is available to download immediately after the order is created, even if it is not completed. I would like to still be able set to “Show print button on My Account page” as yes, but have the download link available only once the order changes status to finished. This is based on the local legal environment. I found the workaround to send it only by email and have this action fired by the order completion, but it is a pity not to use the key feature of this plugin, which is the download of it.
Many thanks for this very useful plugin!
]]>Hi, I created a custom template based on the ‘simple’ one for printing the delivery note (DDT). How do I assign it? Thanks a lot.
]]>I FOUND SOLUTION – YOU CAN DELETE
]]>I updated the plugin on a client’s site yesterday and now the print delivery note function isn’t working. I just get a spinning circle which ultimately times out with no result.
Thanks in advanced for your help.
]]>The default invoice is almost perfect, except we’d like to have the logo at the top left of the page, and the company address at the top right (to the right of the logo) to economize on space – stacking the logo and address wastes the entire top corner of the page.
The simple invoice is completely different from the default invoice, and I don’t see a way to take, for example, the default invoice php file and modify that as a custom template. I don’t want to modify the template file in the plugin itself, as that’s going to get written over every time the plugin updates.
What’s the best way to accommodate this?
]]>I just updated the new USPS shipping method but now my invoice, receipt and delivery note is not printed.
I got error messages –
There has been a critical error on this website.
Learn more about troubleshooting WordPress.
Please help
]]>Hi,
In the Orders section of the backend, I encountered this error.
attached link
]]>Hello,
I want to display multiple line sentence on only invoice.
and I am using CodeSnippets plugin.
Could you please tell me how to write on CodeSnippets plugin?
Best
]]>Hello,
I am using the code below on CodeSnippets plugin to display extra image on receipt.
add_action('wcdn_after_branding','add_extra_image', 10, 2);
function add_extra_image(){
if (wcdn_get_template_type() === 'receipt') {
?>
But I want to dispaly extra image on invoice and receipt and delivery notes.
But how?
Can I chage the part below
if (wcdn_get_template_type() === 'receipt') {
to
if (wcdn_get_template_type() === 'receipt,invoice') {
or
if (wcdn_get_template_type() === 'receipt','invoice') {
?
Please tell me how to change the code.
Best
]]>Hi,
How should I make the translated text show in the email?
I have the order placed notification email and the feature to print the order slip remains in English like this.
I’m using the plug-in Loco Translate.
Thanks,
]]>Hi,
It would be great to have that option both in backend admin and customer’s “my account” page. Could this be considered for a future version or it is not that hard for me to achieve the mentioned result? I would appreciate any reference even to some code editing.
Thans in advance!
Guerreromarketing
]]>Hello,
I have a multisite setup with 2 woocommerce installed and I have a problem with invoice generation.
I want to display the invoice number and order date on the invoice but nothing is displayed.
The particularity of this problem is that we only encounter it on one store (site 1). On the other one the plugin works perfectly (site 2).
Can you please help me to try to solve this?
Thanks
Best regards