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.
2 parents 0c313cb + bc24746 commit 4f378c4Copy full SHA for 4f378c4
app/code/Magento/BundleSampleData/Model/Product.php
@@ -75,7 +75,11 @@ protected function prepareProduct($product, $data)
75
$product
76
->setCanSaveConfigurableAttributes(true)
77
->setCanSaveBundleSelections(true)
78
- ->setPriceType(0);
+ ->setPriceType(0)
79
+ ->setShipmentType(0)
80
+ ->setSkuType(0)
81
+ ->setWeightType(0)
82
+ ->setPriceView(0);
83
$bundleOptionsData = $product->getBundleOptionsData();
84
$options = [];
85
foreach ($bundleOptionsData as $key => $optionData) {
0 commit comments