Version Notes
- updated app route
- applied new branding rules
Download this release
Release Info
Developer | Cue Connect |
Extension | Cue |
Version | 3.0.12 |
Comparing to | |
See all releases |
Code changes from version 3.0.11 to 3.0.12
- app/code/community/CueConnect/Cue/Block/Navigation.php +1 -1
- app/code/community/CueConnect/Cue/controllers/ElistController.php +3 -3
- app/code/community/CueConnect/Cue/etc/config.xml +6 -6
- app/code/community/CueConnect/Cue/etc/system.xml +27 -9
- app/design/frontend/base/default/layout/cueconnect.xml +2 -2
- app/design/frontend/base/default/template/cueconnect/elist.phtml +2 -2
- app/design/frontend/base/default/template/cueconnect/js.phtml +1 -1
- package.xml +7 -7
app/code/community/CueConnect/Cue/Block/Navigation.php
CHANGED
@@ -17,7 +17,7 @@ class CueConnect_Cue_Block_Navigation extends Mage_Page_Block_Switch
|
|
17 |
if (Mage::helper('cueconnect')->isCollectionAuto()) {
|
18 |
$parentBlock = $this->getParentBlock();
|
19 |
if ($parentBlock) {
|
20 |
-
$parentBlock->addLink('My
|
21 |
}
|
22 |
}
|
23 |
}
|
17 |
if (Mage::helper('cueconnect')->isCollectionAuto()) {
|
18 |
$parentBlock = $this->getParentBlock();
|
19 |
if ($parentBlock) {
|
20 |
+
$parentBlock->addLink('My List', $this->getUrl('apps/mylist'), 'My List', false, array(), 200, null, 'class="cue-stream"');
|
21 |
}
|
22 |
}
|
23 |
}
|
app/code/community/CueConnect/Cue/controllers/ElistController.php
CHANGED
@@ -33,7 +33,7 @@ class CueConnect_Cue_ElistController extends Mage_Core_Controller_Front_Action
|
|
33 |
$this->loadLayout();
|
34 |
|
35 |
// update page title
|
36 |
-
$this->getLayout()->getBlock("head")->setTitle($this->__("Cue
|
37 |
|
38 |
// show breadcrumbs
|
39 |
$breadcrumbs = $this->getLayout()->getBlock("breadcrumbs");
|
@@ -44,8 +44,8 @@ class CueConnect_Cue_ElistController extends Mage_Core_Controller_Front_Action
|
|
44 |
));
|
45 |
|
46 |
$breadcrumbs->addCrumb("elist", array(
|
47 |
-
"label" => $this->__("
|
48 |
-
"title" => $this->__("
|
49 |
));
|
50 |
|
51 |
// render layout
|
33 |
$this->loadLayout();
|
34 |
|
35 |
// update page title
|
36 |
+
$this->getLayout()->getBlock("head")->setTitle($this->__("Cue My List"));
|
37 |
|
38 |
// show breadcrumbs
|
39 |
$breadcrumbs = $this->getLayout()->getBlock("breadcrumbs");
|
44 |
));
|
45 |
|
46 |
$breadcrumbs->addCrumb("elist", array(
|
47 |
+
"label" => $this->__("My-List"),
|
48 |
+
"title" => $this->__("My-List")
|
49 |
));
|
50 |
|
51 |
// render layout
|
app/code/community/CueConnect/Cue/etc/config.xml
CHANGED
@@ -107,7 +107,7 @@
|
|
107 |
</events>
|
108 |
<rewrite>
|
109 |
<elist_url>
|
110 |
-
<from><![CDATA[#^/apps/
|
111 |
<to><![CDATA[/cueconnect/elist/index]]></to>
|
112 |
<complete>1</complete>
|
113 |
</elist_url>
|
@@ -234,23 +234,23 @@
|
|
234 |
<height>480</height>
|
235 |
</image>
|
236 |
<path>
|
237 |
-
<elist>apps/
|
238 |
</path>
|
239 |
<webhook>
|
240 |
<save_customer>
|
241 |
-
<url>https://business.cueconnect.
|
242 |
<key>026132282952ccf731a765413bf11ca32ccbc683ab92c7ad3171b2a0a71ef21d69d1334efcf79da5ecc2d496221e0e28ed025e71d210ebf16e70bfa338c4f2d3</key>
|
243 |
</save_customer>
|
244 |
<save_mark>
|
245 |
-
<url>https://business.cueconnect.
|
246 |
<key>bf83fc65e0e710e68e17c811bdb6e5d48ea2e805d8fc4af3ac9c8c428631fa044fa6509f128e6891b6d5e8df54508e045b53d95289d72f2f46d98499286772ca</key>
|
247 |
</save_mark>
|
248 |
<price_changed>
|
249 |
-
<url>https://business.cueconnect.
|
250 |
<key>f7ba9544bdded1d3a1aead3cb43557b340bf69ce1919a94e7282bfe11f573c94ffc375bf778bc374677c8150ae3880e9fa1502bb5e4235d7628e1ed3e95a6895</key>
|
251 |
</price_changed>
|
252 |
<select_version>
|
253 |
-
<url>https://business.cueconnect.
|
254 |
<key>a2645def81375a4f88475acc6b4b0639fd87bfaef715b828e1704f79bac6262ef0e85876dd7047765360678b3372812b5f1741b3abfe9159a3d50fe01e05d757</key>
|
255 |
</select_version>
|
256 |
</webhook>
|
107 |
</events>
|
108 |
<rewrite>
|
109 |
<elist_url>
|
110 |
+
<from><![CDATA[#^/apps/mylist(\/)*$#]]></from>
|
111 |
<to><![CDATA[/cueconnect/elist/index]]></to>
|
112 |
<complete>1</complete>
|
113 |
</elist_url>
|
234 |
<height>480</height>
|
235 |
</image>
|
236 |
<path>
|
237 |
+
<elist>apps/mylist</elist>
|
238 |
</path>
|
239 |
<webhook>
|
240 |
<save_customer>
|
241 |
+
<url>https://qa-business.cueconnect.net/magento/saveCustomer</url>
|
242 |
<key>026132282952ccf731a765413bf11ca32ccbc683ab92c7ad3171b2a0a71ef21d69d1334efcf79da5ecc2d496221e0e28ed025e71d210ebf16e70bfa338c4f2d3</key>
|
243 |
</save_customer>
|
244 |
<save_mark>
|
245 |
+
<url>https://qa-business.cueconnect.net/magento/saveMark</url>
|
246 |
<key>bf83fc65e0e710e68e17c811bdb6e5d48ea2e805d8fc4af3ac9c8c428631fa044fa6509f128e6891b6d5e8df54508e045b53d95289d72f2f46d98499286772ca</key>
|
247 |
</save_mark>
|
248 |
<price_changed>
|
249 |
+
<url>https://qa-business.cueconnect.net/magento/priceChanged</url>
|
250 |
<key>f7ba9544bdded1d3a1aead3cb43557b340bf69ce1919a94e7282bfe11f573c94ffc375bf778bc374677c8150ae3880e9fa1502bb5e4235d7628e1ed3e95a6895</key>
|
251 |
</price_changed>
|
252 |
<select_version>
|
253 |
+
<url>https://qa-business.cueconnect.net/magento/selectVersion</url>
|
254 |
<key>a2645def81375a4f88475acc6b4b0639fd87bfaef715b828e1704f79bac6262ef0e85876dd7047765360678b3372812b5f1741b3abfe9159a3d50fe01e05d757</key>
|
255 |
</select_version>
|
256 |
</webhook>
|
app/code/community/CueConnect/Cue/etc/system.xml
CHANGED
@@ -10,6 +10,24 @@
|
|
10 |
<show_in_website>1</show_in_website>
|
11 |
<show_in_store>1</show_in_store>
|
12 |
<groups>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
<credentials translate="label">
|
14 |
<label>Cue API Key</label>
|
15 |
<comment><![CDATA[<p>Get your Cue API key from your Merchant Hub account under the Code Implementation section.</p>]]></comment>
|
@@ -31,8 +49,8 @@
|
|
31 |
</fields>
|
32 |
</credentials>
|
33 |
<enabled translate="label">
|
34 |
-
<label>Enable
|
35 |
-
<comment><![CDATA[<p>When "
|
36 |
<frontend_type>text</frontend_type>
|
37 |
<sort_order>2</sort_order>
|
38 |
<show_in_default>0</show_in_default>
|
@@ -41,7 +59,7 @@
|
|
41 |
<fields>
|
42 |
<enabled translate="label">
|
43 |
<label>Enabled</label>
|
44 |
-
<tooltip>Enable
|
45 |
<show_in_default>0</show_in_default>
|
46 |
<show_in_website>0</show_in_website>
|
47 |
<show_in_store>1</show_in_store>
|
@@ -54,8 +72,8 @@
|
|
54 |
|
55 |
|
56 |
<mode translate="label">
|
57 |
-
<label>
|
58 |
-
<comment><![CDATA[<p>Available in two versions: a customizable widget or enterprise fully integrated that works seamlessly with your existing Customer Account and Profile.</p><p><strong>Standalone Widget:</strong>
|
59 |
<frontend_type>text</frontend_type>
|
60 |
<sort_order>3</sort_order>
|
61 |
<show_in_default>0</show_in_default>
|
@@ -74,8 +92,8 @@
|
|
74 |
</fields>
|
75 |
</mode>
|
76 |
<collection translate="label">
|
77 |
-
<label>My
|
78 |
-
<comment><![CDATA[<p>The "My
|
79 |
<frontend_type>text</frontend_type>
|
80 |
<sort_order>4</sort_order>
|
81 |
<show_in_default>0</show_in_default>
|
@@ -158,10 +176,10 @@
|
|
158 |
<label>Manual Setup Instructions</label>
|
159 |
<comment><![CDATA[
|
160 |
|
161 |
-
<strong>Step 1. 'My
|
162 |
|
163 |
|
164 |
-
<p>Copy the <a> tag and paste it in the theme's source code where you wish the 'My
|
165 |
|
166 |
<div class="reg_main" style="padding:0 20px;margin-bottom: 20px">
|
167 |
<textarea readonly="readonly" style="width: 80%; height: 50px;">
|
10 |
<show_in_website>1</show_in_website>
|
11 |
<show_in_store>1</show_in_store>
|
12 |
<groups>
|
13 |
+
<environment translate="label">
|
14 |
+
<label>Environment</label>
|
15 |
+
<frontend_type>text</frontend_type>
|
16 |
+
<sort_order>1</sort_order>
|
17 |
+
<show_in_default>0</show_in_default>
|
18 |
+
<show_in_website>0</show_in_website>
|
19 |
+
<show_in_store>1</show_in_store>
|
20 |
+
<fields>
|
21 |
+
<env translate="label">
|
22 |
+
<label>Env</label>
|
23 |
+
<show_in_default>0</show_in_default>
|
24 |
+
<show_in_website>0</show_in_website>
|
25 |
+
<show_in_store>1</show_in_store>
|
26 |
+
<frontend_type>text</frontend_type>
|
27 |
+
<sort_order>3</sort_order>
|
28 |
+
</env>
|
29 |
+
</fields>
|
30 |
+
</environment>
|
31 |
<credentials translate="label">
|
32 |
<label>Cue API Key</label>
|
33 |
<comment><![CDATA[<p>Get your Cue API key from your Merchant Hub account under the Code Implementation section.</p>]]></comment>
|
49 |
</fields>
|
50 |
</credentials>
|
51 |
<enabled translate="label">
|
52 |
+
<label>Enable My-List for this store</label>
|
53 |
+
<comment><![CDATA[<p>When "My-List" is enabled, magento's native wishlist will be disabled and customers' saved items are transfered to "My-List".</p>]]></comment>
|
54 |
<frontend_type>text</frontend_type>
|
55 |
<sort_order>2</sort_order>
|
56 |
<show_in_default>0</show_in_default>
|
59 |
<fields>
|
60 |
<enabled translate="label">
|
61 |
<label>Enabled</label>
|
62 |
+
<tooltip>Enable My-List for this store</tooltip>
|
63 |
<show_in_default>0</show_in_default>
|
64 |
<show_in_website>0</show_in_website>
|
65 |
<show_in_store>1</show_in_store>
|
72 |
|
73 |
|
74 |
<mode translate="label">
|
75 |
+
<label>My-List Version</label>
|
76 |
+
<comment><![CDATA[<p>Available in two versions: a customizable widget or enterprise fully integrated that works seamlessly with your existing Customer Account and Profile.</p><p><strong>Standalone Widget:</strong> My-List technology is deployed on a standalone widget. Shoppers will opt into this service by signing up through the My-list login popup modal.</p><p><strong>Fully Integrated:</strong> works seamlessly with your existing Customer Account and Profile. Shoppers simply need to create an account with your store to have access to My-List capabilities.</p>]]></comment>
|
77 |
<frontend_type>text</frontend_type>
|
78 |
<sort_order>3</sort_order>
|
79 |
<show_in_default>0</show_in_default>
|
92 |
</fields>
|
93 |
</mode>
|
94 |
<collection translate="label">
|
95 |
+
<label>My List</label>
|
96 |
+
<comment><![CDATA[<p>The "My List" link can be automatically added to the top links or manually inserted in any location in your theme files. <br>If you wish to manually place the "My List" link, set this option to "No" and follow the steps in the Manual Setup Instructions section below in this page.</p>]]></comment>
|
97 |
<frontend_type>text</frontend_type>
|
98 |
<sort_order>4</sort_order>
|
99 |
<show_in_default>0</show_in_default>
|
176 |
<label>Manual Setup Instructions</label>
|
177 |
<comment><![CDATA[
|
178 |
|
179 |
+
<strong>Step 1. 'My List' link setup</strong>
|
180 |
|
181 |
|
182 |
+
<p>Copy the <a> tag and paste it in the theme's source code where you wish the 'My List' link to appear:</p>
|
183 |
|
184 |
<div class="reg_main" style="padding:0 20px;margin-bottom: 20px">
|
185 |
<textarea readonly="readonly" style="width: 80%; height: 50px;">
|
app/design/frontend/base/default/layout/cueconnect.xml
CHANGED
@@ -49,9 +49,9 @@
|
|
49 |
</reference> -->
|
50 |
<!-- <reference name="top.links">
|
51 |
<action method="addLink" translate="label title">
|
52 |
-
<label>My
|
53 |
<url>cueconnect/elist</url>
|
54 |
-
<title>My
|
55 |
<prepare>true</prepare>
|
56 |
<urlParams helper="core/url/getUrl"/>
|
57 |
<position>1</position>
|
49 |
</reference> -->
|
50 |
<!-- <reference name="top.links">
|
51 |
<action method="addLink" translate="label title">
|
52 |
+
<label>My List</label>
|
53 |
<url>cueconnect/elist</url>
|
54 |
+
<title>My List</title>
|
55 |
<prepare>true</prepare>
|
56 |
<urlParams helper="core/url/getUrl"/>
|
57 |
<position>1</position>
|
app/design/frontend/base/default/template/cueconnect/elist.phtml
CHANGED
@@ -4,7 +4,7 @@ if (($this->getMode() == 2) && $this->getRetailerId() && $this->isEnabled()) :
|
|
4 |
// signed in so show elist
|
5 |
if ($this->getCustomerEmail()):
|
6 |
?>
|
7 |
-
<iframe id="streamIFrame" name="streamIFrame" src="https://www.cueconnect.
|
8 |
<?php
|
9 |
// show prelogin
|
10 |
else:
|
@@ -88,7 +88,7 @@ if (($this->getMode() == 2) && $this->getRetailerId() && $this->isEnabled()) :
|
|
88 |
<div class="cue-auth-and-info-container">
|
89 |
<div class="cue-info-container">
|
90 |
<div style="margin: auto;max-width: 400px;">
|
91 |
-
<h2 class="title cue-title">Welcome to My
|
92 |
|
93 |
<p style="padding: 12px 0 12px 0;">Everything you care about in one place. Built just for you.</p>
|
94 |
<ul style="margin: auto;display: inline-block;text-align: left;padding: 0 0 0 20px;line-height: 2;">
|
4 |
// signed in so show elist
|
5 |
if ($this->getCustomerEmail()):
|
6 |
?>
|
7 |
+
<iframe id="streamIFrame" name="streamIFrame" src="https://qa-www.cueconnect.net/poweredby/<?php echo $this->getRetailerId() ?>/?origin=<?php echo Mage::getBaseUrl(); ?>&version=embed&from=stream&email=<?php echo $this->getCustomerEmail() ?>" height="640px" width="100%" scrolling="no"></iframe>
|
8 |
<?php
|
9 |
// show prelogin
|
10 |
else:
|
88 |
<div class="cue-auth-and-info-container">
|
89 |
<div class="cue-info-container">
|
90 |
<div style="margin: auto;max-width: 400px;">
|
91 |
+
<h2 class="title cue-title">Welcome to My List</h2>
|
92 |
|
93 |
<p style="padding: 12px 0 12px 0;">Everything you care about in one place. Built just for you.</p>
|
94 |
<ul style="margin: auto;display: inline-block;text-align: left;padding: 0 0 0 20px;line-height: 2;">
|
app/design/frontend/base/default/template/cueconnect/js.phtml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
}
|
9 |
}
|
10 |
var scriptElement = document.createElement('script');
|
11 |
-
scriptElement.setAttribute('src', "https://stream.cueconnect.
|
12 |
scriptElement.setAttribute('onload', 'executeOnLoad.apply(this)');
|
13 |
scriptElement.setAttribute('onreadystatechange', 'executeOnLoad.apply(this)');
|
14 |
document.body.appendChild(scriptElement);
|
8 |
}
|
9 |
}
|
10 |
var scriptElement = document.createElement('script');
|
11 |
+
scriptElement.setAttribute('src', "https://qa-stream.cueconnect.net/js/cue-seed.js");
|
12 |
scriptElement.setAttribute('onload', 'executeOnLoad.apply(this)');
|
13 |
scriptElement.setAttribute('onreadystatechange', 'executeOnLoad.apply(this)');
|
14 |
document.body.appendChild(scriptElement);
|
package.xml
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cue</name>
|
4 |
-
<version>3.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Powerful onsite marketing solution that helps increase engagement and conversions.</summary>
|
10 |
<description>Drive greater ROI using an experience and tools shoppers already engage with on your site today. Provide Cue as a free personal shopping assistant to your customers and get an inside look at the items they save and conversations they have about them. Use the data to personalize various touch points of their shopping journey and thoughtfully stimulate conversions. Receive a free 90-day trial when you sign up and grow your business risk-free.</description>
|
11 |
-
<notes>-
|
12 |
-
-
|
13 |
<authors><author><name>Cue Connect</name><user>hrais</user><email>hrais@cueconnect.com</email></author></authors>
|
14 |
-
<date>2016-
|
15 |
-
<time>
|
16 |
-
<contents><target name="mageetc"><dir name="modules"><file name="CueConnect_Cue.xml" hash="6bd6cf8a7f9e647dc5729e8b0a77cfa1"/></dir></target><target name="magecommunity"><dir name="CueConnect"><dir name="Cue"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><file name="Product.php" hash="da20e73d9d6c46f8e9b8f2e0b130b69a"/></dir><file name="Index.php" hash="0c40f5f733dd6ecd2dd5a0453d1df14b"/><file name="Progress.php" hash="9767500cf8507eacd58c6b441a23d7c1"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Readonly.php" hash="847f56fbe8ce7b3334b8831981aff5fb"/></dir></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/><file name="._.DS_Store" hash="7d40ce63be1b295f209e8b80541f880d"/></dir></dir></dir><file name="Alert.php" hash="416cb0dba8485a32feb55306f2004664"/><file name="BaseCueBlock.php" hash="762bd5f6105ae2c82bb06888ac7e079d"/><file name="Collection.php" hash="34049e05086f52a1b74bcf7046f8a4f8"/><file name="Elist.php" hash="7832410c357470a083cf3d3679ab376d"/><file name="Favorite.php" hash="dd4bd0736e3cfea4d87e366fb0e228b3"/><file name="Js.php" hash="fa423dff429d99b1969fe9b2932be095"/><file name="Meta.php" hash="c16b07f77ac3c1ccb6fdcbcfc17ea703"/><file name="Navigation.php" hash="260d23cb79f3ecaafd099dfdc54f2440"/><file name="Share.php" hash="c0a2dd7fcc9a3537718fe811d1b4d7df"/></dir><dir name="Helper"><file name="Data.php" hash="b6483a7a9d4bd1025aaeec93840145a2"/><dir name="Wishlist"><file name="Data.php" hash="df7c81da4f905c5cfdc9adf18b2918f7"/></dir></dir><dir name="Model"><file name="CueConnect.php" hash="f87201b50f23e93a3c34f995de8a2fe5"/><file name="Demand.php" hash="e1d627c3207a364c861faf8decbcd7cc"/><dir name="Mysql4"><dir name="Demand"><file name="Collection.php" hash="4bd64ac5500aacdd861c05161bfdea60"/></dir><file name="Demand.php" hash="6b3b0d54f7d15fb55d47773ea96690d8"/><dir name="UserSync"><file name="Collection.php" hash="2f70172ef8506195355d0f34fa963de7"/></dir><file name="UserSync.php" hash="29fbf5674f15ba2a8db2c4f79545431c"/><dir name="WishlistSync"><file name="Collection.php" hash="c7ae0dc2a51c0d6e26360cba2c82c685"/></dir><file name="WishlistSync.php" hash="18079cce3dcf1129dd412d9de5199351"/></dir><file name="Observer.php" hash="b47e9899847de6d7eba5b61037eabff2"/><file name="Options.php" hash="6f312d0f07fb27129c6bb8eb83fdda8c"/><file name="UserSync.php" hash="45dc5508786c1db53088f4257cd5e3bd"/><file name="WishlistSync.php" hash="4b77f0097f4ed05ea63058cc1099ce66"/><file name=".CueConnect.php.swp" hash="6563f1a641f3083c5dceca707cd9f034"/><file name=".Inmarkit.php.swp" hash="1e57142b5a69936aab17cbc6fabdd16a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SyncController.php" hash="c9cd0b21c257205cae0f09044ba12333"/></dir><file name="ElistController.php" hash="640114fb4c0db81cd8d557a53037d56f"/></dir><dir name="etc"><file name="config.xml" hash="
|
17 |
<compatible/>
|
18 |
-
<dependencies><required><php><min>5.1.0</min><max>5.6.
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cue</name>
|
4 |
+
<version>3.0.12</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Powerful onsite marketing solution that helps increase engagement and conversions.</summary>
|
10 |
<description>Drive greater ROI using an experience and tools shoppers already engage with on your site today. Provide Cue as a free personal shopping assistant to your customers and get an inside look at the items they save and conversations they have about them. Use the data to personalize various touch points of their shopping journey and thoughtfully stimulate conversions. Receive a free 90-day trial when you sign up and grow your business risk-free.</description>
|
11 |
+
<notes>- updated app route
|
12 |
+
- applied new branding rules</notes>
|
13 |
<authors><author><name>Cue Connect</name><user>hrais</user><email>hrais@cueconnect.com</email></author></authors>
|
14 |
+
<date>2016-07-26</date>
|
15 |
+
<time>20:22:45</time>
|
16 |
+
<contents><target name="mageetc"><dir name="modules"><file name="CueConnect_Cue.xml" hash="6bd6cf8a7f9e647dc5729e8b0a77cfa1"/></dir></target><target name="magecommunity"><dir name="CueConnect"><dir name="Cue"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><file name="Product.php" hash="da20e73d9d6c46f8e9b8f2e0b130b69a"/></dir><file name="Index.php" hash="0c40f5f733dd6ecd2dd5a0453d1df14b"/><file name="Progress.php" hash="9767500cf8507eacd58c6b441a23d7c1"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Readonly.php" hash="847f56fbe8ce7b3334b8831981aff5fb"/></dir></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/><file name="._.DS_Store" hash="7d40ce63be1b295f209e8b80541f880d"/></dir></dir></dir><file name="Alert.php" hash="416cb0dba8485a32feb55306f2004664"/><file name="BaseCueBlock.php" hash="762bd5f6105ae2c82bb06888ac7e079d"/><file name="Collection.php" hash="34049e05086f52a1b74bcf7046f8a4f8"/><file name="Elist.php" hash="7832410c357470a083cf3d3679ab376d"/><file name="Favorite.php" hash="dd4bd0736e3cfea4d87e366fb0e228b3"/><file name="Js.php" hash="fa423dff429d99b1969fe9b2932be095"/><file name="Meta.php" hash="c16b07f77ac3c1ccb6fdcbcfc17ea703"/><file name="Navigation.php" hash="260d23cb79f3ecaafd099dfdc54f2440"/><file name="Share.php" hash="c0a2dd7fcc9a3537718fe811d1b4d7df"/></dir><dir name="Helper"><file name="Data.php" hash="b6483a7a9d4bd1025aaeec93840145a2"/><dir name="Wishlist"><file name="Data.php" hash="df7c81da4f905c5cfdc9adf18b2918f7"/></dir></dir><dir name="Model"><file name="CueConnect.php" hash="f87201b50f23e93a3c34f995de8a2fe5"/><file name="Demand.php" hash="e1d627c3207a364c861faf8decbcd7cc"/><dir name="Mysql4"><dir name="Demand"><file name="Collection.php" hash="4bd64ac5500aacdd861c05161bfdea60"/></dir><file name="Demand.php" hash="6b3b0d54f7d15fb55d47773ea96690d8"/><dir name="UserSync"><file name="Collection.php" hash="2f70172ef8506195355d0f34fa963de7"/></dir><file name="UserSync.php" hash="29fbf5674f15ba2a8db2c4f79545431c"/><dir name="WishlistSync"><file name="Collection.php" hash="c7ae0dc2a51c0d6e26360cba2c82c685"/></dir><file name="WishlistSync.php" hash="18079cce3dcf1129dd412d9de5199351"/></dir><file name="Observer.php" hash="b47e9899847de6d7eba5b61037eabff2"/><file name="Options.php" hash="6f312d0f07fb27129c6bb8eb83fdda8c"/><file name="UserSync.php" hash="45dc5508786c1db53088f4257cd5e3bd"/><file name="WishlistSync.php" hash="4b77f0097f4ed05ea63058cc1099ce66"/><file name=".CueConnect.php.swp" hash="6563f1a641f3083c5dceca707cd9f034"/><file name=".Inmarkit.php.swp" hash="1e57142b5a69936aab17cbc6fabdd16a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SyncController.php" hash="c9cd0b21c257205cae0f09044ba12333"/></dir><file name="ElistController.php" hash="640114fb4c0db81cd8d557a53037d56f"/></dir><dir name="etc"><file name="config.xml" hash="abefd886c6bb866dfbca9cc19b5182a8"/><file name="system.xml" hash="b5da024ebe0b2d6c9b7b2ec94b749b3f"/><file name=".config.xml.swp" hash="7c3ff1e6ecfc9385b61e2d46e4b5665b"/></dir><dir name="sql"><dir name="cueconnect_setup"><file name="mysql4-install-3.0.9.php" hash="35e874c8e139497043b0e50ea6cf2fa0"/><file name="mysql4-upgrade-3.0.8-3.0.9.php" hash="54cfba6c455bebb9e614013642fb8fdd"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="cueconnect.xml" hash="3e6420fa5d4300556155a8cbb02735de"/></dir><dir name="template"><dir name="cueconnect"><file name="alert.phtml" hash="1b84532e255e6c4cfba9881e48013896"/><file name="collection.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><dir name="customer"><dir name="form"><file name="forgotpassword.phtml" hash="6cc627d8f6f4224965c00d4f7c2fb939"/><file name="login.phtml" hash="830203b7f6a8d8647a3812b51ac45721"/><file name="register.phtml" hash="b23b45199434202d0c7f582e804fb8c1"/><file name="._forgotpassword.phtml" hash="be96eb95d99175b5d949f7522b817acf"/><file name="._login.phtml" hash="c3985224f945021e0b551663a0777474"/><file name="._register.phtml" hash="1887ac812b9ec145125dd7d880a52d64"/></dir><file name="._form" hash="8b450f16a603208d111eb82066ebf4da"/></dir><file name="elist.phtml" hash="49fd6ed2a88b5baa47607dfa3205007a"/><file name="favorite.phtml" hash="89f0bca645d6f81e2a3c3cf375c5d44e"/><file name="js.phtml" hash="4e25334734586373002270d94a6d1c21"/><file name="links.phtml" hash="b5567bf97bd53184fb84e23c73ab4778"/><file name="meta.phtml" hash="e58be8efa734b25a51716f745fd176b3"/><file name="share.phtml" hash="781d6414c1b41f3bdb2a5befc8817463"/><file name="._alert.phtml" hash="0d8035019776f8a22ac30d1d777d85f7"/><file name="._collection.phtml" hash="5f1b28e5f96c323e841435866397a2b2"/><file name="._customer" hash="3c79ef325dc3238c90a5f4859e12e4f4"/><file name="._elist.phtml" hash="a522791cf7aceb3203a1cae3709d1a29"/><file name="._favorite.phtml" hash="f22bbcd7505590884d3ecb8d694e4107"/><file name="._js.phtml" hash="509cf56063f3e46bd13b91d0265d5424"/><file name="._links.phtml" hash="f57f7ec8ab261aebddeb44b469585293"/><file name="._meta.phtml" hash="ce401a5bf24cb6796595406e718e7790"/><file name="._share.phtml" hash="ef2618187f061333b7f4b75d4bce2942"/></dir></dir></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
+
<dependencies><required><php><min>5.1.0</min><max>5.6.28</max></php><extension><name>Core</name><min/><max/></extension></required></dependencies>
|
19 |
</package>
|