File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Variations/Config Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -360,6 +360,7 @@ protected function prepareVariations()
360
360
'id ' => $ option ->getValue (),
361
361
'label ' => $ option ->getLabel (),
362
362
'value ' => $ option ->getValue (),
363
+ '__disableTmpl ' => true ,
363
364
];
364
365
}
365
366
}
@@ -371,6 +372,7 @@ protected function prepareVariations()
371
372
'id ' => $ optionId ,
372
373
'label ' => $ variation [$ attribute ->getId ()]['label ' ],
373
374
'value ' => $ optionId ,
375
+ '__disableTmpl ' => true ,
374
376
];
375
377
$ variationOptions [] = $ variationOption ;
376
378
$ attributes [$ attribute ->getAttributeId ()]['chosen ' ][] = $ variationOption ;
@@ -387,7 +389,8 @@ protected function prepareVariations()
387
389
'price ' => $ price ,
388
390
'options ' => $ variationOptions ,
389
391
'weight ' => $ product ->getWeight (),
390
- 'status ' => $ product ->getStatus ()
392
+ 'status ' => $ product ->getStatus (),
393
+ '__disableTmpl ' => true ,
391
394
];
392
395
}
393
396
}
You can’t perform that action at this time.
0 commit comments