Skip to content

Commit 4f378c4

Browse files
authored
Merge pull request magento#67 from magento-jackalopes/MAGETWO-70852
[Jackalopes] MAGETWO 70852
2 parents 0c313cb + bc24746 commit 4f378c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/BundleSampleData/Model/Product.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ protected function prepareProduct($product, $data)
7575
$product
7676
->setCanSaveConfigurableAttributes(true)
7777
->setCanSaveBundleSelections(true)
78-
->setPriceType(0);
78+
->setPriceType(0)
79+
->setShipmentType(0)
80+
->setSkuType(0)
81+
->setWeightType(0)
82+
->setPriceView(0);
7983
$bundleOptionsData = $product->getBundleOptionsData();
8084
$options = [];
8185
foreach ($bundleOptionsData as $key => $optionData) {

0 commit comments

Comments
 (0)