Version Notes
First Release
Download this release
Release Info
Developer | Daffodil Software |
Extension | Daffodil_Stock |
Version | 1.0.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.2 to 1.0.0.3
app/design/frontend/default/default/layout/stock.xml
CHANGED
@@ -9,16 +9,11 @@
|
|
9 |
</default>
|
10 |
<catalog_product_view translate="label">
|
11 |
<reference name="product.info.extrahint" >
|
12 |
-
<block type="
|
13 |
<action method="setTemplate" ifconfig="stock/all_settings/enabled">
|
14 |
<template>stock/stock.phtml</template>
|
15 |
</action>
|
16 |
</block>
|
17 |
</reference>
|
18 |
</catalog_product_view>
|
19 |
-
<catalog_product_view>
|
20 |
-
<reference name="content">
|
21 |
-
<block type="stock/stock" name="stock" as="stock-item" template="stock/stock.phtml" />
|
22 |
-
</reference>
|
23 |
-
</catalog_product_view>
|
24 |
</layout>
|
9 |
</default>
|
10 |
<catalog_product_view translate="label">
|
11 |
<reference name="product.info.extrahint" >
|
12 |
+
<block type="stock/stock" name="stock">
|
13 |
<action method="setTemplate" ifconfig="stock/all_settings/enabled">
|
14 |
<template>stock/stock.phtml</template>
|
15 |
</action>
|
16 |
</block>
|
17 |
</reference>
|
18 |
</catalog_product_view>
|
|
|
|
|
|
|
|
|
|
|
19 |
</layout>
|
app/design/frontend/rwd/default/layout/stock.xml
CHANGED
@@ -9,16 +9,11 @@
|
|
9 |
</default>
|
10 |
<catalog_product_view translate="label">
|
11 |
<reference name="product.info.extrahint" >
|
12 |
-
<block type="
|
13 |
<action method="setTemplate" ifconfig="stock/all_settings/enabled">
|
14 |
<template>stock/stock.phtml</template>
|
15 |
</action>
|
16 |
</block>
|
17 |
</reference>
|
18 |
</catalog_product_view>
|
19 |
-
<catalog_product_view>
|
20 |
-
<reference name="content">
|
21 |
-
<block type="stock/stock" name="stock" as="stock-item" template="stock/stock.phtml" />
|
22 |
-
</reference>
|
23 |
-
</catalog_product_view>
|
24 |
</layout>
|
9 |
</default>
|
10 |
<catalog_product_view translate="label">
|
11 |
<reference name="product.info.extrahint" >
|
12 |
+
<block type="stock/stock" name="stock">
|
13 |
<action method="setTemplate" ifconfig="stock/all_settings/enabled">
|
14 |
<template>stock/stock.phtml</template>
|
15 |
</action>
|
16 |
</block>
|
17 |
</reference>
|
18 |
</catalog_product_view>
|
|
|
|
|
|
|
|
|
|
|
19 |
</layout>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Daffodil_Stock</name>
|
4 |
-
<version>1.0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -12,9 +12,9 @@ For Example if quantity is less than 10 then it shows message like "Please hurry
|
|
12 |
We can set quantity of products from admin. If product quantity is equl or less than set quantity then it start showing message in product detail page.</description>
|
13 |
<notes>First Release</notes>
|
14 |
<authors><author><name>Daffodil Software</name><user>daffodilsw</user><email>ashish.mittal@daffodilsw.com</email></author></authors>
|
15 |
-
<date>2014-09-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magelocal"><dir name="Daffodil"><dir name="Stock"><dir name="Block"><file name="Stock.php" hash="a667f413c6d2f4aca71cf851b25766fc"/><file name="Stock.php~" hash="d7b13023e008a0a0c22875c355a91270"/></dir><dir name="Helper"><file name="Data.php" hash="aebfc2d3ea2566f6ffd6677eeb3c1286"/></dir><dir name="etc"><file name="config.xml" hash="6868f640ed25bec95774830a8db53406"/><file name="config.xml~" hash="0557195d1dd78f42345bd8c2f5b2880d"/><file name="system.xml" hash="2ba0d5f64d1ebafb448c3e3865b9c157"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="stock.xml" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.9</max></package></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Daffodil_Stock</name>
|
4 |
+
<version>1.0.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
12 |
We can set quantity of products from admin. If product quantity is equl or less than set quantity then it start showing message in product detail page.</description>
|
13 |
<notes>First Release</notes>
|
14 |
<authors><author><name>Daffodil Software</name><user>daffodilsw</user><email>ashish.mittal@daffodilsw.com</email></author></authors>
|
15 |
+
<date>2014-09-09</date>
|
16 |
+
<time>04:52:30</time>
|
17 |
+
<contents><target name="magelocal"><dir name="Daffodil"><dir name="Stock"><dir name="Block"><file name="Stock.php" hash="a667f413c6d2f4aca71cf851b25766fc"/><file name="Stock.php~" hash="d7b13023e008a0a0c22875c355a91270"/></dir><dir name="Helper"><file name="Data.php" hash="aebfc2d3ea2566f6ffd6677eeb3c1286"/></dir><dir name="etc"><file name="config.xml" hash="6868f640ed25bec95774830a8db53406"/><file name="config.xml~" hash="0557195d1dd78f42345bd8c2f5b2880d"/><file name="system.xml" hash="2ba0d5f64d1ebafb448c3e3865b9c157"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="stock.xml" hash="1a940b79c6c651fbd55862340afb08fc"/></dir><dir name="template"><dir name="stock"><file name="stock.phtml" hash="7932e4defa3d7dbc7b25036d58d3ac93"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="stock.xml" hash="1a940b79c6c651fbd55862340afb08fc"/></dir><dir name="template"><dir name="stock"><file name="stock.phtml" hash="7932e4defa3d7dbc7b25036d58d3ac93"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="stock.css" hash="24cd510cf49f058261f91b62653839a5"/></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="css"><file name="stock.css" hash="24cd510cf49f058261f91b62653839a5"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Daffodil_Stock.xml" hash="9a9fbf436a4bd167b79390a53aa8a927"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.9</max></package></required></dependencies>
|
20 |
</package>
|