Jump to content



Latest News: (loading..)

- - - - -

Social Login Add On for v2.3


  • Please log in to reply
24 replies to this topic

#1   myvapefix

myvapefix
  • Members
  • 4 posts
  • Real Name:Shawn Sanders
  • Gender:Male

Posted 12 January 2012 - 02:55 AM

I could not find an official support thread, so I made my own.  I've implemented this add-on with semi success.  What I'm finding is that a user can create an account when using this plug-in, but it doesn't seem to be populating the database with the collected info, thus it is not reflected on the admin or enduser sides.

When clicking ont he name of the new customer, I get the following in Admin:


Warning: array_merge() [function.array-merge]: Argument #1 is not an array in ./admin/customers.php on line 707

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in ./admin/customers.php on line 709

Warning: reset() [function.reset]: Passed variable is not an array or object in ./admin/includes/classes/object_info.php on line 17

Warning: Variable passed to each() is not an array or object in ./admin/includes/classes/object_info.php on line 18

And when you try to login normally as the customer you get:

Error: No match for E-Mail Address and/or Password.

So if this info is not entered into the database, how are they suppose to order?

Anyone else have this issue?  Any suggestions?

Edited by myvapefix, 12 January 2012 - 03:06 AM.


#2   myvapefix

myvapefix
  • Members
  • 4 posts
  • Real Name:Shawn Sanders
  • Gender:Male

Posted 12 January 2012 - 10:49 PM

Update:

LoginRadius reponded to my query and had a fix in ./admin/customers.php

___________________________________________________________________
Find these lines:


$customer_info = array_merge($country, $info, $reviews);

$cInfo_array = array_merge($customers, $customer_info);

and change them to:


$customer_info = array_merge((array)$country, (array)$info, (array)$reviews);

$cInfo_array = array_merge((array)$customers, (array)$customer_info);

__________________________________________________________________________________

Although this fixed the Admin side of the issues, there are still issues with this addon.  The most critical is I believe the user logged in using this addon loses the sessionID when shopping just before checkout.  When clicking checkout, the logged in user is directed to the login/create account page.

Any suggestions?

#3   loginradius

loginradius
  • Members
  • 5 posts
  • Real Name:LoginRadius

Posted 19 January 2012 - 11:39 AM

LoginRadius has released the updated version of  social login plugin for osCommerce. Now social login v.1.2 is available with enhanced features.
Downloadnow!!!

#4   Israel Depot

Israel Depot
  • Members
  • 1 posts

Posted 24 January 2012 - 06:17 PM

Hello.

Are you planing to release version for osCommerce 2.2 ?

Thank you

#5   rabon33

rabon33
  • Members
  • 74 posts
  • Real Name:jason ravone

Posted 25 January 2012 - 01:22 AM

View PostIsrael Depot, on 24 January 2012 - 06:17 PM, said:

Hello.

Are you planing to release version for osCommerce 2.2 ?

Thank you

I'm agree!

#6   Renato Filipe Oliveira

Renato Filipe Oliveira
  • Members
  • 9 posts

Posted 26 January 2012 - 12:11 PM

hi i need to for version 2.2 because i don't have module install ...
can you fix that? ou explic better who i can add the faceook connect to my version?

#7   sakkiotto

sakkiotto
  • Members
  • 62 posts
  • Real Name:manuel

Posted 05 February 2012 - 11:12 PM

View Postrabon33, on 25 January 2012 - 01:22 AM, said:

I'm agree!

me too :)

#8   loginradius

loginradius
  • Members
  • 5 posts
  • Real Name:LoginRadius

Posted 29 April 2012 - 03:30 AM

We are undergone with final phase for v2.2 and it would be live with installation instructions very soon!

#9   lyonsperf

lyonsperf
  • Members
  • 305 posts
  • Real Name:Matt
  • Gender:Male
  • Location:CT

Posted 17 May 2012 - 12:07 PM

Just to let everyone know. I installed this in my 2.2rc2 site and it caused massive issues with google. It made the site throw a 301 error for all the links on the page and I could not get the HTML validator tool to recognize the site.
If the only tool you have is a hammer, all your problems look like nails

#10   bgmsd

bgmsd
  • Members
  • 7 posts
  • Real Name:David
  • Gender:Male
  • Location:Wildomar, Ca

Posted 17 June 2012 - 12:22 AM

Hello, I just downloaded Social Login V1.4 released April 6, 2012. I want to install it on OS Commerce V 2.3.1. The installation instructions are:

== Installation == (Pasted from the text file)

1. Place "create_account.php" and "login.php" from catalog/ directory of Social Login (LoginRadius) Plugin Folder in the catalog/ directory to your FTP.
2. Place "bm_loginradius.php" from catalog/includes directory of Social Login (LoginRadius) Plugin Folder in catalog/includes and catalog/includes/modules/boxes directories.
3. Place "bm_loginradius.php" from catalog/includes/languages/english/modules/boxes directory of Social Login (LoginRadius) Plugin Folder in catalog/includes/languages/english/modules/boxes to your FTP.
4. Then Go to your site's Admin panel and login.
5. Go to Boxes under Modules. Click on Install Module.
6. Then select "Social Login" and install it.

looking in step 2 above, there are no PHP files in the Catalog/includes folder that I just downloaded from http://addons.oscommerce.com/info/8306

Am I not reading that step correctly? I also went to the login radius website and browsed their site for help, and their site has the instructions written differently:

osCommerce v2.3 Add-on
1. Download Social Login add-on for osCommerce v2.3
2. Now unzip the downloaded LoginRadius Add-on and upload the files to your FTP as follows:


b. Upload bm_loginradius.php from  /catalog/includes/languages/english/modules/boxes of LoginRadius Module folder to your FTP in /catalog/includes/languages/english/modules/ boxes/ directory.

