Version Notes
Fixed some issues where the plugin was unable to link/unlink a store to the eFactory account due to a recent Magento patch.
Download this release
Release Info
Developer | Discopylabs |
Extension | DCL_Fulfillment |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/DCL/Fulfillment/controllers/RegisterController.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @author DCL
|
5 |
*/
|
6 |
|
7 |
-
class DCL_Fulfillment_RegisterController extends Mage_Adminhtml_Controller_Action
|
8 |
{
|
9 |
public function indexAction()
|
10 |
{
|
4 |
* @author DCL
|
5 |
*/
|
6 |
|
7 |
+
class DCL_Fulfillment_RegisterController extends Mage_Core_Controller_Front_Action//Mage_Adminhtml_Controller_Action
|
8 |
{
|
9 |
public function indexAction()
|
10 |
{
|
app/code/community/DCL/Fulfillment/etc/config.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
<config>
|
13 |
<modules>
|
14 |
<DCL_Fulfillment>
|
15 |
-
<version>1.0.
|
16 |
</DCL_Fulfillment>
|
17 |
</modules>
|
18 |
<global>
|
12 |
<config>
|
13 |
<modules>
|
14 |
<DCL_Fulfillment>
|
15 |
+
<version>1.0.1</version>
|
16 |
</DCL_Fulfillment>
|
17 |
</modules>
|
18 |
<global>
|
app/code/community/DCL/Fulfillment/sql/dcl_fulfillment_setup/{install-1.0.0.php → install-1.0.1.php}
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DCL_Fulfillment</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://en.wikipedia.org/wiki/Open_Software_License">OSL</license>
|
7 |
<channel>community</channel>
|
@@ -9,11 +9,11 @@
|
|
9 |
<summary>Linking your Magento store to DCL fulfillment warehouses seamlessly.</summary>
|
10 |
<description>The Extension provides a simple page in System / Configuration section that allows a Magento administrator to easily choose the options for the particular store and be seamlessly integrated with the DCL system. The orders will automatically flow to DCL system and DCL will seamlessly update order status and inventory stock levels within the Magento site. 
|
11 |
The selection and timing for orders to be fulfilled by DCL can be based on a simple or a sophisticated criteria using multiple variables. And since the Extension supports multiple stores, each store can be set up to have its own criteria. The addition of a column to the Magento Sales Order grid itself to show a real time status of the order in the shipping process provides Magento administrator a significant benefit with store management. The Extension also utilizes a sophisticated approach with the latest technology to significantly reduce the calls between the systems, decreasing the bandwidth and the server time process and significantly improving performance for high order volume stores.</description>
|
12 |
-
<notes>
|
13 |
<authors><author><name>Discopylabs</name><user>Discopylabs</user><email>sales@dclcorp.com</email></author></authors>
|
14 |
-
<date>2015-
|
15 |
-
<time>
|
16 |
-
<contents><target name="magecommunity"><dir name="DCL"><dir name="Fulfillment"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><file name="Accountnumber.php" hash="8a4071d265e0def7501dd5516aec9524"/><dir name="Field"><file name="Shippingtable.php" hash="cff3a5604fc4512fbd289d4eacd669a6"/></dir><file name="Link.php" hash="6a5255552e246dd32fd2ea1495c8234f"/><file name="Readonlyconditionalfield.php" hash="71c300738d83eac2a8d0f80b46d15f8b"/></dir></dir></dir></dir><dir name="Helper"><file name="Admin.php" hash="401a569f2eff5360569beb0fa407c1a4"/><file name="Data.php" hash="b1ffda6332c173042d16ca564831cdec"/></dir><dir name="Model"><file name="Acknowledgedorder.php" hash="587977f0a50735894d63a64155cc0b7a"/><file name="Inventory.php" hash="d51806d9e83e8c825f41e3bda96d33c4"/><file name="Observer.php" hash="fa7ce59f342c3c5d4344955a8bb7cedb"/><dir name="Resource"><dir name="Acknowledgedorder"><file name="Collection.php" hash="03af8a05c1294989a1468084f51790e9"/></dir><file name="Acknowledgedorder.php" hash="07b942c21edbe454e79a1850da3a3be5"/><dir name="Inventory"><file name="Collection.php" hash="56640ad07115035d207f38d0dc5a3add"/></dir><file name="Inventory.php" hash="50f9b04cf4b9aaebeff8c1caefb277e6"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Acknowledgestatus.php" hash="703db4ad34ecec939e9019b376b1c6d3"/><file name="Days.php" hash="17906aaf18cab79170a880412a107350"/><file name="Orderage.php" hash="78b5f4790db4391198e9f06168db093d"/><file name="Statuslist.php" hash="07aea2fe17d1669f6821fd4efc285921"/></dir></dir></dir></dir><dir name="controllers"><file name="ApiController.php" hash="4f0340c4358000cb230385af9561ca64"/><file name="RegisterController.php" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DCL_Fulfillment</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://en.wikipedia.org/wiki/Open_Software_License">OSL</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Linking your Magento store to DCL fulfillment warehouses seamlessly.</summary>
|
10 |
<description>The Extension provides a simple page in System / Configuration section that allows a Magento administrator to easily choose the options for the particular store and be seamlessly integrated with the DCL system. The orders will automatically flow to DCL system and DCL will seamlessly update order status and inventory stock levels within the Magento site. 
|
11 |
The selection and timing for orders to be fulfilled by DCL can be based on a simple or a sophisticated criteria using multiple variables. And since the Extension supports multiple stores, each store can be set up to have its own criteria. The addition of a column to the Magento Sales Order grid itself to show a real time status of the order in the shipping process provides Magento administrator a significant benefit with store management. The Extension also utilizes a sophisticated approach with the latest technology to significantly reduce the calls between the systems, decreasing the bandwidth and the server time process and significantly improving performance for high order volume stores.</description>
|
12 |
+
<notes>Fixed some issues where the plugin was unable to link/unlink a store to the eFactory account due to a recent Magento patch.</notes>
|
13 |
<authors><author><name>Discopylabs</name><user>Discopylabs</user><email>sales@dclcorp.com</email></author></authors>
|
14 |
+
<date>2015-07-21</date>
|
15 |
+
<time>19:11:52</time>
|
16 |
+
<contents><target name="magecommunity"><dir name="DCL"><dir name="Fulfillment"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><file name="Accountnumber.php" hash="8a4071d265e0def7501dd5516aec9524"/><dir name="Field"><file name="Shippingtable.php" hash="cff3a5604fc4512fbd289d4eacd669a6"/></dir><file name="Link.php" hash="6a5255552e246dd32fd2ea1495c8234f"/><file name="Readonlyconditionalfield.php" hash="71c300738d83eac2a8d0f80b46d15f8b"/></dir></dir></dir></dir><dir name="Helper"><file name="Admin.php" hash="401a569f2eff5360569beb0fa407c1a4"/><file name="Data.php" hash="b1ffda6332c173042d16ca564831cdec"/></dir><dir name="Model"><file name="Acknowledgedorder.php" hash="587977f0a50735894d63a64155cc0b7a"/><file name="Inventory.php" hash="d51806d9e83e8c825f41e3bda96d33c4"/><file name="Observer.php" hash="fa7ce59f342c3c5d4344955a8bb7cedb"/><dir name="Resource"><dir name="Acknowledgedorder"><file name="Collection.php" hash="03af8a05c1294989a1468084f51790e9"/></dir><file name="Acknowledgedorder.php" hash="07b942c21edbe454e79a1850da3a3be5"/><dir name="Inventory"><file name="Collection.php" hash="56640ad07115035d207f38d0dc5a3add"/></dir><file name="Inventory.php" hash="50f9b04cf4b9aaebeff8c1caefb277e6"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Acknowledgestatus.php" hash="703db4ad34ecec939e9019b376b1c6d3"/><file name="Days.php" hash="17906aaf18cab79170a880412a107350"/><file name="Orderage.php" hash="78b5f4790db4391198e9f06168db093d"/><file name="Statuslist.php" hash="07aea2fe17d1669f6821fd4efc285921"/></dir></dir></dir></dir><dir name="controllers"><file name="ApiController.php" hash="4f0340c4358000cb230385af9561ca64"/><file name="RegisterController.php" hash="063ef061f69e09f6b39e4aa24b930b1e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="e86eda8442b803e3bcf6bdf36e4bb01b"/><file name="config.xml" hash="af6991c8d9d4bbc59a1728a171677c6f"/><file name="system.xml" hash="c34ed8a7e8deb6441c035681eb45a1d6"/></dir><dir name="sql"><dir name="dcl_fulfillment_setup"><file name="install-1.0.1.php" hash="4da7d4d3b4b055221c9a03369e92d38a"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="dcl_fulfillment_logo.png" hash="b151e62f51ec5c24d201a1c461e23ef2"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="dcl"><file name="array.phtml" hash="cc825279242115a8a4f22df95b491da8"/><file name="link_button.phtml" hash="a1f8d2aefce64e8eebea6521a7f7802e"/></dir></dir><dir name="layout"><file name="dcl_fulfillment.xml" hash="e7fc4fbcfd6173c7f692450fee609c57"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DCL_Fulfillment.xml" hash="69f65c05c6559e1bfbd128665071b5f2"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|