Variations Bug
-
We have an item that has a dash in the name:
Product name – Sub name
Each product has variations.
The problem is that ‘-‘ in the variations is changed to & #8211;
As a result & #211; comes out in Google Analytics, shipping labels, etc.
This HTML tag is added in the variation creation process and we cannot control it.
When looking into the database (wp_posts) the parent product has ‘-‘ but all the variations have & #8211;Do you have any idea how to solve this?
The topic ‘Variations Bug’ is closed to new replies.