File tree Expand file tree Collapse file tree 7 files changed +16
-0
lines changed
app/code/Magento/Wishlist
Block/Customer/Wishlist/Item/Column Expand file tree Collapse file tree 7 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
/**
15
15
* @api
16
+ * @deprecated
16
17
* @since 100.0.2
17
18
*/
18
19
class Actions extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 13
13
14
14
/**
15
15
* @api
16
+ * @deprecated
16
17
* @since 100.0.2
17
18
*/
18
19
class Comment extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 13
13
14
14
/**
15
15
* @api
16
+ * @deprecated
16
17
* @since 100.0.2
17
18
*/
18
19
class Edit extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 13
13
14
14
/**
15
15
* @api
16
+ * @deprecated
16
17
* @since 100.0.2
17
18
*/
18
19
class Info extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 13
13
14
14
/**
15
15
* @api
16
+ * @deprecated
16
17
* @since 100.0.2
17
18
*/
18
19
class Remove extends \Magento \Wishlist \Block \Customer \Wishlist \Item \Column
Original file line number Diff line number Diff line change 18
18
<block class =" Magento\Wishlist\Block\Customer\Wishlist\Items" name =" customer.wishlist.items" as =" items" template =" Magento_Wishlist::item/list.phtml" cacheable =" false" >
19
19
<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
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" />
21
+ <block class =" Magento\Wishlist\Block\Customer\Wishlist\Item\Column" name =" customer.wishlist.item.review" template =" Magento_Wishlist::item/column/review.phtml" cacheable =" false" />
21
22
<block class =" Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Cart" name =" customer.wishlist.item.price" template =" Magento_Wishlist::item/column/price.phtml" cacheable =" false" >
22
23
<block class =" Magento\Catalog\Pricing\Render" name =" product.price.render.wishlist" >
23
24
<arguments >
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ /** @var \Magento\Wishlist\Block\Customer\Wishlist\Item\Column $block */
8
+ $ product = $ block ->getItem ()->getProduct ();
9
+ ?>
10
+ <?= $ block ->getReviewsSummaryHtml ($ product , 'short ' ) ?>
You can’t perform that action at this time.
0 commit comments