Skip to content

Commit 33261e0

Browse files
authored
Add new element attribute
querySelectorAll - Selector cannot be integer
1 parent 1350c77 commit 33261e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Pricing/Render/FinalPriceBox.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ protected function wrapResult($html)
116116
return '<div class="price-box ' . $this->getData('css_classes') . '" ' .
117117
'data-role="priceBox" ' .
118118
'data-product-id="' . $this->getSaleableItem()->getId() . '"' .
119+
'data-price-box="product-id-' . $this->getSaleableItem()->getId() . '"' .
119120
'>' . $html . '</div>';
120121
}
121122

0 commit comments

Comments
 (0)