Bas Elbers
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] No Download invoice button in AccountI don’t see any orders. You will be able to see some orders within your account if you assign them to your email address within the Edit Order page within WordPress admin. The PDF Invoice can only be downloaded when you have some orders assigned to your account. By default the orders need to be Processed or Completed and there should be an invoice as well. Let me know if this resolved your issue.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Edit order and invoiceYou can check the FAQ. By design the invoice cannot be updated when is has been sent, but as you can read in the FAQ, there is a workaround.
Let me know is this resolved your issue.
Forum: Plugins
In reply to: [Invoices for WooCommerce] One year ago, still not fixed.Our apologies for the inconvenience. We will look into this issue right away.
1. Make sure to update to latest version.
2. Could you send me your WooCommerce System Status Report?
3. Could you enable debug logging by installing Debug plugin. Next up select below options and the system will create a debug.log file. The system will log any errors. Send us the debug.log errors from our plugin.https://ww.wp.xz.cn/plugins/debug/
– Enable error Reporting
– Create Error Log in File /wp-content/debug.log {define(‘WP_DEBUG_LOG’,true);}
4. Enable mPDF debugging in Debug tab from our settings page.
5. Send us your settings from Debug tab from our settings page.Next up try to generate an invoice by going into the Edit Order page.
Unfortunately our plugin does not support this feature, but we could code it for you. Send us an email at wcpdfinvoices.com.
Forum: Plugins
In reply to: [Invoices for WooCommerce] How do I get an order number in a template?Write the order number <?php echo $invoice->order->get_id(); ?> as a symbol in the bank transferForum: Plugins
In reply to: [Invoices for WooCommerce] Problem with showing TAX in pdf fileThe tax should be shown on the free version as well.
Could you send us your WooCommerce System Report? We will try to reproduce the error.Forum: Plugins
In reply to: [Invoices for WooCommerce] PDF saved in directoriesYou can use the option to reset yearly and it will automatically use yearly directories.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice number different from the order numberI need more information in order to reproduce this issue.
Could you send me your WooCommerce System Status Report?
Do you use a custom invoice template?
Send me your debug information from the debug tab of our plugin also.Forum: Plugins
In reply to: [Invoices for WooCommerce] Woocommerce UpdateI’ve updated the plugin. Could you try again?
Let me know if it works.Forum: Plugins
In reply to: [Invoices for WooCommerce] Woocommerce UpdateI’m on it, but I cannot seem to reproduce the error.
Could you send me your WooCommerce System Status Report?Forum: Plugins
In reply to: [Invoices for WooCommerce] Give other user roles access to invoiceHi,
You can use below filter to add your custom role.
function bewpi_allowed_roles_to_download_invoice($allowed_roles) { // available roles: shop_manager, customer, contributor, author, editor, administrator $allowed_roles[] = "editor"; // end so on.. return $allowed_roles; } add_filter( 'bewpi_allowed_roles_to_download_invoice', 'bewpi_allowed_roles_to_download_invoice', 10, 2 );Forum: Plugins
In reply to: [Invoices for WooCommerce] Is PDF Invoices tested on WooCommerce 3.5.1Yes, it is tested on the latest version.
Currently we are busy with version 3.0.0 which we will release very shortly.Forum: Plugins
In reply to: [Invoices for WooCommerce] Logo not showing on auto generated invoicePlease check your permissions of the image and make sure it has been uploaded to the media library and got the File URL.
Let me know if it works.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Credit notesHi,
Please use our support email if you have a license. This support forum is not for premium users.
About the credit notes, they will automatically get generated when you refund an order.
Hope it helps.
Forum: Plugins
In reply to: [Invoices for WooCommerce] template missingHi Kenneth,
You mean that you do not want to use the custom template anymore? Just choose the minimal template from the settings and save it. Does it still show up now?
Our plugin is using below function to translate the date, so it should work. Are you using the latest version of the plugin? How about the template?
https://codex.ww.wp.xz.cn/Function_Reference/date_i18n