Cue - Version 3.0.14

Version Notes

- Improvements and bugfixes

Download this release

Release Info

Developer Cue Connect
Extension Cue
Version 3.0.14
Comparing to
See all releases


Code changes from version 3.0.13 to 3.0.14

app/design/frontend/base/default/template/cueconnect/.bk.meta.phtml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ($this->isEnabled() && $this->getRetailerId()):
3
+ $productInfo = $this->getProductData();
4
+
5
+ if ($productInfo):
6
+ ?>
7
+ <meta name="cue:name" content="<?php echo $productInfo['name'] ?>" />
8
+ <meta name="cue:description" content="<?php echo $productInfo['description'] ?>" />
9
+ <meta name="cue:image_url" content="<?php echo $productInfo['picture'] ?>" />
10
+ <meta name="cue:sku" content="<?php echo $productInfo['sku'] ?>" />
11
+ <meta name="cue:brand" content="<?php echo $productInfo['brand'] ?>" />
12
+ <meta name="cue:url" content="<?php echo $productInfo['url'] ?>" />
13
+ <meta name="cue:price" content="<?php echo $productInfo['price'] ?>" />
14
+ <meta name="cue:currency" content="<?php echo $productInfo['currency'] ?>" />
15
+ <meta name="cue:product_type" content="" />
16
+ <?php
17
+ endif;
18
+ endif;
19
+ ?>
app/design/frontend/base/default/template/cueconnect/elist.phtml CHANGED
@@ -4,166 +4,218 @@ 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.com/poweredby/<?php echo $this->getRetailerId() ?>/?origin=<?php echo Mage::getBaseUrl(); ?>&amp;version=embed&amp;from=stream&amp;email=<?php echo $this->getCustomerEmail() ?>" height="640px" width="100%" scrolling="no"></iframe>
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <?php
9
- // show prelogin
10
- else:
11
  ?>
12
- <!-- BEGIN Cue e-List -->
13
- <style>
14
- iframe {border: none;}
 
 
15
  #cue-magento-forms-container{
16
- display: block;
 
17
  width: 100%;
18
- padding: 30px 0 100px 0;
19
  margin: auto;
20
- max-width: 1000px;
21
  }
22
- .cue-auth-and-info-container{
23
- display: table;
24
- width: 100%
 
 
 
 
 
 
 
25
  }
26
- .cue-auth-container{
27
- display: table-cell;
28
- width: 50%;
29
- text-align: left;
30
  }
31
- .cue-info-container{
32
- display: table-cell;
33
- width: 50%;
34
- text-align: left;
35
  }
36
- .cue-form-container{
37
- width: 100%;
38
- margin: auto;
 
 
 
 
39
  }
40
- .cue-form-container .account-login .content{
41
- min-height: auto !important;
 
42
  }
43
- .cue-form-container .form-list .input-box {
44
- width:90% ;
45
- max-width:260px;
 
46
  }
47
- .cue-form-container .buttons-set {
48
- margin-top: 0 !important;
49
- background: #dee5e8;
50
  }
51
- .cue-forgot-pswd-container{
52
- width: 100%;
53
- margin: auto;
 
 
 
 
54
  }
55
- .cue-form-input{
56
- width: 96% !important;
 
 
57
  }
58
- .cue-secondary-button{
59
- border: none;
60
- background-color: transparent;
 
 
 
 
61
  }
62
- #cue-show-signup{
63
- padding: 20px 0;
64
- width: 100%;
65
- margin: auto;
 
 
 
66
  }
67
- .cue-title{
68
- line-height: normal;
 
 
 
 
69
  }
70
- .cue-forgot-pswd{
71
- display: inline-block;
72
- margin: 10px 0;
73
  }
 
 
 
 
 
 
 
 
 
74
  @media screen and (max-width: 798px){
75
- .cue-auth-container{
76
- display: block;
 
 
77
  width: 100%;
78
  }
 
79
  .cue-info-container{
80
  display: block;
81
  width: 100%;
82
  }
83
  }
 
84
  </style>
85
 
86
  <!-- user is not authenticated -->
