Exemplo n.º 1
0
 public function apply($from, $limit, $template = null, $list = array())
 {
     $template = Mage::getModel('seosuite/catalog_product_template_description');
     return parent::apply($from, $limit, $template, array('short_description'));
 }
Exemplo n.º 2
0
 public function apply($from, $limit, $template = null, $list = array())
 {
     $template = Mage::getModel('seosuite/catalog_product_template_url');
     return parent::apply($from, $limit, $template, array('url_path', 'url_key'));
 }