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 7e29194 + 4f378c4 commit bec8711Copy full SHA for bec8711
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