87
  <div id="cue-magento-forms-container">
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;">
95
- <li>Wishlist items</li>
96
- <li>Shares and Posts you want to remember</li>
97
- <li>Price Alerts on items you care about</li>
98
- <li>Special offers and rewards</li>
99
- <li>Always on, always available</li>
100
- </ul>
101
- <p style="padding: 50px 0 50px 0;">Goodbye forgetting. Hello remembering</p>
102
- </div>
103
- </div>
 
 
 
 
 
 
 
 
104
 
105
- <div class="cue-auth-container">
106
- <!-- register form START -->
107
- <div id="customer-register" class="cue-form-container" style="display: none;">
108
- <div class="">
109
- <div id="register" class="">
110
- <h2 class="title cue-title">Create Account</h2>
111
-
112
- <?php echo $this->getChildHtml('customer_form_register') ?>
113
- </div><!-- #register -->
114
- </div><!-- .row -->
115
- </div><!-- #customer-register -->
116
- <!-- register form END -->
117
-
118
-
119
- <!-- login form START -->
120
- <div id="customer-login" class="cue-form-container">
121
- <div class="">
122
- <div id="login" class="">
123
- <h2 class="title cue-title">Login</h2>
124
- <?php echo $this->getChildHtml('customer_form_login') ?>
125
- </div>
126
-
127
- <div id="recover-password" style="display:none;width: 100% !important;" class="cue-forgot-pswd-container">
128
- <?php echo $this->getChildHtml('forgotPassword') ?>
129
- </div>
130
  </div>
131
- </div>
132
 
133
- <script type="text/javascript">
134
- function showRecoverPasswordForm() {
135
- document.getElementById('recover-password').style.display = 'block';
136
- document.getElementById('login').style.display='none';
137
- }
138
-
139
- function hideRecoverPasswordForm() {
140
- document.getElementById('recover-password').style.display = 'none';
141
- document.getElementById('login').style.display = 'block';
142
- }
143
-
144
- if (window.location.hash == '#recover') { showRecoverPasswordForm() }
145
- </script>
146
- <!-- login form END -->
147
-
148
- <p id="cue-show-signup" >Don't have an account? <a href="#" onclick="cueShowSignup();return false;">Sign up</a></p>
149
-
150
- <script>
151
- function cueShowSignup(){
152
- document.getElementById('cue-show-signup').style.display = 'none';
153
- document.getElementById('customer-login').style.display = 'none';
154
- document.getElementById('customer-register').style.display = 'block';
155
- console.log(this);
156
- }
157
-
158
- function cueShowSignin(){
159
- document.getElementById('customer-register').style.display = 'none';
160
- document.getElementById('customer-login').style.display = 'block';
161
- document.getElementById('cue-show-signup').style.display = 'block';
162
- }
163
-
164
- var pid = <?php echo ($this->getRetailerId()) ? $this->getRetailerId() : 0 ; ?>;
165
- </script>
166
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  </div>
168
  </div>
169
  <!-- END Cue e-List -->
@@ -171,3 +223,4 @@ if (($this->getMode() == 2) && $this->getRetailerId() && $this->isEnabled()) :
171
  endif;
172
  endif;
173
  ?>
 
4
  // signed in so show elist
5
  if ($this->getCustomerEmail()):
6
  ?>
7
+ <iframe
8
+ id="streamIFrame"
9
+ name="streamIFrame"
10
+ src="https://www.cueconnect.com/poweredby/<?php echo $this->getRetailerId() ?>/?origin=<?php echo Mage::getBaseUrl(); ?>&amp;version=embed&amp;from=stream&amp;email=<?php echo $this->getCustomerEmail() ?>"
11
+ height="640px"
12
+ width="100%"
13
+ scrolling="no"
14
+ style="
15
+ border:none;
16
+ display:block;
17
+ width:100%;
18
+ max-width:1000px;
19
+ margin: 0 auto 1em;
20
+ "></iframe>
21
  <?php
22
+ // show prelogin
23
+ else:
24
  ?>
25
+ <!-- BEGIN Cue e-List -->
26
+ <style>
27
+
28
+ #cue-magento-forms-container iframe {border: none;}
29
+
30
  #cue-magento-forms-container{
