Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Social Login Add On for v2.3


  • You cannot reply to this topic
8 replies to this topic

#1 myvapefix

  • Community Member
  • 4 posts
  • Real Name:Shawn Sanders
  • Gender:Male

Posted 12 January 2012, 02:55

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.


#2 myvapefix

  • Community Member
  • 4 posts
  • Real Name:Shawn Sanders
  • Gender:Male

Posted 12 January 2012, 22:49

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

  • Community Member
  • 2 posts
  • Real Name:LoginRadius

Posted 19 January 2012, 11:39

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

#4 Israel Depot

  • Community Member
  • 1 posts

Posted 24 January 2012, 18:17

Hello.

Are you planing to release version for osCommerce 2.2 ?

Thank you

#5 rabon33

  • Community Member
  • 51 posts
  • Real Name:jason ravone

Posted 25 January 2012, 01:22

View PostIsrael Depot, on 24 January 2012, 18:17, said:

Hello.

Are you planing to release version for osCommerce 2.2 ?

Thank you

I'm agree!

#6 Renato Filipe Oliveira

  • Community Member
  • 9 posts

Posted 26 January 2012, 12:11

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

  • Community Member
  • 50 posts
  • Real Name:manuel

Posted 05 February 2012, 23:12

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

I'm agree!

me too :)

#8 loginradius

  • Community Member
  • 2 posts
  • Real Name:LoginRadius

Posted 29 April 2012, 03:30

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

#9 lyonsperf

  • Community Member
  • 265 posts
  • Real Name:Matt
  • Gender:Male
  • Location:CT

Posted 17 May 2012, 12:07

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