Antidot developer
Forum Replies Created
-
Forum: Plugins
In reply to: [bpost shipping] Add a filter on is_free_shipping functionHi,
Thanks for the proposition, it’s a good idea. Are you sure you would not prefer something like this ?:
public function is_free_shipping( $country_iso_2, $amount, array $free_shipping_coupons ) {
$is_free_shipping = $this->is_free_country_for_amount( $country_iso_2, $amount )
|| $this->has_free_shipping_coupon( $free_shipping_coupons );
// Apply a filter to determine if free shipping should be applied
return apply_filters('wc_bpost_is_free_shipping', $is_free_shipping, false, $country_iso_2, $amount, $free_shipping_coupons);
}This solution permits to a shop manager to force the return false.
Forum: Plugins
In reply to: [bpost shipping] Pick-up point name for Pugo internationalHi,
The version 3.1.9 is just released to fix that.
Thanks!
You right, sorry, I just deployed (3.1.6).
Hello @yoowan2060 ,
I just released the version 3.1.5 .
Can you update the plugin and tell me if that solves your issue?
Best regards,
If the issue persist, please send to [email protected] the way to reproduce the error (“I use plugin XX, I make a refund by clicking here and here, and when I click here, I got the error”, illustrated by screenshots if possible). That would permit me to reproduce the error on my environment and test the issue (and the fix).
Thanks all for your patience!
Hello all,
v3.1.3 is just released, tell me if something wrongs after the udpate ?? .
Thanks @yordansoares for the refund detection.
Best regards,
Forum: Plugins
In reply to: [bpost shipping] Fatal Error : WC_Logger and LoggerInterface in PHP 8.0+Forum: Plugins
In reply to: [bpost shipping] Fatal Error : WC_Logger and LoggerInterface in PHP 8.0+Hello @syltaen ,
A new release with the fix will come today or during the next days.
I let you know when you can update the plugin.
Regards,
Forum: Plugins
In reply to: [bpost shipping] Issue with Bpost upgrade ?Hello,
Is it a fresh install of the plugin or you encountered the issue after an update (to 3.0.2)?
Forum: Plugins
In reply to: [bpost shipping] Checkout is blocked with version 3.0Hello,
The release 3.0.2 fixes many issues.
Please update the plugin and let us know.
Regards,
Hi @yordansoares ,
Thanks for your quick reply.
I upgraded to 3.2.1 and that works without click on “Reinstall fonts”. Strange, but if I have the issue later, I will try this button.
Thanks a lot!
I rolled back to 2.16.0 and that works .
I will wait answers to upgrade to v3ok, found…
I had a old(?) plugin named “WooCommerce – All in One SEO Pack”.
I desactivated it and that seems work.
Maybe put a better message?BTW, the new plugin (version 4.2.5.1) does not contain tags. normal?
Regards,
Forum: Plugins
In reply to: [bpost shipping] WordPress 6 compatibilityDeployed!