回答編集履歴
1
補足
answer
CHANGED
@@ -11,6 +11,7 @@
|
|
11
11
|
{
|
12
12
|
$productTypes = $this->cartService->getProductTypes();
|
13
13
|
$productType = $productTypes[0];
|
14
|
+
// 商品種別BのID=2前提(必要に応じて修正ください)
|
14
15
|
if ($productType->getId() === 2) {
|
15
16
|
return;
|
16
17
|
}
|