cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3, After adding product to mini cart, size option showing special characters instead of "

SOLVED

Magento 2.3, After adding product to mini cart, size option showing special characters instead of "

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?

 

minicart.png

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.3, After adding product to mini cart, size option showing special characters instead o

@partha 

 

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

Manish Mittal
https://www.manishmittal.com/

View solution in original post

4 REPLIES 4

Re: Magento 2.3, After adding product to mini cart, size option showing special characters instead o

@partha 

 

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

Manish Mittal
https://www.manishmittal.com/

Re: Magento 2.3, After adding product to mini cart, size option showing special characters instead o

Thanks Manish. It solved.

Re: Magento 2.3, After adding product to mini cart, size option showing special characters instead o

@partha 

 

Great to hear!

Manish Mittal
https://www.manishmittal.com/

Re: Magento 2.3, After adding product to mini cart, size option showing special characters instead o

Great Thanks Manish. Problem Solved