Version Notes
This is the version 1.0.0.1 stable release.
Download this release
Release Info
Developer | Tanuj Pandey |
Extension | Sonic_Fshipping |
Version | 1.0.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.0.1
app/code/{local → community}/Sonic/Fshipping/Model/Carrier.php
RENAMED
File without changes
|
app/code/{local → community}/Sonic/Fshipping/etc/config.xml
RENAMED
File without changes
|
app/code/{local → community}/Sonic/Fshipping/etc/system.xml
RENAMED
File without changes
|
app/etc/modules/Sonic_Fshipping.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<Sonic_Fshipping>
|
5 |
<active>true</active>
|
6 |
-
<codePool>
|
7 |
<depends>
|
8 |
<Mage_Shipping />
|
9 |
</depends>
|
3 |
<modules>
|
4 |
<Sonic_Fshipping>
|
5 |
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
<depends>
|
8 |
<Mage_Shipping />
|
9 |
</depends>
|
package.xml
CHANGED
@@ -1,36 +1,30 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sonic_Fshipping</name>
|
4 |
-
<version>1.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://opensource.org/licenses/osl-3.0.php">
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Sonic Free Shipping enables the free shipping option for multiple or individual specific customers.</summary>
|
10 |
-
<description
|
11 |
-

|
12 |
-

|
13 |
-
Overview
|
14 |
-

|
15 |

|
16 |
The module allows you to apply free shipping on specific customers. It adds a multi select option that contains a list with all store customers in Free Shipping module settings. You can select one or multiple customers that will always get free shipping option.
|
17 |
-
|
18 |
-
|
19 |
-
Usage
|
20 |
-

|
21 |

|
22 |
All you need to do is:
|
23 |
-
|
24 |
-
- Install the module - the installation is simple and straightforward. Extract the archive and copy the directory called
|
25 |
-
|
26 |
- Select customers that will get free shipping.
|
27 |
-
|
28 |
- You can also set the price for the remaining non selected customers.</description>
|
29 |
-
<notes>This is the version 1.0.0 stable release.</notes>
|
30 |
<authors><author><name>Tanuj Pandey</name><user>TanujP</user><email>tanuj.d.pandey@gmail.com</email></author></authors>
|
31 |
-
<date>2015-03
|
32 |
-
<time>
|
33 |
-
<contents><target name="
|
34 |
<compatible/>
|
35 |
-
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php></required></dependencies>
|
36 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sonic_Fshipping</name>
|
4 |
+
<version>1.0.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Sonic Free Shipping enables the free shipping option for multiple or individual specific customers.</summary>
|
10 |
+
<description><h2>Overview</h2>
|
|
|
|
|
|
|
|
|
11 |

|
12 |
The module allows you to apply free shipping on specific customers. It adds a multi select option that contains a list with all store customers in Free Shipping module settings. You can select one or multiple customers that will always get free shipping option.
|
13 |
+
<br /><br />
|
14 |
+
<h2>Usage</h2>
|
|
|
|
|
15 |

|
16 |
All you need to do is:
|
17 |
+
<br /><br />
|
18 |
+
- Install the module - the installation is simple and straightforward. Extract the archive and copy the directory called &quot;app&quot; to your Magento root directory. It contains all the files of the module.
|
19 |
+
<br /><br />
|
20 |
- Select customers that will get free shipping.
|
21 |
+
<br /><br />
|
22 |
- You can also set the price for the remaining non selected customers.</description>
|
23 |
+
<notes>This is the version 1.0.0.1 stable release.</notes>
|
24 |
<authors><author><name>Tanuj Pandey</name><user>TanujP</user><email>tanuj.d.pandey@gmail.com</email></author></authors>
|
25 |
+
<date>2015-05-03</date>
|
26 |
+
<time>07:43:43</time>
|
27 |
+
<contents><target name="magecommunity"><dir name="Sonic"><dir name="Fshipping"><dir name="Model"><file name="Carrier.php" hash="a501c08bf97f0f9458b0d0a3ecd57917"/></dir><dir name="etc"><file name="config.xml" hash="e5db89324fb65946f5c0782d941ee811"/><file name="system.xml" hash="e5362dbfc64229e61108e516ff4c95ba"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sonic_Fshipping.xml" hash="300fdf75cdbc51db31e3d5485ab32db8"/></dir></target></contents>
|
28 |
<compatible/>
|
29 |
+
<dependencies><required><php><min>5.2.0</min><max>5.6.0</max></php><package><name>Mage_Shipping_Modules</name><channel>community</channel><min>1.5.0.0</min><max>1.9.1.0</max></package></required></dependencies>
|
30 |
</package>
|