Page 1 of 1

Line wrapping in product description editor

Posted: Wed Dec 30, 2020 5:47 pm
by htwp
hi,

i have a problem with line wrapping in description editor. Everything is included in one line. I would like to have all the text wrapped. I have added in admin/view/javascript/jquery/summernote -> opencart.js
lineWrapping: true,
but nothing have changed even if i have cleared every possible cache that exists (both auto and manual clear).

Opencart 3.0.3.3

I have attached my file

Re: Line wrapping in product description editor

Posted: Fri Jan 01, 2021 12:19 am
by IP_CAM
You could get rid of that Summernote Editor, and use CKEditor instead: ;)
https://www.opencart.com/index.php?rout ... r for OC 3

Re: Line wrapping in product description editor

Posted: Mon Jan 04, 2021 10:11 pm
by htwp
IP_CAM wrote:
Fri Jan 01, 2021 12:19 am
You could get rid of that Summernote Editor, and use CKEditor instead: ;)
https://www.opencart.com/index.php?rout ... r for OC 3
Thanks, will take a look

Re: Line wrapping in product description editor

Posted: Mon Jan 04, 2021 11:30 pm
by IP_CAM
This one would be another way, to add anything as Code:
Hide the Editor in HTML Modules
https://www.opencart.com/index.php?rout ... n_id=27750