Version Notes
Small layout bug fixed
Download this release
Release Info
Developer | Arvind Bhardwaj |
Extension | Ordered_By_Costomer |
Version | 0.1.4 |
Comparing to | |
See all releases |
Code changes from version 0.1.3 to 0.1.4
app/code/local/Arvobc/Obc/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Arvobc_Obc>
|
5 |
-
<version>0.1.
|
6 |
</Arvobc_Obc>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Arvobc_Obc>
|
5 |
+
<version>0.1.4</version>
|
6 |
</Arvobc_Obc>
|
7 |
</modules>
|
8 |
<frontend>
|
app/design/adminhtml/default/default/layout/obc.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.
|
3 |
<obc_adminhtml_obc_index>
|
4 |
<reference name="content">
|
5 |
<block type="obc/adminhtml_obc" name="obc" />
|
1 |
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.4">
|
3 |
<obc_adminhtml_obc_index>
|
4 |
<reference name="content">
|
5 |
<block type="obc/adminhtml_obc" name="obc" />
|
app/design/frontend/default/default/layout/obc.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<layout version="0.1.
|
3 |
<default>
|
4 |
<reference name="head">
|
5 |
<block type="core/text" name="google.cdn.jquery">
|
1 |
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.4">
|
3 |
<default>
|
4 |
<reference name="head">
|
5 |
<block type="core/text" name="google.cdn.jquery">
|
app/design/frontend/default/default/template/obc/obc.phtml
CHANGED
@@ -9,12 +9,10 @@ $orderIds = $this->getOrderIds();
|
|
9 |
<?php if ($orderIds['totalRecords']): ?>
|
10 |
<?php $orderCollection = $this->getOrderCollection($orderIds) ?>
|
11 |
<div class="block block-cart">
|
12 |
-
<?php $_cartQty = $this->getSummaryCount() ?>
|
13 |
<div class="block-title">
|
14 |
<strong><span><?php echo $this->__('Recently Orderd By') ?></span></strong>
|
15 |
</div>
|
16 |
<div class="block-content">
|
17 |
-
<?php $_items = $this->getRecentItems() ?>
|
18 |
<?php if($orderCollection->count()): ?>
|
19 |
<ol id="obc_box" class="mini-products-list">
|
20 |
<?php foreach ($orderCollection as $order): ?>
|
9 |
<?php if ($orderIds['totalRecords']): ?>
|
10 |
<?php $orderCollection = $this->getOrderCollection($orderIds) ?>
|
11 |
<div class="block block-cart">
|
|
|
12 |
<div class="block-title">
|
13 |
<strong><span><?php echo $this->__('Recently Orderd By') ?></span></strong>
|
14 |
</div>
|
15 |
<div class="block-content">
|
|
|
16 |
<?php if($orderCollection->count()): ?>
|
17 |
<ol id="obc_box" class="mini-products-list">
|
18 |
<?php foreach ($orderCollection as $order): ?>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ordered_By_Costomer</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Order By Customer extension shows the names and location of customers who ordered the product recently.</summary>
|
10 |
<description>Order By Customer extension shows the name and location of customers who ordered the product recently. The block is displayed on the product detail page. So the customer can be assured that the product is being purchased by other customers also.</description>
|
11 |
-
<notes>
|
12 |
-
<authors><author><name>Arvind Bhardwaj</name><user>
|
13 |
<date>2013-04-01</date>
|
14 |
-
<time>07:
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Arvobc_Obc.xml" hash="a4ceaea65c2cc0b9432b8ee26ff65908"/></dir></target><target name="magelocal"><dir name="Arvobc"><dir name="Obc"><dir name="Block"><file name="Obc.php" hash="7e711c15641f55712257b36fe24e5a3a"/></dir><dir name="Helper"><file name="Data.php" hash="cdcbb121d6545d14440640c40dd2e22f"/></dir><dir name="Model"><file name="Obc.php" hash="f1e05ee73f49db968044213640e7204e"/><file name="Observer.php" hash="69bfb02b24e394f9f18272d31e5d0d41"/></dir><dir name="controllers"><file name="IndexController.php" hash="bf429fe6f515f93c2c2f62e6f4266221"/></dir><dir name="etc"><file name="adminhtml.xml" hash="bb2f3a7af1dc396210299f973ba9b7a7"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ordered_By_Costomer</name>
|
4 |
+
<version>0.1.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Order By Customer extension shows the names and location of customers who ordered the product recently.</summary>
|
10 |
<description>Order By Customer extension shows the name and location of customers who ordered the product recently. The block is displayed on the product detail page. So the customer can be assured that the product is being purchased by other customers also.</description>
|
11 |
+
<notes>Small layout bug fixed</notes>
|
12 |
+
<authors><author><name>Arvind Bhardwaj</name><user>Arvind07</user><email>bhardwajsonheight@gmail.com</email></author></authors>
|
13 |
<date>2013-04-01</date>
|
14 |
+
<time>07:26:16</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Arvobc_Obc.xml" hash="a4ceaea65c2cc0b9432b8ee26ff65908"/></dir></target><target name="magelocal"><dir name="Arvobc"><dir name="Obc"><dir name="Block"><file name="Obc.php" hash="7e711c15641f55712257b36fe24e5a3a"/></dir><dir name="Helper"><file name="Data.php" hash="cdcbb121d6545d14440640c40dd2e22f"/></dir><dir name="Model"><file name="Obc.php" hash="f1e05ee73f49db968044213640e7204e"/><file name="Observer.php" hash="69bfb02b24e394f9f18272d31e5d0d41"/></dir><dir name="controllers"><file name="IndexController.php" hash="bf429fe6f515f93c2c2f62e6f4266221"/></dir><dir name="etc"><file name="adminhtml.xml" hash="bb2f3a7af1dc396210299f973ba9b7a7"/><file name="config.xml" hash="13fdf4bbcf4e7aa3f2b89b0d75969fa0"/><file name="system.xml" hash="137300a027d3b8d65c8a52caa98d99ff"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="obc.xml" hash="5b1d1b2477fe2dea4ff8b79885a7c021"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="obc.xml" hash="0a3edd647a1f94dab8df371b28922f37"/></dir><dir name="template"><dir name="obc"><file name="obc.phtml" hash="47cb58a2917642d291fc72194c572e0c"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|