Version Notes
Initial Public Release
Download this release
Release Info
Developer | Magento Core Team |
Extension | MageTitan_DefaultShippingAddress |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/{local → community}/MageTitan/DefaultShippingAddress/Model/Observer.php +0 -0
- app/code/{local → community}/MageTitan/DefaultShippingAddress/Model/System/Options.php +0 -0
- app/code/{local → community}/MageTitan/DefaultShippingAddress/etc/config.xml +1 -1
- app/code/{local → community}/MageTitan/DefaultShippingAddress/etc/system.xml +0 -0
- app/etc/modules/MageTitan_DefaultShippingAddress.xml +8 -0
- package.xml +4 -4
app/code/{local → community}/MageTitan/DefaultShippingAddress/Model/Observer.php
RENAMED
File without changes
|
app/code/{local → community}/MageTitan/DefaultShippingAddress/Model/System/Options.php
RENAMED
File without changes
|
app/code/{local → community}/MageTitan/DefaultShippingAddress/etc/config.xml
RENAMED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
<modules>
|
5 |
<MageTitan_DefaultShippingAddress>
|
6 |
-
<version>1.0.
|
7 |
</MageTitan_DefaultShippingAddress>
|
8 |
</modules>
|
9 |
|
3 |
|
4 |
<modules>
|
5 |
<MageTitan_DefaultShippingAddress>
|
6 |
+
<version>1.0.1</version>
|
7 |
</MageTitan_DefaultShippingAddress>
|
8 |
</modules>
|
9 |
|
app/code/{local → community}/MageTitan/DefaultShippingAddress/etc/system.xml
RENAMED
File without changes
|
app/etc/modules/MageTitan_DefaultShippingAddress.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<config>
|
2 |
+
<modules>
|
3 |
+
<MageTitan_DefaultShippingAddress>
|
4 |
+
<active>true</active>
|
5 |
+
<codePool>community</codePool>
|
6 |
+
</MageTitan_DefaultShippingAddress>
|
7 |
+
</modules>
|
8 |
+
</config>
|
package.xml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MageTitan_DefaultShippingAddress</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
<description><p>By default, the Magento checkout process automatically assumes the customer checking out will have a different shipping address from their billing address. With this simple extension you can simple change the default shipping to be the same as the billing address. Without this extension, you'll have to update the Magento core code so even though it's simple, it's very useful.</p>
|
11 |
<h3>Checkout the features offered with the Default Shipping Address Extension:</h3>
|
12 |
<ul>
|
@@ -21,8 +21,8 @@
|
|
21 |
<notes>Initial Public Release</notes>
|
22 |
<authors><author><name>MageTitan</name><user>auto-converted</user><email>mike@magetitan.com</email></author></authors>
|
23 |
<date>2011-11-09</date>
|
24 |
-
<time>23:
|
25 |
-
<contents><target name="
|
26 |
<compatible/>
|
27 |
<dependencies/>
|
28 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MageTitan_DefaultShippingAddress</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Adds the ability to choose which Shipping Address is selected by default during Checkout.</summary>
|
10 |
<description><p>By default, the Magento checkout process automatically assumes the customer checking out will have a different shipping address from their billing address. With this simple extension you can simple change the default shipping to be the same as the billing address. Without this extension, you'll have to update the Magento core code so even though it's simple, it's very useful.</p>
|
11 |
<h3>Checkout the features offered with the Default Shipping Address Extension:</h3>
|
12 |
<ul>
|
21 |
<notes>Initial Public Release</notes>
|
22 |
<authors><author><name>MageTitan</name><user>auto-converted</user><email>mike@magetitan.com</email></author></authors>
|
23 |
<date>2011-11-09</date>
|
24 |
+
<time>23:21:58</time>
|
25 |
+
<contents><target name="magecommunity"><dir name="MageTitan"><dir name="DefaultShippingAddress"><dir name="etc"><file name="config.xml" hash="c5a8f705179e42ab57c81b5e1a90b35e"/><file name="system.xml" hash="df17515ae05224147a7adf8e81e069a9"/></dir><dir name="Model"><dir name="System"><file name="Options.php" hash="77ba5191d139bd76dbc7cfc2757e7468"/></dir><file name="Observer.php" hash="2e8ab303cb58d30b8bdeb9237e44164a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="MageTitan_DefaultShippingAddress.xml" hash="95f82c88533e40228775eba46d953e56"/></dir></target></contents>
|
26 |
<compatible/>
|
27 |
<dependencies/>
|
28 |
</package>
|