diff --git a/app/store/lists/store_order/StoreOrderLists.php b/app/store/lists/store_order/StoreOrderLists.php index 3a3e8dcf3..dd36d7c29 100644 --- a/app/store/lists/store_order/StoreOrderLists.php +++ b/app/store/lists/store_order/StoreOrderLists.php @@ -77,7 +77,7 @@ class StoreOrderLists extends BaseAdminDataLists implements ListsSearchInterface } else { $item['product_info'] = []; } - + $item['total_count'] = count($item['product_info']); return $item; }) ->toArray();