Quote Originally Posted by carlwhat View Post
look at this session var:

$_SESSION['html_editor_preference_status']

that should tell you which editor (or none) is in use.

you can look over here to see how it gets set:

https://github.com/zencart/zencart/b...tml_editor.php

best.
That's great, thanks.