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 221c264 commit e9fb542Copy full SHA for e9fb542
app/code/Magento/Swatches/view/frontend/templates/product/listing/renderer.phtml
@@ -4,7 +4,9 @@
4
* See COPYING.txt for license details.
5
*/
6
?>
7
-<div class="swatch-opt-<?php /* @escapeNotVerified */ echo $block->getProduct()->getId() ?>" data-role="swatch-option-<?php /* @escapeNotVerified */ echo $block->getProduct()->getId() ?>"></div>
+<div class="swatch-opt-<?php /* @escapeNotVerified */ echo $block->getProduct()->getId() ?>"
8
+ data-role="swatch-option-<?php /* @escapeNotVerified */ echo $block->getProduct()->getId() ?>"
9
+></div>
10
11
<script type="text/x-magento-init">
12
{
0 commit comments