MageTitan_DefaultShippingAddress - Version 1.0.1

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 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.0</version>
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.0</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>If most people ship to the same address as their billing address, why make them the exception? Let's make "Ship to this address" the default during checkout. The Default Shipping Address extension adds the ability to choose which is selected by default.</summary>
10
  <description>&lt;p&gt;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.&lt;/p&gt;
11
  &lt;h3&gt;Checkout the features offered with the Default Shipping Address Extension:&lt;/h3&gt;
12
  &lt;ul&gt;
@@ -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:05:31</time>
25
- <contents><target name="magelocal"><dir name="MageTitan"><dir name="DefaultShippingAddress"><dir name="etc"><file name="config.xml" hash="f6fa0eb73b7aa82082377f5f33e56c25"/><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></contents>
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>&lt;p&gt;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.&lt;/p&gt;
11
  &lt;h3&gt;Checkout the features offered with the Default Shipping Address Extension:&lt;/h3&gt;
12
  &lt;ul&gt;
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>