Sunday, 14 October 2012

OpenCart OpenId integration with Loginza

Recently I've found OpenId integration module for OpenCart via Loginza service. You can find the module here. But if you want to get it to work you need to replace the default files related to login or checkout. I thought why do I need to change the original files if I have VQMod installed in my OpenCart instance, and since there was no VQMod option from the author, so I've decided to write it by myself.


I repackaged the whole module for easy installation and you can download it here.
Now module looks like following

After module copied you can see a new plug in in the VQMod Manager

And new look for login page
But if you need to work it on other languages not only Russian, please check the vqmod/xml/loginza.xml

Find the piece of code related to the language as above, copy and paste it and change the path to the needed language file in the file name property, and replace the text_enter_with_loginza  property value with value you need, note to encode it in UTF8 in case it is not English. 

No comments:

Post a Comment