public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['orderProductData'] = 'Kwc_Shop_AddToCart_OrderProductData';
     $ret['productTypeText'] = trlKwfStatic('Product');
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['orderProductData'] = 'Kwc_Shop_VoucherProduct_AddToCart_OrderProductData';
     $ret['productTypeText'] = trlKwfStatic('Voucher');
     return $ret;
 }