Exemplo n.º 1
0
 public function prepareProductInfo($product, $template, $params = false)
 {
     return parent::prepareProductInfo($product, $template, array('numbers' => array('price', 'wholesale_price', 'tax_rate'), 'nolinebreak' => array('name', 'description', 'description_short'), 'skip' => array('price', 'weight')));
 }