We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c12706 commit 281a6a4Copy full SHA for 281a6a4
app/code/Magento/Checkout/view/frontend/templates/cart/item/default.phtml
@@ -50,7 +50,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
50
<?php if (isset($_formatedOptionValue['full_view'])) :?>
51
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
52
<?php else :?>
53
- <?= $block->escapeHtml($_formatedOptionValue['value'], ['span']) ?>
+ <?= $block->escapeHtml($_formatedOptionValue['value'], ['span', 'a']) ?>
54
<?php endif; ?>
55
</dd>
56
<?php endforeach; ?>
0 commit comments