Beispiel #1
0
 /**
  * Retrieve allowed quote items for gift messages
  *
  * @return array
  */
 public function getAllowQuoteItems()
 {
     if (!is_array($this->_session->getAllowQuoteItemsGiftMessage())) {
         $this->setAllowQuoteItems([]);
     }
     return $this->_session->getAllowQuoteItemsGiftMessage();
 }