Recommended PrestShop Version

Thanks for choosing Agile.
For customers using our Agile Multiple Seller module and its accessry modules, we highly recommend to use PrestaShop 1.6x or 1.7.5 or lower. PrestaShop has made some changes in versions higher than 1.7.6 that makes it possible or very difficult to implement some of features via hooks, or override, since required hooks or override is not available.

Sept. 05, 2019

 

Some multiple seller/vendor stores do not want to show Google maps on the Seller Info tab on product details pages in their store. You can easily hide the Google Map by changing one line in a theme file.

File: /modules/agilemultipleseller/views/templates/hooks/hookproducttabcontent.tpl
 
Add the red section of code to the line indicated below:
 
<div class="margin-form" stlye="display:none">
        <div id="map_canvas" style="width:540px; height:250px;padding:0px;margin:0px;"></div>
</div>