Jump to content

findsome

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Location
    Estonia
  • Activity
    Other

findsome's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello Please help. I am using Prestashop version 1.6.0.9 I need to change "Transit time" in the Carrier configuration interface in back-office to "textarea" with "tinyMCE".Actually i have manage to make "TinyMCE" appear in that "Transit time" field but when i change kontent and push button "save" it is not saving new content.What i have don so far: 1. Changed the value of that column in database from 128 to 1024 2. Changed "AdminCarrierWizardController.php" and "AdminCarriersController.php" for "delay" field as was specified in post #12 of that topic 3. Changed Carrier.php from: /* Lang fields */ 'delay' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'required' => true, 'size' => 128), ), ); To: /* Lang fields */ 'delay' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'required' => true), ), ); I think this is something to do with calling function tinySetup(); .But were should i call it in order to make new content of "Transit time" be "saved" with tinyMCE.
×
×
  • Create New...