8
0

destroy input validator in checkout user login form

Dieser Commit ist enthalten in:
Daniel Seifert 2022-11-02 22:50:06 +01:00
Ursprung beefe01227
Commit 620339a42c
Signiert von: DanielS
GPG-Schlüssel-ID: 6A513E13AEE66170
2 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -0,0 +1,7 @@
[{$smarty.block.parent}]
[{capture name="d3JsFnc"}][{strip}]
[{* remove jqBootstrapValidation *}]
$("input,select,textarea").jqBootstrapValidation("destroy");
[{/strip}][{/capture}]
[{oxscript add=$smarty.capture.d3JsFnc}]

Datei anzeigen

@ -140,6 +140,11 @@ $aModule = array(
'template' => 'widget/header/servicebox.tpl',
'block' => 'widget_header_servicebox_items',
'file' => 'Application/views/blocks/widget/header/widget_header_servicebox_items.tpl',
],
[
'template' => 'page/checkout/inc/options.tpl',
'block' => 'checkout_options_login',
'file' => 'Application/views/blocks/page/checkout/inc/checkout_options_login.tpl',
]
]
);