Bas Elbers
Forum Replies Created
-
Change
BEWPI()toWPI()and you should be good to go.
Always make sure to update the custom template if you update the plugin.Forum: Plugins
In reply to: [Invoices for WooCommerce] How to change invoice numberadd_filter( 'bewpi_formatted_invoice_number', 'change_invoice_number' ); function change_invoice_number($invoice_number, $invoice_type) { if ( $invoice_type !== 'invoice/simple' ) { return $invoice_number; } global $post; return esc_html(get_post_meta( $post->ID, 'invoice_id', true )); }I think something like this should work.
The next update will have multiple filters to change the invoice numbering and will also have the$invoiceobject available.Forum: Plugins
In reply to: [Invoices for WooCommerce] Network error on pdf creationWhat browser are you using? There have been some reports that Safari is causing some problems when downloading files.
Do you have any JavaScript errors in your browser console?
Forum: Plugins
In reply to: [Invoices for WooCommerce] How change due date to 14 daysThe free version does not have a due date. If you are using a third party plugin for it you could create a custom template and add the due date to it. Check the FAQ on how to add custom meta information.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Excluding payment method not workingIn order for us to resolve this issue we will need more information. Please check the first topic.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Address not showing, nor customer emailWe will need more information to address this. Please read the first topic. Basically our plugin uses the store fields from WooCommerce for it.
About the billing email, you could create a custom template for it, which you can find in the FAQ.
The premium version support adding billing and shipping details from within the settings. You could consider it.
Forum: Plugins
In reply to: [Invoices for WooCommerce] How to change invoice numberYou can change the invoice number format by using the settings. If you would like to develop your own format you can use the filter
bewpi_invoice_number.Forum: Plugins
In reply to: [Invoices for WooCommerce] gegevens op factuur vertalen naar nederlandsWij hebben het bestand inmiddels ontvangen en deze zal aan de volgende update worden toegevoegd. Ook hebben wij een gratis licentie gestuurd.
Forum: Plugins
In reply to: [Invoices for WooCommerce] How change due date to 14 daysI assume you are using the premium version? If so, please use our premium support for it. I will close this topic. Let me know if this is not the case so I can reopen it.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Excluding payment method not workingHi Sigurd,
So you want to make sure that no invoice will be added to the email when using klarna or cheque payment method has been used?
So in this situation our plugin did attach a PDF invoice to order number 1227?
Did you’ve added the filter function to your (child) themes functions.php file?
Forum: Plugins
In reply to: [Invoices for WooCommerce] Change invoice date to order dateHi,
Currently this is not available as an option in the free version. If you are familiar with coding you could have a look at the
wpi_invoice_datefilter.Our premium version does have the option to the change the order date to creation date or payment date within the settings page.
Let me know if you have anymore questions.
Forum: Plugins
In reply to: [Invoices for WooCommerce] with and without vat in invoiceUnfortunately this is not supported in our free plugin.
Our premium plugin supports full customization of the table contents like columns and total rows.
Feel free to contact us if you have anymore questions.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add horizontal line between productsNot sure what you are trying to do. Can you send me an example PDF invoice with these changes?
Forum: Plugins
In reply to: [Invoices for WooCommerce] gegevens op factuur vertalen naar nederlandsJe kan bij Loco Translate > Plugins > WooCommerce PDF Invoices > Relocate het bestand veranderen naar Custom of System. Vervolgens kun je de vertalingen aanpassen bij Loco Translate > Plugins > WooCommerce PDF Invoices > Editor.
Mocht je het bestand hebben vertaald, deel het dan met ons, zodat wij deze wijzigingen mee kunnen nemen in de volgende update. In ruil hiervoor geven wij een gratis licentie voor de premium plugin.
Mocht je nog vragen hebben, stel ze gerust.
Forum: Plugins
In reply to: [Invoices for WooCommerce] No Download invoice button in AccountYou can send us an email stated on wcpdfinvoices.com/contact with below details and we will be able to reproduce the error for you.
Could you enable debug logging by installing the Debug plugin. Next, please select the options and the system will create a debug.log file. Retry what went wrong and the system will log any errors. This will help us to help you!
https://ww.wp.xz.cn/plugins/debug/
– Enable error Reporting
– Create Error Log in File /wp-content/debug.log {define(‘WP_DEBUG_LOG’,true);}
– Enable debugging in the Debug tab of our plugin
– Send us your Plugin Configuration from the Debug tab of our plugin
– Send us your WooCommerce System Status Report