Retargeting_Tracker - Version 1.1.1

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.0.2</version>
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 $_product->getThumbnail() != 'no_selection' ? htmlspecialchars(Mage::helper('catalog/image')->init($_product, 'thumbnail')) : 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,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 $_product->getThumbnail() != 'no_selection' ? htmlspecialchars(Mage::helper('catalog/image')->init($_product, 'thumbnail')) : 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,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 $_product->getThumbnail() != 'no_selection' ? htmlspecialchars(Mage::helper('catalog/image')->init($_product, 'thumbnail')) : 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() ?>,
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.0</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-08</date>
50
- <time>12:28:04</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="916283ac8d39f30f74870dd2fe57cd95"/><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="6edb265c5a761fa45235a67cebaee36a"/></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>
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>&amp;lt;h2&amp;gt;Retargeting and Marketing Automation&amp;lt;/h2&amp;gt;&amp;#xD;&#xD;
11
+ &amp;#xD;&#xD;
12
+ &amp;lt;p&amp;gt;Personalized email content + Personalized live messages + SMS triggers to deliver to your customers the products they want to buy.&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
13
+ &amp;#xD;&#xD;
14
+ &amp;lt;h2&amp;gt;Features&amp;lt;/h2&amp;gt;&amp;#xD;&#xD;
15
+ &amp;#xD;&#xD;
16
+ &amp;lt;h3&amp;gt;&amp;lt;strong&amp;gt;Live Triggers&amp;lt;/strong&amp;gt;&amp;lt;/h3&amp;gt;&amp;#xD;&#xD;
17
+ &amp;#xD;&#xD;
18
+ &amp;lt;p&amp;gt;When you have people in our online shop, if you see that someone&amp;amp;#39;s showing a lot of interest in one product, wouldn&amp;amp;#39;t you offer them a small discount to make sure they buy it? That&amp;amp;#39;s what we thought!&amp;amp;nbsp;&amp;lt;br /&amp;gt;&amp;#xD;&#xD;
19
+ &amp;lt;br /&amp;gt;&amp;#xD;&#xD;
20
+ With our personalized live triggers that&amp;amp;#39;s exactly what you&amp;amp;#39;ll do, just that you won&amp;amp;#39;t have to lift a finger.&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
21
+ &amp;#xD;&#xD;
22
+ &amp;lt;p&amp;gt;&amp;lt;a href="https://retargeting.biz/live-triggers-marketing"&amp;gt;read more about live triggers&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
23
+ &amp;#xD;&#xD;
24
+ &amp;lt;h3&amp;gt;&amp;lt;strong&amp;gt;E-mail triggers &amp;amp;amp; reminders&amp;lt;/strong&amp;gt;&amp;lt;/h3&amp;gt;&amp;#xD;&#xD;
25
+ &amp;#xD;&#xD;
26
+ &amp;lt;p&amp;gt;We all want to market someone when they&amp;amp;#39;re in a buying mood, but it&amp;amp;#39;s hard to get the right timing. But we found a secret formula and you&amp;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!&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
27
+ &amp;#xD;&#xD;
28
+ &amp;lt;p&amp;gt;Someone browsed the site, found interesting products but didn&amp;amp;#39;t press the buy button? We&amp;amp;#39;ll remind him about those cool products through a triggered email. And that&amp;amp;#39;s not all, we can do so much more with our personalized emails!&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
29
+ &amp;#xD;&#xD;
30
+ &amp;lt;p&amp;gt;&amp;lt;a href="https://retargeting.biz/email-triggers-and-reminders"&amp;gt;read more about email triggers&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
31
+ &amp;#xD;&#xD;
32
+ &amp;lt;h3&amp;gt;&amp;lt;strong&amp;gt;SMS Triggers&amp;lt;/strong&amp;gt;&amp;lt;/h3&amp;gt;&amp;#xD;&#xD;
33
+ &amp;#xD;&#xD;
34
+ &amp;lt;p&amp;gt;Nowadays, with everyone checking their phones every 5 minutes, you can&amp;amp;#39;t go wrong with this, you&amp;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?&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
35
+ &amp;#xD;&#xD;
36
+ &amp;lt;p&amp;gt;&amp;lt;a href="https://retargeting.biz/sms-triggers"&amp;gt;read more about sms triggers&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
37
+ &amp;#xD;&#xD;
38
+ &amp;lt;h3&amp;gt;&amp;lt;strong&amp;gt;Multitesting&amp;lt;/strong&amp;gt;&amp;lt;/h3&amp;gt;&amp;#xD;&#xD;
39
+ &amp;#xD;&#xD;
40
+ &amp;lt;p&amp;gt;We love A/B testing so much that we created Multitesting, an improved and limitless version compared to other email marketing softwares.&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
41
+ &amp;#xD;&#xD;
42
+ &amp;lt;p&amp;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;amp;nbsp;&amp;lt;a href="http://en.wikipedia.org/wiki/Marketing_automation"&amp;gt;marketing automation&amp;lt;/a&amp;gt;&amp;amp;nbsp;tool for your online shop!&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
43
+ &amp;#xD;&#xD;
44
+ &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Contact&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&amp;#xD;&#xD;
45
+ &amp;#xD;&#xD;
46
+ &amp;lt;p&amp;gt;For help or more info, please contact info@retargeting.biz or visit&amp;amp;nbsp;&amp;lt;a href="http://www.retargeting.biz"&amp;gt;retargeting.biz&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;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>