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 2018
Nov 12 Mon · 11:52
Forums med
Posted a reply to PayPal Checkout payment gateway id, on the site WordPress.org Forums:
Thank you so much Job! It works. All the best, Adam
Nov 10 Sat · 16:31
Forums med
Posted a reply to PayPal Checkout payment gateway id, on the site WordPress.org Forums:
Hi @jobthomas The code is: function wpml_filter_gateways($gateways){ if(ICL_LANGUAGE_CODE == 'en') unset($gateways['bacs']); return $gateways; } add_filter('woocommerce_available_payment_gateways','wpml_filter_gateways',1);…
Nov 07 Wed · 15:14
Forums med
Created a topic, PayPal Checkout payment gateway id, on the site WordPress.org Forums:
Hello, I have already asked this question on Woocomme…
Nov 07 Wed · 13:59
Forums med
Created a topic, PayPal Checkout payment gateway id, on the site WordPress.org Forums:
Hello, I have a bilingual online shop (English and Po…
September 2018
Sep 17 Mon · 20:49
Forums med
Posted a reply to Products disappear from the cart, on the site WordPress.org Forums:
@stefsternyc @rossviviano thank you for all your suggestions! I have found the conflicting plugin.
Sep 14 Fri · 13:35
Forums med
Posted a reply to Products disappear from the cart, on the site WordPress.org Forums:
Thank you Ross! And is there any faster way to find the conflicting plugin (if…
Sep 14 Fri · 00:47
Forums med
Created a topic, [WooCommerce] Products disappear from the cart, on the site WordPress.org Forums:
Hello, I am building my store using WooCommerce and I&…