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 0b03922 commit 85809dcCopy full SHA for 85809dc
app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js
@@ -754,7 +754,7 @@ define([
754
$widget.options.jsonConfig.optionPrices
755
]);
756
757
- if (parseInt(checkAdditionalData['update_product_preview_image']) === 1) {
+ if (parseInt(checkAdditionalData['update_product_preview_image'], 10) === 1) {
758
$widget._loadMedia();
759
}
760
0 commit comments