Version Notes
1.0.1
added missing layout update xml
1.0.0
initial release
Download this release
Release Info
Developer | Design:Slider GbR |
Extension | DS_RegAddress |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/design/frontend/default/default/layout/ds_regaddress.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<customer_account_create>
|
4 |
+
<reference name="customer_form_register">
|
5 |
+
<action method="setTemplate"><template>ds/regaddress/register.phtml</template></action>
|
6 |
+
</reference>
|
7 |
+
</customer_account_create>
|
8 |
+
</layout>
|
package.xml
CHANGED
@@ -1,29 +1,34 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DS_RegAddress</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Extends the registration form to guide or force your customers to register with their address.</summary>
|
10 |
-
<description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |

|
12 |
-
|
13 |
-

|
14 |
-
- Can be configured on store view level. Options:
|
15 |
-
o Disabled (Standard Registration)
|
16 |
-
o Optional (Add non-mandatory address fields)
|
17 |
-
o Forced (Add mandatory address fields)
|
18 |
-
- Admin ACL for configuration
|
19 |
-

|
20 |
-
Included translations: de_DE</description>
|
21 |
-
<notes>1.0.0
|
22 |
initial release</notes>
|
23 |
<authors><author><name>Design:Slider GbR</name><user>DesignSliderGbR</user><email>magento@design-slider.de</email></author></authors>
|
24 |
-
<date>2013-
|
25 |
-
<time>
|
26 |
-
<contents><target name="magelocale"><dir><dir name="de_DE"><file name="DS_RegAddress.csv" hash="52df9be127385d2fc67ff570666cfef0"/></dir><dir name="en_GB"><file name="DS_RegAddress.csv" hash="e72662a9fc5ad90246bacdd23ed9f7e7"/></dir></dir></target><target name="magecommunity"><dir name="DS"><dir name="RegAddress"><dir name="Block"><dir name="Form"><file name="Register.php" hash="637993e7e7a49df345bc80d0fd32c8cb"/></dir></dir><file name="CHANGE.LOG" hash="1bcc702b6d004bd5f68eeaced9ef7de5"/><dir name="Helper"><file name="Data.php" hash="2c8e49c513507a7c3f1a3f8c259b4527"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Extendedregistration"><file name="Values.php" hash="cde0fce37284089237adf9ef23c48f82"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="a4087ea016a989b4c35b94c26c5f190d"/><file name="system.xml" hash="86ac124da2abae206befeb0c394e3c04"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DS_RegAddress.xml" hash="ddbb3dab0d6dc22db6dff710198674e0"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="ds"><dir name="regaddress"><file name="register.phtml" hash="4d6bd276add7461ce655f1578c2ecec8"/></dir></dir></dir></dir></dir></dir></target></contents>
|
27 |
<compatible/>
|
28 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php><package><name>Mage_Customer</name><channel>core</channel><min>1.6.1.0</min><max></max></package></required></dependencies>
|
29 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DS_RegAddress</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Extends the registration form to guide or force your customers to register with their address.</summary>
|
10 |
+
<description><p>Extends the registration form to guide or force your customers to register with their address.</p>
|
11 |
+
<h3>Features</h3>
|
12 |
+
<ul>
|
13 |
+
<li>Can be configured on store view level. Options:<br />
|
14 |
+
Disabled (Standard Registration)<br />
|
15 |
+
Optional (Add non-mandatory address fields)<br />
|
16 |
+
Forced (Add mandatory address fields)
|
17 |
+
</li>
|
18 |
+
<li>Admin ACL for configuration</li>
|
19 |
+
</ul>
|
20 |
+
<p>Included translations: de_DE</p>
|
21 |
+
<p><b>Note:</b> To avoid 404 errors in admin please re-login after first installation.</p>
|
22 |
+
<p>For more information please visit our <a href="http://www.design-slider.de/magento-onlineshop/magento-extensions/registration-address/">official extension page</a> (currently in german only).</p></description>
|
23 |
+
<notes>1.0.1
|
24 |
+
added missing layout update xml
|
25 |

|
26 |
+
1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
initial release</notes>
|
28 |
<authors><author><name>Design:Slider GbR</name><user>DesignSliderGbR</user><email>magento@design-slider.de</email></author></authors>
|
29 |
+
<date>2013-03-05</date>
|
30 |
+
<time>21:36:59</time>
|
31 |
+
<contents><target name="magelocale"><dir><dir name="de_DE"><file name="DS_RegAddress.csv" hash="52df9be127385d2fc67ff570666cfef0"/></dir><dir name="en_GB"><file name="DS_RegAddress.csv" hash="e72662a9fc5ad90246bacdd23ed9f7e7"/></dir></dir></target><target name="magecommunity"><dir name="DS"><dir name="RegAddress"><dir name="Block"><dir name="Form"><file name="Register.php" hash="637993e7e7a49df345bc80d0fd32c8cb"/></dir></dir><file name="CHANGE.LOG" hash="1bcc702b6d004bd5f68eeaced9ef7de5"/><dir name="Helper"><file name="Data.php" hash="2c8e49c513507a7c3f1a3f8c259b4527"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Extendedregistration"><file name="Values.php" hash="cde0fce37284089237adf9ef23c48f82"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="a4087ea016a989b4c35b94c26c5f190d"/><file name="system.xml" hash="86ac124da2abae206befeb0c394e3c04"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DS_RegAddress.xml" hash="ddbb3dab0d6dc22db6dff710198674e0"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="ds"><dir name="regaddress"><file name="register.phtml" hash="4d6bd276add7461ce655f1578c2ecec8"/></dir></dir></dir><dir name="layout"><file name="ds_regaddress.xml" hash="26900bb88bd9858c8c6917823e8a969a"/></dir></dir></dir></dir></target></contents>
|
32 |
<compatible/>
|
33 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php><package><name>Mage_Customer</name><channel>core</channel><min>1.6.1.0</min><max></max></package></required></dependencies>
|
34 |
</package>
|