Skip to content

Commit a168c95

Browse files
committed
[FIX] Add review summary to wishlist (#21419)
1 parent d36c704 commit a168c95

File tree

12 files changed

+27
-11
lines changed

12 files changed

+27
-11
lines changed

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Actions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* @api
16+
* @deprecated Empty class
1617
* @since 100.0.2
1718
*/
1819
class Actions extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Comment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* @api
16+
* @deprecated Empty class
1617
* @since 100.0.2
1718
*/
1819
class Comment extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Edit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* @api
16+
* @deprecated Empty class
1617
* @since 100.0.2
1718
*/
1819
class Edit extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Info.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* @api
16+
* @deprecated Empty class
1617
* @since 100.0.2
1718
*/
1819
class Info extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Remove.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* @api
16+
* @deprecated Empty class
1617
* @since 100.0.2
1718
*/
1819
class Remove extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column

app/code/Magento/Wishlist/view/frontend/layout/wishlist_index_index.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<block class="Magento\Wishlist\Block\Rss\Link" name="wishlist.rss.link" template="Magento_Wishlist::rss/wishlist.phtml"/>
1818
<block class="Magento\Wishlist\Block\Customer\Wishlist\Items" name="customer.wishlist.items" as="items" template="Magento_Wishlist::item/list.phtml" cacheable="false">
1919
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Image" name="customer.wishlist.item.image" template="Magento_Wishlist::item/column/image.phtml" cacheable="false"/>
20-
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Info" name="customer.wishlist.item.name" template="Magento_Wishlist::item/column/name.phtml" cacheable="false"/>
20+
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column" name="customer.wishlist.item.name" template="Magento_Wishlist::item/column/name.phtml" cacheable="false"/>
21+
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column" name="customer.wishlist.item.review" template="Magento_Wishlist::item/column/review.phtml" cacheable="false"/>
2122
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Cart" name="customer.wishlist.item.price" template="Magento_Wishlist::item/column/price.phtml" cacheable="false">
2223
<block class="Magento\Catalog\Pricing\Render" name="product.price.render.wishlist">
2324
<arguments>
@@ -29,11 +30,11 @@
2930
</block>
3031
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Options" name="customer.wishlist.item.options" cacheable="false"/>
3132
</block>
32-
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Actions" name="customer.wishlist.item.inner" template="Magento_Wishlist::item/column/actions.phtml" cacheable="false">
33+
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column" name="customer.wishlist.item.inner" template="Magento_Wishlist::item/column/actions.phtml" cacheable="false">
3334
<arguments>
3435
<argument name="css_class" xsi:type="string">product-item-inner</argument>
3536
</arguments>
36-
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Comment" name="customer.wishlist.item.comment" template="Magento_Wishlist::item/column/comment.phtml" cacheable="false">
37+
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column" name="customer.wishlist.item.comment" template="Magento_Wishlist::item/column/comment.phtml" cacheable="false">
3738
<arguments>
3839
<argument name="title" translate="true" xsi:type="string">Product Details and Comment</argument>
3940
</arguments>
@@ -44,12 +45,12 @@
4445
</arguments>
4546
</block>
4647

47-
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Actions" name="customer.wishlist.item.actions" template="Magento_Wishlist::item/column/actions.phtml" cacheable="false">
48+
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column" name="customer.wishlist.item.actions" template="Magento_Wishlist::item/column/actions.phtml" cacheable="false">
4849
<arguments>
4950
<argument name="css_class" xsi:type="string">product-item-actions</argument>
5051
</arguments>
51-
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Edit" name="customer.wishlist.item.edit" template="Magento_Wishlist::item/column/edit.phtml" before="-" cacheable="false"/>
52-
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Remove" name="customer.wishlist.item.remove" template="Magento_Wishlist::item/column/remove.phtml" cacheable="false"/>
52+
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column" name="customer.wishlist.item.edit" template="Magento_Wishlist::item/column/edit.phtml" before="-" cacheable="false"/>
53+
<block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column" name="customer.wishlist.item.remove" template="Magento_Wishlist::item/column/remove.phtml" cacheable="false"/>
5354
</block>
5455
</block>
5556
</block>

app/code/Magento/Wishlist/view/frontend/templates/item/column/actions.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// @codingStandardsIgnoreFile
88

9-
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Actions $block */
9+
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column $block */
1010
?>
1111
<?php $children = $block->getChildNames(); ?>
1212
<?php if ($children): ?>

app/code/Magento/Wishlist/view/frontend/templates/item/column/comment.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// @codingStandardsIgnoreFile
88

9-
/* @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Comment $block */
9+
/* @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column $block */
1010

1111
/* @var \Magento\Wishlist\Model\Item $item */
1212
$item = $block->getItem();

app/code/Magento/Wishlist/view/frontend/templates/item/column/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// @codingStandardsIgnoreFile
88

9-
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Edit $block */
9+
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column $block */
1010

1111
/** @var \Magento\Wishlist\Model\Item $item */
1212
$item = $block->getItem();

app/code/Magento/Wishlist/view/frontend/templates/item/column/name.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// @codingStandardsIgnoreFile
88

9-
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Info $block */
9+
/** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column $block */
1010

1111
/** @var \Magento\Wishlist\Model\Item $item */
1212
$item = $block->getItem();

0 commit comments

Comments
 (0)