-
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.… -
Posted a reply to How can I bulk generate invoices for existing orders?, on the site WordPress.org Forums:
You can do so from the Orders by using the "Bulk actions" menu. Select the… -
Posted a reply to Problem with Printing Button, on the site WordPress.org Forums:
Where did you add this snippet? -
Posted a reply to Log not showing up after update from 3.8.4, on the site WordPress.org Forums:
Have you tried the option under PDF Invoices > Advance > Settings > "Embed images"? -
Posted a reply to PDF Invoices Not Attaching to Emails, on the site WordPress.org Forums:
Are the orders with 0 Euros subscription orders as well? If not, are the orders… -
Posted a reply to Exception: UnableToOpenConfigureFile `coder.xml’, on the site WordPress.org Forums:
We have a beta version of the plugin that may solve this for you. You… -
Posted a reply to No text, 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 Fatal error: Class “DOMDocument” not found, on the site WordPress.org Forums:
Thanks for the screenshot. I think you can query this with the host provider. It's… -
Posted a reply to Logo isn’t showing up, on the site WordPress.org Forums:
Thanks for the screenshot. Could you try increasing the WP memory limit, please? It's currently… -
Posted a reply to Logo isn’t showing up, on the site WordPress.org Forums:
This one shows the Settings tab. Click the "Status" tab next to it. My apologies… -
Posted a reply to Logo isn’t showing up, on the site WordPress.org Forums:
Thanks for the information. Could you share a screenshot of your settings under PDF Invoices… -
Posted a reply to Fatal error: Class “DOMDocument” not found, on the site WordPress.org Forums:
Thanks for the screenshots. The extensions with the red and yellow bars are necessary or… -
Posted a reply to Fatal error: Class “DOMDocument” not found, on the site WordPress.org Forums:
Could you share a screenshot of your settings under PDF Invoices > Advanced > Status,… -
Posted a reply to Logo isn’t showing up, on the site WordPress.org Forums:
Can you share the URL to the image as it is displayed on the invoice,… -
Posted a reply to PDF dont get generated, on the site WordPress.org Forums:
Do you have any errors in your logs as outlined here? Any other invoicing plugins… -
Posted a reply to PDF Invoices Not Attaching to Emails, on the site WordPress.org Forums:
It seems the document hasn't been created from that error. Do you have any SMTP… -
Posted a reply to PDF Invoices & Packing Sliips return 404 Error, on the site WordPress.org Forums:
This is likely an issue with the invoices using an incorrect URL. Do you have… -
Posted a reply to PDF dont get generated, on the site WordPress.org Forums:
Thanks for the screenshot. Do you have any plugins that handle emails such as Brevo,… -
Posted a reply to PDF dont get generated, on the site WordPress.org Forums:
Could you share a screenshot of the page at PDF Invoices > Documents > Invoice,… -
Posted a reply to PDF styling broken, on the site WordPress.org Forums:
Since we haven't heard from you in a while, we will mark this topic as… -
Posted a reply to PDF dont get generated, on the site WordPress.org Forums:
The invoices will created when they are attached to the email notifications. You can choose… -
Posted a reply to Invoice PDF link after payment in checkout page, on the site WordPress.org Forums:
Since we haven't heard back from you, we will mark this topic as resolved and… -
Posted a reply to Send email to customer when updated, on the site WordPress.org Forums:
Since we haven't heard back from you, we will mark this topic as resolved and… -
Posted a reply to Add Third-Party Delivery Fee to PDF Invoice Using Hooks or Filters?, on the site WordPress.org Forums:
Since we haven't heard back from you, we will mark this topic as resolved and…
Contributor
-
Improved External Products for WooCommerce
Active Installs: 2,000+
-
PDF Invoices & Packing Slips for WooCommerce
Active Installs: 300,000+
Support Rep
-
Menu Cart for WooCommerce
Active Installs: 100,000+
-
Quick/Bulk Order Form for WooCommerce
Active Installs: 1,000+
-
WP Menu Cart
Active Installs: 8,000+