Version Notes
Updated extension
Download this release
Release Info
Developer | Parcify |
Extension | PARCIFY |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
app/code/community/Parcify/Carrier/Model/Carrier.php
CHANGED
@@ -27,7 +27,7 @@ class Parcify_Carrier_Model_Carrier extends Mage_Shipping_Model_Carrier_Abstract
|
|
27 |
return false;
|
28 |
}
|
29 |
|
30 |
-
if (($request->getFreeShipping()) || ($request->getBaseSubtotalInclTax() >= $this->getConfigData('free_shipping_subtotal'))) {
|
31 |
/**
|
32 |
* If the request has the free shipping flag,
|
33 |
* append a free shipping rate to the result.
|
27 |
return false;
|
28 |
}
|
29 |
|
30 |
+
if (($request->getFreeShipping()) || ($request->getBaseSubtotalInclTax() >= floatval($this->getConfigData('free_shipping_subtotal')))) {
|
31 |
/**
|
32 |
* If the request has the free shipping flag,
|
33 |
* append a free shipping rate to the result.
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Parcify</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,7 +12,7 @@ Magento extension for integrating with the Parcify app.</summary>
|
|
12 |
<description>Parcel delivery today isn’t what it should be
|
13 |
We’re still missing deliveries, unable to track parcels in real time and having to pick them up ourselves at depots. Why can’t a parcel be picked up or delivered to my current location instead of a specific address?
|
14 |

|
15 |
-
We want to change things by embracing the latest technologies while adding a personal touch
|
16 |

|
17 |
The Parcify app features:
|
18 |
- Personal pick up and delivery at your position
|
@@ -28,11 +28,11 @@ The Parcify app features:
|
|
28 |
Magento extension for integrating with the Parcify app.
|
29 |

|
30 |
We use your GPS position in the foreground and background so that we can bring your parcel to your location. To be able to do this, Parcify needs to know your current location in real-time. Continued use of GPS running in the background can dramatically decrease battery life.</description>
|
31 |
-
<notes
|
32 |
<authors><author><name>Parcify</name><user>parcify</user><email>app@parcify.com</email></author></authors>
|
33 |
-
<date>2016-
|
34 |
-
<time>14:
|
35 |
-
<contents><target name="magecommunity"><dir name="Parcify"><dir name="Carrier"><dir name="Model"><file name="Carrier.php" hash="
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
|
38 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Parcify</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
12 |
<description>Parcel delivery today isn’t what it should be
|
13 |
We’re still missing deliveries, unable to track parcels in real time and having to pick them up ourselves at depots. Why can’t a parcel be picked up or delivered to my current location instead of a specific address?
|
14 |

|
15 |
+
We want to change things by embracing the latest technologies while adding a personal touch.
|
16 |

|
17 |
The Parcify app features:
|
18 |
- Personal pick up and delivery at your position
|
28 |
Magento extension for integrating with the Parcify app.
|
29 |

|
30 |
We use your GPS position in the foreground and background so that we can bring your parcel to your location. To be able to do this, Parcify needs to know your current location in real-time. Continued use of GPS running in the background can dramatically decrease battery life.</description>
|
31 |
+
<notes>Updated extension</notes>
|
32 |
<authors><author><name>Parcify</name><user>parcify</user><email>app@parcify.com</email></author></authors>
|
33 |
+
<date>2016-09-09</date>
|
34 |
+
<time>14:39:02</time>
|
35 |
+
<contents><target name="magecommunity"><dir name="Parcify"><dir name="Carrier"><dir name="Model"><file name="Carrier.php" hash="aced6b8d2cd0590bac283f49cccffb73"/><file name="Observer.php" hash="28f2447df3a84359362a3f204145b0e7"/></dir><dir name="etc"><file name="config.xml" hash="620e564cd44358468880fb00cc01aa61"/><file name="system.xml" hash="b124a8960a79b3384b3a43431b35425f"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Translations"><dir name="etc"><file name="config.xml" hash="e09b4a8bfc13ec5b2ca27ff49208e8c3"/></dir><file name=".DS_Store" hash="521b787219559ffa4872d6712d1bb180"/></dir><file name=".DS_Store" hash="b6792e41331d5a1ad2268594e4c95785"/></dir></target><target name="mageetc"><dir name="modules"><file name="Parcify_Carrier.xml" hash="d04282cc1a091fc8438756ec48b7eafd"/></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
|
38 |
</package>
|