destroy input validator in checkout user login form

This commit is contained in:
Daniel Seifert 2022-11-02 22:50:06 +01:00
parent beefe01227
commit 620339a42c
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
2 changed files with 12 additions and 0 deletions

View File

@ -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}]

View File

@ -140,6 +140,11 @@ $aModule = array(
'template' => 'widget/header/servicebox.tpl', 'template' => 'widget/header/servicebox.tpl',
'block' => 'widget_header_servicebox_items', 'block' => 'widget_header_servicebox_items',
'file' => 'Application/views/blocks/widget/header/widget_header_servicebox_items.tpl', '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',
] ]
] ]
); );