Add new payment and shipping parsers for various integrations
- Implemented Google Pay parser in bongooglepay.js - Added Buckaroo 3 payment parser in buckaroo3.js - Introduced DataTrans CW Mastercard parser in datatranscw.js - Created DataTrans CW Credit Card parser in datatranscw_creditcard.js - Developed DHL Assistant shipping parser in dhlassistant.js - Added Estimated Delivery parser in estimateddelivery.js - Implemented Floapay payment parser in floapay.js - Created FS Pickup at Store shipping parser in fspickupatstore.js - Developed Generic Iframe parser in generic_iframe_parser.js - Added Geodis Officiel shipping parser in geodisofficiel.js - Implemented Glob Kurier module shipping parser in globkuriermodule.js - Created Latvija Post Express Pickup Terminal parser in latvijaspastsexpresspastspostterminalslv.js - Developed LP Shipping parser in lpshipping.js - Added Mijora Venipak parser in mijoravenipak.js - Implemented Apple Pay parser in pm_applepay.js - Created Przelewy24 payment parser in przelewy24.js - Developed Pshugls shipping parser in pshugls.js - Added Redsys Insite payment parser in redsysinsite.js - Implemented Tpay payment parser in tpay.js - Updated third-party integration documentation for FedEx DotCom
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
|
||||
namespace module\thecheckout;
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
use \Configuration;
|
||||
use \Tools;
|
||||
use \Context;
|
||||
@@ -451,6 +455,7 @@ class Config
|
||||
|
||||
public $refresh_minicart = 0;
|
||||
public $clean_checkout_session_after_confirmation = 0;
|
||||
public $assign_customer_id_asap = 0;
|
||||
|
||||
public $show_block_reassurance = 0;
|
||||
|
||||
@@ -466,10 +471,12 @@ class Config
|
||||
public $business_fields = 'company, dni, vat_number';
|
||||
public $private_fields = 'dni';
|
||||
public $business_disabled_fields = '';
|
||||
public $use_other_field_for_business_private = 0;
|
||||
public $shipping_required_fields = '';
|
||||
public $payment_required_fields = '';
|
||||
public $collapse_shipping_methods = 0;
|
||||
public $collapse_payment_methods = 0;
|
||||
public $logos_on_the_right = 1;
|
||||
public $show_shipping_country_in_carriers = 0;
|
||||
public $force_customer_to_choose_country = 0;
|
||||
public $force_customer_to_choose_carrier = 0;
|
||||
@@ -500,6 +507,8 @@ class Config
|
||||
public $smartform_client_id = '';
|
||||
public $social_login_btn_style = 'light';
|
||||
public $social_login_display_on_login_page = 0;
|
||||
public $paypal_express_checkout = 0;
|
||||
public $use_old_address_on_reorder = 0;
|
||||
|
||||
public $ps_css_cache_version;
|
||||
public $ps_js_cache_version;
|
||||
|
||||
Reference in New Issue
Block a user