Font and text bar in product description

Hi,

Does anyone know how to turn on the font bar in the product description field?
See attachment

Thanks
Ron

Hi rok,
You should go to the setup of your advanced editor WYSIWYG module. There you could find your optimal settings.

Regards

1 Like

Change lines 991, 1116, 1359 in …/htdocs/product/card.php

from:

$doleditor = new DolEditor(‘desc’, GETPOST(‘desc’,‘none’), ‘’, 160, ‘dolibarr_details’, ‘’, false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, ROWS_4, ‘90%’);

to:

$doleditor = new DolEditor(‘desc’, GETPOST(‘desc’,‘none’), ‘’, 160, ‘dolibarr_notes’, ‘’, false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, ROWS_4, ‘90%’);

1 Like

Just go to Home -> Setup -> Module/Applications and activate “WYSIWYG editor”