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