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 1350c77 commit 33261e0Copy full SHA for 33261e0
app/code/Magento/Catalog/Pricing/Render/FinalPriceBox.php
@@ -116,6 +116,7 @@ protected function wrapResult($html)
116
return '<div class="price-box ' . $this->getData('css_classes') . '" ' .
117
'data-role="priceBox" ' .
118
'data-product-id="' . $this->getSaleableItem()->getId() . '"' .
119
+ 'data-price-box="product-id-' . $this->getSaleableItem()->getId() . '"' .
120
'>' . $html . '</div>';
121
}
122
0 commit comments