To create a support ticket, start a search

Products Grid: Allowing html format in description fields


When you add a description field in Store Commander's views, the format will by default in plain text.

To allow html format, you will need to add the following within the panel Advanced Properties panel on the right handside, menu PHP onBeforeUpdateSQL:

$fieldsWithHTML[] = "my_field";

 


 



Related articles