Version Notes
- Remove need to provide Auth Token .
Download this release
Release Info
Developer | Leroy Ware |
Extension | Respondr_Ecommerce |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/community/RespondrMage/RespondrAnalytics/controllers/IndexController.php
CHANGED
@@ -23,7 +23,7 @@ class RespondrMage_RespondrAnalytics_IndexController extends Mage_Adminhtml_Cont
|
|
23 |
$pwtoken= Mage::getStoreConfig(RespondrMage_RespondrAnalytics_Helper_Data::XML_PATH_PWTOKEN);
|
24 |
|
25 |
$installPath = RespondrMage_RespondrAnalytics_Helper_Data::SERVER_URL;
|
26 |
-
|
27 |
if (!empty($pwtoken)){
|
28 |
$block = $this->getLayout()->createBlock('core/text', 'respondr-block')->setText('<iframe src="'.$installPath.'/index.php?module=Widgetize&action=iframe&moduleToWidgetize=Dashboard&actionToWidgetize=index&idSite='.$siteId.'&period=week&date=yesterday&token_auth='.$pwtoken.'" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="1000px"></iframe>');
|
29 |
$this->_addContent($block);
|
@@ -38,4 +38,5 @@ class RespondrMage_RespondrAnalytics_IndexController extends Mage_Adminhtml_Cont
|
|
38 |
}
|
39 |
|
40 |
}
|
|
|
41 |
}
|
23 |
$pwtoken= Mage::getStoreConfig(RespondrMage_RespondrAnalytics_Helper_Data::XML_PATH_PWTOKEN);
|
24 |
|
25 |
$installPath = RespondrMage_RespondrAnalytics_Helper_Data::SERVER_URL;
|
26 |
+
/*
|
27 |
if (!empty($pwtoken)){
|
28 |
$block = $this->getLayout()->createBlock('core/text', 'respondr-block')->setText('<iframe src="'.$installPath.'/index.php?module=Widgetize&action=iframe&moduleToWidgetize=Dashboard&actionToWidgetize=index&idSite='.$siteId.'&period=week&date=yesterday&token_auth='.$pwtoken.'" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="1000px"></iframe>');
|
29 |
$this->_addContent($block);
|
38 |
}
|
39 |
|
40 |
}
|
41 |
+
*/
|
42 |
}
|
app/code/community/RespondrMage/RespondrAnalytics/etc/system.xml
CHANGED
@@ -51,18 +51,6 @@
|
|
51 |
<show_in_store>1</show_in_store>
|
52 |
</site>
|
53 |
|
54 |
-
|
55 |
-
<pwtoken translate="label">
|
56 |
-
<label>Auth Token</label>
|
57 |
-
<comment>To find your Site Id and Auth Token, log in to Respondr.io and go to Account Settings -> Sites.</comment>
|
58 |
-
<frontend_type>text</frontend_type>
|
59 |
-
<sort_order>40</sort_order>
|
60 |
-
<show_in_default>1</show_in_default>
|
61 |
-
<show_in_website>1</show_in_website>
|
62 |
-
<show_in_store>1</show_in_store>
|
63 |
-
</pwtoken>
|
64 |
-
|
65 |
-
|
66 |
</fields>
|
67 |
</analytics>
|
68 |
</groups>
|
51 |
<show_in_store>1</show_in_store>
|
52 |
</site>
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
</fields>
|
55 |
</analytics>
|
56 |
</groups>
|
package.xml
CHANGED
@@ -1,19 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Respondr_Ecommerce</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="@license http://www.gnu.org/licenses/gpl-3.0.html">GPL v3</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Advanced ecommerce marketing automation for Magento retailers.</summary>
|
10 |
<description>Increase your online revenue with automated email, mobile, and social messaging driven by your web analytics. Respondr makes it easy to re-engage your customers and bring them back to your store. Creating and managing abandoned cart, product recommendation, and cross-sell email marketing has never been easier. You can also send coupons and promotions via SMS/MMS, Facebook and more!</description>
|
11 |
-
<notes>-
|
12 |
-
- Added support for syncing optin status with Respondr.</notes>
|
13 |
<authors><author><name>Leroy Ware</name><user>LeroyWare</user><email>leroy@respondr.io</email></author><author><name>Adrian Speyer</name><user>AdrianSpeyer</user><email>adriansprojects@gmail.com</email></author></authors>
|
14 |
<date>2014-07-03</date>
|
15 |
-
<time>11:
|
16 |
-
<contents><target name="magecommunity"><dir name="RespondrMage"><dir name="RespondrAnalytics"><dir name="Block"><file name="Respondr.php" hash="b95e0d1e80918a3f5c5cd3f957e79ba0"/></dir><dir name="Helper"><file name="Data.php" hash="be7c1f8d2fcdc4d3e7c1eb9612f9d6f8"/></dir><dir name="Model"><file name="Observer.php" hash="7301ca92b1762223cf8228439fa8468e"/></dir><dir name="controllers"><file name="IndexController.php" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Respondr_Ecommerce</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="@license http://www.gnu.org/licenses/gpl-3.0.html">GPL v3</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Advanced ecommerce marketing automation for Magento retailers.</summary>
|
10 |
<description>Increase your online revenue with automated email, mobile, and social messaging driven by your web analytics. Respondr makes it easy to re-engage your customers and bring them back to your store. Creating and managing abandoned cart, product recommendation, and cross-sell email marketing has never been easier. You can also send coupons and promotions via SMS/MMS, Facebook and more!</description>
|
11 |
+
<notes>- Remove need to provide Auth Token .</notes>
|
|
|
12 |
<authors><author><name>Leroy Ware</name><user>LeroyWare</user><email>leroy@respondr.io</email></author><author><name>Adrian Speyer</name><user>AdrianSpeyer</user><email>adriansprojects@gmail.com</email></author></authors>
|
13 |
<date>2014-07-03</date>
|
14 |
+
<time>11:43:41</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="RespondrMage"><dir name="RespondrAnalytics"><dir name="Block"><file name="Respondr.php" hash="b95e0d1e80918a3f5c5cd3f957e79ba0"/></dir><dir name="Helper"><file name="Data.php" hash="be7c1f8d2fcdc4d3e7c1eb9612f9d6f8"/></dir><dir name="Model"><file name="Observer.php" hash="7301ca92b1762223cf8228439fa8468e"/></dir><dir name="controllers"><file name="IndexController.php" hash="292571ac2e24956993fb681cdd1d99a2"/></dir><dir name="etc"><file name="adminhtml.xml" hash="b28f4ddc5e0851cff79bdc1624e1192c"/><file name="config.xml" hash="ba0e13559f0515126ea5b169e6fa6ab2"/><file name="system.xml" hash="3d57e604c7b9c2eb4b11b82229531869"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="respondranalytics.xml" hash="27dc170600cb1d71cdcb7bacb6455230"/></dir><dir name="template"><dir name="respondranalytics"><file name="respondr.phtml" hash="ed8662e33db2d7c4c5a9adae72a6b994"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="RespondrMage_RespondrAnalytics.xml" hash="9dd32f4b236640c74d1f08f5cb8e344d"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="RespondrMage_RespondrAnalytics.csv" hash="788bc282a1e82ff83d93a70297435376"/></dir><dir name="en_US"><file name="RespondrMage_RespondrAnalytics.csv" hash="464c1c6e0ad748dadc01bf0a1e336287"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|