В:
install\cli_install.php
удалить
if (!function_exists('mcrypt_encrypt')) {
$error = 'Warning: mCrypt extension needs to be loaded for OpenCart to work!';
}
И в:
install\controller\install\step_2.php
удалить
$data['text_mcrypt'] = $this->language->get('text_mcrypt');
...
$data['mcrypt_encrypt'] = function_exists('mcrypt_encrypt');
...
if (!function_exists('mcrypt_encrypt')) {
$this->error['warning'] = $this->language->get('error_mcrypt');
}