AffiliateWindow - Version 1.0.4

Version Notes

- An issue which caused only the product feed headings to export on some magento installations has been resolved.

Download this release

Release Info

Developer Stephen Short
Extension AffiliateWindow
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

app/code/local/DigitalWindow/AwinTracking/Block/Mastertag.php CHANGED
@@ -9,7 +9,7 @@ class DigitalWindow_AwinTracking_Block_Mastertag extends Mage_Core_Block_Templat
9
  public function getJourneyTagConfig(){
10
  $merchantId = $this->getMid();
11
  if($merchantId != 0){
12
- $script = "<script type=\"text/javascript\" src=\"https://dwin1.com/".$merchantId.".js\"> </script>"."\n";
13
  return $script;
14
  }
15
  else{
9
  public function getJourneyTagConfig(){
10
  $merchantId = $this->getMid();
11
  if($merchantId != 0){
12
+ $script = "<script type=\"text/javascript\" src=\"https://www.dwin1.com/".$merchantId.".js\"> </script>"."\n";
13
  return $script;
14
  }
15
  else{
app/code/local/DigitalWindow/AwinTracking/etc/config.xml CHANGED
@@ -50,7 +50,7 @@
50
  <tax_inclusive>No</tax_inclusive>
51
  <currency>Yes</currency>
52
  <enable_dedupe>No</enable_dedupe>
53
- <default_value>na</default_value>
54
  <cookie_length>30</cookie_length>
55
  <param_key>source</param_key>
56
  </section_three>
50
  <tax_inclusive>No</tax_inclusive>
51
  <currency>Yes</currency>
52
  <enable_dedupe>No</enable_dedupe>
53
+ <default_value>aw</default_value>
54
  <cookie_length>30</cookie_length>
55
  <param_key>source</param_key>
56
  </section_three>
app/design/frontend/base/default/template/digitalwindow/awintracking/awintracking.phtml CHANGED
@@ -8,7 +8,7 @@
8
  </textarea>
9
  </form>
10
 
11
- <!-- Test -->
12
  <script type="text/javascript">
13
  //<![CDATA[
14
  /*** Do not change ***/
8
  </textarea>
9
  </form>
10
 
11
+
12
  <script type="text/javascript">
13
  //<![CDATA[
14
  /*** Do not change ***/
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AffiliateWindow</name>
4
- <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
@@ -12,9 +12,9 @@ One click installation of Affiliate Window's bespoke tracking and datafeed platf
12
  One click installation of Affiliate Window's bespoke tracking and datafeed platform.</description>
13
  <notes>- An issue which caused only the product feed headings to export on some magento installations has been resolved.</notes>
14
  <authors><author><name>Stephen Short</name><user>stephenshort</user><email>Stephen.Short@affiliatewindow.com</email></author><author><name>Vladimir Sofroniev</name><user>vladimirsofroniev</user><email>Vladimir.Sofroniev@affiliatewindow.com</email></author><author><name>Edgelson Lua</name><user>edgelsonlua</user><email>Edgelson.Lua@affiliatewindow.com</email></author><author><name>Oliver Smith</name><user>oliversmith</user><email>Oliver.Smith@affiliatewindow.com</email></author></authors>
15
- <date>2016-03-22</date>
16
- <time>10:55:17</time>
17
- <contents><target name="mageetc"><dir name="modules"><file name="DigitalWindow_AwinTracking.xml" hash="3739f607424fe88e27289a0ea5019aed"/></dir></target><target name="magelocal"><dir name="DigitalWindow"><dir name="AwinTracking"><dir><dir name="Block"><file name="Awintracking.php" hash="7c11c3ebf4f2c9601b13c3dfe1385957"/><file name="Cookie.php" hash="f15ca577e469e0b020a23ade64182ae3"/><file name="Mastertag.php" hash="4b373913f02fa8b3f2d52312a14422d8"/></dir><dir name="Helper"><file name="Data.php" hash="c5a3c31d029ba2826605ce4f65f1d2db"/></dir><dir name="Model"><file name="Observer.php" hash="dd42ee8f837c3a58a4a2de850a6ca930"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Cookie.php" hash="50f06b4fcfca368033664d0eb5c9b7c9"/><file name="DefaultValue.php" hash="5d50db729cddc93cf4edac2369a1d395"/><file name="FeedName.php" hash="27c58e95203d12f93f5ec999367b51f6"/><file name="KeyParam.php" hash="39d3c69129f1e959d77b604e46f6f790"/><file name="MerchantId.php" hash="26428dec0c735ecb6c8f94fd4d2aa6a6"/></dir><dir name="Clock"><file name="Frequency.php" hash="6a13b43ef6004527a37f115a3243e52a"/></dir><dir name="Store"><file name="Id.php" hash="dc04605e1dd977956e8e1c7c474aeced"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="dc37b4397842f39ee0e2bd565f8f2083"/><file name="config.xml" hash="20e28c1e6f142657bf727b7d54add776"/><file name="system.xml" hash="71600ade309186b091e8b17a3568bfdc"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="digitalwindow"><dir><dir name="awintracking"><file name="awintracking.phtml" hash="39ee017118d4da5c1f3ab23a8d3889d0"/><file name="dwin1.phtml" hash="9fb45f13061159776dcae4772c49dfd0"/></dir></dir></dir></dir><dir name="layout"><file name="digitalwindow_awintracking.xml" hash="fea2f002706ecedb9ea2d757412a2fbd"/></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AffiliateWindow</name>
4
+ <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
12
  One click installation of Affiliate Window's bespoke tracking and datafeed platform.</description>
13
  <notes>- An issue which caused only the product feed headings to export on some magento installations has been resolved.</notes>
14
  <authors><author><name>Stephen Short</name><user>stephenshort</user><email>Stephen.Short@affiliatewindow.com</email></author><author><name>Vladimir Sofroniev</name><user>vladimirsofroniev</user><email>Vladimir.Sofroniev@affiliatewindow.com</email></author><author><name>Edgelson Lua</name><user>edgelsonlua</user><email>Edgelson.Lua@affiliatewindow.com</email></author><author><name>Oliver Smith</name><user>oliversmith</user><email>Oliver.Smith@affiliatewindow.com</email></author></authors>
15
+ <date>2016-04-07</date>
16
+ <time>15:18:01</time>
17
+ <contents><target name="mageetc"><dir name="modules"><file name="DigitalWindow_AwinTracking.xml" hash="3739f607424fe88e27289a0ea5019aed"/></dir></target><target name="magelocal"><dir name="DigitalWindow"><dir name="AwinTracking"><dir><dir name="Block"><file name="Awintracking.php" hash="7c11c3ebf4f2c9601b13c3dfe1385957"/><file name="Cookie.php" hash="f15ca577e469e0b020a23ade64182ae3"/><file name="Mastertag.php" hash="151472181007262eb3e48a518baf5e1f"/></dir><dir name="Helper"><file name="Data.php" hash="c5a3c31d029ba2826605ce4f65f1d2db"/></dir><dir name="Model"><file name="Observer.php" hash="dd42ee8f837c3a58a4a2de850a6ca930"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Cookie.php" hash="50f06b4fcfca368033664d0eb5c9b7c9"/><file name="DefaultValue.php" hash="5d50db729cddc93cf4edac2369a1d395"/><file name="FeedName.php" hash="27c58e95203d12f93f5ec999367b51f6"/><file name="KeyParam.php" hash="39d3c69129f1e959d77b604e46f6f790"/><file name="MerchantId.php" hash="26428dec0c735ecb6c8f94fd4d2aa6a6"/></dir><dir name="Clock"><file name="Frequency.php" hash="6a13b43ef6004527a37f115a3243e52a"/></dir><dir name="Store"><file name="Id.php" hash="dc04605e1dd977956e8e1c7c474aeced"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="dc37b4397842f39ee0e2bd565f8f2083"/><file name="config.xml" hash="823155df497c3defcc15739c73a3bb6b"/><file name="system.xml" hash="71600ade309186b091e8b17a3568bfdc"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="digitalwindow"><dir><dir name="awintracking"><file name="awintracking.phtml" hash="dad28ea230f1e1fb6f667a88faa4b51f"/><file name="dwin1.phtml" hash="9fb45f13061159776dcae4772c49dfd0"/></dir></dir></dir></dir><dir name="layout"><file name="digitalwindow_awintracking.xml" hash="fea2f002706ecedb9ea2d757412a2fbd"/></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
20
  </package>