Changeset 3447103
- Timestamp:
- 01/26/2026 01:10:06 PM (2 months ago)
- Location:
- order-picking-app/trunk
- Files:
-
- 3 edited
-
includes/class-orderpickingapp.php (modified) (1 diff)
-
orderpickingapp.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
order-picking-app/trunk/includes/class-orderpickingapp.php
r3444011 r3447103 1931 1931 } 1932 1932 if( $selected_orderid == $custom_order_number ){ 1933 $picking_orders[] = $open_order; 1934 } 1935 1936 $order_shipment_tracking_items = $open_order->get_meta('_wc_shipment_tracking_items'); 1937 if( isset($order_shipment_tracking_items[0]['tracking_number']) && $selected_orderid == $order_shipment_tracking_items[0]['tracking_number'] ){ 1938 $picking_orders[] = $open_order; 1939 } 1940 elseif( isset($order_shipment_tracking_items['tracking_number']) && $selected_orderid == $order_shipment_tracking_items['tracking_number'] ){ 1933 1941 $picking_orders[] = $open_order; 1934 1942 } -
order-picking-app/trunk/orderpickingapp.php
r3444011 r3447103 3 3 * Plugin Name: Order Picking App 4 4 * Description: Make your life easier by using the Orderpicking App. You'll never be inefficient if the Orderpicking App is installed in your store. We assist you in all aspects of your webshop. From intelligent selecting to order packing, we have you covered. Connecting the Orderpicking App to your Woocommerce webshop is simple and quick. Within an hour, you'll be online with the Orderpicking App. You're able to pick and pack your orders three times faster and with greater accuracy. 5 * Version: 2.3. 35 * Version: 2.3.4 6 6 * Author: Arture | PHP Professionals 7 7 * Author URI: http://arture.nl -
order-picking-app/trunk/readme.txt
r3444011 r3447103 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 Stable tag: 2.3. 37 Stable tag: 2.3.4 8 8 Requires PHP: 8.0 9 9 License: GPLv2 or later … … 59 59 == Changelog == 60 60 61 = 2.3.4 = 62 * NEW compatibility with "WooCommerce Shipment Tracking" and order search by tracking number. 63 61 64 = 2.3.3 = 62 65 * Changed batch number logic
Note: See TracChangeset
for help on using the changeset viewer.