Version Notes
Initial release of the Lumidatum Product Recommendation Widget.
Download this release
Release Info
Developer | Matt Lee |
Extension | Lumidatum_ProdRecWidget |
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>Lumidatum_ProdRecWidget</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>alpha</stability>
|
6 |
+
<license uri="https://opensource.org/licenses/mit-license.php">MITL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>A widget that displays product recommendations from Lumidatum.</summary>
|
10 |
+
<description>If you have a trained product recommendation model for Lumidatum, you can simply add this widget to your Magento site and display product recommendations for a given product being viewed, and additionally, user purchase history (if they're logged in). Simply specify your Lumidatum model Id and your Lumidatum user API token, the pages you would like the recommendation widget to appear on, and you're ready to go!</description>
|
11 |
+
<notes>Initial release of the Lumidatum Product Recommendation Widget.</notes>
|
12 |
+
<authors><author><name>Matt Lee</name><user>Lumidatum</user><email>hello@lumidatum.com</email></author></authors>
|
13 |
+
<date>2016-05-08</date>
|
14 |
+
<time>05:38:18</time>
|
15 |
+
<contents><target name="mageetc"><dir><dir name="var"><dir name="www"><dir name="magento.loc"><dir name="public"><dir name="magento1"><dir name="app"><file name="etc" hash=""/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.0.0</min><max>5.6.11</max></php></required></dependencies>
|
18 |
+
</package>
|