-
Posted a reply to Product name doesn’t show in invoice products list, on the site WordPress.org Forums:
What version of the plugin are you running? Also, did this begin happening after an… -
Posted a reply to Pay invoice by credit card, on the site WordPress.org Forums:
Since you have the Professional version, could you send us an email at support@wpovernight.com, please?… -
Posted a reply to Double weight Info at PDF, on the site WordPress.org Forums:
Give this code snippet a try /** * Hide weight */add_action( 'wpo_wcpdf_custom_styles', function( $document_type, $document… -
Posted a reply to Page Break Question, on the site WordPress.org Forums:
This seems to be an issue with our free plugin. I have reported it to… -
Posted a reply to No sale el IVA en las facturas, on the site WordPress.org Forums:
How were you breaking down the VAT before? Woocommerce can print the VAT as itemized… -
Posted a reply to Disable invoice creation for particular emails, on the site WordPress.org Forums:
This is possible with a code snippet. There are some examples in this thread that… -
Posted a reply to XRechnung/ZUGFeRD integration planned?, on the site WordPress.org Forums:
We have a UBL document in our free plugin, but it isn’t setup with the… -
Posted a reply to Remove a custom field from the PDF invoice, on the site WordPress.org Forums:
You can hide it with CSS. Try this code snippet /** * Hide custom field… -
Posted a reply to Hide weight, on the site WordPress.org Forums:
@whflive you can use this guide to find the CSS selectors for these areas. You… -
Posted a reply to Link e-boekhouden.nl, on the site WordPress.org Forums:
Maybe the setup you're using to connect the plugin to the eboekhouden.nl is not seeing… -
Posted a reply to Please integrate Zugferd format, on the site WordPress.org Forums:
We have a UBL document in our free plugin, but it isn't setup with the… -
Posted a reply to PDF gliches on accent, on the site WordPress.org Forums:
What version did you experience this one? -
Posted a reply to Discount bufurcation not visible under Invoice, on the site WordPress.org Forums:
Since we haven't heard from you in a while, I will mark this topic as… -
Posted a reply to How can I bulk generate invoices for existing orders?, on the site WordPress.org Forums:
Since we haven't heard from you in a while, I will mark this topic as… -
Posted a reply to Problem with Printing Button, on the site WordPress.org Forums:
Since we haven't heard from you in a while, I will mark this topic as… -
Posted a reply to Add VAT Number to PDF, on the site WordPress.org Forums:
Since we haven't heard from you in a while, I will mark this topic as… -
Posted a reply to add custom checkout field, on the site WordPress.org Forums:
Since we haven't heard from you in a while, I will mark this topic as… -
Posted a reply to Hide parent bundle products but keep child products, on the site WordPress.org Forums:
Since we haven't heard from you in a while, I will mark this topic as… -
Posted a reply to Get invoice number outside the plugin, on the site WordPress.org Forums:
Since we haven't heard from you in a while, I will mark this topic as… -
Posted a reply to Don´t works pdf invoices, on the site WordPress.org Forums:
Since we haven't heard from you in a while, I will mark this topic as… -
Posted a reply to Add Sentence to Bottom of Invoice, on the site WordPress.org Forums:
This is possible using a code snippet. If you're comfortable with PHP, you can use… -
Posted a reply to Show tax 0 even if it doesn’t exist, on the site WordPress.org Forums:
Since you have the Premium Templates, please email us at support@wpovernight.com, as we can't discuss… -
Posted a reply to Gross prices including VAT in invoices needed, on the site WordPress.org Forums:
To show the tax breakdowns on the invoices in their own rows/columns, you would need… -
Posted a reply to Custom text on PDF invoice based on payment method?, on the site WordPress.org Forums:
You can use one of our action filters here to create your code snippet. -
Posted a reply to Fatal Error unsupported operand types int + string, on the site WordPress.org Forums:
It seems you're using the Premium Templates extension. Could you send us an email to… -
Posted a reply to Customer EMail does not appear on invoice, on the site WordPress.org Forums:
Are you using a custom template as well? If so, does the issue persist when… -
Posted a reply to Customer EMail does not appear on invoice, on the site WordPress.org Forums:
Do you have the "Display email address" option enabled under PDF Invoices > Documents >… -
Posted a reply to Bookings details missing in invoice, on the site WordPress.org Forums:
I'm not familiar with this plugin, however, you can use this guide here to check… -
Posted a reply to Text messed up in invoices / pdf, on the site WordPress.org Forums:
Hey @pctevree the blank PDF is related to the font issue also. Since the issue… -
Posted a reply to Show custom field if a value is entered, on the site WordPress.org Forums:
No problem, @kingbolo. I'll mark this topic as resolved. Feel free to open another thread… -
Posted a reply to Don´t works pdf invoices, on the site WordPress.org Forums:
Thanks for the files. Could you downgrade to the non beta version here, please? The… -
Posted a reply to Don´t works pdf invoices, on the site WordPress.org Forums:
Do you get any errors when downloading the PDF? Are there any errors in your… -
Posted a reply to Layout and design has changed, on the site WordPress.org Forums:
No problem. I'll mark this topic as resolved. Feel free to open another thread if… -
Posted a reply to Layout and design has changed, on the site WordPress.org Forums:
It seems that the fonts our plugin uses to generate the PDFs were not properly… -
Posted a reply to TAX 0% Not shown, on the site WordPress.org Forums:
You can try replacing that snippet with this one add_filter( 'wpo_wcpdf_woocommerce_totals', function( $totals_data, $order, $document… -
Posted a reply to Customer name displayed as “N/A”, on the site WordPress.org Forums:
Apologies for the delayed response @brucedwilliams Where does the customer name appear on the invoice?… -
Posted a reply to Get invoice number outside the plugin, on the site WordPress.org Forums:
You can use $invoice->get_number()->number or get the invoice number from the order data with the… -
Posted a reply to TAX 0% Not shown, on the site WordPress.org Forums:
You can do this with a custom snippet. Give this one a try /** *… -
Posted a reply to Layout and design has changed, on the site WordPress.org Forums:
Could you share a screenshot of how it appears now, please? -
Posted a reply to Hide parent bundle products but keep child products, on the site WordPress.org Forums:
We could hide the items with CSS in a code snippet. You'd have to find… -
Posted a reply to Custom product text on invoice, on the site WordPress.org Forums:
Since you have the Professional extension, please email us support@wpovernight.com. We can't discuss paid plugins… -
Posted a reply to Show custom field if a value is entered, on the site WordPress.org Forums:
Give this snippet a try add_action( 'wpo_wcpdf_after_order_data', 'cust_vat_number', 10, 2 );function cust_vat_number( $template_type, $order )… -
Posted a reply to add custom checkout field, on the site WordPress.org Forums:
Could you share the error you received, as well as the code you're using to… -
Posted a reply to Change order of items on packing list, on the site WordPress.org Forums:
This feature is included in the Premium Template extension, within the customizer that you can… -
Posted a reply to Show custom field if a value is entered, on the site WordPress.org Forums:
You could use an if statement to show the field if it is not empty -
Posted a reply to Generate invoices only manually, on the site WordPress.org Forums:
Certainly. In the free version of the plugin, the invoices are generated when they are… -
Posted a reply to PDF Invoices Not Attaching to Emails, on the site WordPress.org Forums:
There is no clear indication of what could be wrong here. Do you have a… -
Posted a reply to PDF Invoices Not Attaching to Emails, on the site WordPress.org Forums:
Apologies for the delayed response. Thanks for the screenshot. This is rather odd. The payment… -
Posted a reply to Add VAT Number to PDF, on the site WordPress.org Forums:
You don't need to Professional version for this snippet to work. If the snippet is… -
Posted a reply to New/Updated client data in renewal invoices, on the site WordPress.org Forums:
The data on the invoice is taken from the order data, not the customer data.…
Contributor
-
Improved External Products for WooCommerce
Active Installs: 2,000+
-
PDF Invoices & Packing Slips for WooCommerce
Active Installs: 300,000+
Support Rep
-
Bulk Order Form for WooCommerce
Active Installs: 1,000+
-
Menu Cart for WooCommerce
Active Installs: 90,000+
-
WP Menu Cart
Active Installs: 8,000+