-- HikaShop version -- : 1407241754
-- Joomla version -- : 4.3.1
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : Chrome OSX
-- Error-message(debug-mod must be tuned on) -- : N/A
I just purchased JFBConnect and have it configured for my main login module. However, at checkout, I cannot see any social icons by which to log in.
I read the blurb at the bottom of this page (
www.hikashop.com/support/support/documen...tworks.html#facebook
) and modified my registration.php and registration_bootstrap.php to look as follows...
{JFBCLogin}
<?php
/**
* @package HikaShop for Joomla!
* @version 2.3.2
* @author hikashop.com
* @copyright (C) 2010-2014 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
.
.
.
But nothing appears even after clearing cache. Am I missing something? Is it still {JFBCLogin} or has it changed to something like {SCLogin}?
Also, I want the login icons to appear in the checkout login window so that a user could conceivably go from main page -> add item -> checkout and have the icons appear right there in order to login via social website.
I've verified I modified the view of the correct template. Perhaps the documentation could use a small update to clarify some of this stuff.