Version Notes
Add in a README.txt, open up to Magento 1.6
Download this release
Release Info
Developer | OneID |
Extension | OneID |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.0.9
- app/code/community/OneID/README.txt +39 -0
- package.xml +5 -5
app/code/community/OneID/README.txt
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Intro ##
|
2 |
+
Thanks for downloading the OneID Magento extension. We developed this against what was the latest Magento version at the time (1.7).
|
3 |
+
However, the extension will work with previous versions. Below are a few starter tips to get integrated with your custom theme.
|
4 |
+
As always, please reach out to support@oneid.com if you have any questions. We have a team of Magento experts who can help get OneID
|
5 |
+
into your custom Magento theme.
|
6 |
+
|
7 |
+
|
8 |
+
## Getting the OneID sign in button to show up ##
|
9 |
+
In using the 1.7 community edition, we extended the form.additional.info block of customer_account_login to show the OneID sign in button.
|
10 |
+
The form.additional.info doesn't appear to be present in previous versions. This is the block definition you should include :
|
11 |
+
|
12 |
+
<block type="OneID/signin" name="oneid_signin_button" template="oneid/oneid/signin.phtml"></block>
|
13 |
+
|
14 |
+
You'll then want to render that block on the customer account login view (customer_account_login).
|
15 |
+
This will likely include you modifying your
|
16 |
+
|
17 |
+
app/design/frontend/base/default/template/customer/form/login.phtml
|
18 |
+
|
19 |
+
to render the block.
|
20 |
+
|
21 |
+
## Getting the OneID Quick Fill buttons to show up ##
|
22 |
+
|
23 |
+
We built our templates based off of the 1.7 community edition. If you use this version
|
24 |
+
and use the Magento Onepage Checkout, you should be good to go. If you've made customizations
|
25 |
+
to your checkout, you can copy/paste the OneID blocks into your theme. The important files for Quickfill are:
|
26 |
+
|
27 |
+
app/design/frontend/base/default/template/oneid/checkout/onepage.pthml
|
28 |
+
|
29 |
+
OneID signin button on guest checkout
|
30 |
+
app/design/frontend/base/default/template/oneid/checkout/onepage/login.phtml
|
31 |
+
|
32 |
+
OneID Quickfill button on billing section
|
33 |
+
app/design/frontend/base/default/template/oneid/checkout/onepage/billing.phtml
|
34 |
+
|
35 |
+
OneID Quickfill button on shipping section
|
36 |
+
app/design/frontend/base/default/template/oneid/checkout/onepage/shipping.phtml
|
37 |
+
|
38 |
+
OneId Quickfill button on payment section
|
39 |
+
app/design/frontend/base/default/template/oneid/checkout/onepage/payment.phtml
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>OneID</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Apache Software License (ASL)</license>
|
7 |
<channel>community</channel>
|
@@ -21,11 +21,11 @@ Privacy: OneID does not track any user behavior – and certainly wonȁ
|
|
21 |
Security: OneID secures customer information using three separate cryptographic combinations across multiple devices.
|
22 |
Convenience: OneID removes the hassle of having to remember user names and passwords.
|
23 |
And along with all those great benefits to you and your users, with this plugin you'll also get to use OneID to log into and administer your WordPress site using your OneID.</description>
|
24 |
-
<notes>
|
25 |
<authors><author><name>OneID</name><user>bpk_oneid</user><email>bpk@oneid.com</email></author></authors>
|
26 |
-
<date>2013-01-
|
27 |
-
<time>20:
|
28 |
-
<contents><target name="magecommunity"><dir name="OneID"><dir name="Connector"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Success.php" hash="94f38f858a45304c10138c3a1b265490"/></dir></dir><file name="Signin.php" hash="454d819e284f02ef5e2ae8e57d714918"/></dir><dir name="Helper"><file name="Data.php" hash="6d702e8fcf10c58de1ce6aa457dca427"/></dir><dir name="controllers"><file name="AccountController.php" hash="2401a0a519aac21bebeee77233fd0b03"/><file name="ConnectorController.php" hash="ea726d60099a66c2e63ad27fa1af5b8c"/><file name="OnepageController.php" hash="78d2dbae1606057fb3544296351898d8"/></dir><dir name="etc"><file name="config.xml" hash="8c3246ec55c0f60669fe484abbc1a04b"/><file name="system.xml" hash="d47ac462cf6efd529aca557fad1b890e"/></dir><dir name="sql"><dir name="oneid_connector_setup"><file name="mysql4-install-0.1.0.php" hash="cad7569ee96103d087bf077661c1cafe"/></dir></dir></dir
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>5.0.0</min><max>5.4.10</max></php></required></dependencies>
|
31 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>OneID</name>
|
4 |
+
<version>1.0.9</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Apache Software License (ASL)</license>
|
7 |
<channel>community</channel>
|
21 |
Security: OneID secures customer information using three separate cryptographic combinations across multiple devices.
|
22 |
Convenience: OneID removes the hassle of having to remember user names and passwords.
|
23 |
And along with all those great benefits to you and your users, with this plugin you'll also get to use OneID to log into and administer your WordPress site using your OneID.</description>
|
24 |
+
<notes>Add in a README.txt, open up to Magento 1.6</notes>
|
25 |
<authors><author><name>OneID</name><user>bpk_oneid</user><email>bpk@oneid.com</email></author></authors>
|
26 |
+
<date>2013-01-28</date>
|
27 |
+
<time>20:34:38</time>
|
28 |
+
<contents><target name="magecommunity"><dir name="OneID"><dir name="Connector"><dir name="Block"><dir name="Checkout"><dir name="Onepage"><file name="Success.php" hash="94f38f858a45304c10138c3a1b265490"/></dir></dir><file name="Signin.php" hash="454d819e284f02ef5e2ae8e57d714918"/></dir><dir name="Helper"><file name="Data.php" hash="6d702e8fcf10c58de1ce6aa457dca427"/></dir><dir name="controllers"><file name="AccountController.php" hash="2401a0a519aac21bebeee77233fd0b03"/><file name="ConnectorController.php" hash="ea726d60099a66c2e63ad27fa1af5b8c"/><file name="OnepageController.php" hash="78d2dbae1606057fb3544296351898d8"/></dir><dir name="etc"><file name="config.xml" hash="8c3246ec55c0f60669fe484abbc1a04b"/><file name="system.xml" hash="d47ac462cf6efd529aca557fad1b890e"/></dir><dir name="sql"><dir name="oneid_connector_setup"><file name="mysql4-install-0.1.0.php" hash="cad7569ee96103d087bf077661c1cafe"/></dir></dir></dir><file name="README.txt" hash="4cb8d14cc59c9e6060e09946203a5cda"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="oneid"><dir name="block"><file name="login.phtml" hash="787f58873550105c3318baa8b0b77ded"/><dir name="page"><dir name="html"><file name="footer.phtml" hash="c4059028bd7db7b0f0d3b157157cea60"/><file name="head.phtml" hash="9dd7e46b5c3ce6eb4e92ef6738d55dc6"/><file name="newjavascript.js" hash="c9e0fa9a4851c0070614f605ebac8257"/></dir></dir></dir><dir name="checkout"><file name="cart.phtml" hash="4b02b99a1bbc8ad14a4452775df49ef2"/><dir name="onepage"><file name="billing.phtml" hash="db33088fbf7c82e54359f6b47f9782bd"/><file name="link.phtml" hash="c38a01ac21b86b2cd2b923f99b0d32f9"/><file name="login.phtml" hash="14a18316708340b2cb9d40d8c00a1050"/><file name="payment.phtml" hash="9b984eb3b27d9d522a5233a8be59f28f"/><dir name="review"><file name="button.phtml" hash="7646991c5b937654771fa78627e49c95"/></dir><file name="shipping.phtml" hash="ecc2387a24237e4b7021779578a2d942"/></dir><file name="onepage.phtml" hash="26399371e208ecb11bf0cda67621bcee"/><file name="success.phtml" hash="1bd4d74a04b4166aa8ce08b581d01fa0"/></dir><dir name="customer"><dir name="account"><file name="dashboard.phtml" hash="55b1ec9a6860486943e2e4fb8d81aede"/></dir><dir name="form"><file name="edit.phtml" hash="23eea7e7e29cb36c3c5885d7775de528"/><file name="forgotpassword.phtml" hash="cd02367e8214930140d80a7834e0f4a4"/></dir></dir><dir name="form"><file name="traditional_login.phtml" hash="597e5d7b99eb7dcfb8f5a63185ce5e38"/></dir><dir name="oneid"><file name="signin.phtml" hash="1aeb1ac58db061d9649b92ee25b2ed20"/></dir></dir></dir><dir name="layout"><file name="OneID.xml" hash="153030f3e008e6c671cb0f9f5341a638"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="oneid.css" hash="ab21ae320804ed42baaa587d9ad1804d"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Oneid_Connector.xml" hash="1f42a132067a01e1056d5c514d96507a"/></dir></target></contents>
|
29 |
<compatible/>
|
30 |
<dependencies><required><php><min>5.0.0</min><max>5.4.10</max></php></required></dependencies>
|
31 |
</package>
|