31
+ display: table;
32
+ table-layout: fixed;
33
  width: 100%;
34
+ padding: 2em 0 4em 0;
35
  margin: auto;
 
36
  }
37
+
38
+ #cue-magento-forms-container h1,
39
+ #cue-magento-forms-container h2,
40
+ #cue-magento-forms-container h3 {
41
+ font-size: 2em;
42
+ border:none;
43
+ font-weight: normal;
44
+ display:block;
45
+ line-height: 1.5em;
46
+ margin: 0 0 1em 0;
47
  }
48
+
49
+ #cue-magento-forms-container .legend {
50
+ display:none;
 
51
  }
52
+
53
+ #cue-magento-forms-container p {
54
+ margin: 0 0 1em 0;
55
+ line-height: 1.5em;
56
  }
57
+
58
+ #cue-magento-forms-container ul,
59
+ #cue-magento-forms-container ol {
60
+ margin: 0 0 1em 0;
61
+ line-height: 1.5em;
62
+ padding: 0 0 0 1.5em;
63
+ list-style: disc;
64
  }
65
+
66
+ #cue-magento-forms-container ul li {
67
+ line-height: 1.5em;
68
  }
69
+
70
+ #cue-magento-forms-container ul.form-list {
71
+ padding: 0;
72
+ list-style:none;
73
  }
74
+
75
+ #cue-magento-forms-container label {
76
+ background:none;
77
  }
78
+
79
+ #cue-magento-forms-container .buttons-set {
80
+ text-align: inherit;
81
+ clear:both;
82
+ border:none;
83
+ margin: 1em 0;
84
+ padding: 0;
85
  }
86
+
87
+ #cue-magento-forms-container .buttons-set p.required {
88
+ float:none;
89
+ display:block;
90
  }
91
+
92
+ #cue-magento-forms-container .buttons-set a {
93
+ float:none !important;
94
+ display:block;
95
+ line-height: 1.5em;
96
+ margin-bottom: 1em;
97
+ padding:0;
98
  }
99
+
100
+ #cue-magento-forms-container .buttons-set button.button {
101
+ float:inherit;
102
+ clear:both;
103
+ display:block;
104
+ margin: 0;
105
+ min-width:10em;
106
  }
107
+
108
+ .cue-info-container,
109
+ .cue-auth-container{
110
+ display: table-cell;
111
+ text-align: left;
112
+ width:50%;
113
  }
114
+
115
+ #cue-magento-forms-container #recover-password {
116
+ display:none;
117
  }
118
+
119
+ .cue-auth-container input[type="text"],
120
+ .cue-auth-container input[type="email"],
121
+ .cue-auth-container input[type="password"] {
122
+ display:inline-block;
123
+ width: 20em;
124
+ max-width:100%;
125
+ }
126
+
127
  @media screen and (max-width: 798px){
128
+ #cue-magento-forms-container {
129
+ display:block;
130
+ }
131
+ #cue-magento-forms-container input {
132
  width: 100%;
133
  }
134
+ .cue-auth-container,
135
  .cue-info-container{
136
  display: block;
137
  width: 100%;
138
  }
139
  }
140
+
141
  </style>
142
 
143
  <!-- user is not authenticated -->
144
  <div id="cue-magento-forms-container">
145
+ <div class="cue-info-container">
146
+ <h2 class="title cue-title">Welcome to My List</h2>
147
+ <p>Everything you care about in one place. Built just for you.</p>
148
+ <ul>
149
+ <li>Wishlist items</li>
150
+ <li>Shares and Posts you want to remember</li>
151
+ <li>Price Alerts on items you care about</li>
152
+ <li>Special offers and rewards</li>
153
+ <li>Always on, always available</li>
154
+ </ul>
155
+ <p>Goodbye forgetting. Hello remembering</p>
156
+ </div>
157
+
158
+ <div class="cue-auth-container">
159
+ <!-- register form START -->
160
+ <div id="customer-register" class="cue-form-container" style="display: none;">
161
+ <div class="">
162
+ <div id="register" class="">
163
+ <h2 class="title cue-title">Create Account</h2>
164
+ <?php echo $this->getChildHtml('customer_form_register') ?>
165
+ </div><!-- #register -->
166
+ </div><!-- .row -->
167
+ </div><!-- #customer-register -->
168
+ <!-- register form END -->
169
 
