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.
2 parents 3724b5c + a9bd089 commit 2c76b48Copy full SHA for 2c76b48
app/code/Magento/Msrp/view/base/web/js/msrp.js
@@ -210,11 +210,6 @@ define([
210
this.$popup.find(this.options.msrpLabelId).html(this.options.msrpPrice);
211
this.$popup.find(this.options.priceLabelId).html(this.options.realPrice);
212
this.$popup.dropdownDialog(this.popUpOptions).dropdownDialog('open');
213
- this.$popup.find('button').on('click', function () {
214
- if (this.options.addToCartButton) {
215
- $(this.options.addToCartButton).click();
216
- }
217
- }.bind(this));
218
this._toggle(this.$popup);
219
220
if (!this.options.isSaleable) {
0 commit comments