Bas Elbers
Forum Replies Created
-
Forum: Plugins
In reply to: [Invoices for WooCommerce] Showing Discount PriceHi Liu,
Our latest version of the premium plugin has the ability to show the discounted price. Make sure to update it to the latest version.
Since you have bought our license we can recommend you to use our premium support.
Will close this issue. Let me know if I should reopen it.
Thanks for letting me know. My pleasure.
Would you be so kind to rate our plugin? That would be great! 🙂Forum: Reviews
In reply to: [Invoices for WooCommerce] Ronduit briljantOntzettend goed om te horen. Bedankt!
It is advised to add the email by using below tutorial.
https://www.skyverge.com/blog/how-to-add-a-custom-woocommerce-email/This way it will be added to our settings and you can just select the email.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Preview Edits to templatesIt would be best to enable debugging within the settings. This will show a Debug button on the Edit Order page which will let you generate the PDF over and over.
Forum: Plugins
In reply to: [Invoices for WooCommerce] No Download invoice button in AccountGreat! Thank you for letting us know. 🙂
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice structure Right to leftMake sure to add the code to your functions.php file within your (child) theme.
Forum: Plugins
In reply to: [Invoices for WooCommerce] No Download invoice button in AccountI cannot recommend to do it without creating a child theme since you will loose your changes after you update your theme.
echo do_shortcode( '[bewpi-download-invoice title="Download (PDF) Invoice {formatted_invoice_number}" order_id="' . $order->get_id() . '"]' );Your code example has faulty quotes in the shortcode. I have tested it on my local machine and it works with below code.
It’s advised to create a woocommerce/myaccount/ folder to your (child) theme and add the orders.php file.
Forum: Reviews
In reply to: [Invoices for WooCommerce] Ronduit briljantWow! Mega bedankt voor deze review. Zijn er nog functionaliteiten die wij kunnen verbeteren? Wij stellen je feedback zeer op prijs. 🙂
Forum: Plugins
In reply to: [Invoices for WooCommerce] Preview Edits to templatesCan you let us know your WooCommerce System Report? I think that you are using a different plugin.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice structure Right to leftThank you for your feedback.
You can use a filter to change the invoice to RTL. Make sure to check the FAQ for it.
Great to hear that you’ve solved it.
In what way our plugin is not working? I am trying to reproduce on my end, but can’t seem to find any issues.
Forum: Plugins
In reply to: [Invoices for WooCommerce] No Download invoice button in AccountHave a look at below link. You cannot just add it to the header.php. You will also need to create a child theme.
https://docs.woocommerce.com/document/template-structure/You could add the shortcode to the actions columns from the my-orders.php file.
https://github.com/woocommerce/woocommerce/blob/3.8.0/templates/myaccount/my-orders.php#L81Forum: Plugins
In reply to: [Invoices for WooCommerce] Address not showing, nor customer emailYou can check the code reference from WooCommerce.
echo $order->get_billing_email();Forum: Plugins
In reply to: [Invoices for WooCommerce] No Download invoice button in AccountWe spoke by email and since this is not an issue regarding our plugin, we will close this topic. Let me know if I should reopen it.