170
+
171
+ <!-- login form START -->
172
+ <div id="customer-login" class="cue-form-container">
173
+ <div class="">
174
+ <div id="login" class="">
175
+ <h2 class="title cue-title">Login</h2>
176
+ <?php echo $this->getChildHtml('customer_form_login') ?>
177
+ </div>
178
+
179
+ <div id="recover-password" class="cue-forgot-pswd-container">
180
+ <?php echo $this->getChildHtml('forgotPassword') ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  </div>
 
182
 
183
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  </div>
185
+
186
+ <script type="text/javascript">
187
+ function showRecoverPasswordForm() {
188
+ document.getElementById('recover-password').style.display = 'block';
189
+ document.getElementById('login').style.display='none';
190
+ }
191
+
192
+ function hideRecoverPasswordForm() {
193
+ document.getElementById('recover-password').style.display = 'none';
194
+ document.getElementById('login').style.display = 'block';
195
+ }
196
+
197
+ if (window.location.hash == '#recover') { showRecoverPasswordForm() }
198
+ </script>
199
+ <!-- login form END -->
200
+
201
+ <p id="cue-show-signup" >Don't have an account? <a href="#" onclick="cueShowSignup();return false;">Sign up</a></p>
202
+
203
+ <script>
204
+ function cueShowSignup(){
205
+ document.getElementById('cue-show-signup').style.display = 'none';
206
+ document.getElementById('customer-login').style.display = 'none';
207
+ document.getElementById('customer-register').style.display = 'block';
208
+ console.log(this);
209
+ }
210
+
211
+ function cueShowSignin(){
212
+ document.getElementById('customer-register').style.display = 'none';
213
+ document.getElementById('customer-login').style.display = 'block';
214
+ document.getElementById('cue-show-signup').style.display = 'block';
215
+ }
216
+
217
+ var pid = <?php echo ($this->getRetailerId()) ? $this->getRetailerId() : 0 ; ?>;
218
+ </script>
219
  </div>
220
  </div>
221
  <!-- END Cue e-List -->
223
  endif;
224
  endif;
225
  ?>
226
+
app/design/frontend/base/default/template/cueconnect/js.phtml CHANGED
@@ -1,5 +1,28 @@
1
- <?php // Todo: Update the JS snippet code ?>
2
  <?php if ($this->isEnabled() && $this->getRetailerId()): ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  <script type="text/javascript">
