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
April 2019
Apr 29 Mon · 12:41
Forums med
Created a topic, Woocommerce override calculate_taxes function, on the site WordPress.org Forums:
I need to override the calculate_taxes function to add…
October 2016
Oct 27 Thu · 09:11
Forums med
Posted a reply to Get shipping costs for a product, on the site WordPress.org Forums:
I have figured it out: `$shipping_class_id = $product->get_shipping_class_id(); $shipping_class= $product->get_shipping_class(); $fee = 0; if ($shipping_class_id)…
Oct 27 Thu · 08:01
Forums med
Created a topic, Get shipping costs for a product, on the site WordPress.org Forums:
I use the flat_rate method for my shipping costs. It c…