• Resolved mrsmurf

    (@mrsmurf)


    I do not know in which version this problem started, but I got a call from a customer telling me that it was not possible to order product variations in my webshop that had non ascii chars in the version name. It turned out when the select dropdown is reconstructed with the DOMDocument class it messes up the variation name encoding.

    The fix for this issue if someone else has it is to edit includes/Frontend/Woo_Config.php and on line 248 change from

    $dom->loadHTML($old_html, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);

    To

    $dom->loadHTML(mb_convert_encoding($old_html, ‘HTML-ENTITIES’, ‘UTF-8’), LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);

    It would be nice if you would fix this issue in the next version you release.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @mrsmurf,

    Thank you very much for informing us about the issue and sharing a possible fix to get it resolved.

    It’s my pleasure to inform you that our team has already taken immediate action to fix the issue and released an update to the plugin. Could you please try the latest version?

    We’d greatly appreciate it if you could share your valuable thoughts on this ??

    Wishing you a wonderful day ahead!

    Thread Starter mrsmurf

    (@mrsmurf)

    Yes, the issue seems to be fixed with the latest version.

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Thanks for the update!

    We are glad to hear that the latest version has fixed the issue. If you need any further assistance, please don’t hesitate to reach out. Our support team is always here to help.

    Wishing you all the best!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.