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>
|
| 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 |
-
|
| 12 |
<script type="text/javascript">
|
| 13 |
//<