Tiny Mce Wysiwyg Editor Doesn't Keep ‎ Code In Source Code!

Hello,

I'm using cs-cart v 4.6.1 with Tiny MCE wysiwyg editor. The problem is when I write symbol codes like $lrm; in Tiny MCE Source Code body and save the content, the code applies to the content but it doesn't show it.

It seems Tiny MCE doesn't keep ‎ in the source code (It will be hidden!). I can see $lrm; in Inspect elements but in the source code of editor it doesn't display the code!

In cs-cart version 2.x with CKeditor everything was OK, but cs-cart version 4.6.1 doesn't have CKeditor and I don't want to install ckeditor plugin.

Is there a way to make Tiny MCE editor keep &lrm, $nbsp and such symbols after saving the content?

Thanks

If you do not find solution for TinyMCE, you can use our free Full CKEditor module

https://www.ecom-labs.com/ready-to-use-add-ons/cs-cart-full-ckeditor-add-on.html

If you do not find solution for TinyMCE, you can use our free Full CKEditor module

https://www.ecom-labs.com/ready-to-use-add-ons/cs-cart-full-ckeditor-add-on.html

Thank you so much

I've found the solution, though it's not the best one!

Open tinymce-editor.js file in the path 'js/tygh/editors' and replace every entity_encoding = 'raw' to entity_encoding = 'named'. Now all html code like ‎   and so on will be preserved in TinyMEC editor source code.