File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Tax/Plugin/Checkout/CustomerData Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ protected function _construct()
116
116
if ($ file && $ directory ->isExist ($ directory ->getRelativePath ($ file ))) {
117
117
$ this ->setTemplate ($ templateFile );
118
118
} else {
119
- $ this ->setTemplate ('Magento_Paypal:: hss/iframe.phtml ' );
119
+ $ this ->setTemplate ('hss/iframe.phtml ' );
120
120
}
121
121
}
122
122
}
@@ -198,7 +198,7 @@ protected function _beforeToHtml()
198
198
protected function _toHtml ()
199
199
{
200
200
if ($ this ->_isAfterPaymentSave ()) {
201
- $ this ->setTemplate ('Magento_Paypal:: hss/js.phtml ' );
201
+ $ this ->setTemplate ('hss/js.phtml ' );
202
202
return parent ::_toHtml ();
203
203
}
204
204
if (!$ this ->_shouldRender ) {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ protected function _construct()
139
139
);
140
140
}
141
141
142
- $ this ->setTemplate ('Magento_Review:: form.phtml ' );
142
+ $ this ->setTemplate ('form.phtml ' );
143
143
}
144
144
145
145
/**
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ protected function _toHtml()
49
49
$ reviewsCount = $ this ->_ratingFactory ->create ()->getTotalReviews ($ entityId , true );
50
50
if ($ reviewsCount == 0 ) {
51
51
#return __('Be the first to review this product');
52
- $ this ->setTemplate ('Magento_Review:: empty.phtml ' );
52
+ $ this ->setTemplate ('empty.phtml ' );
53
53
return parent ::_toHtml ();
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function afterGetSectionData(\Magento\Checkout\CustomerData\Cart $subject
66
66
foreach ($ result ['items ' ] as $ key => $ itemAsArray ) {
67
67
if ($ item = $ this ->findItemById ($ itemAsArray ['item_id ' ], $ items )) {
68
68
$ this ->itemPriceRenderer ->setItem ($ item );
69
- $ this ->itemPriceRenderer ->setTemplate ('Magento_Tax:: checkout/cart/item/price/sidebar.phtml ' );
69
+ $ this ->itemPriceRenderer ->setTemplate ('checkout/cart/item/price/sidebar.phtml ' );
70
70
$ result ['items ' ][$ key ]['product_price ' ]=$ this ->itemPriceRenderer ->toHtml ();
71
71
}
72
72
}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function __construct(
65
65
*/
66
66
protected function _prepareLayout ()
67
67
{
68
- $ this ->setTemplate ('Magento_UrlRewrite:: edit.phtml ' );
68
+ $ this ->setTemplate ('edit.phtml ' );
69
69
70
70
$ this ->_addBackButton ();
71
71
$ this ->_prepareLayoutFeatures ();
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ protected function _construct()
45
45
$ roleId = $ this ->getRequest ()->getParam ('rid ' , false );
46
46
/** @var \Magento\User\Model\ResourceModel\User\Collection $users */
47
47
$ users = $ this ->_userCollectionFactory ->create ()->load ();
48
- $ this ->setTemplate ('Magento_User:: role/users.phtml ' )
48
+ $ this ->setTemplate ('role/users.phtml ' )
49
49
->assign ('users ' , $ users ->getItems ())
50
50
->assign ('roleId ' , $ roleId );
51
51
}
You can’t perform that action at this time.
0 commit comments