Jump to content

How to add html tags in Transit time input for carrier?


Recommended Posts

Hi,

In the carrier form I would like to be able to add html tags in the 'Transit time' input.
I have already found out how to remove the alert message which appear if I put html tags
in classes/Carrier.php replace

protected     $fieldsValidateLang = array('delay' => 'isGenericName');


with

protected     $fieldsValidateLang = array('delay' => 'isCleanHtml');



Now I'm stuck and can't find out what to do...

Link to comment
Share on other sites

×
×
  • Create New...