Warning message if no shipping
-
I get a warning message of “PHP Warning: Invalid argument supplied for foreach() in xxx/wp-content/plugins/woocommerce-services/woocommerce-services.php on line 1115” if I set Shipping Locations to “Disable shipping and shipping calculations”. I’ve fixed it by changing line #1113 to:
$shipping_rates = $shipping_packages[‘rates’] ?? array();Minor issue, but easily fixed.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Warning message if no shipping’ is closed to new replies.