We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb9859 commit bc24746Copy full SHA for bc24746
app/code/Magento/BundleSampleData/Model/Product.php
@@ -77,8 +77,9 @@ protected function prepareProduct($product, $data)
77
->setCanSaveBundleSelections(true)
78
->setPriceType(0)
79
->setShipmentType(0)
80
- ->setSkuType(1)
81
- ->setWeightType(1);
+ ->setSkuType(0)
+ ->setWeightType(0)
82
+ ->setPriceView(0);
83
$bundleOptionsData = $product->getBundleOptionsData();
84
$options = [];
85
foreach ($bundleOptionsData as $key => $optionData) {
0 commit comments