Skip to content

Commit 5424950

Browse files
author
Daniil Tkachev
committed
[Twig] Fix Chrome issue with the Checkout button
1 parent e8bddf8 commit 5424950

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

views/twig/extensions/themes/default/page/checkout/order.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
// Only deactivate the button if the validation was successful (event not canceled)
8989
if (eventNotCancelled) {
9090
this.disabled = true;
91+
orderConfirmAgbBottom.submit();
9192
}
9293
});
9394

0 commit comments

Comments
 (0)