CS Cart 2.1.4 HTML Editor

Hi,



Is it possible to default to HTML editor for CS Cart 2.1.4? Currently we have to click ‘Edit in Visual HTML editor’ to activate it.



Note: I can’t upgrade to the latest CS Cart because I have heavy modification to it.

[quote name='wsliang' timestamp='1319858622' post='124809']

Hi,



Is it possible to default to HTML editor for CS Cart 2.1.4? Currently we have to click 'Edit in Visual HTML editor' to activate it.



Note: I can't upgrade to the latest CS Cart because I have heavy modification to it.

[/quote]



For example:

The “Description” input text field with “Visual HTML editor” code in the “update.tpl” template in the CS-Cart version 2.1.4 looks like this:


```php


{$lang.full_description}:
{$product_data.full_description}
{include file="common_templates/wysiwyg.tpl" id="product_full_descr"}

```

So, try to remove the following code row:

```php
{include file="common_templates/wysiwyg.tpl" id="product_full_descr"}
```

It's should work

Hi Mike,



Thanks for the reply. However, this doesn't work. This only removes the link 'Edit in Visual HTML editor'.