Exclusiveconcepts_Conversionsondemand - Version 1.1.2

Version Notes

Update to accept PHP version 5.5.1

Download this release

Release Info

Developer Dan Theirl
Extension Exclusiveconcepts_Conversionsondemand
Version 1.1.2
Comparing to
See all releases


Code changes from version 1.1.1 to 1.1.2

app/code/community/Conversionsondemand/Conversions360/Block/Code.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/Block/Identifier.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/Block/Multishipping/Success.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/Block/Success.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/Helper/Data.php CHANGED
@@ -12,7 +12,7 @@ class Conversionsondemand_Conversions360_Helper_Data extends Mage_Core_Helper_Ab
12
  *
13
  * @var const string
14
  */
15
- const _COD_SERVICE_URL = 'https://www.conversionsondemand.com/codadmin2/framework/';
16
  /**
17
  * Returns all the configuration data from the
18
  * magento administration related to conversionsondemand.com
12
  *
13
  * @var const string
14
  */
15
+ const _COD_SERVICE_URL = 'https://staging.conversionsondemand.com/codadmin2/framework/';
16
  /**
17
  * Returns all the configuration data from the
18
  * magento administration related to conversionsondemand.com
app/code/community/Conversionsondemand/Conversions360/Model/Config/Source/Edition.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/Model/Container/Code.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/Model/Container/Identifier.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/Model/Observer.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/controllers/IndexController.php CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/etc/cache.xml CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/etc/config.xml CHANGED
File without changes
app/code/community/Conversionsondemand/Conversions360/etc/system.xml CHANGED
File without changes
app/design/frontend/base/default/layout/conversionsondemand/conversions360/conversions360.xml CHANGED
File without changes
app/design/frontend/base/default/template/conversionsondemand/conversions360/code.phtml DELETED
@@ -1,16 +0,0 @@
1
- <?php
2
- if($this->codSnippetEnabled() && strlen($this->getStoreIdentifier()) > 0):
3
- $storeIdentifier = strip_tags($this->getStoreIdentifier());
4
- $storePlatform = strip_tags($this->getStorePlatform());
5
- $codServiceUrl = $this->getCodServiceUrl() . 'magento-loader.php?d=' . $storeIdentifier . '&p=' . $storePlatform ;
6
- ?>
7
- <!--- Conversions On Demand script, more info at www.conversionsondemand.com - Do Not Remove or Replace -->
8
- <script language="javascript">
9
- var cod_cartSubtotalAmt = parseFloat(<?php echo floatval($this->getCartSubTotal()); ?>);
10
- var COD_CONFIG= {'platform': '<?php echo $storePlatform; ?>','stoken':'<?php echo $storeIdentifier; ?>'};
11
- </script>
12
- <script language=javascript src="<?php echo $codServiceUrl; ?>"></script>
13
- <!--- Conversions On Demand script, more info at www.conversionsondemand.com - Do Not Remove or Replace -->
14
- <?php
15
- endif;
16
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/base/default/template/conversionsondemand/conversions360/success.phtml DELETED
@@ -1,36 +0,0 @@
1
- <?php
2
- $orderSummary = $this->getOrderDetail();
3
- ?>
4
- <script language=javascript>
5
- var cod_page_guid = 'SUCCESS';
6
- var cod_ab_orderSubTotal = [<?php echo implode($orderSummary['subtotals'],',') ?>];
7
- var cod_ab_orderTotal = [<?php echo implode($orderSummary['totals'],',') ?>];
8
- var cod_ab_orderNum=[<?php echo implode($orderSummary['orderids'],',') ?>];
9
- var cod_ab_numOfItems=[<?php echo implode($orderSummary['numitems'],',') ?>];
10
- var cod_ab_orderSubTotalDiscounted = [<?php echo implode($orderSummary['discounts'],',') ?>];
11
- <?php if(count($orderSummary['itemnames']) > 0): ?>
12
- var cod_ab_product_items=[<?php echo "[". implode($orderSummary['itemnames'],'],[') . "]"; ?>];
13
- <?php else: ?>
14
- var cod_ab_product_items=[];
15
- <?php endif;?>
16
- <?php if(count($orderSummary['itemids']) > 0): ?>
17
- var cod_ab_product_ids=[<?php echo "[". implode($orderSummary['itemids'],'],[') . "]"; ?>];
18
- <?php else: ?>
19
- var cod_ab_product_ids=[];
20
- <?php endif;?>
21
- <?php if(count($orderSummary['itemcodes']) > 0): ?>
22
- var cod_ab_product_codes=[<?php echo "[". implode($orderSummary['itemcodes'],'],[') . "]"; ?>];
23
- <?php else: ?>
24
- var cod_ab_product_codes=[];
25
- <?php endif;?>
26
- <?php if(count($orderSummary['itemqty']) > 0): ?>
27
- var cod_ab_product_qtys=[<?php echo "[". implode($orderSummary['itemqty'],'],[') . "]"; ?>];
28
- <?php else: ?>
29
- var cod_ab_product_qtys=[];
30
- <?php endif;?>
31
- <?php if(count($orderSummary['itemprices']) > 0): ?>
32
- var cod_ab_product_price=[<?php echo "[". implode($orderSummary['itemprices'],'],[') . "]"; ?>];
33
- <?php else: ?>
34
- var cod_ab_product_price=[];
35
- <?php endif;?>
36
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/Conversionsondemand_Conversions360.xml CHANGED
File without changes
package.xml CHANGED
@@ -1,25 +1,42 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Exclusiveconcepts_Conversionsondemand</name>
4
- <version>1.1.1</version>
5
  <stability>stable</stability>
6
- <license uri="https://www.conversionsondemand.com/codadmin2/files/COD-Master-Agreement.pdf">Conversions on Demand Terms Of Service</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Conversions On Demand is designed to prevent shoppers from leaving your site before making a purchase. Years of testing and data analysis power each application we make available through Conversions On Demand. The Conversions On Demand Suite includes a The Daily Deal Bar, The Cart Closer, and Time2Buy. All 3 are available separately or in combination to improve your store's conversion rate.</summary>
10
- <description>Conversions On Demand is a comprehensive and easy to manage suite of services to improve conversion rates. &#xD;
 
 
 
 
 
 
 
 
11
  &#xD;
12
- The Cart Closer is designed to convert shoppers that abandon the cart before completing a sale. The Cart Closer displays a customizable offer to the shopper as they are exiting the cart to incent them to stay and complete a sale. &#xD;
 
 
 
13
  &#xD;
14
- The Daily Deal Bar enables you to schedule promotions days, weeks or months in advance. After uploading your promotions (including single-use coupon), you can forget about them and trust the Daily Deal Bar to automatically update your site and Twitter on the days and times that you've preconfigured. &#xD;
 
 
 
 
15
  &#xD;
16
- Time2Buy is patent-pending technology that monitors the browsing behavior of shoppers on your site, and displays hyper time-sensitive offers to motivate shoppers to immediately buy from you. You can control the time, trigger behavior and offer value.&#xD;
17
- </description>
18
- <notes>This is the stable version of Conversions On Demand.</notes>
 
 
19
  <authors><author><name>Dan Theirl</name><user>dtheirl</user><email>dtheirl@exclusiveconcepts.com</email></author></authors>
20
- <date>2012-06-11</date>
21
- <time>11:27:56</time>
22
- <contents><target name="magecommunity"><dir name="Conversionsondemand"><dir name="Conversions360"><dir name="Block"><file name="Code.php" hash="5b24a33c55d6988d2ebbff1310341a50"/><file name="Identifier.php" hash="ae99e5ab385fd825be17ef7ae812ecc4"/><dir name="Multishipping"><file name="Success.php" hash="91f894fed9c4b94ccb3cfcd346627f92"/></dir><file name="Success.php" hash="0544e1889e339aef0c3953fd00450684"/></dir><dir name="Helper"><file name="Data.php" hash="41d5e793d071a095f929c070a6eab43b"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Edition.php" hash="a7268f311f457305189ca2906f2a7c41"/></dir></dir><dir name="Container"><file name="Code.php" hash="90e9cba3004db39fe2443c467fa0577d"/><file name="Identifier.php" hash="427b87bbdd3c82e13fa0136523973a11"/></dir><file name="Observer.php" hash="ebcbe407157dd30e71366dc5620ce1d7"/></dir><dir name="controllers"><file name="IndexController.php" hash="60d63f5bf5b208193567a72682475b02"/></dir><dir name="etc"><file name="cache.xml" hash="5f5c7e42e915f9607ee710d5b31bad5d"/><file name="config.xml" hash="75707d44e6b8296b68c37e624db1d409"/><file name="system.xml" hash="ab64016b6349164727277e4d075d6164"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Conversionsondemand_Conversions360.xml" hash="2ba3e087b9bf8d769741b89481dee559"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="conversionsondemand"><dir name="conversions360"><file name="conversions360.xml" hash="335ce03fe21e63ed1de64e2f4219998c"/></dir></dir></dir><dir name="template"><dir name="conversionsondemand"><dir name="conversions360"><file name="code.phtml" hash="77949fd564333bf8b0316229d056f0b8"/><file name="success.phtml" hash="0f4f25812b1484d69e8b6285213ef616"/></dir></dir></dir></dir></dir></dir></target></contents>
23
  <compatible/>
24
- <dependencies><required><php><min>5.1.1</min><max>5.4.3</max></php></required></dependencies>
25
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Exclusiveconcepts_Conversionsondemand</name>
4
+ <version>1.1.2</version>
5
  <stability>stable</stability>
6
+ <license uri="https://www.conversionsondemand.com/codadmin2/files/COD-Master-Agreement.pdf">Conversions On Demand Terms Of Service</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Conversions&#xD;
10
+ On Demand is designed to prevent shoppers from leaving your site before&#xD;
11
+ making a purchase. Years of testing and data analysis power each &#xD;
12
+ application we make available through Conversions On Demand. The &#xD;
13
+ Conversions On Demand Suite includes a The Daily Deal Bar, The Cart &#xD;
14
+ Closer, and Time2Buy. All 3 are available separately or in combination &#xD;
15
+ to improve your store's conversion rate.</summary>
16
+ <description>Conversions&#xD;
17
+ On Demand is a comprehensive and easy to manage suite of services to &#xD;
18
+ improve conversion rates. &#xD;
19
  &#xD;
20
+ The Cart Closer is designed to convert shoppers that abandon the cart &#xD;
21
+ before completing a sale. The Cart Closer displays a customizable offer &#xD;
22
+ to the shopper as they are exiting the cart to incent them to stay and &#xD;
23
+ complete a sale. &#xD;
24
  &#xD;
25
+ The Daily Deal Bar enables you to schedule promotions days, weeks or &#xD;
26
+ months in advance. After uploading your promotions (including single-use&#xD;
27
+ coupon), you can forget about them and trust the Daily Deal Bar to &#xD;
28
+ automatically update your site and Twitter on the days and times that &#xD;
29
+ you've preconfigured. &#xD;
30
  &#xD;
31
+ Time2Buy is patent-pending technology that monitors the browsing &#xD;
32
+ behavior of shoppers on your site, and displays hyper time-sensitive &#xD;
33
+ offers to motivate shoppers to immediately buy from you. You can control&#xD;
34
+ the time, trigger behavior and offer value.</description>
35
+ <notes>Update to accept PHP version 5.5.1</notes>
36
  <authors><author><name>Dan Theirl</name><user>dtheirl</user><email>dtheirl@exclusiveconcepts.com</email></author></authors>
37
+ <date>2013-08-14</date>
38
+ <time>09:24:37</time>
39
+ <contents><target name="magecommunity"><dir name="Conversionsondemand"><dir name="Conversions360"><dir name="Block"><file name="Code.php" hash="5b24a33c55d6988d2ebbff1310341a50"/><file name="Identifier.php" hash="ae99e5ab385fd825be17ef7ae812ecc4"/><dir name="Multishipping"><file name="Success.php" hash="91f894fed9c4b94ccb3cfcd346627f92"/></dir><file name="Success.php" hash="0544e1889e339aef0c3953fd00450684"/></dir><dir name="Helper"><file name="Data.php" hash="6f290082191f68096216b234af2deaa7"/></dir><dir name="Model"><dir name="Config"><dir name="Source"><file name="Edition.php" hash="a7268f311f457305189ca2906f2a7c41"/></dir></dir><dir name="Container"><file name="Code.php" hash="90e9cba3004db39fe2443c467fa0577d"/><file name="Identifier.php" hash="427b87bbdd3c82e13fa0136523973a11"/></dir><file name="Observer.php" hash="ebcbe407157dd30e71366dc5620ce1d7"/></dir><dir name="controllers"><file name="IndexController.php" hash="60d63f5bf5b208193567a72682475b02"/></dir><dir name="etc"><file name="cache.xml" hash="5f5c7e42e915f9607ee710d5b31bad5d"/><file name="config.xml" hash="75707d44e6b8296b68c37e624db1d409"/><file name="system.xml" hash="ab64016b6349164727277e4d075d6164"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Conversionsondemand_Conversions360.xml" hash="2ba3e087b9bf8d769741b89481dee559"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="conversionsondemand"><dir name="conversions360"><file name="conversions360.xml" hash="335ce03fe21e63ed1de64e2f4219998c"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="conversionsondemand"><dir name="conversions360"><file name="code.phtml" hash=""/><file name="success.phtml" hash=""/></dir></dir></dir></dir></dir></dir></target></contents>
40
  <compatible/>
41
+ <dependencies><required><php><min>5.1.1</min><max>5.5.1</max></php></required></dependencies>
42
  </package>