Skip to content

Commit e245408

Browse files
author
Valeriy Nayda
committed
MAGETWO-50409: Changing order of configurable attributes is ignored on frontend
1 parent 071ba86 commit e245408

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
?>
1111
<?php $swatchData = $block->getSwatchData(); ?>
1212
<div class="swatch-attribute swatch-layered <?php /* @escapeNotVerified */ echo $swatchData['attribute_code'] ?>"
13-
attribute-code="<?php /* @escapeNotVerified */ echo $swatchData['attribute_code'] ?>" attribute-id="<?php echo $swatchData['attribute_id'] ?>">
13+
attribute-code="<?php /* @escapeNotVerified */ echo $swatchData['attribute_code'] ?>" attribute-id="<?php /* @escapeNotVerified */ echo $swatchData['attribute_id'] ?>">
1414
<div class="swatch-attribute-options clearfix">
1515
<?php foreach ($swatchData['options'] as $option => $label): ?>
1616
<a href="<?php /* @escapeNotVerified */ echo $label['link'] ?>" class="swatch-option-link-layered">

0 commit comments

Comments
 (0)