Skip to content

Commit c521af0

Browse files
committed
ACP2E-1784: update qty from wishlist to pdp for bundle.
1 parent 5ea8857 commit c521af0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Bundle/view/base/web/js/price-bundle.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ define([
4949
// Override defaults with URL query parameters and/or inputs values
5050
this._overrideDefaults();
5151

52+
options.trigger('change');
5253
qty.trigger('change');
5354
},
5455

@@ -98,6 +99,7 @@ define([
9899
options.each(function(index, option) {
99100
if ( option.name === key ) {
100101
$(option).attr('value', value);
102+
$(option).val(value).change();
101103
}
102104
});
103105
qtys.each(function(index, qty) {

0 commit comments

Comments
 (0)