Changeset 3351656
- Timestamp:
- 08/28/2025 03:41:36 AM (5 months ago)
- Location:
- a2z-fedex-shipping
- Files:
-
- 63 added
- 2 edited
-
tags/5.0.10 (added)
-
tags/5.0.10/a2zfedex_basic.php (added)
-
tags/5.0.10/controllors (added)
-
tags/5.0.10/controllors/classes (added)
-
tags/5.0.10/controllors/classes/hit-box-packing.php (added)
-
tags/5.0.10/controllors/classes/index.php (added)
-
tags/5.0.10/controllors/classes/weight_pack (added)
-
tags/5.0.10/controllors/classes/weight_pack/class-hit-weight-packing-util.php (added)
-
tags/5.0.10/controllors/classes/weight_pack/class-hit-weight-packing.php (added)
-
tags/5.0.10/controllors/classes/weight_pack/class-hit-weight-strategy-ascend.php (added)
-
tags/5.0.10/controllors/classes/weight_pack/class-hit-weight-strategy-descend.php (added)
-
tags/5.0.10/controllors/classes/weight_pack/class-hit-weight-strategy-simple.php (added)
-
tags/5.0.10/controllors/classes/weight_pack/index.php (added)
-
tags/5.0.10/controllors/hit_fedex_rest_virtual_req.json (added)
-
tags/5.0.10/controllors/hitshipo_fedex_rest_main.php (added)
-
tags/5.0.10/controllors/hitshippo_fedex_init.php (added)
-
tags/5.0.10/controllors/index.php (added)
-
tags/5.0.10/controllors/views (added)
-
tags/5.0.10/controllors/views/data (added)
-
tags/5.0.10/controllors/views/data/countries.json (added)
-
tags/5.0.10/controllors/views/data/states.json (added)
-
tags/5.0.10/controllors/views/fedex.png (added)
-
tags/5.0.10/controllors/views/hfedex.png (added)
-
tags/5.0.10/controllors/views/hitshippo_fedex_settings_view.php (added)
-
tags/5.0.10/controllors/xml (added)
-
tags/5.0.10/controllors/xml/index.php (added)
-
tags/5.0.10/controllors/xml/production (added)
-
tags/5.0.10/controllors/xml/production/ASYNCService_v4.wsdl (added)
-
tags/5.0.10/controllors/xml/production/AddressValidationService_v2.wsdl (added)
-
tags/5.0.10/controllors/xml/production/PickupService_v15.wsdl (added)
-
tags/5.0.10/controllors/xml/production/RateService_v13.wsdl (added)
-
tags/5.0.10/controllors/xml/production/RateService_v16.wsdl (added)
-
tags/5.0.10/controllors/xml/production/RateService_v20.wsdl (added)
-
tags/5.0.10/controllors/xml/production/RateService_v22.wsdl (added)
-
tags/5.0.10/controllors/xml/production/ShipService_v15.wsdl (added)
-
tags/5.0.10/controllors/xml/production/ShipService_v21.wsdl (added)
-
tags/5.0.10/controllors/xml/production/ShipService_v23.wsdl (added)
-
tags/5.0.10/controllors/xml/production/index.php (added)
-
tags/5.0.10/controllors/xml/rate.xml (added)
-
tags/5.0.10/controllors/xml/ship.xml (added)
-
tags/5.0.10/controllors/xml/ship_inter.xml (added)
-
tags/5.0.10/controllors/xml/test (added)
-
tags/5.0.10/controllors/xml/test/ASYNCService_v4.wsdl (added)
-
tags/5.0.10/controllors/xml/test/PickupService_v15.wsdl (added)
-
tags/5.0.10/controllors/xml/test/RateService_v13.wsdl (added)
-
tags/5.0.10/controllors/xml/test/RateService_v16.wsdl (added)
-
tags/5.0.10/controllors/xml/test/RateService_v20.wsdl (added)
-
tags/5.0.10/controllors/xml/test/RateService_v22.wsdl (added)
-
tags/5.0.10/controllors/xml/test/ShipService_v15.wsdl (added)
-
tags/5.0.10/controllors/xml/test/ShipService_v21.wsdl (added)
-
tags/5.0.10/controllors/xml/test/ShipService_v23.wsdl (added)
-
tags/5.0.10/controllors/xml/test/index.php (added)
-
tags/5.0.10/data (added)
-
tags/5.0.10/data/states.json (added)
-
tags/5.0.10/i18n (added)
-
tags/5.0.10/i18n/index.php (added)
-
tags/5.0.10/i18n/languages (added)
-
tags/5.0.10/i18n/languages/index.php (added)
-
tags/5.0.10/index.php (added)
-
tags/5.0.10/js (added)
-
tags/5.0.10/js/edit_order.js (added)
-
tags/5.0.10/js/fedexaccountstates.js (added)
-
tags/5.0.10/readme.txt (added)
-
trunk/a2zfedex_basic.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a2z-fedex-shipping/trunk/a2zfedex_basic.php
r3348466 r3351656 4 4 * Plugin URI: https://myshipi.com/ 5 5 * Description: Realtime Shipping Rates, shipping labels. 6 * Version: 5.0. 96 * Version: 5.0.10 7 7 * Author: Shipi 8 8 * Author URI: https://myshipi.com/ … … 3139 3139 $getproduct = wc_get_product( $product_variation_id ); 3140 3140 } 3141 3142 if ($getproduct->is_virtual()) {3143 continue;3144 }3145 3141 3146 3142 if (empty($getproduct)) { 3147 3143 continue; 3148 3144 } 3145 3146 if ( $getproduct && is_object($getproduct) && method_exists($getproduct, 'is_virtual') && $getproduct->is_virtual() ) { 3147 continue; 3148 } 3149 3149 3150 $skip = apply_filters("a2z_fedex_skip_sku_from_label", false, $getproduct->get_sku()); 3150 3151 if($skip){ -
a2z-fedex-shipping/trunk/readme.txt
r3348466 r3351656 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 5.0. 97 Stable tag: 5.0.10 8 8 License: GPLv3 or later License 9 9 URI: http://www.gnu.org/licenses/gpl-3.0.html … … 159 159 160 160 == Changelog == 161 = 5.0.10 = 162 > [Bug Fix] Virtual product issue is fixed. 161 163 = 5.0.9 = 162 164 > [New] Added Label format PDF and ZPL.
Note: See TracChangeset
for help on using the changeset viewer.