Beispiel #1
0
 protected function initOrderItem(ItemInterface $item)
 {
     if ($product = $item->getProduct()) {
         $item->setName($product->getName());
         $item->setPrices($product->getPrices());
     }
 }