Bas Elbers
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] Not working well with new WC Add On pluginPlease read the first topic of this support forum. I need more info in order to help you out.
Can you send me a link of the WC Add On plugin you are talking about?
Also send the invoice so I can have a look at it.Forum: Plugins
In reply to: [Invoices for WooCommerce] Discounted price as a line item columnHi,
Unfortunately there is no easy way to show it in the free version. You can create a custom template and code it, but it will take quite some time to dig into the code I guess.
The premium version does give you the ability to select which line item columns and total rows to display.
Hope it helps.
Forum: Plugins
In reply to: [Invoices for WooCommerce] remove_filterHi,
May I ask why you would like to remove the filter? Your could should work since I did not make any change to it.
@jackstance You are referring to another plugin.
@sm12345 Thanks for your solution. I will add it to the next update.Forum: Plugins
In reply to: [Invoices for WooCommerce] Changing attached invoice nameYou can use the prefix within the settings page to add some text.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Roles IssueYou can have a look at the FAQ on how to change the roles.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Bulk Pricing not showing in price fieldOur does not officially supports third-party plugins. I cannot find “Dynamic Pricing and Discounts for WooCommerce Basic Version”. Is it from WooCommerce itself or?
Use below code to display it.
do_action( 'wpi_order_item_meta_start', $item, $this->order ); do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $this->order ); WPI()->templater()->display_item_meta( $item ); do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $this->order );Forum: Plugins
In reply to: [Invoices for WooCommerce] PDF download link on Thank you for order page?Try below code. It should work.
echo do_shortcode( '[bewpi-download-invoice title="Download (PDF) Invoice {formatted_invoice_number}" order_id="' . $order->get_id . '"]' );Forum: Plugins
In reply to: [Invoices for WooCommerce] SOS – MALWAREHi,
This is a false alarm of the gotmls.net since these files are just used by the mpdf core library to generate the pdf files.
I’ve created an issue on the mpdf Github repo where you can follow it and I’ve also contacted gotmls.net to whitelist these files. They absolutely cannot do any harm in any way. Many thanks for reporting.Let me know if you have any questions left.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice numbering not ascending rightHi,
I need more info in order to investigate your issue. Please read the first topic of this support forum.
Forum: Plugins
In reply to: [Invoices for WooCommerce] can i create an invoice without sending an email?Yes, just do not attach the invoice to any email within the settings and go into the order and manually create one.
Forum: Plugins
In reply to: [Invoices for WooCommerce] WPML TranslateHi,
Unfortunately the free plugin does not officially supports WPML, but it will be possible with our WooCommerce PDF Invoices Premium plugin. It is fully compatible with WPML and Polylang.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Header/Footer Spacing of PDF InvoiceHi,
Have a look at below filter which can change the margins.
https://github.com/baselbers/woocommerce-pdf-invoices/blob/master/includes/abstracts/abstract-document.php#L110Hope it helps. Just shoot me an email if you need any help.
Hi,
Please read the first topic and send me any debug errors.
I will be happy to send you a demo of our premium plugin. Just shoot me an email.