Version Notes
- Added "What's My Cue?" link.
- Updated the Manual Settings Instructions.
Download this release
Release Info
Developer | Cue Connect |
Extension | Cue |
Version | 3.0.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.5 to 3.0.6
app/code/community/CueConnect/Cue/etc/system.xml
CHANGED
@@ -158,9 +158,9 @@
|
|
158 |
<setup translate="label">
|
159 |
<label>Manual Setup Instructions</label>
|
160 |
<comment><![CDATA[
|
161 |
-
<strong>Step 1.
|
162 |
|
163 |
-
<p>Copy the <a> tag and paste it in the theme's source code where you wish the
|
164 |
|
165 |
<div class="reg_main" style="padding:0 20px;margin-bottom: 20px">
|
166 |
<textarea readonly="readonly" style="width: 80%; height: 50px;">
|
@@ -170,23 +170,20 @@
|
|
170 |
</textarea>
|
171 |
</div>
|
172 |
|
173 |
-
<div style="padding:0 20px;margin-bottom: 20px; color:
|
174 |
-
We recommend that you place the link in your header or menu
|
175 |
-
The content of the link will be retrieved from your profile
|
176 |
-
(You can leave the title of the link as "My Cue" or insert the name of your store in between the words "My" and "Cue")<br>
|
177 |
-
You can replace the <a> by any HTML tag that fit your design better.<br>
|
178 |
</div>
|
179 |
|
180 |
-
<strong>Step 2. Implement
|
181 |
|
182 |
-
<p>Copy the <div>
|
183 |
-
appear in the page:</p>
|
184 |
|
185 |
<div class="reg_main" style="padding:0 20px;margin-bottom: 20px">
|
186 |
<textarea readonly="readonly" style="width: 80%; height: 60px;">
|
187 |
|
188 |
<div class="cue-onebutton" data-imisku="<?php echo $this->htmlEscape($_product->getSku()) ?>"></div>
|
189 |
<div class="cue-cueit" data-imisku="<?php echo $this->htmlEscape($_product->getSku()) ?>"></div>
|
|
|
190 |
|
191 |
</textarea>
|
192 |
</div>
|
@@ -201,8 +198,8 @@
|
|
201 |
</textarea>
|
202 |
</div>
|
203 |
|
204 |
-
<div style="padding:0 20px;margin-bottom: 20px; color:
|
205 |
-
After you install Cue
|
206 |
</div>
|
207 |
]]></comment>
|
208 |
<frontend_type>text</frontend_type>
|
158 |
<setup translate="label">
|
159 |
<label>Manual Setup Instructions</label>
|
160 |
<comment><![CDATA[
|
161 |
+
<strong>Step 1. Enabling 'Cue' application on your site</strong>
|
162 |
|
163 |
+
<p>Copy the <a> tag and paste it in the theme's source code where you wish the 'My Cue' link to appear:</p>
|
164 |
|
165 |
<div class="reg_main" style="padding:0 20px;margin-bottom: 20px">
|
166 |
<textarea readonly="readonly" style="width: 80%; height: 50px;">
|
170 |
</textarea>
|
171 |
</div>
|
172 |
|
173 |
+
<div style="padding:0 20px;margin-bottom: 20px; color: blue; font-size: 12px;">Tip: <br>
|
174 |
+
We recommend that you place the link in your header or menu.<br>You can replace the <a> by any HTML tag that fits your design best.
|
|
|
|
|
|
|
175 |
</div>
|
176 |
|
177 |
+
<strong>Step 2. Implement share and 'Favorite' buttons</strong>
|
178 |
|
179 |
+
<p>Copy the <div> tag and place it on item detail page where you want share and 'Favorite' buttons to appear in the page.</p>
|
|
|
180 |
|
181 |
<div class="reg_main" style="padding:0 20px;margin-bottom: 20px">
|
182 |
<textarea readonly="readonly" style="width: 80%; height: 60px;">
|
183 |
|
184 |
<div class="cue-onebutton" data-imisku="<?php echo $this->htmlEscape($_product->getSku()) ?>"></div>
|
185 |
<div class="cue-cueit" data-imisku="<?php echo $this->htmlEscape($_product->getSku()) ?>"></div>
|
186 |
+
<div class="cue-learnmore"></div>
|
187 |
|
188 |
</textarea>
|
189 |
</div>
|
198 |
</textarea>
|
199 |
</div>
|
200 |
|
201 |
+
<div style="padding:0 20px;margin-bottom: 20px; color: blue; font-size: 12px;">Tip: <br>
|
202 |
+
After you install Cue's social sharing utility, we recommend to remove your existing social buttons/features.<br>
|
203 |
</div>
|
204 |
]]></comment>
|
205 |
<frontend_type>text</frontend_type>
|
app/design/frontend/rwd/default/template/cueconnect/js.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
}
|
12 |
}
|
13 |
var scriptElement = document.createElement('script');
|
14 |
-
scriptElement.setAttribute('src', "
|
15 |
scriptElement.setAttribute('onload', 'executeOnLoad.apply(this)');
|
16 |
scriptElement.setAttribute('onreadystatechange', 'executeOnLoad.apply(this)');
|
17 |
document.body.appendChild(scriptElement);
|
11 |
}
|
12 |
}
|
13 |
var scriptElement = document.createElement('script');
|
14 |
+
scriptElement.setAttribute('src', "http://it-stream.cueconnect.net/js/cue-seed.js");
|
15 |
scriptElement.setAttribute('onload', 'executeOnLoad.apply(this)');
|
16 |
scriptElement.setAttribute('onreadystatechange', 'executeOnLoad.apply(this)');
|
17 |
document.body.appendChild(scriptElement);
|
package.xml
CHANGED
@@ -1,20 +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>
|
10 |
-
<description>
|
11 |
-
|
12 |
-
|
13 |
-
<notes>Added manual settings for Share/Favorite and My Cue links.</notes>
|
14 |
<authors><author><name>Cue Connect</name><user>hrais</user><email>hrais@cueconnect.com</email></author></authors>
|
15 |
-
<date>2015-
|
16 |
-
<time>
|
17 |
-
<contents><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="356b7156014fc29304e612935505adfa"/></dir><file name="Collection.php" hash="785e2700ac012d03bdc8494012323ca3"/><file name="Favorite.php" hash="f3f1dab782d51d5d401edc9f152d167d"/><file name="Js.php" hash="32b558970a4c2be4cecc04cb38f7cd78"/><file name="Share.php" hash="4c1779b21dc9e4c35a3a5cb9a422e22b"/></dir><dir name="Helper"><file name="Data.php" hash="7a524bfb1fb35b7a9fba6089467c69a5"/></dir><dir name="Model"><file name="CueConnect.php" hash="3900cf9b6fca4b6b2089fac95d34e9a4"/><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><file name="Observer.php" hash="47532c4edc8fa72b9a8d51b6ebb64006"/><file name="debug.export.log" hash="30e133313656ee5a7f8d9c835975b481"/><file name=".Inmarkit.php.swp" hash="1e57142b5a69936aab17cbc6fabdd16a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SyncController.php" hash="13dbf4f38f342bf2c93f0bd752332a3c"/></dir></dir><dir name="etc"><file name="config.xml" hash="828a7a2e26596362f9cd0165b5527db0"/><file name="system.xml" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.0.1</min><max>5.0.6</max></php><extension><name>Core</name><min/><max/></extension></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cue</name>
|
4 |
+
<version>3.0.6</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>- Added "What's My Cue?" link.
|
12 |
+
- Updated the Manual Settings Instructions.</notes>
|
|
|
13 |
<authors><author><name>Cue Connect</name><user>hrais</user><email>hrais@cueconnect.com</email></author></authors>
|
14 |
+
<date>2015-10-07</date>
|
15 |
+
<time>20:19:58</time>
|
16 |
+
<contents><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="356b7156014fc29304e612935505adfa"/></dir><file name="Collection.php" hash="785e2700ac012d03bdc8494012323ca3"/><file name="Favorite.php" hash="f3f1dab782d51d5d401edc9f152d167d"/><file name="Js.php" hash="32b558970a4c2be4cecc04cb38f7cd78"/><file name="Share.php" hash="4c1779b21dc9e4c35a3a5cb9a422e22b"/></dir><dir name="Helper"><file name="Data.php" hash="7a524bfb1fb35b7a9fba6089467c69a5"/></dir><dir name="Model"><file name="CueConnect.php" hash="3900cf9b6fca4b6b2089fac95d34e9a4"/><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><file name="Observer.php" hash="47532c4edc8fa72b9a8d51b6ebb64006"/><file name="debug.export.log" hash="30e133313656ee5a7f8d9c835975b481"/><file name=".Inmarkit.php.swp" hash="1e57142b5a69936aab17cbc6fabdd16a"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SyncController.php" hash="13dbf4f38f342bf2c93f0bd752332a3c"/></dir></dir><dir name="etc"><file name="config.xml" hash="828a7a2e26596362f9cd0165b5527db0"/><file name="system.xml" hash="d6e6f8f630bade35f236ee08d06903f0"/></dir><dir name="sql"><dir name="cueconnect_setup"><file name="mysql4-install-1.0.0.php" hash="04d0fbfc4e3cf302d2672521200f13e9"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="cueconnect.xml" hash="e36067cf34af305d52016ff641667619"/></dir><dir name="template"><dir name="cueconnect"><file name="index.phtml" hash="322ca20bb02790dbfcbe18e8363a9b4b"/><file name="index.phtml~" hash="935b13a4f5a8a7dbdbfdfc8b15cba1c0"/><file name="progress.phtml" hash="9afc5e3ab6950ff506e23be9b4cef5ea"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="rwd"><dir name="default"><dir name="layout"><file name="cueconnect.xml" hash="ad58b468c90f3e76a79ec869c9117cbc"/></dir><dir name="template"><dir name="cueconnect"><file name="collection.phtml" hash="64974a6c106a8c564a40b3a39212cddb"/><file name="favorite.phtml" hash="61d1cebdf01a018db58870adf24b1bff"/><file name="js.phtml" hash="b946e625fdd7887609a41d641fddb1f7"/><file name="share.phtml" hash="e50e6915c50251e412329bee085b2043"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CueConnect_Cue.xml" hash="6bd6cf8a7f9e647dc5729e8b0a77cfa1"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.0.1</min><max>5.0.6</max></php><extension><name>Core</name><min/><max/></extension></required></dependencies>
|
19 |
</package>
|