Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amfeed/feed/content.phtml');
     $this->_fields = array('name', 'before', 'type', 'attr', 'custom', 'txt', 'after', 'format');
     $this->_model = 'amfeed_profile';
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amfeed/feed/condition.phtml');
     $this->_fields = array('attr', 'op', 'val');
     $this->_model = 'amfeed_profile';
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amasty/amfeed/feed/delivery.phtml');
     $this->_fields = array('delivery_type', 'ftp_host', 'ftp_user', 'ftp_pass', 'ftp_folder', 'ftp_is_passive');
     $this->_model = 'amfeed_profile';
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amasty/amfeed/field/mapping.phtml');
     $this->_fields = array('from', 'to');
     $this->_model = 'amfeed_field';
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amasty/amfeed/field/advanced.phtml');
     $this->_model = 'amfeed_field';
 }