62 private function getStoreId()
64 return $this->storeManager->getStore()->getId();
74 if (!$this->weeeHelper->isEnabled($this->getStoreId())) {
78 $displayWeeeDetails = $this->weeeHelper->typeOfDisplay(
79 [WeeeDisplayConfig::DISPLAY_INCL_DESCR, WeeeDisplayConfig::DISPLAY_EXCL_DESCR_INCL],
81 $this->storeManager->getStore()->getId()
83 if (!$displayWeeeDetails) {
96 $flag = $this->weeeHelper->typeOfDisplay(
97 WeeeDisplayConfig::DISPLAY_EXCL_DESCR_INCL,
99 $this->storeManager->getStore()->getId()
116 return $this->weeeHelper->isEnabled($this->storeManager->getStore()->getId());
126 $includeWeee = $this->weeeHelper->typeOfDisplay(
127 [WeeeDisplayConfig::DISPLAY_INCL_DESCR, WeeeDisplayConfig::DISPLAY_INCL],
141 return $this->weeeConfig->isEnabled() && $this->weeeConfig->includeInSubtotal();
__construct(WeeeHelper $weeeHelper, StoreManagerInterface $storeManager, Config $weeeConfig)
iDisplayPriceWithWeeeDetails()