How to move Facebook Login to authentication page

In this guide I want to show you how easily you can put Facebook Login module to the authentication page on your PrestaShop website. Of course - to use this guide you need my cheapest Facebook Login addon. On module configuration page please select option that says that you want to display Login button on "customer account" section. Then read the rest of the guide or alternatively watch the video.

 

Authentication.tpl - modifications

PrestaShop in default-bootstrap template doesnt have any hook on authentication page. This means that we can't insert some modules to the account creation box, or to customer log in form. But of course we can easily modify the authentication page - after that we will be able to put modules there. So, please open authentication.tpl file - you can find it in your theme directory. If you use default-bootstrap theme path to this file looks like: /themes/default-bootstrap/authentication.tpl.

Find there code

<button class="btn btn-default button button-medium exclusive" type="submit" id="SubmitCreate" name="SubmitCreate">
    <span>
        <i class="icon-user left"></i>
	{l s='Create an account'}
    </span>
</button>

and right below add this tiny snippet that will load the Facebook Login buttons and also other like Google login etc.

<div style="clear:both; display:block; margin-top:15px;">
{Hook::exec('displayCustomerAccountForm')}
</div>

Highlighted line is the most important thing. This line means that PrestaShop will load here modules associated with displayCustomerAccountForm hook. Modules that i mentioned (Facebook login and Google login) support this position. After modifications to authentication.tpl file please save changes. In some cases please also clear shop cache and recompile the theme. Your shop will display social login buttons on your PrestaShop authentication page now, exactly the same as I show on the video based on PrestaShop 1.6 and default-bootstrap theme (it works the same in other templates too!)

 

author milos myszczuk
Article by Milosz Myszczuk PrestaShop expert, official PrestaShop community moderator. PHP developer, specialist in relative and spatial databases management, GIS Analyst, CEO & founder of VEKIA interactive agency. Read more about VEKIA company
If you like my articles and want much more valuable tips, feel free to send me donation
1.4 version 1.4.11 1.6 404 addon admin advertise ahref ajax alpha animation api app application authentication back office backup badge banner basics block bootstrap button cache carrier cart catalog category certificate changelog chat class clear client clip cms code colors columns comments configuration contact container content controller cookie counter country coupon css csv currency customer dashboard database debug default delete delivery desktop developer device disable discount displayNav displayTop download dynamic editor effect empty encrypt engine error exchange exclude export facebook faceshop fade fancoupon fancybox fanpage fatal feature feed field file fix fixed font footer free friendly url front ftp full gallery generate gift global godaddy google google+ gray grid groupon header help hide highlight homefeatured homepage hook hosting hover howto htaccess html html5 ID image import include input instagram installation integration iPhone issue javascript jquery kgb knowhow languages law left likebox link list livingsocial loading log login logo loyality mail mailing maintenance manufacturer marketing marquee mcrypt menu meta mobile modification module movie moving multilanguage multiupload must have mysql news newsletter notification number open graph order override page password performance PHP phpmyadmin picture pinterest plugin popup post prestashop prestashop 1.0 prestashop 1.1 prestashop 1.2 prestashop 1.3 prestashop 1.4 prestashop 1.5 price rules problem product profile promotion proslider purifier quantity query quick tip random rates register reinsurance release reporting reset responsive restore results ribbon rich text right sales search security seo service shadow share shipping shop shopmania slider smarty social networks SQL SSL statistics stock store style subcategory superuser support switcher tab tablet tag tax template text theme tinyMCE tips and tricks tpl tracking translations tree trends trigger tumblr tutorial twitter update upgrade upload variables video visits voucher vulnerability web2print wide widget width window wishlist wysiwyg youtube zip zopim