Beispiel #1
0
 /**
  * Check if allowed for gift message
  *
  * @param Item $item
  * @return bool
  */
 public function isAllowedForGiftMessage($item)
 {
     return $this->_giftMessageSave->getIsAllowedQuoteItem($item);
 }