Version Notes
Fixed #1: Order comment box caused Terms and Conditions to disappear
Download this release
Release Info
Developer | Sergey Storchay |
Extension | Magemaven_OrderComment |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/community/Magemaven/OrderComment/etc/config.xml
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
<config>
|
16 |
<modules>
|
17 |
<Magemaven_OrderComment>
|
18 |
-
<version>
|
19 |
</Magemaven_OrderComment>
|
20 |
</modules>
|
21 |
<global>
|
15 |
<config>
|
16 |
<modules>
|
17 |
<Magemaven_OrderComment>
|
18 |
+
<version>1.0.2.0</version>
|
19 |
</Magemaven_OrderComment>
|
20 |
</modules>
|
21 |
<global>
|
app/design/frontend/base/default/template/ordercomment/checkout/agreements.phtml
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
</ul>
|
30 |
</div>
|
31 |
|
32 |
-
<?php if (
|
33 |
<ol class="checkout-agreements">
|
34 |
<?php foreach ($this->getAgreements() as $_a): ?>
|
35 |
<li>
|
29 |
</ul>
|
30 |
</div>
|
31 |
|
32 |
+
<?php if ($this->getAgreements()): ?>
|
33 |
<ol class="checkout-agreements">
|
34 |
<?php foreach ($this->getAgreements() as $_a): ?>
|
35 |
<li>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magemaven_OrderComment</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/academic.php">AFL 3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Optional comment for customer orders.</summary>
|
10 |
<description>Allows customer to specify optional comment during order placing.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Sergey Storchay</name><user>magemaven</user><email>r8@r8.com.ua</email></author></authors>
|
13 |
-
<date>2011-12-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Magemaven_OrderComment.xml" hash="d79ebfc0edd2a9e491bbb5160fc59bda"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ordercomment"><dir name="checkout"><file name="agreements.phtml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magemaven_OrderComment</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/academic.php">AFL 3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Optional comment for customer orders.</summary>
|
10 |
<description>Allows customer to specify optional comment during order placing.</description>
|
11 |
+
<notes>Fixed #1: Order comment box caused Terms and Conditions to disappear</notes>
|
12 |
<authors><author><name>Sergey Storchay</name><user>magemaven</user><email>r8@r8.com.ua</email></author></authors>
|
13 |
+
<date>2011-12-12</date>
|
14 |
+
<time>06:22:43</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Magemaven_OrderComment.xml" hash="d79ebfc0edd2a9e491bbb5160fc59bda"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ordercomment"><dir name="checkout"><file name="agreements.phtml" hash="61ca6fdf6f4a19750cacbe41578efe1a"/></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Magemaven"><dir name="OrderComment"><dir name="Block"><dir name="Checkout"><file name="Agreements.php" hash="b84c7da14a91698190ffc05c1e495e43"/></dir></dir><dir name="Helper"><file name="Data.php" hash="306deb38ea09d08c920d86aa664ee6f8"/></dir><dir name="Model"><file name="Observer.php" hash="eeec96bafbd4c1c0326f4fcc309fefaa"/></dir><dir name="etc"><file name="config.xml" hash="e47c062f6870b7f8946ae50943ea00a7"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|