This behaviour is related with the sanitize_user_html option in the config.local.php file:
// Whether to remove any javascript code from description and name of product, category, etc.
// Auto - false for ULT, true for MVE.
'sanitize_user_html' => 'auto',
This behaviour is related with the sanitize_user_html option in the config.local.php file:
// Whether to remove any javascript code from description and name of product, category, etc.
// Auto - false for ULT, true for MVE.
'sanitize_user_html' => 'auto',
Try to disable it (set value to false)
Thanks eComLabs - this did the trick. Question, though: does disabling this option give vendors the ability to run malicious code? I don't mind if vendors use html code for formatting or things like embedding a video, but I definitely don't want to open us up to security issues.