File tree Expand file tree Collapse file tree 7 files changed +26
-10
lines changed
app/code/Magento/Wishlist
Block/Customer/Wishlist/Item/Column Expand file tree Collapse file tree 7 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/**
8
- * Wishlist for item column in customer wishlist
9
- *
10
8
* @author Magento Core Team <[email protected] >
11
9
*/
12
10
namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
13
11
14
12
/**
13
+ * Model for item column in customer wishlist.
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 5
5
*/
6
6
7
7
/**
8
- * Wishlist block customer item cart column
9
- *
10
8
* @author Magento Core Team <[email protected] >
11
9
*/
12
10
namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
13
11
14
12
/**
13
+ * Wishlist block customer item cart column.
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 5
5
*/
6
6
7
7
/**
8
- * Edit item in customer wishlist table
9
- *
10
8
* @author Magento Core Team <[email protected] >
11
9
*/
12
10
namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
13
11
14
12
/**
13
+ * Edit item in customer wishlist table.
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 5
5
*/
6
6
7
7
/**
8
- * Wishlist block customer item cart column
9
- *
10
8
* @author Magento Core Team <[email protected] >
11
9
*/
12
10
namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
13
11
14
12
/**
13
+ * Wishlist block customer item cart column.
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 5
5
*/
6
6
7
7
/**
8
- * Delete item column in customer wishlist table
9
- *
10
8
* @author Magento Core Team <[email protected] >
11
9
*/
12
10
namespace Magento \Wishlist \Block \Customer \Wishlist \Item \Column ;
13
11
14
12
/**
13
+ * Delete item column in customer wishlist table
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 17
17
<block class =" Magento\Wishlist\Block\Customer\Wishlist\Items" name =" customer.wishlist.items" as =" items" template =" Magento_Wishlist::item/list.phtml" cacheable =" false" >
18
18
<block class =" Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Image" name =" customer.wishlist.item.image" template =" Magento_Wishlist::item/column/image.phtml" cacheable =" false" />
19
19
<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.review" template =" Magento_Wishlist::item/column/review.phtml" cacheable =" false" />
20
21
<block class =" Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Cart" name =" customer.wishlist.item.price" template =" Magento_Wishlist::item/column/price.phtml" cacheable =" false" >
21
22
<block class =" Magento\Catalog\Pricing\Render" name =" product.price.render.wishlist" >
22
23
<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