Bas Elbers
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add Phonenumber to packing slipsYou can create a custom template and add below code.
<?php printf( __(‘Telefone: %s’, ‘woocommerce-pdf-invoices’), $order->get_billing_phone() ); ?>If you do not have any developer experience, this feature is added to the settings in the premium version as well.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Use WP APIs for File System OperationsHi Vasken,
Maybe override the WPI_ATTACHMENTS_DIR constant in /includes/woocommerce-pdf-invoices.php?
Feel free to send me your resolution on this and I will try to find the time to implement it with the next release.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Woocommerce PDF invoices debug problemMake sure to install the mbstring php module and you should be good to go.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Delay creation of PDFI advise to detach the invoice from all emails and manually generate them.
Let me know if this is what you are looking for.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Unable to Set Company LogoFeel free to update to 3.1.3. My apologies for the inconvenience. Let me know if there is anything else I can do for you.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Unable to Set Company LogoCan you post the fatal error? Are you sure it’s an error caused by our plugin?
Forum: Plugins
In reply to: [Invoices for WooCommerce] Unable to Set Company LogoWe were able to reproduce the issue on our end and have fixed the issue. It will be added to the next plugin update which will be released as soon as possible.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Membership InvoiceYou should be able to Attach the specific emails regarding the membership within WooCommerce > Invoices > Settings.
Forum: Plugins
In reply to: [Invoices for WooCommerce] PDF invoice including StripeIf your order shows the Stripe fee, our plugin should automatically show the Stripe fee.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Possibilities with Premium VersionThe premium plugin has the ability to customize the line item columns and the total rows. Have a look at the example invoice and the Advanced Table Content feature.
Feel free to send us an email in which we can send you a demo of the plugin if interested.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Automatic PDF generationYou could attach the invoice to the On Hold Email since the order status when using COD should get the On Hold status.
Let me know if this is what you are looking for.
Forum: Plugins
In reply to: [Invoices for WooCommerce] ziparchive error when trying to exportGreat! Next time please use our premium support since you are using our premium plugin which grants fast support.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Currency symbol not showingWe will need more info in order to reproduce this issue. Please read the first topic.
Forum: Plugins
In reply to: [Invoices for WooCommerce] No PDF’s when Mailpoet is activeCan you send me the link to the actual plugin? They seem to have many versions.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice without price?I am not sure I fully understand what you are looking for. What do you mean with record? Why would you like to send an invoice without price?