3. Go to osCommerce's Site Admin Panel and login. Under 'Modules', go to Boxes.

However 2a still refers to a PHP file in the Catalog/Includes folder.

So, what should I do?

Thanks,

David Warwick
Sincerely,

David Warwick

#11   bgmsd

bgmsd
  • Members
  • 7 posts
  • Real Name:David
  • Gender:Male
  • Location:Wildomar, Ca

Posted 17 June 2012 - 01:36 PM

Update, I figured it out. I guess I am just too literal. There probably should be a PHP file in the catalog/includes folder the way the instructions are written, but here is how I got it to work:

since number 2 in my post above says that the same file goes in both folders, I grabbed the file from the catalog/includes/modules/boxes folder of the install zip file and put that file in both folders. Like I said, now it seems like a no brainer. I just couldn't see the forest through the trees.

Anyway, I got it working and it works flawlessly. I love it. 5 stars! Check my site here http://peanutscloset.com

I am still adding products to my site.

Sincerely,

David Warwick
Sincerely,

David Warwick

#12   EchoGuns

EchoGuns

    Supreme Overlord

  • Members
  • 122 posts
  • Real Name:Clint Freeman
  • Gender:Male
  • Location:Texas

Posted 24 June 2012 - 08:34 PM

I have installed this add-on exactly as mentioned. But for some reason the Install button is not available when I go to my Modules/Boxes under the Administration page. It shows that there are two modules available to install but when I click the Install Modules link only the Social Login is listed and as I stated before, no Install Button.

Any Suggestions?
My Addons:

Product Tabs - 2.3x Download| Support
Product Info Page Box - 2.3x Download | Support

#13   loginradius

loginradius
  • Members
  • 5 posts
  • Real Name:LoginRadius

Posted 04 August 2012 - 04:08 PM

We have released a new version -1.5 of Social Login module with lots of Amazing enhancements and also updated installation instruction on our new support center. This version is available for osCommerce v2.3 and v.2.2.

Please try out the version and let us know your feedback and comments: https://www.loginradius.com/AddOns/osCommerce


Thanks,
LoginRadius Team

#14   BrianKlick

BrianKlick
  • Members
  • 1 posts
  • Real Name:Brian Klick

Posted 09 August 2012 - 12:45 PM

Went to your website, loginradius.com, clicked on Free SignUp, tried to login with Facebook, and received a server error.   Doesn't give me much confidence in this app!

Edited by BrianKlick, 09 August 2012 - 12:45 PM.


#15   CrazyCarzCustoms

CrazyCarzCustoms
  • Members
  • 151 posts
  • Real Name:Rob
  • Gender:Male
  • Location:Oliveira do Hospital - Portugal

Posted 22 August 2012 - 03:33 PM

Hi , just installed this addon and i am getting there , just a few little glitches.

I have the buttons on my login page but when i cleck for example the Facebook button it goes to a blank page , it shows in the address bar than it is on the login.php page but nothing happens , any ideas?

Gr, Rob

#16   CrazyCarzCustoms

CrazyCarzCustoms
  • Members
  • 151 posts
  • Real Name:Rob
  • Gender:Male
  • Location:Oliveira do Hospital - Portugal

Posted 22 August 2012 - 05:13 PM

Some more info:

It does it with all the social apps.
If i go back with the backspace i can see that it has logged me in.
With Linkedin and Yahoo it asks for a email address and then complains that that email address is already in use and it does not let me in........


View PostCrazyCarzCustoms, on 22 August 2012 - 03:33 PM, said:

Hi , just installed this addon and i am getting there , just a few little glitches.

I have the buttons on my login page but when i cleck for example the Facebook button it goes to a blank page , it shows in the address bar than it is on the login.php page but nothing happens , any ideas?

Gr, Rob


#17   CrazyCarzCustoms

CrazyCarzCustoms
  • Members
  • 151 posts
  • Real Name:Rob
  • Gender:Male
  • Location:Oliveira do Hospital - Portugal

Posted 24 August 2012 - 08:25 AM

View Postloginradius, on 04 August 2012 - 04:08 PM, said:

We have released a new version -1.5 of Social Login module with lots of Amazing enhancements and also updated installation instruction on our new support center. This version is available for osCommerce v2.3 and v.2.2.

Please try out the version and let us know your feedback and comments: https://www.loginradius.com/AddOns/osCommerce


Thanks,
LoginRadius Team

Do you want the feedback and comments here or on your website?

#18   CrazyCarzCustoms

CrazyCarzCustoms
  • Members
  • 151 posts
  • Real Name:Rob
  • Gender:Male
  • Location:Oliveira do Hospital - Portugal

Posted 24 August 2012 - 10:41 AM

Leave it , i just uninstalled it..............

#19   loginradius

loginradius
  • Members
  • 5 posts
  • Real Name:LoginRadius

Posted 24 August 2012 - 02:23 PM

Hi Rob - sorry about the issue you are having with installation. We never came across with such kind of issue earlier with osCommerce installation. Could you please send us more information about your site and what version of osCommerce you are using?

Please submit your query at support.LoginRadius.com and our support team will look at your website and resolve the issue quickly.

LoginRaidus Team

#20   psytanium

psytanium
  • Members
  • 92 posts
  • Real Name:Ludwig Arcache
  • Gender:Male
  • Location:Lebanon

Posted 12 March 2013 - 11:55 AM

I think this is a major problem with this plugin.

sometimes the Facebook account have no telephone number, address, location. there will be some missing information.
so when he confirm his order, i'm having no delivery address or even a country, nothing more than his name and email.

i think you the plugin must ask for the missing information when the user confirm his order. Just to complete the missing OSC account fields.