Version Notes
This extension is based on Adrian Speyer's magento extension for Piwik, which can be found at http://www.magentocommerce.com/magento-connect/piwik-ecommerce.html.
Download this release
Release Info
Developer | Leroy Ware |
Extension | Respondr_Ecommerce |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Respondr_Ecommerce</name>
|
4 |
+
<version>1.0.0</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>This extension is based on Adrian Speyer's magento extension for Piwik, which can be found at http://www.magentocommerce.com/magento-connect/piwik-ecommerce.html.</notes>
|
12 |
+
<authors><author><name>Leroy Ware</name><user>leroyjware</user><email>leroy@respondr.io</email></author></authors>
|
13 |
+
<date>2014-04-29</date>
|
14 |
+
<time>21:56:46</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="app"><dir name="code"><dir name="community"><dir name="RespondrMage"><dir name="RespondrAnalytics"><dir name="Block"><file name="Respondr.php" hash=""/></dir><dir name="Helper"><file name="Data.php" hash=""/></dir><dir name="Model"><file name="Observer.php" hash=""/></dir><dir name="controllers"><file name="IndexController.php" hash=""/></dir><dir name="etc"><file name="adminhtml.xml" hash=""/><file name="config.xml" hash=""/><file name="system.xml" hash=""/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="respondranalytics.xml" hash=""/></dir><dir name="template"><dir name="respondranalytics"><file name="respondr.phtml" hash=""/></dir></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="app"><dir name="etc"><dir name="modules"><file name="RespondrMage_RespondrAnalytics.xml" hash=""/></dir></dir></dir></target><target name="magelocale"><dir name="app"><dir name="locale"><dir name="de_DE"><file name="RespondrMage_RespondrAnalytics.csv" hash=""/></dir><dir name="en_US"><file name="RespondrMage_RespondrAnalytics.csv" hash=""/></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>
|