[QUOTE=IGD;885848]f/connect isn't really applicable to a zencart store since out of the box you cannot checkout as a guest. f/connect works on the premise of authenticating a user against your websites own auth/acl. Since zencart requires specific information to create an account, and not all facebook users have that information in their profiles to begin with, your really beating a dead horse.
Having the facebook connect isn't necessarily in-applicable. As people can pay as a guest through paypal express and set the option to add their paypal information to automatically create accounts for their customers.
The code above works to log into facebook when you paste it in includes/templates/template_default/templates/tpl_login_default.php
immediately after this code
<div class="centerColumn" id="loginDefault">
<h1 id="loginDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
The problem is though that it only logs them into facebook
and they would have to know to use the express checkout option in order to pay as a guest and does not use the stores checkout routine. Which is all fine and dandy if they purchase something at which point it will grab their info from paypal. But the thing to do for those who log in with facebook would be to grab a minimum of their email and name and enter them into a seperate customer category to keep your store in fromt of them
How to do that is the question.
At which point this would be a great thing o have for building lists


Reply With Quote
