Пример #1
0
 /**
  * Sets product image from it's child if possible
  *
  * @return string
  */
 public function getImage()
 {
     $this->getTypeInstance()->setImageFromChildProduct($this);
     return parent::getImage();
 }