Donal Posted June 19, 2013 Share Posted June 19, 2013 On the modules page there is an area where the admin is asked have they a prestashop addons account. . I need to delete this part. Any help would be great thanks. Link to comment Share on other sites More sharing options...
vekia Posted June 19, 2013 Share Posted June 19, 2013 what prestashop version you use? everything depends on it. Link to comment Share on other sites More sharing options...
Donal Posted June 19, 2013 Author Share Posted June 19, 2013 Version 1.5.4.1 Thanks Link to comment Share on other sites More sharing options...
vekia Posted June 19, 2013 Share Posted June 19, 2013 open the file: _ADMIN_DIR_/themes/default/template/controllers/modules/filters.tpl and remove code: <!--start addons login--> <div class="filter-module" id="addons_login_div"> <p>{l s='Do you have a %s account?' sprintf='<a href="http://addons.prestashop.com/">PrestaShop Addons</a>'}</p> <form id="addons_login_form" method="post"> <label>{l s='Addons Login'} :</label> <input type="text" value="" id="username_addons" autocomplete="off" class="ac_input"> <label>{l s= 'Password Addons'} :</label> <input type="password" value="" id="password_addons" autocomplete="off" class="ac_input"> <input type="submit" class="button" id="addons_login_button" value="{l s='Log in'}"> <br /><span id="addons_loading" style="color:red"></span> </form> </div> <!--end addons login--> Link to comment Share on other sites More sharing options...
Donal Posted June 20, 2013 Author Share Posted June 20, 2013 Thanks a million, worked perfect. Link to comment Share on other sites More sharing options...
vekia Posted June 20, 2013 Share Posted June 20, 2013 you're welcome now i can mark this thread as [solved] have a nice day regards Link to comment Share on other sites More sharing options...
Recommended Posts