shish 3 lat temu
rodzic
commit
7f1bf9f366
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      app-ghs/controllers/CheckOrderController.php

+ 3 - 0
app-ghs/controllers/CheckOrderController.php

@@ -132,6 +132,9 @@ class CheckOrderController extends BaseController
             if (isset($item['bigNum']) && $item['bigNum'] == 99999) {
             if (isset($item['bigNum']) && $item['bigNum'] == 99999) {
                 $ghsItemInfo[$key]['bigNum'] = 0;
                 $ghsItemInfo[$key]['bigNum'] = 0;
             }
             }
+            if (isset($item['productId']) && $item['productId'] == 88456) {
+                unset($ghsItemInfo[$key]);
+            }
         }
         }
 
 
         $post['itemInfo'] = $ghsItemInfo;
         $post['itemInfo'] = $ghsItemInfo;