Product attributes with special characters
-
I am building an e-commerce site in Norwegian, and some of our products have a size attribute. “Size” is “st?rrelse” in Norwegian, and unfortunately the character ? does not always appear correctly: when this happens, it is replaced by the letter “o”.
Strangely this only seems to occur in the Order Details page (after payment), and in the order notification email — the “?” appears fine on the checkout page (before payment).
I thought this might be caused by the esc_attr() function, but I removed that from order-details.php and nothing changed.
Hoping someone can point me in the right direction… thanks in advance!
- The topic ‘Product attributes with special characters’ is closed to new replies.