Changeset 3359883
- Timestamp:
- 09/11/2025 01:04:41 PM (7 months ago)
- Location:
- canada-post-shipping-for-woocommerce/trunk
- Files:
-
- 3 edited
-
canada-post-shipping-for-woocommerce-canada-post.php (modified) (1 diff)
-
canada-post-shipping-for-woocommerce.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
canada-post-shipping-for-woocommerce/trunk/canada-post-shipping-for-woocommerce-canada-post.php
r3089538 r3359883 75 75 if (isset($array['price-quote'][$i]['price-details']['adjustments'])) { 76 76 foreach ($array['price-quote'][$i]['price-details']['adjustments'] as $adjustment) { 77 foreach ($adjustment as $adjustment_detail) { 78 if (isset($adjustment_detail['adjustment-code']) && $adjustment_detail['adjustment-code'] == 'FUELSC') { 79 $rate['cost'] += $adjustment_detail['adjustment-cost']; 80 } 77 if (isset($adjustment['adjustment-code']) && $adjustment['adjustment-code'] == 'FUELSC') { 78 $rate['cost'] += $adjustment['adjustment-cost']; 81 79 } 82 80 } -
canada-post-shipping-for-woocommerce/trunk/canada-post-shipping-for-woocommerce.php
r3245237 r3359883 3 3 * Plugin Name: Canada Post Shipping For WooCommerce 4 4 * Description: Integrates with Canada Post allowing you to provide accurate shipping quotes for your customers. 5 * Version: 2.9.1 85 * Version: 2.9.19 6 6 * Author: Small Fish Analytics Inc. 7 7 * Author URI: http://www.smallfishanalytics.com/support?source=plugin_summary 8 8 * WC requires at least: 3.0.0 9 * WC tested up to: 9.69 * WC tested up to: 10.1 10 10 */ 11 11 -
canada-post-shipping-for-woocommerce/trunk/readme.txt
r3245237 r3359883 3 3 Tags: shipping, canada post, canada post shipping, canada post woocommerce, woocommerce 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 39 39 40 40 == Changelog == 41 42 = 2.9.19 = 43 Declare support for WooCommerce 10.1 and WordPress 6.8 44 Adjust code to better handle fuel surcharges 45 41 46 42 47 = 2.9.18 =
Note: See TracChangeset
for help on using the changeset viewer.