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