Example #1
0
 public function getAssociatedProducts()
 {
     return $this->item->getParentObject()->getAssociatedProducts();
 }
Example #2
0
 /**
  * Check whether item has VAT (value added tax)
  *
  * @return bool
  */
 public function hasVat()
 {
     return $this->item->getParentObject()->getOrder()->getProxy()->hasVat();
 }