Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
November 2020
Nov 08 Sun · 15:46
Forums med
Posted a reply to How do I separate 2 types of taxes?, on the site WordPress.org Forums:
Hello again I have figured out a way. <?php $num1 = $order->get_subtotal(); $num2 = $order->get_total_tax();…
Nov 08 Sun · 06:51
Forums med
Posted a reply to How do I separate 2 types of taxes?, on the site WordPress.org Forums:
Hello! I have already purchased a Premium Templates extension. Everything works very well. But I…
Nov 06 Fri · 04:31
Forums med
Created a topic, How do I separate 2 types of taxes?, on the site WordPress.org Forums:
Hello, I have 2 types of VAT: 1. VAT 0% 2. VAT 7% …
August 2020
Aug 12 Wed · 10:19
Forums med
Created a topic, Fantastic plugin & Awesome customer support, on the site WordPress.org Forums:
The support provides excellent customization advice.
Aug 12 Wed · 09:40
Forums med
Posted a reply to Add Custom Javascript to invoice template, on the site WordPress.org Forums:
I tried this, now it works as I want. <td> <?php do_action( 'custom_amount_in_words', $this->type, $this->order…
Aug 12 Wed · 09:19
Forums med
Posted a reply to Add Custom Javascript to invoice template, on the site WordPress.org Forums:
Thanks for the advice I put your example in the theme's functions.php, It works But…
Aug 12 Wed · 07:24
Forums med
Created a topic, Add Custom Javascript to invoice template, on the site WordPress.org Forums:
Hello! I am using Javascript to convert numbers to ch…