Version Notes
Update to work with the SUPEE-6788 patch.
Download this release
Release Info
Developer | Bikash Kaushik |
Extension | ajax_out_of_stock_notification |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- app/code/community/Kaushik/Outofstock/controllers/Adminhtml/{OutofstockController.php → Outofstock/OutofstockadminController.php} +1 -1
- app/code/community/Kaushik/Outofstock/etc/config.xml +9 -9
- app/code/community/Kaushik/Outofstock/sql/outofstock_setup/{mysql4-install-1.0.3.php → mysql4-install-1.0.4.php} +0 -0
- app/design/adminhtml/default/default/layout/outofstock.xml +2 -2
- package.xml +6 -6
app/code/community/Kaushik/Outofstock/controllers/Adminhtml/{OutofstockController.php → Outofstock/OutofstockadminController.php}
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class
|
4 |
{
|
5 |
|
6 |
protected function _initAction() {
|
1 |
<?php
|
2 |
|
3 |
+
class Kaushik_Outofstock_Adminhtml_Outofstock_OutofstockadminController extends Mage_Adminhtml_Controller_action
|
4 |
{
|
5 |
|
6 |
protected function _initAction() {
|
app/code/community/Kaushik/Outofstock/etc/config.xml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Kaushik_Outofstock>
|
12 |
-
<version>1.0.
|
13 |
</Kaushik_Outofstock>
|
14 |
</modules>
|
15 |
<frontend>
|
@@ -32,13 +32,13 @@
|
|
32 |
</frontend>
|
33 |
<admin>
|
34 |
<routers>
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
</routers>
|
43 |
</admin>
|
44 |
<adminhtml>
|
@@ -76,7 +76,7 @@
|
|
76 |
<items module="outofstock">
|
77 |
<title>Manage Subscriptions</title>
|
78 |
<sort_order>0</sort_order>
|
79 |
-
<action>
|
80 |
</items>
|
81 |
</children>
|
82 |
</outofstock>
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Kaushik_Outofstock>
|
12 |
+
<version>1.0.4</version>
|
13 |
</Kaushik_Outofstock>
|
14 |
</modules>
|
15 |
<frontend>
|
32 |
</frontend>
|
33 |
<admin>
|
34 |
<routers>
|
35 |
+
<adminhtml>
|
36 |
+
<args>
|
37 |
+
<modules>
|
38 |
+
<outofstock before="Mage_Adminhtml">Kaushik_Outofstock_Adminhtml</outofstock>
|
39 |
+
</modules>
|
40 |
+
</args>
|
41 |
+
</adminhtml>
|
42 |
</routers>
|
43 |
</admin>
|
44 |
<adminhtml>
|
76 |
<items module="outofstock">
|
77 |
<title>Manage Subscriptions</title>
|
78 |
<sort_order>0</sort_order>
|
79 |
+
<action>adminhtml/outofstock_outofstockadmin</action>
|
80 |
</items>
|
81 |
</children>
|
82 |
</outofstock>
|
app/code/community/Kaushik/Outofstock/sql/outofstock_setup/{mysql4-install-1.0.3.php → mysql4-install-1.0.4.php}
RENAMED
File without changes
|
app/design/adminhtml/default/default/layout/outofstock.xml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<layout version="0.1.0">
|
3 |
-
<
|
4 |
<reference name="content">
|
5 |
<block type="outofstock/adminhtml_outofstock" name="outofstock" />
|
6 |
</reference>
|
7 |
-
</
|
8 |
</layout>
|
1 |
<?xml version="1.0"?>
|
2 |
<layout version="0.1.0">
|
3 |
+
<adminhtml_outofstock_outofstockadmin_index>
|
4 |
<reference name="content">
|
5 |
<block type="outofstock/adminhtml_outofstock" name="outofstock" />
|
6 |
</reference>
|
7 |
+
</adminhtml_outofstock_outofstockadmin_index>
|
8 |
</layout>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ajax_out_of_stock_notification</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/osl-3.0.php">Open Software License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension allows both customers and guest to sign up for alerts once out of stock products are available.</summary>
|
10 |
-
<description>This extension adds a Notify button into product detail page for out of stock products. By clicking on this button, registered members & guests can enter their email to receive notifications when products are in stock. When admin adds new inventory for a product and it becomes in stock, the system will send an email notification to customers who subscribed to that product. This extension helps store owners in inventory decision making about out of stock products based on subscriptions.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Bikash Kaushik</name><user>bikashkaushik</user><email>bikashkaushik10@gmail.com</email></author></authors>
|
13 |
-
<date>2017-
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>7.1.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ajax_out_of_stock_notification</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://opensource.org/licenses/osl-3.0.php">Open Software License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This extension allows both customers and guest to sign up for alerts once out of stock products are available.</summary>
|
10 |
+
<description>This extension adds a Notify button into product detail page for out of stock products. By clicking on this button, registered members &amp; guests can enter their email to receive notifications when products are in stock. When admin adds new inventory for a product and it becomes in stock, the system will send an email notification to customers who subscribed to that product. This extension helps store owners in inventory decision making about out of stock products based on subscriptions.</description>
|
11 |
+
<notes>Update to work with the SUPEE-6788 patch.</notes>
|
12 |
<authors><author><name>Bikash Kaushik</name><user>bikashkaushik</user><email>bikashkaushik10@gmail.com</email></author></authors>
|
13 |
+
<date>2017-06-08</date>
|
14 |
+
<time>05:57:19</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Kaushik"><dir name="Outofstock"><dir name="Block"><dir name="Adminhtml"><dir name="Outofstock"><file name="Grid.php" hash="0cb37482f3468997788e40fe60283717"/><dir name="Renderer"><file name="Customergroup.php" hash="6f61885eb9edf31d11bf63c377ef163b"/><file name="Productname.php" hash="075b88440a10ad72feb9feaa1cb02b3a"/><file name="Productsku.php" hash="055505ace7ea75e3af4eabc27a09192d"/></dir></dir><file name="Outofstock.php" hash="7da318da3c745ce52a0b136fdd3b2d1f"/></dir><file name="Outofstock.php" hash="61d61ac94f1effb50fa605a3b3ffc015"/></dir><dir name="Helper"><file name="Data.php" hash="300e095c1c92671fdc9b33b900f6f282"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Observer.php" hash="71882d113e0b09737230c80ec3997ff8"/></dir><dir name="Mysql4"><dir name="Outofstock"><file name="Collection.php" hash="c679943ae9ead796676f0b9cb5aeb708"/></dir><file name="Outofstock.php" hash="4d2a337d37c11b174d8652adf05c96f8"/></dir><file name="Observer.php" hash="aea8c394cc71ae80af46e530b3351945"/><file name="Outofstock.php" hash="585524ff6b1de528db940ec27591f60d"/><file name="Status.php" hash="6aca3bcdebce0753f5853f5fe4b009ca"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Outofstock"><file name="OutofstockadminController.php" hash="684cbc63af8f2dc1e07b5d06c58a917b"/></dir></dir><file name="IndexController.php" hash="ac2c154c196d0dc9d33901c8e617ce06"/></dir><dir name="etc"><file name="adminhtml.xml" hash="72760cb708ffcc195e12a75a40e94f16"/><file name="config.xml" hash="4b8dd9e54b737363ec2dea6c7754dedd"/><file name="system.xml" hash="8e9b17fe5cedbbb222c345f0784454ec"/></dir><dir name="sql"><dir name="outofstock_setup"><file name="mysql4-install-1.0.4.php" hash="940075c23934ec1ff7f86b26b1dc908d"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Kaushik_Outofstock.xml" hash="fd1e66f8a5bead211c2ea44092facfce"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="outofstock.xml" hash="c7db52564dd67813f6e06dbb361d7009"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="kaushik_outofstock.xml" hash="8d2c38a2d84647ee0822f8c1e762ad70"/></dir><dir name="template"><dir name="outofstock"><file name="mysubscription.phtml" hash="6c1cd3fd0eee3ca659876ffe0a2fb944"/><file name="outofstock.phtml" hash="eef0abe9f456fd5435b3fcf0d083ac06"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><dir name="template"><dir name="email"><dir name="outofstock"><file name="instock.html" hash="2e2bc8eeea4c88fff55300605f0bce53"/><file name="subscribe.html" hash="59f04c27a8b6c25f675caed58778a99e"/><file name="unsubscribe.html" hash="a500cd1e6a8c238cf225dccae6b1c037"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>7.1.0</max></php></required></dependencies>
|
18 |
</package>
|