I'm working on a prestashop 1.7.4.2 project. I purchased the storelocator module (https://addons.prestashop.com/en/international-localization/18457-store-locator-with-google-maps.html). The main template of the module does not correspond to my model. So I overloaded the module's main template (/modules/storelocator/views/templates/front/stores_splittheme.tpl) by creating a file in the module folder of the theme of my project (/ themes / PRS175_11 / modules / storelocator / views /templates/front/stores_splittheme.tpl), then I modify to file with the desired structure.
But I have no changes to the display. I emptied the prestashop cache and the server varnish, but nothing works.
Did I forget to do a manipulation or modification?