destroy input validator in checkout user login form
This commit is contained in:
parent
beefe01227
commit
620339a42c
@ -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}]
|
@ -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',
|
||||
]
|
||||
]
|
||||
);
|
Loading…
Reference in New Issue
Block a user