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.
2 parents 949086a + 0e52b59 commit f7cc331Copy full SHA for f7cc331
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