lang = TRUE; parent::__construct(); } public function display() { echo '
'; } function postProcess() { if($countdown_format = Tools::getValue('countdown_format')) { Configuration::updateValue('PRIVATESALES_COUNTDOWNFMT', htmlentities($countdown_format)); } } }