Bug in latest version
-
Good plugin. But bug in latest version. Our store is in “grams”, and it sends the weight of products to Easyship as “kg”. So, a 50g product gets shipping rate for a 50kg product. Have to change line 556 in “class-easyship-shipping-method.php” from “if ( ‘g’ !== $weight_unit ) {” to “if ( ‘g’ === $weight_unit ) {“.
Software team please fix this bug.
- The topic ‘Bug in latest version’ is closed to new replies.