Skip to content

Commit 513f1e0

Browse files
committed
MAGETWO-91803: Double click (not too fast) on proceed to check out after view edit mini cart returns empty shopping cart
1 parent 06d21ec commit 513f1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/proceed-to-checkout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ define([
2222

2323
return false;
2424
}
25+
$(element).attr('disabled', true);
2526
location.href = config.checkoutUrl;
2627
});
2728

0 commit comments

Comments
 (0)