seansan / snh-settings

0 stars 0 forks source link

Add social login buttons FB + GMAIL #8

Open seansan opened 10 years ago

seansan commented 10 years ago

REQUEST

  1. Please add social login buttons above checkout from
  2. Create enable/disable function in SNH settings in backend
  3. Code can be found here: http://inchoo.net/ecommerce/magento/social-connect-magento-extension/
  4. Opens a quick loginpage page like or directly FB / GMAIL screen : https://magento.stackexchange.com/users/login
  5. Please quick test + also on mobile + ipad

Buttons attached

image

facebook-login-button google-red-signin_long_base_44dp

seansan commented 10 years ago

Please read this first. before starting and discuss with your CTO

OPTIONS

Option 1 - fast simple

We need to decide to maybe use an already existing extension (that we have). It can generate the social login blocks and has al the code already. Then only thing we need to do is create

  1. a test if the extension is installed
  2. if yes, then check if the snh settings config variable "show social login" is enabled
  3. paste the code to generate the social login block
  4. rename the above facebook + google images so they are used in the other extension

Option 2 - more complex

Use the inchoo code. problem is that this code becomes older by the day.

I think we prefer option 1.

I have bought extension @ amasty (Quick Social Login with Popup). What we can do is disable the jquery. Disable the popup. But re-use the social login block and add it to ou checkout as described above step 1,2,3 and 4.

Download link for extension is here: https://www.dropbox.com/s/mtl7lmg7iwzry1j/QuickAjaxLogin1.0.2.zip?dl=0

(please remove download link when files downloaded)