Version Notes
-Bug fixing
Download this release
Release Info
Developer | Biztech |
Extension | order_delivery_date |
Version | 0.1.6 |
Comparing to | |
See all releases |
Code changes from version 0.1.5 to 0.1.6
app/code/local/Bc/Deliverydate/etc/config.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Bc_Deliverydate>
|
13 |
-
<version>0.1.
|
14 |
</Bc_Deliverydate>
|
15 |
</modules>
|
16 |
<frontend>
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Bc_Deliverydate>
|
13 |
+
<version>0.1.6</version>
|
14 |
</Bc_Deliverydate>
|
15 |
</modules>
|
16 |
<frontend>
|
app/design/frontend/default/default/template/deliverydate/review/info.phtml
CHANGED
@@ -82,7 +82,7 @@
|
|
82 |
<?php } ?>
|
83 |
<script type="text/javascript">
|
84 |
//<![CDATA[
|
85 |
-
|
86 |
//]]>
|
87 |
</script>
|
88 |
</div>
|
82 |
<?php } ?>
|
83 |
<script type="text/javascript">
|
84 |
//<![CDATA[
|
85 |
+
review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
|
86 |
//]]>
|
87 |
</script>
|
88 |
</div>
|
app/etc/modules/Bc_Deliverydate.xml
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Bc
|
5 |
-
* @package Bc_Deliverydate
|
6 |
-
* @author ModuleCreator
|
7 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
-
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Bc
|
5 |
+
* @package Bc_Deliverydate
|
6 |
+
* @author ModuleCreator
|
7 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
+
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
package.xml
CHANGED
@@ -1,41 +1,23 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>order_delivery_date</name>
|
4 |
-
<version>0.1.
|
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>
|
10 |
-
|
|
|
11 |

|
12 |
-
|
13 |

|
14 |
-
Our
|
15 |
-
|
16 |
-

|
17 |
-
Allows users to provide expected shipping arrival date
|
18 |
-
Users can also write comments while placing an order from your online shop
|
19 |
-
Users will not able to select previous dates
|
20 |
-
Option to display shipping arrival date and comment in order view page
|
21 |
-
Display shipping arrival date and comment in order confirmation email sent to customer
|
22 |
-

|
23 |
-
Features for the admin
|
24 |
-

|
25 |
-
Disable week off days (like Saturday and Sunday)
|
26 |
-
Specify on which step shipping arrival date should be display, whether it is on shipping method page or order review page
|
27 |
-
Mention on which format shipping arrival should display
|
28 |
-
Add shipping arrival date and comment while placing an order from admin panel
|
29 |
-

|
30 |
-
Mentioned below is the code you need to use for displaying shipping arrival date and comment while placing an order from admin panel.
|
31 |
-
echo $this->getLayout()->createBlock('deliverydate/deliverydate')->setTemplate('deliverydate/date.phtml')->toHtml();
|
32 |
-

|
33 |
-
The Magento Order Delivery Date Extension is compatible with various Magento versions and is 100% bug-free and optimized for best performance. For more queries & technical support, feel free to get in touch with our Magento Extension Development Experts. </description>
|
34 |
-
<notes>-solve third party payment option issue</notes>
|
35 |
<authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
|
36 |
-
<date>
|
37 |
-
<time>
|
38 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Bc_Deliverydate.xml" hash="
|
39 |
<compatible/>
|
40 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
41 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>order_delivery_date</name>
|
4 |
+
<version>0.1.6</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>Delivery date extension will allow customer to choose preferable delivery date for order. 
|
10 |
+
</summary>
|
11 |
+
<description>Delivery date extension will allow customer to choose preferable delivery date for order. 
|
12 |

|
13 |
+
Extension provide advance configuration for admin to decide where to capture delivery date from user either from shipping method step or review step in checkout process. 
|
14 |

