예제 #1
0
 /**
  * set the product deep link
  */
 public function setDeepLink()
 {
     parent::setDeeplink($this->getAdditionalInfo('deeplink'));
 }
예제 #2
0
파일: Xml.php 프로젝트: buttasg/cowgirlk
 /**
  * set deep link
  */
 public function setDeeplink()
 {
     parent::setDeeplink($this->_getExportHelper()->getDeepLink($this->item, $this->_parent));
 }