- getAttributeCode()) {
- case "price": ?>
- getProductPrice(
- $_item,
- '-compare-list-' . $_attribute->getCode()
- )
- ?>
-
- getImage($_item, 'product_small_image')->toHtml(); ?>
+ getAttributes() as $attribute): ?>
+
+ hasAttributeValueForProducts($attribute)): ?>
+
+ getItems() as $item): ?>
+
+ |
+
+ = $block->escapeHtml($attribute->getStoreLabel() ? $attribute->getStoreLabel() : __($attribute->getFrontendLabel())) ?>
+
+ |
+
+
+
+ getAttributeCode()) {
+ case "price": ?>
+ getProductPrice(
+ $item,
+ '-compare-list-' . $attribute->getCode()
+ )
+ ?>
+
+ getImage($item, 'product_small_image')->toHtml(); ?>
+
+ = /* @escapeNotVerified */ $helper->productAttribute($item, $block->getProductAttributeValue($item, $attribute), $attribute->getAttributeCode()) ?>
- = /* @escapeNotVerified */ $_helper->productAttribute($_item, $block->getProductAttributeValue($_item, $_attribute), $_attribute->getAttributeCode()) ?>
-
-
- |
-
-
+ } ?>
+