42 private $bundleOptions;
60 $this->selectionFactory = $bundleSelectionFactory;
62 $this->product->setQty($this->quantity);
71 if (
null === $this->
value) {
72 $this->
value = $this->bundleOptions->calculateOptions($this->product);
86 if (
null === $this->maximalPrice) {
87 $this->maximalPrice = $this->bundleOptions->calculateOptions($this->product,
false);
100 return $this->bundleOptions->getOptions($this->product);
111 return $this->bundleOptions->getOptionSelectionAmount(
126 return $this->bundleOptions->calculateOptions($this->product, $searchMin);
136 return $this->calculator->getOptionsAmount($this->product);
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
calculateOptions($searchMin=true)
getOptionSelectionAmount($selection)
__construct(Product $saleableItem, $quantity, BundleCalculatorInterface $calculator, \Magento\Framework\Pricing\PriceCurrencyInterface $priceCurrency, BundleSelectionFactory $bundleSelectionFactory, BundleOptions $bundleOptions=null)