I have added Size as custom options to a product like 1/2"x12'. But " and ' showing html special characters in mini cart See Options dropdown. Can any one help to solve this problem?
Solved! Go to Solution.
Check
/view/frontend/web/template/minicart/item/default.html
in this file for attribute html and replace in this data-bind="text" to data-bind="html"
For more details:
https://magento.stackexchange.com/questions/226519/magento-2-product-names-with-special-characters
https://github.com/magento/magento2/issues/13652
Check
/view/frontend/web/template/minicart/item/default.html
in this file for attribute html and replace in this data-bind="text" to data-bind="html"
For more details:
https://magento.stackexchange.com/questions/226519/magento-2-product-names-with-special-characters
https://github.com/magento/magento2/issues/13652
Thanks Manish. It solved.
Great Thanks Manish. Problem Solved