We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da50a50 commit 6eadce9Copy full SHA for 6eadce9
app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js
@@ -72,6 +72,12 @@ define([
72
this.isLoading(addToCartCalls > 0);
73
sidebarInitialized = false;
74
initSidebar();
75
+
76
+ /**TODO: Extra options support. Should be refactored after MAGETWO-43159. */
77
+ setInterval(function(){
78
+ minicart.trigger('contentUpdated');
79
+ }, 500);
80
81
}, this);
82
$('[data-block="minicart"]').on('contentLoading', function(event) {
83
addToCartCalls++;
0 commit comments