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 Available, on the site WordPress.org Forums:
Woocommerce recognizes the first matching zone and does not check other zones. So just delete…1 day ago
-
Posted a reply to No Shipping Options Available, on the site WordPress.org Forums:
Please paste screenshot with all shipping zones.1 day ago
-
Posted a reply to No Shipping Options Available, on the site WordPress.org Forums:
Woocommerce rozpoznaje, że adres jest w strefie wysyłki "Local shipping zone".1 day ago
-
Posted a reply to No Shipping Options Available, on the site WordPress.org Forums:
Please turn on the woocommerce shipping debugging mode and check if woocommerce recognizes the zones…2 days ago
-
Posted a reply to No Shipping Options Available, on the site WordPress.org Forums:
Hi, this is the only shipping zone in the store?2 days ago
-
Posted a reply to No Shipping Options Available, on the site WordPress.org Forums:
Please show us your shipping zones configuration and shipping method settings.2 days ago
-
Posted a reply to Translate a message, on the site WordPress.org Forums:
Use this code below: add_filter( 'flexible_shipping_free_shipping_notice_text', 'wpdesk_flexible_shipping_free_shipping_notice_text', 10, 2 ); function wpdesk_flexible_shipping_free_shipping_notice_text( $notice_text, $amount )…3 days ago
-
Posted a reply to Filter “woocommerce_cart_contents_weight” not working after the last update, on the site WordPress.org Forums:
Thanks for the clarification. We will consider a solution to this problem. We'll probably add…4 days ago
-
Posted a reply to Translate a message, on the site WordPress.org Forums:
Please paste your code here.4 days ago
-
Posted a reply to Filter “woocommerce_cart_contents_weight” not working after the last update, on the site WordPress.org Forums:
Why do you need this? You can change the weight of a single product in…4 days ago
-
Posted a reply to Filter “woocommerce_cart_contents_weight” not working after the last update, on the site WordPress.org Forums:
From version 4.0, the weight is calculated as the sum of all products. We don't…4 days ago
-
Posted a reply to Translate a message, on the site WordPress.org Forums:
Full code for original text: $notice_text = sprintf( // Translators: cart value and shop link.…4 days ago
-
Posted a reply to Translate a message, on the site WordPress.org Forums:
The original message also includes the link text: 'You only need %1$s more to get…4 days ago
-
Posted a reply to Translate a message, on the site WordPress.org Forums:
Hi, did you check in a new incognito window?4 days ago
-
Posted a reply to Translate a message, on the site WordPress.org Forums:
Hi, it can be done via custom code: https://docs.flexibleshipping.com/article/915-flexible-shipping-advanced-options-customization#'Left_to_free_shipping'_notice_customization Best regards, Grzegorz4 days ago
-
Posted a reply to Filter “woocommerce_cart_contents_weight” not working after the last update, on the site WordPress.org Forums:
Hi, can you paste sample code here which doesn't work with 4.0 and works with…4 days ago
-
Posted a reply to error of type E_COMPILE_ERROR, on the site WordPress.org Forums:
Hi, You should ask hosting support. Best regards, Grzegorz2 weeks ago
-
Posted a reply to Flexible shipping is not selecting the default shipping method after cart update, on the site WordPress.org Forums:
Hi, this is built-in woocommerce functionality. Once selected, the shipping method becomes the default shipping…2 weeks ago
-
Posted a reply to error of type E_COMPILE_ERROR, on the site WordPress.org Forums:
Hi, we cannot reproduce this problem. However, we believe that this is related to the…2 weeks ago
-
Posted a reply to Hook doesn’t work since WP 5.6 update, on the site WordPress.org Forums:
Hi, We are not recreating this problem. Maybe you changed the theme and the filter…3 weeks ago
-
Posted a reply to Shipping Method Displays Twice in Cart, on the site WordPress.org Forums:
Hi, Looks like you have 2 different shipping methods. One added by our plugin and…3 weeks ago
-
Posted a reply to Default Cart Choice Not Working, on the site WordPress.org Forums:
Hi, Can you show us your configuration in the screenshots?3 weeks ago
-
Posted a reply to Default Cart Choice Not Working, on the site WordPress.org Forums:
Hi, this option works for new customers. Therefore, after changing this option, check if it…3 weeks ago
-
Posted a reply to plugin change php timezone and makes a fatal error on site., on the site WordPress.org Forums:
This is a problem with the apaczka plugin. So be sure to report it to…4 weeks ago
-
Posted a reply to plugin change php timezone and makes a fatal error on site., on the site WordPress.org Forums:
You are using apaczka? https://wordpress.org/support/topic/problem-z-domyslna-strefa-czasowa/ https://plugins.svn.wordpress.org/apaczka/trunk/classes/apaczka-api.php4 weeks ago
-
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 month 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 month 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 month 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 month 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 month 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,…1 month ago
-
Posted a reply to Local pickup and flexible shipping with weights, on the site WordPress.org Forums:
You ca use https://monosnap.com/1 month 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.1 month 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…1 month 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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 months 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…2 months 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…2 months 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…2 months 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.2 months 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.…2 months 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…2 months 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: 50,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: 400+
-
ShopMagic: Free Follow-Up Emails & Marketing Automation for WooCommerce
Active Installs: 5,000+
-
Table Rate for WooCommerce by Flexible Shipping
Active Installs: 90,000+
-
WooCommerce UPS Shipping – Live Rates and Access Points
Active Installs: 8,000+