Example #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'));
 }
Example #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'));
 }