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
March 2021
Mar 27 Sat · 10:48
Forums med
Created a topic, Good, on the site WordPress.org Forums:
works
August 2018
Aug 16 Thu · 16:26
Forums med
Posted a reply to Flat Rate, Free Shipping and Local Pickup missing, on the site WordPress.org Forums:
PS: This missing image from first post: http://pasteall.org/pic/show.php?id=097f257a85f091df99bd93082802b97f
Aug 16 Thu · 16:21
Forums med
Posted a reply to Flat Rate, Free Shipping and Local Pickup missing, on the site WordPress.org Forums:
Okay, the woocommerce_shipping_methods hook is what we are using to load our custom shipping methods.…
Aug 16 Thu · 16:03
Forums med
Posted a reply to Flat Rate, Free Shipping and Local Pickup missing, on the site WordPress.org Forums:
Hm nope, the default shipping methods are hardcoded in WC::get_shipping_method_class_names() and this one is called…
Aug 16 Thu · 15:55
Forums med
Posted a reply to Flat Rate, Free Shipping and Local Pickup missing, on the site WordPress.org Forums:
It seems like there's a problem with WC::load_shipping_methods(), because it expects a $package = array()…
Aug 16 Thu · 15:15
Forums med
Posted a reply to Flat Rate, Free Shipping and Local Pickup missing, on the site WordPress.org Forums:
It seems like this part, which generates the dropdown items: foreach ( WC()->shipping->load_shipping_methods() as $method…
Aug 16 Thu · 10:54
Forums med
Created a topic, Flat Rate, Free Shipping and Local Pickup missing, on the site WordPress.org Forums:
Hi, The Flat Rate, Local Pickup and Free Shipping met…
March 2018
Mar 11 Sun · 21:21
Forums med
Created a topic, Good, on the site WordPress.org Forums:
Useful
Mar 11 Sun · 21:02
Forums med
Created a topic, Good, on the site WordPress.org Forums:
Many premium features for scheduled and advanced, but …
June 2017
Jun 19 Mon · 15:08
Forums med
Posted a reply to Calendar Widget, on the site WordPress.org Forums:
To make this work, I changed the line 668 in service/class-em-event.php to: $filter_results[]= $event_dao->get_events_at_date($start_date,true); And…