17 <div
id=
"order_item_<?= $block->escapeHtml($_item->getId()) ?>_title" 18 class=
"product-title">
21 <div
class=
"product-sku-block">
22 <span><?=
$block->escapeHtml(
__(
'SKU'))?>:</span> <?= implode(
'<br />', $this->helper(
'Magento\Catalog\Helper\Data')->splitSku(
$block->escapeHtml(
$block->getSku()))) ?>
25 <?php
if (
$block->getOrderOptions()): ?>
26 <dl
class=
"item-options">
34 <?php
$dots =
'dots' . uniqid(); ?>
35 <?=
$block->escapeHtml(
$_option[
'value']) ?><?php
if (isset(
$_option[
'remainder']) &&
$_option[
'remainder']): ?> <span
id=
"<?= /* @noEscape */ $dots; ?>"> ...</span>
36 <?php
$id =
'id' . uniqid(); ?>
37 <span
id=
"<?= /* @noEscape */ $id; ?>"><?=
$block->escapeHtml(
$_option[
'remainder']) ?></span>
39 require([
'prototype'],
function() {
40 $(
'<?= /* @noEscape */ $id; ?>').hide();
41 $(
'<?= /* @noEscape */ $id; ?>').up().observe(
'mouseover',
function(){$(
'<?= /* @noEscape */ $id; ?>').show();});
42 $(
'<?= /* @noEscape */ $id; ?>').up().observe(
'mouseover',
function(){$(
'<?= /* @noEscape */ $dots; ?>').hide();});
43 $(
'<?= /* @noEscape */ $id; ?>').up().observe(
'mouseout',
function(){$(
'<?= /* @noEscape */ $id; ?>').hide();});
44 $(
'<?= /* @noEscape */ $id; ?>').up().observe(
'mouseout',
function(){$(
'<?= /* @noEscape */ $dots; ?>').show();});
if(isset($_option['remainder']) && $_option['remainder']) $id