khodari Posted August 17, 2014 Share Posted August 17, 2014 Hi: I have finally, with help, upgraded to Prestashop 1.6.0.9. Now I a trying to configure the modules. I came across the "Location & Currency Detection". It gives a top warning that: --------------------------- Add the following code to /header.php below "require_once(dirname(__FILE__).'/init.php');" (Line #7)include_once(_PS_MODULE_DIR_.'/locationdetection/locationdetection.php'); $locationDetection = new LocationDetection(); $locationDetection->redirect_user(); ----------------------- The problem is that there is no such entry in the header.php file. Any suggestions? Thanks Link to comment Share on other sites More sharing options...
El Patron Posted August 18, 2014 Share Posted August 18, 2014 you should communicate with developer of this module here http://www.prestashop.com/forums/topic/35119-module-location-detection-detect-the-location-of-a-visitor-using-their-ip-address-and-automatically-redirect-them-to-the-matching-language/ Link to comment Share on other sites More sharing options...
Recommended Posts