grola
@grola on WordPress.org, @Grzegorz Rola on Slack
- Member Since: June 17th, 2014
Contribution History
grola’s badges:- Plugin Developer
- Translation Contributor
-
Posted a reply to No shipping options were found for…, on the site WordPress.org Forums:
Hi @glancus, support for premium plugins you can get here: https://www.wpdesk.pl/support/1 week ago
-
Posted a reply to No shipping options were found for…, on the site WordPress.org Forums:
Hi, your rules works from 4 kg in cart. Please add more to cart or…1 week ago
-
Posted a reply to No shipping options were found for…, on the site WordPress.org Forums:
Hi, can you include screenshots from shipping zones settings, shipping method settings and checkout from…1 week ago
-
Posted a reply to No shipping options were found for…, on the site WordPress.org Forums:
Hi, Do you enter the same shipping address while logged in and not? Kind regards,…1 week ago
-
Posted a reply to How to dislay Method Description field in mail template, on the site WordPress.org Forums:
You should use it as object: $data[1]->get_data(): https://woocommerce.github.io/code-reference/classes/WC-Meta-Data.html1 week ago
-
Posted a reply to Local pickup and flexible shipping with weights, on the site WordPress.org Forums:
Woocommerce only uses the first matched zone: https://docs.woocommerce.com/document/setting-up-shipping-zones/#section-4 If the matching zone is local pickup,…2 weeks ago
-
Posted a reply to Local pickup and flexible shipping with weights, on the site WordPress.org Forums:
You ca use https://monosnap.com/2 weeks ago
-
Posted a reply to Local pickup and flexible shipping with weights, on the site WordPress.org Forums:
@butterflyanne please show us (in the screenshots) your shipping zone settings.2 weeks ago
-
Posted a reply to Local pickup and flexible shipping with weights, on the site WordPress.org Forums:
Hi, please read this instruction for WooCommerce shipping zones: https://docs.woocommerce.com/document/setting-up-shipping-zones/ Especially this section: https://docs.woocommerce.com/document/setting-up-shipping-zones/#section-4 Kind…2 weeks ago
-
Posted a reply to How to dislay Method Description field in mail template, on the site WordPress.org Forums:
What you will see with this code? var_dump($shipping->get_meta(‘description’));2 weeks ago
-
Posted a reply to How to dislay Method Description field in mail template, on the site WordPress.org Forums:
Hi, my code works with woocommerce and storefront theme. You can use this part of…2 weeks ago
-
Posted a reply to How to dislay Method Description field in mail template, on the site WordPress.org Forums:
Hi, try this code: add_filter( 'woocommerce_order_shipping_method', 'fs_woocommerce_order_shipping_method', 10, 2 ); /** * @param string $names_string…2 weeks ago
-
Posted a reply to Shipping cost is not added, on the site WordPress.org Forums:
They can read this thread: https://github.com/woocommerce/woocommerce/issues/28516#issuecomment-743243817 and fix the problem. You can also try changing…2 weeks ago
-
Posted a reply to Shipping cost is not added, on the site WordPress.org Forums:
This problem is related to woocommerce and PHP: https://github.com/woocommerce/woocommerce/issues/28516 Please contact your hosting provider to…2 weeks ago
-
Posted a reply to Shipping cost is not added, on the site WordPress.org Forums:
Yes, Flexible Shipping calculates shipping costs. But it doesn't do anything with the shipping address…2 weeks ago
-
Posted a reply to Shipping cost is not added, on the site WordPress.org Forums:
Hi, What happens when you disable Flexible Shipping plugin? Kind regards, Grzegorz2 weeks ago
-
Posted a reply to Hide some shipping methods if free shipping allowed, on the site WordPress.org Forums:
Hi, This is not currently possible with Flexible Shipping. We recommend doing this with your…2 weeks ago
-
Posted a reply to You only need X more to get free shipping! Continue shopping, on the site WordPress.org Forums:
Hi, Continue Shipping button is part of $notice_text. Just add it: add_filter( 'flexible_shipping_free_shipping_notice_text', 'wpdesk_flexible_shipping_free_shipping_notice_text', 10,…2 weeks ago
-
Posted a reply to Hide select shipping methods when shipping bulky product, on the site WordPress.org Forums:
Hi, this is currently not possible with our plugin. We plan to add this feature…2 weeks ago
-
Posted a reply to Free shipping notice displayed twice, on the site WordPress.org Forums:
Hi, I think it’s a matter of theme. Check if the notification appears once in…3 weeks ago
-
Posted a reply to change “lesft for free shipping” language, on the site WordPress.org Forums:
Hi, I just checked your code and it works for me. Double check that you…3 weeks ago
-
Posted a reply to add “left for free shipping” in phone version, on the site WordPress.org Forums:
Hi, I think it's a matter of theme. Check if the notification appears in the…3 weeks ago
-
Posted a reply to Wrong shipping calculation after update, on the site WordPress.org Forums:
Hi, Please also include a screenshot of the Shipping tab in the product configuration.3 weeks ago
-
Posted a reply to Wrong shipping calculation after update, on the site WordPress.org Forums:
Hi, we cannot reproduce this problem. Show us the product measurement settings and cart contents.…3 weeks ago
-
Posted a reply to Tiered Shipping Fees per specific items + integration with Printful possible?, on the site WordPress.org Forums:
Hi, Your shipping scenario can be handled by PRO version - PRO version can calculate…3 weeks ago
-
Posted a reply to How to hide shipping Method Title, on the site WordPress.org Forums:
Hi, the method title is displayed by WooCommerce. If you want to change it, you…3 weeks ago
-
Posted a reply to Domyślna metoda wysyłki, on the site WordPress.org Forums:
Please check it in new Incognito window or clear session data.4 weeks ago
-
Posted a reply to Invalid argument supplied for foreach() shipping-method.php on line 210, on the site WordPress.org Forums:
This has been fixed in version 4.0.5.1 month ago
-
Posted a reply to Invalid argument supplied for foreach() shipping-method.php on line 210, on the site WordPress.org Forums:
Yes, you have right. It is fixed now for good. If you have empty Flexible…1 month ago
-
Posted a reply to Invalid argument supplied for foreach() shipping-method.php on line 210, on the site WordPress.org Forums:
Are there any empty Flexible Shipping methods in any shipping zone on your installation?1 month ago
-
Posted a reply to Invalid argument supplied for foreach() shipping-method.php on line 210, on the site WordPress.org Forums:
@wpks, we expect an array to always be in this option. Something must be wrong…1 month ago
-
Posted a reply to Invalid argument supplied for foreach() shipping-method.php on line 210, on the site WordPress.org Forums:
It is guaranted that $shipping_methods is an array in ths case. Look at private method…1 month ago
-
Posted a reply to Urgent!! – Bug with the last update Version: 4.0.3, on the site WordPress.org Forums:
Hi, it looks like incomplete plugin installation. Please install plugin again via FTP/SFTP from zip…1 month ago
-
Posted a reply to BROKEN: NO rules table, on the site WordPress.org Forums:
Perhaps some minification? I recommend disabling individual plugins and checking if the script error persists.1 month ago
-
Posted a reply to BROKEN: NO rules table, on the site WordPress.org Forums:
Hi, it looks like there are not all scipts loaded. Do you have any caching…1 month ago
-
Posted a reply to Product Return, on the site WordPress.org Forums:
Hi, our plugin provides only live rates. You should handle return request on the website/service…1 month ago
-
Posted a reply to VAT not applied on postal charges, on the site WordPress.org Forums:
With this settings standard tax calss will be applied to all shipping methods.3 months ago
-
Posted a reply to VAT not applied on postal charges, on the site WordPress.org Forums:
Hi, all taxes are calculated by WooCommerce. Please duble check your tax settings especialy Shipping…3 months ago
-
Posted a reply to PHP Fatal Error – Plugin Breaks Ordering Process, on the site WordPress.org Forums:
You can serach for 'woocommerce_init' text in plugins and themes source files. Maybe other plugins…3 months ago
-
Posted a reply to PHP Fatal Error – Plugin Breaks Ordering Process, on the site WordPress.org Forums:
I think a patch will come out on Monday. However, I recommend checking why the…3 months ago
-
Posted a reply to PHP Fatal Error – Plugin Breaks Ordering Process, on the site WordPress.org Forums:
Thank you for reporting. The woocommerce_init action seems to be triggered multiple times. It should…3 months ago
-
Posted a reply to Plugin Not working, on the site WordPress.org Forums:
Hi, can you provide us screenshot with shipping method settings? Kind regards4 months ago
-
Posted a reply to Get critical error Site health, on the site WordPress.org Forums:
Hi, we can not reproduce this error. Can you paste here full error message or…6 months ago
-
Posted a reply to Fatal Error, on the site WordPress.org Forums:
@mehwishn it looks like incomplete WooCommerce installation. Plese upload the WooCommerce plugin via FTP.6 months ago
-
Posted a reply to Api Status is checking, on the site WordPress.org Forums:
Looks good for me... Can you check in other browser - maybe some browser plugin…1 year ago
-
Posted a reply to Api Status is checking, on the site WordPress.org Forums:
Hi, please check browser console for errors.1 year ago
-
Posted a reply to error in debug log, on the site WordPress.org Forums:
Which plugin version do you have? In the currently available version, the code on the…1 year ago
-
Posted a reply to Disable or include flexible shipping methods based on cart totals, on the site WordPress.org Forums:
You should compare $rate_key, not $rate->method_id - see my code. foreach loop sholud be foreach…1 year ago
-
Posted a reply to Disable or include flexible shipping methods based on cart totals, on the site WordPress.org Forums:
This filter should be used only for removing shipping methods, not for inserting. So you…1 year ago
-
Posted a reply to Disable or include flexible shipping methods based on cart totals, on the site WordPress.org Forums:
There are more changes in code :) You can check it here: https://text-compare.com/ I don't…1 year ago
Developer
-
Flexible Pickup
Active Installs: Less than 10
-
HTTP Basic Auth
Active Installs: 300+
Contributor
-
Cart Weight for WooCommerce
Active Installs: 1,000+
-
Flexible Checkout Fields for WooCommerce
Active Installs: 40,000+
-
Flexible PDF
Active Installs: 30+
-
Flexible Product Fields (Product Add-ons) for WooCommerce
Active Installs: 7,000+
-
Flexible Shipping for FedEx and WooCommerce
Active Installs: 1,000+
-
Live rates for DHL Express and WooCommerce by Flexible Shipping
Active Installs: 300+
-
Recover Abandoned Carts for WooCommerce by ShopMagic
Active Installs: 200+
-
ShopMagic: Free Follow-Up Emails & Marketing Automation for WooCommerce
Active Installs: 4,000+
-
Table Rate for WooCommerce by Flexible Shipping
Active Installs: 80,000+
-
WooCommerce UPS Shipping – Live Rates and Access Points
Active Installs: 7,000+