File tree Expand file tree Collapse file tree 8 files changed +4
-6
lines changed
Checkout/view/frontend/web/template/summary/item
Wishlist/view/frontend/templates Expand file tree Collapse file tree 8 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 < div class ="product-item-inner ">
1414 < div class ="product-item-name-block ">
15- < strong class ="product-item-name " data-bind ="text : $parent.name "> </ strong >
15+ < strong class ="product-item-name " data-bind ="html : $parent.name "> </ strong >
1616 < div class ="details-qty ">
1717 < span class ="label "> <!-- ko i18n: 'Qty' --> <!-- /ko --> </ span >
1818 < span class ="value " data-bind ="text: $parent.qty "> </ span >
Original file line number Diff line number Diff line change 88/**
99 * Adminhtml creditmemo bar
1010 *
11+ * @deprecated
1112 * @author Magento Core Team <[email protected] > 1213 */
1314class Totalbar extends \Magento \Sales \Block \Adminhtml \Order \AbstractOrder
Original file line number Diff line number Diff line change 2020 <block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" items/column/qty.phtml" group =" column" />
2121 <block class =" Magento\Sales\Block\Adminhtml\Items\Column\Name" name =" column_name" template =" items/column/name.phtml" group =" column" />
2222 <block class =" Magento\Framework\View\Element\Text\ListText" name =" order_item_extra_info" />
23- <block class =" Magento\Sales\Block\Adminhtml\Order\Totalbar" name =" order_totalbar" template =" order/totalbar.phtml" />
2423 <block class =" Magento\Sales\Block\Adminhtml\Order\Creditmemo\Totals" name =" creditmemo_totals" template =" order/totals.phtml" >
2524 <block class =" Magento\Sales\Block\Adminhtml\Order\Creditmemo\Create\Adjustments" name =" adjustments" template =" order/creditmemo/create/totals/adjustments.phtml" />
2625 <block class =" Magento\Sales\Block\Adminhtml\Order\Totals\Tax" name =" tax" template =" order/totals/tax.phtml" />
Original file line number Diff line number Diff line change 1313 <block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" items/column/qty.phtml" group =" column" />
1414 <block class =" Magento\Sales\Block\Adminhtml\Items\Column\Name" name =" column_name" template =" items/column/name.phtml" group =" column" />
1515 <block class =" Magento\Framework\View\Element\Text\ListText" name =" order_item_extra_info" />
16- <block class =" Magento\Sales\Block\Adminhtml\Order\Totalbar" name =" order_totalbar" template =" order/totalbar.phtml" />
1716 <block class =" Magento\Sales\Block\Adminhtml\Order\Creditmemo\Totals" name =" creditmemo_totals" template =" order/totals.phtml" >
1817 <block class =" Magento\Sales\Block\Adminhtml\Order\Creditmemo\Create\Adjustments" name =" adjustments" template =" order/creditmemo/create/totals/adjustments.phtml" />
1918 <block class =" Magento\Sales\Block\Adminhtml\Order\Totals\Tax" name =" tax" template =" order/totals/tax.phtml" />
Original file line number Diff line number Diff line change 2323 <block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" items/column/qty.phtml" group =" column" />
2424 <block class =" Magento\Sales\Block\Adminhtml\Items\Column\Name" name =" column_name" template =" items/column/name.phtml" group =" column" />
2525 <block class =" Magento\Framework\View\Element\Text\ListText" name =" order_item_extra_info" />
26- <block class =" Magento\Sales\Block\Adminhtml\Order\Totalbar" name =" order_totalbar" template =" order/totalbar.phtml" />
2726 <block class =" Magento\Sales\Block\Adminhtml\Order\Invoice\Totals" name =" invoice_totals" template =" order/totals.phtml" >
2827 <block class =" Magento\Sales\Block\Adminhtml\Order\Totals\Tax" name =" tax" template =" order/totals/tax.phtml" />
2928 </block >
Original file line number Diff line number Diff line change 1313 <block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" items/column/qty.phtml" group =" column" />
1414 <block class =" Magento\Sales\Block\Adminhtml\Items\Column\Name" name =" column_name" template =" items/column/name.phtml" group =" column" />
1515 <block class =" Magento\Framework\View\Element\Text\ListText" name =" order_item_extra_info" />
16- <block class =" Magento\Sales\Block\Adminhtml\Order\Totalbar" name =" order_totalbar" template =" order/totalbar.phtml" />
1716 <block class =" Magento\Sales\Block\Adminhtml\Order\Invoice\Totals" name =" invoice_totals" template =" order/totals.phtml" >
1817 <block class =" Magento\Sales\Block\Adminhtml\Order\Totals\Tax" name =" tax" template =" order/totals/tax.phtml" />
1918 </block >
Original file line number Diff line number Diff line change 44 * See COPYING.txt for license details.
55 */
66
7+ // @deprecated
78// @codingStandardsIgnoreFile
89
910?>
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $wishlistHelper = $this->helper('Magento\Wishlist\Helper\Data');
3131 <div class="product-item-details">
3232 <strong class="product-item-name">
3333 <a data-bind="attr: { href: product_url }" class="product-item-link">
34- <span data-bind="text : product_name"></span>
34+ <span data-bind="html : product_name"></span>
3535 </a>
3636 </strong>
3737 <div data-bind="html: product_price"></div>
You can’t perform that action at this time.
0 commit comments