Version Notes
For any queries, please contact support@interakt.co
Download this release
Release Info
Developer | Peeyush Singhla |
Extension | Interakt_App |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
app/code/community/Interakt/App/Model/Observer.php
CHANGED
@@ -11,8 +11,9 @@ class Interakt_App_Model_Observer
|
|
11 |
$controller = $observer->getAction();
|
12 |
$layout = $controller->getLayout();
|
13 |
$block = $layout->createBlock('adminhtml/template');
|
14 |
-
$block->setTemplate('interakt_app/button.phtml');
|
15 |
-
$layout->getBlock('js')
|
|
|
16 |
|
17 |
}
|
18 |
}
|
11 |
$controller = $observer->getAction();
|
12 |
$layout = $controller->getLayout();
|
13 |
$block = $layout->createBlock('adminhtml/template');
|
14 |
+
$block->setTemplate('interakt_app/button.phtml');
|
15 |
+
if(is_object($layout->getBlock('js')))
|
16 |
+
$layout->getBlock('js')->append($block);
|
17 |
|
18 |
}
|
19 |
}
|
app/design/adminhtml/default/default/template/interakt_app/button.phtml
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
{
|
28 |
if(transport.responseText=='error')
|
29 |
{
|
30 |
-
$('#total_users').html('Invalid app key or api key, please check your app key or api key, further you have any problem please <a href="mailto:support@interakt.co?Subject=Need help for Interakt Integration with
|
31 |
}
|
32 |
|
33 |
else
|
27 |
{
|
28 |
if(transport.responseText=='error')
|
29 |
{
|
30 |
+
$('#total_users').html('Invalid app key or api key, please check your app key or api key, further you have any problem please <a href="mailto:support@interakt.co?Subject=Need help for Interakt Integration with Magento site" target="_top">Drop us an Email');
|
31 |
}
|
32 |
|
33 |
else
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Interakt_App</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Massachusetts Institute of Technology License (MITL)</license>
|
7 |
<channel>community</channel>
|
@@ -41,9 +41,9 @@ Route customer queries to our simplified helpdesk and collect valuable feedback
|
|
41 |
</ol></description>
|
42 |
<notes>For any queries, please contact support@interakt.co</notes>
|
43 |
<authors><author><name>Peeyush Singhla</name><user>peeyush</user><email>peeyush@interakt.co</email></author></authors>
|
44 |
-
<date>
|
45 |
-
<time>
|
46 |
-
<contents><target name="magecommunity"><dir><dir name="Interakt"><dir name="App"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="ab44aad61b65b29bf8e7643d6f2cc57c"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="49d4d9414b044b21cadefb0130b02cd1"/></dir><dir name="Model"><file name="Observer.php" hash="
|
47 |
<compatible/>
|
48 |
<dependencies><required><php><min>5.3.0</min><max>5.6.4</max></php></required></dependencies>
|
49 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Interakt_App</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Massachusetts Institute of Technology License (MITL)</license>
|
7 |
<channel>community</channel>
|
41 |
</ol></description>
|
42 |
<notes>For any queries, please contact support@interakt.co</notes>
|
43 |
<authors><author><name>Peeyush Singhla</name><user>peeyush</user><email>peeyush@interakt.co</email></author></authors>
|
44 |
+
<date>2016-01-21</date>
|
45 |
+
<time>10:33:18</time>
|
46 |
+
<contents><target name="magecommunity"><dir><dir name="Interakt"><dir name="App"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="ab44aad61b65b29bf8e7643d6f2cc57c"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="49d4d9414b044b21cadefb0130b02cd1"/></dir><dir name="Model"><file name="Observer.php" hash="4feb24532a5f1a421e27f33cac20ed0b"/><file name="SyncUserData.php" hash="914fa6ac2d8bd054ca4e725aee02ab28"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="AppController.php" hash="caf8aec8403946617d218d28369ae8bc"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="1302c629c2abfc004cf2654b19082b7e"/><file name="config.xml" hash="51f4fa966cf64016113580fc6339d7f8"/><file name="system.xml" hash="d711a0961c143b132fe4e9a116d7eeaf"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="interakt_app"><file name="button.phtml" hash="dc55f6c225aa555ece20d044f9c406f0"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Interakt_App.xml" hash="c4bdf884ff2016bc6e319309f3b773ba"/></dir></dir></target></contents>
|
47 |
<compatible/>
|
48 |
<dependencies><required><php><min>5.3.0</min><max>5.6.4</max></php></required></dependencies>
|
49 |
</package>
|