Vendor's Shop Description

Hello,

Is it possible to make limit of letters to write a description for vendors? Let's say 500 symbols allow to enter in description field.

Regards

See what db table says for this field...

design/backend/templates/views/companies/update.tpl

replace

{$company_data.company_description}

with

{$company_data.company_description}

You can also use hook in this file to add changes with the addon

design/backend/templates/views/companies/update.tpl

replace

{$company_data.company_description}

with

{$company_data.company_description}

You can also use hook in this file to add changes with the addon

Many thanks, eComLabs. Will try. Now studying about hooks. :)

You are welcome!