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 a93517f commit 02cd79dCopy full SHA for 02cd79d
app/code/Magento/Swatches/view/base/web/js/swatch-renderer.js
@@ -385,7 +385,7 @@ define([
385
isInProductView = false;
386
387
productId = this.element.parents('.product-item-details')
388
- .find('.price-box.price-final_price').attr('data-product-id');
+ .find('.price-box.price-final_price').attr('data-product-id');
389
390
if (!productId) {
391
// Check individual product.
0 commit comments