Warning: Declaration of MH_Table_Rate_Shipping_Method
-
Warning: Declaration of MH_Table_Rate_Shipping_Method::calculate_shipping($package) should be compatible with WC_Shipping_Method::calculate_shipping($package = Array) in /var/www/…………./wp-content/plugins/table-rate-shipping-for-woocommerce/mh-wc-table-rate.php on line 29
I replaced
public function calculate_shipping( $package )
with this…
public function calculate_shipping( $package = array())
on line 764 in mh-wc-table-rate.php but this is not correct solution.
Plugin has to be changed.
- The topic ‘Warning: Declaration of MH_Table_Rate_Shipping_Method’ is closed to new replies.