diff --git a/app/admin/lists/store_product/StoreProductLists.php b/app/admin/lists/store_product/StoreProductLists.php index 4a7561b1..a1a494aa 100644 --- a/app/admin/lists/store_product/StoreProductLists.php +++ b/app/admin/lists/store_product/StoreProductLists.php @@ -139,9 +139,9 @@ class StoreProductLists extends BaseAdminDataLists implements ListsSearchInterfa } return $item; })?->toArray(); - if ($userShip > 0 && $userShip != 4) { - $list = StoreProductGroupPrice::resetProductsPrice($list, $userShip); - } + // if ($userShip > 0 && $userShip != 4) { + // $list = StoreProductGroupPrice::resetProductsPrice($list, $userShip); + // } return $list; }