예제 #1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Vouchers');
     $ret['assetsAdmin']['files'][] = 'kwf/Kwc/Shop/Cart/Plugins/Voucher/Panel.js';
     $ret['extConfig'] = 'Kwc_Shop_Cart_Plugins_Voucher_ExtConfig';
     $ret['menuConfig'] = 'Kwc_Shop_Cart_Plugins_Voucher_MenuConfig';
     return $ret;
 }
예제 #2
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['loginForm'] = array('class' => 'Kwf_Component_Generator_Static', 'component' => null);
     return $ret;
 }
예제 #3
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['pluginChild'] = array('class' => 'Kwf_Component_Generator_Static', 'component' => 'Kwf_Component_Output_Plugin_Plugin_Child_Component');
     return $ret;
 }
예제 #4
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['form'] = array('class' => 'Kwf_Component_Generator_Static', 'component' => 'Kwf_Component_Plugin_AccessByMail_Form_Component');
     return $ret;
 }
예제 #5
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Discount');
     return $ret;
 }
예제 #6
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['validUserRoles'] = null;
     return $ret;
 }
예제 #7
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['generators']['pluginStatic'] = array('class' => 'Kwf_Component_Generator_Static', 'component' => 'Kwc_Basic_Line_Component');
     return $ret;
 }