|
15 |
+
Our extension will override files to display delivery date with order information so that admin dont requires to manually change any files.</description>
|
16 |
+
<notes>-Bug fixing</notes>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
<authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
|
18 |
+
<date>2014-01-11</date>
|
19 |
+
<time>10:34:07</time>
|
20 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Bc_Deliverydate.xml" hash="eab1058099910cdf137d2e38ee73c392"/></dir></target><target name="magelocal"><dir name="Bc"><dir name="Deliverydate"><dir name="Block"><dir name="Adminhtml"><dir name="Deliverydate"><dir name="Edit"><file name="Form.php" hash="14a5ef75f43be68f966b4233d1a71707"/><dir name="Tab"><file name="Form.php" hash="eb392c359eafe55fa4af49726e38d25d"/></dir><file name="Tabs.php" hash="4dae864023de48414f5c5de48961dbb2"/></dir><file name="Edit.php" hash="b990ba5c1f8bc9c9e8796f4b0fe45ab2"/><file name="Grid.php" hash="1033c40acfc04c6d9b2827f3b1664fef"/></dir><file name="Deliverydate.php" hash="da2c1c11742280cbdad8a6789d8e710f"/></dir><file name="Deliverydate.php" hash="2e5ea173382e8fd75165b8bee4cfb409"/><dir name="Email"><file name="Info.php" hash="77175f966ef7fe9414bfbb1592f651ff"/></dir><dir name="Order"><file name="Info.php" hash="73d4b23927c7531e489eb6a806934b44"/></dir></dir><dir name="Helper"><file name="Data.php" hash="d0b7cdd924cf7ff3947088d4e8e10910"/></dir><dir name="Model"><dir name="Config"><file name="Dateformat.php" hash="722f44d3c607a2e0f172f8b2721405fe"/><file name="Dayoff.php" hash="be7e72edca44e8cee607972cde0e1565"/><file name="Option.php" hash="45780922eac613f1a6a03ced8af080ec"/><file name="Timeformat.php" hash="19b1013107a87923bdc2b962dae844ec"/></dir><file name="Deliverydate.php" hash="d6d63e0c5db21a706ec7353b307f8a95"/><dir name="Mysql4"><dir name="Deliverydate"><file name="Collection.php" hash="38e5fa717318b2fc9d18eca3db6b0e8b"/></dir><file name="Deliverydate.php" hash="5dee427cc09c3659a76a32a6ec13cade"/></dir><file name="Observer.php" hash="bdde7329038961889cec689dcf563004"/><file name="Status.php" hash="334c9b7669e215314b32e9cbcff89354"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="DeliverydateController.php" hash="a33ab0d29a473dbc421aef1df67d301f"/></dir><file name="IndexController.php" hash="4066dfbe772492393bf98a127af7bc2d"/></dir><dir name="etc"><file name="config.xml" hash="8dffb9eb280e9bd296481b1c52cecd35"/><file name="system.xml" hash="adf832b092bdafb35a59d5b71e7601d2"/></dir><dir name="sql"><dir name="deliverydate_setup"><file name="mysql4-install-0.1.0.php" hash="d03f13d84464f407844bee55dc930d60"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="deliverydate.xml" hash="1a93a596b5a279a9a8b688a02211f010"/></dir><dir name="template"><dir name="deliverydate"><file name="agreements.phtml" hash="b54d092b98c18bff9176bbb9473262a9"/><file name="deliverydate.phtml" hash="9efec3e9eb4302d49bdf29552ba484a5"/><dir><dir name="email"><file name="info.phtml" hash="6fdbc376e648bd328a9167dd08c8cc5b"/></dir><dir name="js"><file name="calendar.phtml" hash="0cf736ac3f11475c3b20ce008791ce30"/></dir><dir name="order"><file name="info.phtml" hash="03a790d8ec056ae0446afc78247e410d"/></dir><dir name="review"><file name="info.phtml" hash="f183feb12abae30c216a9b592fd67b9b"/></dir><dir name="shipping_method"><file name="available.phtml" hash="0d7ab3fd3d976cc90ddba322d3c8737e"/></dir></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="deliverydate.xml" hash="28218a2131b1b68e4ad0acf9aa0b559c"/></dir><dir name="template"><dir name="deliverydate"><file name="date.phtml" hash="865e5602821db004e5fdbdf227612e49"/><file name="info.phtml" hash="1a2fe215c78938cd4615275a8093b7c6"/><dir><dir name="js"><file name="calendar.phtml" hash="0cf736ac3f11475c3b20ce008791ce30"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="ico_reset.png" hash="b5f3195305024564e387bc15ebadcc7c"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="ico_reset.png" hash="b5f3195305024564e387bc15ebadcc7c"/></dir></dir></dir></dir></target></contents>
|
21 |
<compatible/>
|
22 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
23 |
</package>
|
skin/frontend/{default → base}/default/images/ico_reset.png
RENAMED
File without changes
|