dwpriv
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] VerifactuSince we haven’t heard from you in a while, I will mark this topic as resolved. Feel free to reopen it if you have further questions, or create another thread if you need help with anything else.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Hide business address on PDFSince we haven’t heard from you in a while, I will mark this topic as resolved. Feel free to reopen it if you have further questions, or create another thread if you need help with anything else.
Since we haven’t heard from you in a while, I will mark this topic as resolved. Feel free to reopen it if you have further questions, or create another thread if you need help with anything else.
- This reply was modified 3 days ago by dwpriv.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Verifactu SPAIN@merock Since we haven’t heard from you in a while, I will mark this topic as resolved. Feel free to reopen it if you have further questions, or create another thread if you need help with anything else.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Shipping method twiceCould you share a screenshot of the back end order details, please?
@maipiusenza does this persist in v4.9.0?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Hide business address on PDFYou can try this code snippet
/**
* Add custom styles - WPOvernight PDF Invoices & Packing Slips
*/
add_action( 'wpo_wcpdf_custom_styles', 'custom_wpo_wcpdf_custom_styles', 10 , 2 );
function custom_wpo_wcpdf_custom_styles( $document_type, $document ) {
if ( $order = $document->order ) {
?>
td.shop-info {
display: none;
}
<?php
}
}Since you have the paid extension, could you email us at support@wpovernight.com, please? We’re not allowed to discuss paid plugins on the forums
If this is the case, and assuming the invoice is created at this point, the invoice number should be present as well. However, you would need some custom development in the payment processor to pass the number to PayPal in the same way the order ID is passed. The meta key in the order data for the invoice number is
_wcpdf_invoice_number.Yes, this process will keep the invoice date as is, because the documents will remain but the numbers will be updated. There is a separate process that can be used to delete the invoices which will affect the invoice date once the documents are recreated.
Also, it would be good to run a renumbering test on a staging site as this process is irreversible.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Verifactu@daringlight At the moment, we haven’t integrated direct compatibility with VeriFactu. However, there is a third-party provider, dixitalmedia, that already offers an integration between VeriFactu and our plugin: https://factupress.es/ They’ve also launched a demo site where you can see how invoices are generated: https://verifactu.dixitalmedia.net
Currently, our main priority is adding Peppol network integration for e-invoicing. Once that is complete, we plan to explore developing our own VeriFactu integration. This would likely rely on a third-party API and therefore come with additional costs, meaning our solution would probably be released as a paid add-on. We don’t yet have a roadmap or release date for this, but we expect to have time to start work on it in early 2026. In the meantime, the best option is to use a third-party service that’s compatible with our PDF Invoicing plugin and can act as a bridge to VeriFactu — such as the solution from dixitalmedia mentioned above.
@jelica this isn’t possible, unfortunately. Given this scenario, the invoice would have to be sent before the order process is completed and before an order exists to create the invoice from. Our plugin can only generate the documents from the Woocommerce order when the checkout process is complete.
@callmejud these are usually caused by problems in the checkout process. You can check the order that has the skipped number with orders that don’t have a skipped number to see where the difference lies.
As for correcting the numbers, if you want to renumber a range of numbers, we offer a tool (hidden by default) to renumber existing documents that you could use to achieve it, although you have to do it with extreme caution, and performing a backup first, because after running the tool, the changes cannot be undone.
To enable and use it, you need to follow these steps:
- Enter the next invoice number under WooCommerce > PDF invoices > Documents > Invoice > Next invoice number: This will be used to start renumbering the documents from this value:

- Go to WooCommerce > PDF invoices > Advanced > Settings, and enable the danger zone tools (the option is at the bottom):

- Click on the Tools tab in this section, and find the Renumber existing documents tool:

- Select the Document type (e.g. the invoice), the From and To dates, and finally click on the Renumber documents button: The tool will start regenerating the document numbers based on the next invoice number.
To renumber a singular document, you can use the PDF Document Data panel on the orders page
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoices are not being sentThat error may be related to your server settings. The default mail function of WP should work without a third party mail plugin. You can check with your host provider to see if they can look over your server’s mail settings in relation to the error.
As for the attachments when the mail is sent, it could be that the Post SMTP plugin is blocking third party attachments. You can check if this is so within the plugin’s settings.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] VeriFactuThere’s third party one here here https://wordpress.org/support/topic/spain-verifac-certified-after-01-07-2026/