Problem with attribute value with dot
-
I have an attribute called size which have the values like 8.5 x 1.2 | 5.2 x 1.6 …
The problem is when they shows in the product page, they shows 8-8-x-1-2, 5-2-x-1-6 etc…
Seem it replaced the ‘.’ and space with a ‘-‘.
And I checked on the db table, it shows that the value indeed saved in 8-8-x-1-2|5-2-x-1-6…
So, my question how can I make the value show the ‘.’?
The topic ‘Problem with attribute value with dot’ is closed to new replies.