Compatibility with WooCommerce Role Based Methods
-
Since 4.0 the plugin is no more compatible with WooCommerce Role Based Methods 2.0.8. More info here (see Ralph88’s posts): https://www.ads-software.com/support/topic/41-update-issues?replies=12#post-7888594.
The issue is that Role Based Methods expects shipping method ids to be strings, while Weight Based Shipping options have numeric ids (excluding the first rule having id ‘main’).
It’s possible to workaround the issue by replacing the text
if(!is_string($method))
withif(!is_scalar($method))
in filewoocommerce-role-based-methods/admin/class-woocommerce-role-based-methods-admin.php
on line456
.https://www.ads-software.com/plugins/weight-based-shipping-for-woocommerce/
- The topic ‘Compatibility with WooCommerce Role Based Methods’ is closed to new replies.