소스 검색

EPP-upgrade: Not allow select EPP-product and Standard-product

kevin 1 년 전
부모
커밋
0de4527d49
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      common/models/forms/OrderForm.php

+ 5 - 0
common/models/forms/OrderForm.php

@@ -898,6 +898,11 @@ class OrderForm extends Model
                         throw new Exception(Yii::t('app', 'allowOnlyOne'));
                     }
 
+                    // 分期商品不可以和其他商品一起购买
+                    if (count($this->goodsId) != 1) {
+                        throw new Exception(Yii::t('app', 'allowOnlyOne'));
+                    }
+
                     $userStage = Instalment::getStage($userId);
                     $userInstalmentInfo = Instalment::getInfo($userId);
                     // 分期的总期数