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 9b2dd23 commit 89ea15aCopy full SHA for 89ea15a
app/code/Magento/Msrp/view/base/web/js/msrp.js
@@ -97,7 +97,6 @@ define([
97
98
$(this.options.popupId).on('click', this.openPopup.bind(this));
99
100
-
101
this.$popup = $msrpPopup;
102
},
103
@@ -216,10 +215,12 @@ define([
216
215
}
217
}.bind(this));
218
this._toggle(this.$popup);
+
219
if (!this.options.isSaleable) {
220
this.$popup.find('form').hide();
221
222
223
224
/**
225
*
226
* @param {HTMLElement} $elem
0 commit comments