Skip to content

Commit f13958e

Browse files
committed
MC-37807: Link to a file of a Product with Customizable Option(File) is not available throughout a multishipping checkout process
1 parent f55f411 commit f13958e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Multishipping/view/frontend/templates/checkout/item

1 file changed

+1
-1
lines changed

app/code/Magento/Multishipping/view/frontend/templates/checkout/item/default.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<?php $_formatedOptionValue = $block->getFormatedOptionValue($_option) ?>
1414
<dt><?= $block->escapeHtml($_option['label']) ?></dt>
1515
<dd<?= (isset($_formatedOptionValue['full_view']) ? ' class="tooltip wrapper"' : '') ?>>
16-
<?= $block->escapeHtml($_formatedOptionValue['value'], ['span']) ?>
16+
<?= $block->escapeHtml($_formatedOptionValue['value'], ['span', 'a']) ?>
1717
<?php if (isset($_formatedOptionValue['full_view'])) : ?>
1818
<dl class="item options tooltip content">
1919
<dt><?= $block->escapeHtml($_option['label']) ?></dt>

0 commit comments

Comments
 (0)