4
  function executeOnLoad(script) {
5
  var script = script || this;
@@ -13,4 +36,5 @@
13
  scriptElement.setAttribute('onreadystatechange', 'executeOnLoad.apply(this)');
14
  document.body.appendChild(scriptElement);
15
  </script>
 
16
  <?php endif; ?>
 
1
  <?php if ($this->isEnabled() && $this->getRetailerId()): ?>
2
+ <script src="https://stream.cueconnect.com/js/cue-seed.js"></script>
3
+ <script>
4
+ function cueInit() {
5
+ CUE({
6
+ 'retailId' : <?php echo $this->getRetailerId(); ?>,
7
+ 'apiKey' : '<?php echo $this->getApiKey(); ?>',
8
+ 'cid' : <?php echo $this->getCID(); ?>,
9
+ 'path' : '<?php echo $this->getElistPath(); ?>'
10
+ });
11
+ }
12
+ function cueKickstart() {
13
+ var _onload = window.onload;
14
+ if (typeof window.onload != 'function') {
15
+ window.onload = cueInit;
16
+ } else {
17
+ window.onload = function() {
18
+ _onload();
19
+ cueInit();
20
+ }
21
+ }
22
+ }
23
+ cueKickstart();
24
+ </script>
25
+ <?php /*
26
  <script type="text/javascript">
27
  function executeOnLoad(script) {
28
  var script = script || this;
36
  scriptElement.setAttribute('onreadystatechange', 'executeOnLoad.apply(this)');
37
  document.body.appendChild(scriptElement);
38
  </script>
39
+ */ ?>
40
  <?php endif; ?>
app/design/frontend/base/default/template/cueconnect/meta.phtml CHANGED
@@ -4,6 +4,13 @@ if ($this->isEnabled() && $this->getRetailerId()):
4
 
5
  if ($productInfo):
6
  ?>
 
 
 
 
 
 
 
7
  <meta name="cue:name" content="<?php echo $productInfo['name'] ?>" />
8
  <meta name="cue:description" content="<?php echo $productInfo['description'] ?>" />
9
  <meta name="cue:image_url" content="<?php echo $productInfo['picture'] ?>" />
@@ -16,4 +23,4 @@ if ($this->isEnabled() && $this->getRetailerId()):
16
  <?php
17
  endif;
18
  endif;
19
- ?>
4
 
5
  if ($productInfo):
6
  ?>
7
+
8
+ <meta property="og:url" content="<?php echo $productInfo['url'] ?>" />
9
+ <meta property="og:title" content="<?php echo $productInfo['name'] ?>" />
10
+ <meta property="og:description" content="<?php echo $productInfo['description'] ?>" />
11
+ <meta property="og:image" content="<?php echo $productInfo['picture'] ?>" />
12
+ <meta property="og:type" content="website" />
13
+
14
  <meta name="cue:name" content="<?php echo $productInfo['name'] ?>" />
15
  <meta name="cue:description" content="<?php echo $productInfo['description'] ?>" />
16
  <meta name="cue:image_url" content="<?php echo $productInfo['picture'] ?>" />
23
  <?php
24
  endif;
25
  endif;
26
+ ?>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cue</name>
4
- <version>3.0.13</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>- fixed app stream urls</notes>
12
  <authors><author><name>Cue Connect</name><user>hrais</user><email>hrais@cueconnect.com</email></author></authors>
13
- <date>2016-07-27</date>
14
- <time>22:39:01</time>
15
- <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="a43d159e9629ca20461c88ba9eb2c16a"/><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="dc112c88f2ced7880379bc87ec0138a9"/></dir><dir name="etc"><file name="config.xml" hash="53715080704d2c399cc83df19ae13ed7"/><file name="system.xml" hash="1801e59671ae1e08f4a0ac5aae4e8c7f"/><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="4b7e20ae6fda830865d7b30ee9e82aae"/></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="8ced1b8cff83ce7821da408424163d42"/><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>
16
  <compatible/>
17
- <dependencies><required><php><min>5.1.0</min><max>5.6.28</max></php><extension><name>Core</name><min/><max/></extension></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Cue</name>
4
+ <version>3.0.14</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>- Improvements and bugfixes</notes>
12
  <authors><author><name>Cue Connect</name><user>hrais</user><email>hrais@cueconnect.com</email></author></authors>
13
+ <date>2016-08-11</date>
14
+ <time>20:30:42</time>
15
+ <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="a43d159e9629ca20461c88ba9eb2c16a"/><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="dc112c88f2ced7880379bc87ec0138a9"/></dir><dir name="etc"><file name="config.xml" hash="b280c15a5968222fb628c91572669e7f"/><file name="system.xml" hash="1801e59671ae1e08f4a0ac5aae4e8c7f"/><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="4b7e20ae6fda830865d7b30ee9e82aae"/></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="03a360917a6b445743bc9dee4d6006e7"/><file name="favorite.phtml" hash="89f0bca645d6f81e2a3c3cf375c5d44e"/><file name="js.phtml" hash="4d779502845e4dc876010e2c7933d434"/><file name="links.phtml" hash="b5567bf97bd53184fb84e23c73ab4778"/><file name="meta.phtml" hash="57bd5367b677d71d935faf8a9dfefa82"/><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"/><file name=".bk.meta.phtml" hash="e58be8efa734b25a51716f745fd176b3"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.1.0</min><max>5.7.0</max></php><extension><name>Core</name><min/><max/></extension></required></dependencies>
18
  </package>