public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('Cash on Delivery');
     $ret['cashOnDeliveryCharge'] = 6.5;
     $ret['orderData'] = 'Kwc_Shop_Cart_Checkout_Payment_CashOnDelivery_OrderData';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('PayPal');
     $ret['generators']['child']['component']['confirmLink'] = 'Kwc_Shop_Cart_Checkout_Payment_PayPal_ConfirmLink_Component';
     $ret['generators']['confirm']['component'] = 'Kwc_Shop_Cart_Checkout_Payment_PayPal_Confirm_Component';
     $ret['generators']['confirm']['name'] = trlKwfStatic('done');
     $ret['generators']['ipn'] = array('class' => 'Kwf_Component_Generator_Page_Static', 'component' => 'Kwc_Shop_Cart_Checkout_Payment_PayPal_Ipn_Component');
     $ret['generators']['cancel'] = array('class' => 'Kwf_Component_Generator_Page_Static', 'component' => 'Kwc_Shop_Cart_Checkout_Payment_PayPal_Cancel_Component', 'name' => trlKwfStatic('Cancel'));
     /**
      * Do not prompt buyers for a shipping address. Allowable values are:
      * 0 - prompt for an address, but do not require one
      * 1 - do not prompt for an address
      * 2 - prompt for an address, and require one
      */
     $ret['noShipping'] = 1;
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Wirecard');
     // Delete confirm because of wirecard dispatch confirm url
     unset($ret['generators']['confirm']);
     $ret['generators']['child']['component']['confirmLink'] = 'Kwc_Shop_Cart_Checkout_Payment_Wirecard_ConfirmLink_Component';
     $ret['generators']['cancel'] = array('class' => 'Kwf_Component_Generator_Page_Static', 'component' => 'Kwc_Shop_Cart_Checkout_Payment_Wirecard_Cancel_Component', 'name' => trlKwfStatic('Cancel'));
     $ret['generators']['failure'] = array('class' => 'Kwf_Component_Generator_Page_Static', 'component' => 'Kwc_Shop_Cart_Checkout_Payment_Wirecard_Failure_Component', 'name' => trlKwfStatic('Failure'));
     $ret['generators']['success'] = array('class' => 'Kwf_Component_Generator_Page_Static', 'component' => 'Kwc_Shop_Cart_Checkout_Payment_Wirecard_Success_Component', 'name' => trlKwfStatic('Success'));
     $ret['generators']['ipn'] = array('class' => 'Kwf_Component_Generator_Page_Static', 'component' => 'Kwc_Shop_Cart_Checkout_Payment_Wirecard_Ipn_Component');
     /**
      * Possible types are:
      * BANCONTACT_MISTERCASH, C2P (Click2Pay), CCARD (Credit Card), EKONTO, ELV (Electronic Funds Transfer),
      * EPS (EPS e-payment), GIROPAY, IDL (iDEAL), INSTALLMENT, INSTANTBANK, INVOICE, MAESTRO,
      * MONETA, MPASS, PRZELEWY24, PAYPAL, PBX (Paybox), POLI, PSC (Paysafecard), QUICK, SKRILLDIRECT,
      * SKRILLWALLET, SOFORTUEBERWEISUNG
      **/
     $ret['paymentType'] = 'SELECT';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['componentName'] = trlKwfStatic('None');
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Transfer Form');
     return $ret;
 }
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = trlKwfStatic('Pre Payment');
     return $ret;
 }