Version Notes
Retargeting
Download this release
Release Info
Developer | Retargeting Team |
Extension | Retargeting_Tracker |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
app/code/community/Retargeting/Tracker/etc/config.xml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Retargeting_Tracker>
|
14 |
-
<version>1.
|
15 |
</Retargeting_Tracker>
|
16 |
</modules>
|
17 |
<global>
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Retargeting_Tracker>
|
14 |
+
<version>1.1.1</version>
|
15 |
</Retargeting_Tracker>
|
16 |
</modules>
|
17 |
<global>
|
app/design/frontend/base/default/template/retargeting_tracker/triggers.phtml
CHANGED
@@ -157,7 +157,7 @@
|
|
157 |
"id": "<?php echo $_product->getId(); ?>",
|
158 |
"name": "<?php echo htmlspecialchars($_product->getName()); ?>",
|
159 |
"url": "<?php echo htmlspecialchars($_productUrl); ?>",
|
160 |
-
"img": "<?php echo
|
161 |
"price": <?php echo Mage::helper('tax')->getPrice($_product, $_product->getPrice()); ?>,
|
162 |
"promo": <?php echo ( Mage::helper('tax')->getPrice($_product, $_product->getPrice()) - Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) > 0 ? Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) : 0 ); ?>,
|
163 |
"stock": <?php echo $_product->getIsInStock() ?>,
|
@@ -226,7 +226,7 @@
|
|
226 |
"id": "<?php echo $_product->getId(); ?>",
|
227 |
"name": "<?php echo htmlspecialchars($_product->getName()); ?>",
|
228 |
"url": "<?php echo htmlspecialchars($_productUrl); ?>",
|
229 |
-
"img": "<?php echo
|
230 |
"price": <?php echo Mage::helper('tax')->getPrice($_product, $_product->getPrice()); ?>,
|
231 |
"promo": <?php echo ( Mage::helper('tax')->getPrice($_product, $_product->getPrice()) - Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) > 0 ? Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) : 0 ); ?>,
|
232 |
"stock": <?php echo $_product->getIsInStock() ?>,
|
@@ -685,7 +685,7 @@
|
|
685 |
"id": "<?php echo $_product->getId(); ?>",
|
686 |
"name": "<?php echo htmlspecialchars($_product->getName()); ?>",
|
687 |
"url": "<?php echo htmlspecialchars($_productUrl); ?>",
|
688 |
-
"img": "<?php echo
|
689 |
"price": <?php echo Mage::helper('tax')->getPrice($_product, $_product->getPrice()); ?>,
|
690 |
"promo": <?php echo ( Mage::helper('tax')->getPrice($_product, $_product->getPrice()) - Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) > 0 ? Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) : 0 ); ?>,
|
691 |
"stock": <?php echo $_product->getIsInStock() ?>,
|
157 |
"id": "<?php echo $_product->getId(); ?>",
|
158 |
"name": "<?php echo htmlspecialchars($_product->getName()); ?>",
|
159 |
"url": "<?php echo htmlspecialchars($_productUrl); ?>",
|
160 |
+
"img": "<?php echo htmlspecialchars( Mage::helper('catalog/image')->init($_product, 'image')->resize(500) ); ?>",
|
161 |
"price": <?php echo Mage::helper('tax')->getPrice($_product, $_product->getPrice()); ?>,
|
162 |
"promo": <?php echo ( Mage::helper('tax')->getPrice($_product, $_product->getPrice()) - Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) > 0 ? Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) : 0 ); ?>,
|
163 |
"stock": <?php echo $_product->getIsInStock() ?>,
|
226 |
"id": "<?php echo $_product->getId(); ?>",
|
227 |
"name": "<?php echo htmlspecialchars($_product->getName()); ?>",
|
228 |
"url": "<?php echo htmlspecialchars($_productUrl); ?>",
|
229 |
+
"img": "<?php echo htmlspecialchars( Mage::helper('catalog/image')->init($_product, 'image')->resize(500) ); ?>",
|
230 |
"price": <?php echo Mage::helper('tax')->getPrice($_product, $_product->getPrice()); ?>,
|
231 |
"promo": <?php echo ( Mage::helper('tax')->getPrice($_product, $_product->getPrice()) - Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) > 0 ? Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) : 0 ); ?>,
|
232 |
"stock": <?php echo $_product->getIsInStock() ?>,
|
685 |
"id": "<?php echo $_product->getId(); ?>",
|
686 |
"name": "<?php echo htmlspecialchars($_product->getName()); ?>",
|
687 |
"url": "<?php echo htmlspecialchars($_productUrl); ?>",
|
688 |
+
"img": "<?php echo htmlspecialchars( Mage::helper('catalog/image')->init($_product, 'image')->resize(500) ); ?>",
|
689 |
"price": <?php echo Mage::helper('tax')->getPrice($_product, $_product->getPrice()); ?>,
|
690 |
"promo": <?php echo ( Mage::helper('tax')->getPrice($_product, $_product->getPrice()) - Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) > 0 ? Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice()) : 0 ); ?>,
|
691 |
"stock": <?php echo $_product->getIsInStock() ?>,
|
package.xml
CHANGED
@@ -1,54 +1,54 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Retargeting_Tracker</name>
|
4 |
-
<version>1.1.
|
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>Retargeting and Marketing Automation. Personalized email content + Personalized live messages + SMS triggers to deliver to your customers the products they want to buy.</summary>
|
10 |
-
<description><h2>Retargeting and Marketing Automation</h2>
|
11 |
-
|
12 |
-
<p>Personalized email content + Personalized live messages + SMS triggers to deliver to your customers the products they want to buy.</p>
|
13 |
-
|
14 |
-
<h2>Features</h2>
|
15 |
-
|
16 |
-
<h3><strong>Live Triggers</strong></h3>
|
17 |
-
|
18 |
-
<p>When you have people in our online shop, if you see that someone&#39;s showing a lot of interest in one product, wouldn&#39;t you offer them a small discount to make sure they buy it? That&#39;s what we thought!&nbsp;<br />
|
19 |
-
<br />
|
20 |
-
With our personalized live triggers that&#39;s exactly what you&#39;ll do, just that you won&#39;t have to lift a finger.</p>
|
21 |
-
|
22 |
-
<p><a href="https://retargeting.biz/live-triggers-marketing">read more about live triggers</a></p>
|
23 |
-
|
24 |
-
<h3><strong>E-mail triggers &amp; reminders</strong></h3>
|
25 |
-
|
26 |
-
<p>We all want to market someone when they&#39;re in a buying mood, but it&#39;s hard to get the right timing. But we found a secret formula and you&#39;ll have access to it through our e-mail marketing software. Someone leaves the site without finishing the order? We got your back!</p>
|
27 |
-
|
28 |
-
<p>Someone browsed the site, found interesting products but didn&#39;t press the buy button? We&#39;ll remind him about those cool products through a triggered email. And that&#39;s not all, we can do so much more with our personalized emails!</p>
|
29 |
-
|
30 |
-
<p><a href="https://retargeting.biz/email-triggers-and-reminders">read more about email triggers</a></p>
|
31 |
-
|
32 |
-
<h3><strong>SMS Triggers</strong></h3>
|
33 |
-
|
34 |
-
<p>Nowadays, with everyone checking their phones every 5 minutes, you can&#39;t go wrong with this, you&#39;re 100% sure that they will see your message. What better way to remind someone that they forgot to finish order a couple of hours ago?</p>
|
35 |
-
|
36 |
-
<p><a href="https://retargeting.biz/sms-triggers">read more about sms triggers</a></p>
|
37 |
-
|
38 |
-
<h3><strong>Multitesting</strong></h3>
|
39 |
-
|
40 |
-
<p>We love A/B testing so much that we created Multitesting, an improved and limitless version compared to other email marketing softwares.</p>
|
41 |
-
|
42 |
-
<p>You can test as many different versions as you want and you only need one click to add a new one.Did we tell you that you can do this for any trigger, e-mail or live? The perfect&nbsp;<a href="http://en.wikipedia.org/wiki/Marketing_automation">marketing automation</a>&nbsp;tool for your online shop!</p>
|
43 |
-
|
44 |
-
<p><strong>Contact</strong></p>
|
45 |
-
|
46 |
-
<p>For help or more info, please contact info@retargeting.biz or visit&nbsp;<a href="http://www.retargeting.biz">retargeting.biz</a>.</p></description>
|
47 |
<notes>Retargeting</notes>
|
48 |
<authors><author><name>Cosmin Atomei</name><user>retargeting</user><email>info@retargeting.biz</email></author></authors>
|
49 |
-
<date>2015-06-
|
50 |
-
<time>
|
51 |
-
<contents><target name="magecommunity"><dir name="Retargeting"><dir name="Tracker"><dir name="Block"><file name="Embed.php" hash="d114429b378b186d144f75b725bd36c4"/><file name="Triggers.php" hash="fd2f2fad2041280b0d0572ea0e2220de"/></dir><dir name="Helper"><file name="Data.php" hash="6b547d3d67003b8bef48fd4eb8efe23f"/></dir><dir name="Model"><file name="Helppages.php" hash="51305978cda160ad7b3aa8bb8e42d3a5"/><file name="Observer.php" hash="891bb244bf9caa5d5742338cd5697ee8"/></dir><dir name="controllers"><file name="DiscountsController.php" hash="2c1386a96a75a2b3e5c3667a37dc285f"/><file name="IndexController.php" hash="9cbd5b979859b2014c5ed191d9b5686a"/><file name="ProductsController.php" hash="6498c0be8d4989d47f70f4c24b9fa904"/></dir><dir name="etc"><file name="config.xml" hash="
|
52 |
<compatible/>
|
53 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
54 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Retargeting_Tracker</name>
|
4 |
+
<version>1.1.1</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>Retargeting and Marketing Automation. Personalized email content + Personalized live messages + SMS triggers to deliver to your customers the products they want to buy.</summary>
|
10 |
+
<description>&lt;h2&gt;Retargeting and Marketing Automation&lt;/h2&gt;&#xD;
|
11 |
+
&#xD;
|
12 |
+
&lt;p&gt;Personalized email content + Personalized live messages + SMS triggers to deliver to your customers the products they want to buy.&lt;/p&gt;&#xD;
|
13 |
+
&#xD;
|
14 |
+
&lt;h2&gt;Features&lt;/h2&gt;&#xD;
|
15 |
+
&#xD;
|
16 |
+
&lt;h3&gt;&lt;strong&gt;Live Triggers&lt;/strong&gt;&lt;/h3&gt;&#xD;
|
17 |
+
&#xD;
|
18 |
+
&lt;p&gt;When you have people in our online shop, if you see that someone&amp;#39;s showing a lot of interest in one product, wouldn&amp;#39;t you offer them a small discount to make sure they buy it? That&amp;#39;s what we thought!&amp;nbsp;&lt;br /&gt;&#xD;
|
19 |
+
&lt;br /&gt;&#xD;
|
20 |
+
With our personalized live triggers that&amp;#39;s exactly what you&amp;#39;ll do, just that you won&amp;#39;t have to lift a finger.&lt;/p&gt;&#xD;
|
21 |
+
&#xD;
|
22 |
+
&lt;p&gt;&lt;a href="https://retargeting.biz/live-triggers-marketing"&gt;read more about live triggers&lt;/a&gt;&lt;/p&gt;&#xD;
|
23 |
+
&#xD;
|
24 |
+
&lt;h3&gt;&lt;strong&gt;E-mail triggers &amp;amp; reminders&lt;/strong&gt;&lt;/h3&gt;&#xD;
|
25 |
+
&#xD;
|
26 |
+
&lt;p&gt;We all want to market someone when they&amp;#39;re in a buying mood, but it&amp;#39;s hard to get the right timing. But we found a secret formula and you&amp;#39;ll have access to it through our e-mail marketing software. Someone leaves the site without finishing the order? We got your back!&lt;/p&gt;&#xD;
|
27 |
+
&#xD;
|
28 |
+
&lt;p&gt;Someone browsed the site, found interesting products but didn&amp;#39;t press the buy button? We&amp;#39;ll remind him about those cool products through a triggered email. And that&amp;#39;s not all, we can do so much more with our personalized emails!&lt;/p&gt;&#xD;
|
29 |
+
&#xD;
|
30 |
+
&lt;p&gt;&lt;a href="https://retargeting.biz/email-triggers-and-reminders"&gt;read more about email triggers&lt;/a&gt;&lt;/p&gt;&#xD;
|
31 |
+
&#xD;
|
32 |
+
&lt;h3&gt;&lt;strong&gt;SMS Triggers&lt;/strong&gt;&lt;/h3&gt;&#xD;
|
33 |
+
&#xD;
|
34 |
+
&lt;p&gt;Nowadays, with everyone checking their phones every 5 minutes, you can&amp;#39;t go wrong with this, you&amp;#39;re 100% sure that they will see your message. What better way to remind someone that they forgot to finish order a couple of hours ago?&lt;/p&gt;&#xD;
|
35 |
+
&#xD;
|
36 |
+
&lt;p&gt;&lt;a href="https://retargeting.biz/sms-triggers"&gt;read more about sms triggers&lt;/a&gt;&lt;/p&gt;&#xD;
|
37 |
+
&#xD;
|
38 |
+
&lt;h3&gt;&lt;strong&gt;Multitesting&lt;/strong&gt;&lt;/h3&gt;&#xD;
|
39 |
+
&#xD;
|
40 |
+
&lt;p&gt;We love A/B testing so much that we created Multitesting, an improved and limitless version compared to other email marketing softwares.&lt;/p&gt;&#xD;
|
41 |
+
&#xD;
|
42 |
+
&lt;p&gt;You can test as many different versions as you want and you only need one click to add a new one.Did we tell you that you can do this for any trigger, e-mail or live? The perfect&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Marketing_automation"&gt;marketing automation&lt;/a&gt;&amp;nbsp;tool for your online shop!&lt;/p&gt;&#xD;
|
43 |
+
&#xD;
|
44 |
+
&lt;p&gt;&lt;strong&gt;Contact&lt;/strong&gt;&lt;/p&gt;&#xD;
|
45 |
+
&#xD;
|
46 |
+
&lt;p&gt;For help or more info, please contact info@retargeting.biz or visit&amp;nbsp;&lt;a href="http://www.retargeting.biz"&gt;retargeting.biz&lt;/a&gt;.&lt;/p&gt;</description>
|
47 |
<notes>Retargeting</notes>
|
48 |
<authors><author><name>Cosmin Atomei</name><user>retargeting</user><email>info@retargeting.biz</email></author></authors>
|
49 |
+
<date>2015-06-23</date>
|
50 |
+
<time>11:37:29</time>
|
51 |
+
<contents><target name="magecommunity"><dir name="Retargeting"><dir name="Tracker"><dir name="Block"><file name="Embed.php" hash="d114429b378b186d144f75b725bd36c4"/><file name="Triggers.php" hash="fd2f2fad2041280b0d0572ea0e2220de"/></dir><dir name="Helper"><file name="Data.php" hash="6b547d3d67003b8bef48fd4eb8efe23f"/></dir><dir name="Model"><file name="Helppages.php" hash="51305978cda160ad7b3aa8bb8e42d3a5"/><file name="Observer.php" hash="891bb244bf9caa5d5742338cd5697ee8"/></dir><dir name="controllers"><file name="DiscountsController.php" hash="2c1386a96a75a2b3e5c3667a37dc285f"/><file name="IndexController.php" hash="9cbd5b979859b2014c5ed191d9b5686a"/><file name="ProductsController.php" hash="6498c0be8d4989d47f70f4c24b9fa904"/></dir><dir name="etc"><file name="config.xml" hash="0d685b4a87fdfa1962b2c89b0c9812b3"/><file name="system.xml" hash="46a5ed1ce340892c1010240e9c622a4e"/></dir><dir name="sql"><dir name="retargeting_tracker_setup"><file name="mysql4-install-1.0.0.php" hash="6613b3db4b7ec61fe47f9b69591fa0c5"/><file name="mysql4-install-1.1.0.php" hash="6613b3db4b7ec61fe47f9b69591fa0c5"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Retargeting_Tracker.xml" hash="44dbbcea34bc8ed9cc6d744176adb9a6"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="retargeting_tracker.xml" hash="a27cb36a780ee24f3e70aba08599f37e"/></dir><dir name="template"><dir name="retargeting_tracker"><file name="embed.phtml" hash="2d973cc9fe231ebf13da0b8ae3d3ccbb"/><file name="triggers.phtml" hash="dc3ba090077c9009e06b7498670de5f2"/></dir></dir></dir></dir></dir></target></contents>
|
52 |
<compatible/>
|
53 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
54 |
</package>
|