Skip to content

Commit 77d5d63

Browse files
authored
Merge pull request #442 from OXID-eSales/b-7.0.x-fix-checkout
B 7.0.x fix checkout
2 parents 9656f2e + 3450cb6 commit 77d5d63

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

views/smarty/frontend/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// Only deactivate the button if the validation was successful (event not canceled)
1616
if (eventNotCancelled) {
1717
this.disabled = true;
18+
orderConfirmAgbBottom.submit();
1819
}
1920
});
2021
[{/capture}]
@@ -35,7 +36,3 @@
3536
[{else}]
3637
[{$smarty.block.parent}]
3738
[{/if}]
38-
39-
40-
41-

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)