This module ensures the delivery of orders in store / point of sales. With a Google Maps, your client can choose the point of withdrawal of the order nearest him.
I didn't edit it but to make it work with presta 8
Just change line 266
$temp = Tools::jsonDecode($stores[$i]['hours'], true);
to
$temp = json_decode($stores[$i]['hours'], true);