Beispiel #1
0
 /**
  * getDir
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/details';
 }
Beispiel #2
0
 /**
  * Return directory contains the template
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/quantity_box';
 }
Beispiel #3
0
 /**
  * Return directory contains the template
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/product_box';
 }