Example #1
0
 /**
  * Get weee amount display type in email templates
  *
  * @param   null|string|bool|int|Store $store
  * @return  int
  */
 public function getEmailPriceDisplayType($store = null)
 {
     return $this->_weeeConfig->getEmailPriceDisplayType($store);
 }