Changeset 2808620
- Timestamp:
- 11/01/2022 10:52:11 AM (3 years ago)
- Location:
- shiptimize-for-woocommerce/trunk
- Files:
-
- 4 edited
-
constants.php (modified) (1 diff)
-
includes/class-woo-shiptimize-order.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
shiptimize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shiptimize-for-woocommerce/trunk/constants.php
r2805627 r2808620 4 4 define( 'SHIPTIMIZE_API_URL', 'https://api.pakketmail.nl/v3' ); 5 5 define( 'SHIPTIMIZE_BRAND', 'Shiptimize' ); 6 define( 'SHIPTIMIZE_VERSION', '3.1.5 8' );6 define( 'SHIPTIMIZE_VERSION', '3.1.59' ); 7 7 define( 'SHIPTIMIZE_CREATE_ACCOUNT', 'https://www.shiptimize.me/quote/' ); 8 8 define( 'SHIPTIMIZE_CHECKOUT', 0); -
shiptimize-for-woocommerce/trunk/includes/class-woo-shiptimize-order.php
r2781393 r2808620 669 669 670 670 if( $product->has_weight() ) { 671 $item_weight = wc_get_weight(floatval($ qty * $product->get_weight()),'g');671 $item_weight = wc_get_weight(floatval($product->get_weight()),'g'); 672 672 $weight += $qty * $item_weight; 673 673 } -
shiptimize-for-woocommerce/trunk/readme.txt
r2805627 r2808620 59 59 == Changelog == 60 60 61 = 3.1.59 - 2022-11-01 = 62 * Fix - when sending item weight to the api, send the individual item weight not qty * item_weight 63 61 64 = 3.1.58 - 2022-10-26 = 62 65 * Enhancement - When hiding all shipping methods not free, make sure only activate feature if the at least one free shipping is not "local pickup". -
shiptimize-for-woocommerce/trunk/shiptimize.php
r2805627 r2808620 3 3 * Plugin Name: Shiptimize for WooCommerce 4 4 * Description: Shiptimize for WooCommerce 5 * Version: 3.1.5 85 * Version: 3.1.59 6 6 * Author: Shiptimize 7 7 * Author URI: https://shiptimize.me
Note: See TracChangeset
for help on using the changeset viewer.