The module does not appear on the front office
If this is the case check the subject about the transport means display. If this is not the case, check: that the module is activated. that in the module configuration under the tab list the domain is highlighted in green, otherwise see this section For Prestashop version 1.4.8, 1.4.9 and 1.4.10 a modification of file classes / module.php is necessary, replace: method_exists($moduleInstance, ‘hook’.$hook_name) by: is_callable(array($moduleInstance, ‘hook’.$hook_name))