Skip to content

Commit e9fb542

Browse files
author
Stanislav Idolov
committed
MAGETWO-86331: Issues #10559 - Extend swatch using mixins (M2.1) #12928
1 parent 221c264 commit e9fb542

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Swatches/view/frontend/templates/product/listing

1 file changed

+3
-1
lines changed

app/code/Magento/Swatches/view/frontend/templates/product/listing/renderer.phtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
* See COPYING.txt for license details.
55
*/
66
?>
7-
<div class="swatch-opt-<?php /* @escapeNotVerified */ echo $block->getProduct()->getId() ?>" data-role="swatch-option-<?php /* @escapeNotVerified */ echo $block->getProduct()->getId() ?>"></div>
7+
<div class="swatch-opt-<?php /* @escapeNotVerified */ echo $block->getProduct()->getId() ?>"
8+
data-role="swatch-option-<?php /* @escapeNotVerified */ echo $block->getProduct()->getId() ?>"
9+
></div>
810

911
<script type="text/x-magento-init">
1012
{

0 commit comments

Comments
 (0)