Hello @gerard04,
I think you’re using a custom template. If so, please add the colspan="2" HTML attribute to your document/customer notes container:
<td class="no-borders" colspan="2">
<div class="document-notes">
</div>
<div class="customer-notes">
</div>
</td>
Let me know if it works!
Yes it worked. Thank you, i have been trying for days.
I’m glad to know you solved it! ❤️
If you don’t mind and have the time, do you think you could leave us a review?
Thanks in advance and all the best with your store!
Hello again after making all the changes on the invoice today I realize the plugin autoupdated and removed my template. Is there anyway i can recover it? and why does this happens?
I also want to know how can I change the name of the output pdf
Hello @gerard04,
Where are your template files situated? Did you follow the guide here?
https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/creating-a-custom-pdf-template/
So wp-content/themes/yourtheme/woocommerce/pdf/yourtemplate
Did you directly copy the files to your current theme & not the child theme?
From link above:
“If you do not have a child theme, you can also copy the files to your regular theme folder, but since themes also get updated every once in a while, a child theme (which will never get updated automatically) is the safest place to put them.”
-
This reply was modified 5 years, 1 month ago by
Darren Peyou. Reason: additional instructions