Magento News

 

RPX_Sign_In

this extension allow to login magento website via any open-id like facebook, google, myspace, linked-in more.

 

after downloading installation steps

===========================================================================

app/code/core/Mage/Catalog/controllers/ProductController.php
having function rpxAction() {

}
——copy this file

change apiKey
‘apiKey’ => “2e097f9aa5bb86013de3e75c0e93bd78a224d9b3″,
with your own key

skin/frontend/default/default/css
there is rpx.css file
—–copy this file

/js/varien/rpx.js
change
RPXNOW.realm = “magento-new.rpxnow.com”;
with your rpx realm
—–copy this file

/app/design/frontend/default/default/layout
page.xml
add
<action method=”addJs”><script>varien/rpx.js</script></action>
<action method=”addCss”><stylesheet>css/rpx.css</stylesheet></action>

/app/design/frontend/default/default/template/customer/form
edit login.phtml

add
<li>
                      
<label for=”pass”><a href=”https://magento-new.rpxnow.com/openid/v2/signin?token_url=http://www.itbookmart.com/catalog/product/rpx”
class=”rpxnow” onclick=”return false;”  >Sign In Using RPX</a></label><br />
</li>

you can replace magento-new with your own realm.
change token_url domain with your own domain name and that domain name should be included inside domains name at rpxnow.com website.

 

Possibly Related Posts:


 

Leave a Reply