Skip to content

Commit f08445f

Browse files
committed
MAGETWO-93077: [2.3] Recently Compared Products layout is broken on frontend
1 parent 53241b9 commit f08445f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/code/Magento/Catalog/etc/widget.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
</parameters>
297297
<containers>
298298
<container name="sidebar.main">
299-
<template name="default" value="list" />
299+
<template name="default" value="sidebar" />
300300
</container>
301301
<container name="content">
302302
<template name="grid" value="grid" />

app/code/Magento/Catalog/view/frontend/templates/product/widget/compared/sidebar.phtml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
'listing' => [
1818
'displayMode' => 'grid'
1919
],
20-
'column' => [
21-
'image' => [
22-
'imageCode' => 'recently_compared_products_images_names_widget'
23-
]
20+
'image' => [
21+
'imageCode' => 'recently_compared_products_images_names_widget'
2422
]
2523
]
2624
);

0 commit comments

Comments
 (0)