Creativestyle_AffiliNet - Version 1.1.2

Version Notes

ADDED: missing retargeting variables on product page
ADDED: cron filename validation
FIXED: stock info for composite products
FIXED: cron start time display on data feed grid
FIXED: cron next run time saving
FIXED: creating data feed directory routine
FIXED: missing language and platform ID for introduction and registration pages

Download this release

Release Info

Developer affilinet GmbH
Extension Creativestyle_AffiliNet
Version 1.1.2
Comparing to
See all releases


Code changes from version 1.1.1 to 1.1.2

Files changed (110) hide show
  1. app/code/community/Creativestyle/AffiliNet/Block/Abstract.php +0 -0
  2. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Cms.php +0 -0
  3. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed.php +0 -0
  4. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit.php +0 -0
  5. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Form.php +0 -0
  6. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Cron.php +0 -0
  7. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Filter.php +0 -0
  8. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/General.php +0 -0
  9. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Mapper.php +0 -0
  10. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Submit.php +0 -0
  11. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tabs.php +0 -0
  12. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Form/Field/Image.php +0 -0
  13. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Grid.php +0 -0
  14. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Preview.php +0 -0
  15. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Filter.php +0 -0
  16. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Mapper.php +0 -0
  17. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Sendfeed.php +0 -0
  18. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Startat.php +0 -0
  19. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Url.php +0 -0
  20. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Info.php +0 -0
  21. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Abstract.php +0 -0
  22. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Container/Abstract.php +0 -0
  23. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Filter/Form/Abstract.php +0 -0
  24. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Filter/Form/Field/PublisherVolume.php +0 -0
  25. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order.php +0 -0
  26. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Filter/Form.php +0 -0
  27. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Grid.php +0 -0
  28. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Grid/BasketInfo.php +0 -0
  29. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/ActionInDays.php +0 -0
  30. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/BasketInfo.php +0 -0
  31. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/Flag.php +0 -0
  32. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/NewStatus.php +0 -0
  33. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics.php +0 -0
  34. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Filter/Form.php +0 -0
  35. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Grid.php +0 -0
  36. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Abstract.php +0 -0
  37. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Clicks.php +0 -0
  38. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Leads.php +0 -0
  39. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Sales.php +0 -0
  40. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Checkbox.php +0 -0
  41. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Currency.php +0 -0
  42. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Headinginfo.php +0 -0
  43. app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Image.php +0 -0
  44. app/code/community/Creativestyle/AffiliNet/Block/Retargeting.php +0 -0
  45. app/code/community/Creativestyle/AffiliNet/Block/Tracking.php +0 -0
  46. app/code/community/Creativestyle/AffiliNet/Controller/Adminhtml/Report/Abstract.php +0 -0
  47. app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Orders.php +0 -0
  48. app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Statistics.php +0 -0
  49. app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Toolbox.php +0 -0
  50. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Abstract.php +0 -0
  51. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/BasketItem.php +0 -0
  52. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Channel.php +0 -0
  53. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Creative.php +0 -0
  54. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Order.php +0 -0
  55. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/PublisherSegment.php +0 -0
  56. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/PublisherStatistics.php +0 -0
  57. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/CancellationReason.php +0 -0
  58. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Channel.php +0 -0
  59. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Creative.php +0 -0
  60. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/CreativeType.php +0 -0
  61. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/EvaluationType.php +0 -0
  62. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Period.php +0 -0
  63. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Period/Type.php +0 -0
  64. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/PublisherFilter.php +0 -0
  65. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/PublisherSegment.php +0 -0
  66. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/TransactionStatus.php +0 -0
  67. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/VolumeType.php +0 -0
  68. app/code/community/Creativestyle/AffiliNet/Model/Config.php +0 -0
  69. app/code/community/Creativestyle/AffiliNet/Model/Datafeed.php +0 -0
  70. app/code/community/Creativestyle/AffiliNet/Model/Filter.php +0 -0
  71. app/code/community/Creativestyle/AffiliNet/Model/Mapper.php +0 -0
  72. app/code/community/Creativestyle/AffiliNet/Model/Observer.php +0 -0
  73. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/BasketItem/Collection.php +0 -0
  74. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Channel/Collection.php +0 -0
  75. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Collection/Abstract.php +0 -0
  76. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Creative/Collection.php +0 -0
  77. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Order/Collection.php +0 -0
  78. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherSegment/Collection.php +0 -0
  79. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherStatistics/Collection.php +0 -0
  80. app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed.php +0 -0
  81. app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed/Collection.php +0 -0
  82. app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter.php +0 -0
  83. app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter/Collection.php +0 -0
  84. app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper.php +0 -0
  85. app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper/Collection.php +0 -0
  86. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Backend/Image.php +0 -0
  87. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Abstract.php +0 -0
  88. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Platform.php +0 -0
  89. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Attribute.php +0 -0
  90. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Id.php +0 -0
  91. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Cart.php +0 -0
  92. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Category.php +0 -0
  93. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Checkout.php +0 -0
  94. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Product.php +0 -0
  95. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Tracking/Parameters.php +0 -0
  96. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/CmsController.php +0 -0
  97. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/DatafeedController.php +0 -0
  98. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/OrderController.php +0 -0
  99. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/StatisticsController.php +0 -0
  100. app/code/community/Creativestyle/AffiliNet/etc/config.xml +1 -1
  101. app/design/adminhtml/default/default/template/creativestyle/affilinet/introduction.phtml +1 -6
  102. app/design/adminhtml/default/default/template/creativestyle/affilinet/signup.phtml +1 -1
  103. app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/product.phtml +3 -0
  104. app/locale/de_DE/Creativestyle_AffiliNet.csv +1 -0
  105. app/locale/en_GB/Creativestyle_AffiliNet.csv +1 -0
  106. app/locale/en_US/Creativestyle_AffiliNet.csv +1 -0
  107. app/locale/es_ES/Creativestyle_AffiliNet.csv +2 -2
  108. app/locale/fr_FR/Creativestyle_AffiliNet.csv +1 -0
  109. app/locale/nl_NL/Creativestyle_AffiliNet.csv +1 -0
  110. package.xml +12 -6
app/code/community/Creativestyle/AffiliNet/Block/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Cms.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Form.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Cron.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Filter.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/General.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Mapper.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Submit.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tabs.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Form/Field/Image.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Grid.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Preview.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Filter.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Mapper.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Sendfeed.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Startat.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Url.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Info.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Container/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Filter/Form/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Filter/Form/Field/PublisherVolume.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Filter/Form.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Grid.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Grid/BasketInfo.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/ActionInDays.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/BasketInfo.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/Flag.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/NewStatus.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Filter/Form.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Grid.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Clicks.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Leads.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Sales.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Checkbox.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Currency.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Headinginfo.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Image.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Retargeting.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Block/Tracking.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Controller/Adminhtml/Report/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Orders.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Statistics.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Toolbox.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Model/BasketItem.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Channel.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Creative.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Order.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Model/PublisherSegment.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Model/PublisherStatistics.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/CancellationReason.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Channel.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Creative.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/CreativeType.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/EvaluationType.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Period.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Period/Type.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/PublisherFilter.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/PublisherSegment.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/TransactionStatus.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/VolumeType.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Config.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Datafeed.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Filter.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Mapper.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Observer.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/BasketItem/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Channel/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Collection/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Creative/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Order/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherSegment/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherStatistics/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper/Collection.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Backend/Image.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Abstract.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Platform.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Attribute.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Id.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Cart.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Category.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Checkout.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Product.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Tracking/Parameters.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/CmsController.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/DatafeedController.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/OrderController.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/StatisticsController.php CHANGED
Binary file
app/code/community/Creativestyle/AffiliNet/etc/config.xml CHANGED
@@ -10,7 +10,7 @@
10
  <config>
11
  <modules>
12
  <Creativestyle_AffiliNet>
13
- <version>1.1.1</version>
14
  </Creativestyle_AffiliNet>
15
  </modules>
16
  <global>
10
  <config>
11
  <modules>
12
  <Creativestyle_AffiliNet>
13
+ <version>1.1.2</version>
14
  </Creativestyle_AffiliNet>
15
  </modules>
16
  <global>
app/design/adminhtml/default/default/template/creativestyle/affilinet/introduction.phtml CHANGED
@@ -8,10 +8,5 @@
8
  </table>
9
  </div>
10
  <div>
11
- <?php
12
- $allowed = array('en', 'de', 'fr', 'es', 'nl');
13
- $locale = explode('_', Mage::app()->getLocale()->getLocaleCode());
14
- $lang = (in_array($locale[0], $allowed) !== false) ? $locale[0] : 'en';
15
- ?>
16
- <iframe id="affilinet-introduction-iframe" src="http://www.affili.net/htmlcontent/<?php echo $lang; ?>/shopmodules/magento/1/welcome.html" style="width:100%;height:700px;" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" onload="frameLoaded()"></iframe>
17
  </div>
8
  </table>
9
  </div>
10
  <div>
11
+ <iframe id="affilinet-introduction-iframe" src="<?php echo $this->getIntroductionFrameSource(); ?>" style="width:100%;height:700px;" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
 
 
 
 
 
12
  </div>
app/design/adminhtml/default/default/template/creativestyle/affilinet/signup.phtml CHANGED
@@ -17,6 +17,6 @@
17
  </ul>
18
  <?php else: ?>
19
  <div>
20
- <iframe id="affilinet-signup-iframe" src="<?php echo $this->getSignupFrameSource(); ?>" style="width:100%;height:1300px;" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" onload="frameLoaded()"></iframe>
21
  </div>
22
  <?php endif; ?>
17
  </ul>
18
  <?php else: ?>
19
  <div>
20
+ <iframe id="affilinet-signup-iframe" src="<?php echo $this->getSignupFrameSource(); ?>" style="width:100%;height:1300px;" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
21
  </div>
22
  <?php endif; ?>
app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/product.phtml CHANGED
@@ -22,6 +22,9 @@
22
  var product_rating = '<?php echo $this->getProductRating(); ?>';
23
  <?php endif; ?>
24
  var product_inStock = '<?php echo $this->getProductOnStock(); ?>';
 
 
 
25
  <?php if (null !== $this->getProductOnSale()): ?>
26
  var product_onsale = '<?php echo $this->getProductOnSale(); ?>';
27
  <?php endif; ?>
22
  var product_rating = '<?php echo $this->getProductRating(); ?>';
23
  <?php endif; ?>
24
  var product_inStock = '<?php echo $this->getProductOnStock(); ?>';
25
+ var product_clickUrl = '<?php echo $this->getProductUrl(); ?>';
26
+ var product_imgUrl = '<?php echo $this->getProductImageUrl(); ?>';
27
+ var currency = '<?php echo $this->getCurrency(); ?>';
28
  <?php if (null !== $this->getProductOnSale()): ?>
29
  var product_onsale = '<?php echo $this->getProductOnSale(); ?>';
30
  <?php endif; ?>
app/locale/de_DE/Creativestyle_AffiliNet.csv CHANGED
@@ -248,6 +248,7 @@
248
  "Text links","Text-Links"
249
  "The attribute used to uniquely identify the products.","Attribut das zur eindeutigen Unterscheidung der Produkte dient."
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","Das Warenkorb-Tracking hilft Ihnen Bestellungen, die durch affilinet Publisher generiert wurden, bis auf Einzelposten-Level zu analysieren. Diese Informationen ermöglichen es Ihnen die Verkaufsleistung Ihrer Produkte über affiliate Marketing zu bewerten und dabei Publishern zu helfen Ihre marketing Aktivitäten zu verbessern um Besucher mit höherer Kaufwahrscheinlichkeit zu Ihnen zu senden."
 
251
  "The information in this tab has been changed.","Die Daten auf diesem Tab wurden geändert."
252
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Diese Werte können von Publishern, die Besucher auf Ihre Seite senden, eingesehen und analysiert werden. Übertragen Sie deshalb nur Informationen die Sie bereit sind zu teilen."
253
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Sie haben bereits einen Account unter Einstellungen hinterlegt. Eine Voranmeldung ist nicht nötig."
248
  "Text links","Text-Links"
249
  "The attribute used to uniquely identify the products.","Attribut das zur eindeutigen Unterscheidung der Produkte dient."
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","Das Warenkorb-Tracking hilft Ihnen Bestellungen, die durch affilinet Publisher generiert wurden, bis auf Einzelposten-Level zu analysieren. Diese Informationen ermöglichen es Ihnen die Verkaufsleistung Ihrer Produkte über affiliate Marketing zu bewerten und dabei Publishern zu helfen Ihre marketing Aktivitäten zu verbessern um Besucher mit höherer Kaufwahrscheinlichkeit zu Ihnen zu senden."
251
+ "The directory is missing and the script has been unable to create it. Please create it manually. Path %s","Folgendes Verzeichnis konnte nicht automatisch angelegt werden: %s. Bitte legen Sie es manuell an."
252
  "The information in this tab has been changed.","Die Daten auf diesem Tab wurden geändert."
253
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Diese Werte können von Publishern, die Besucher auf Ihre Seite senden, eingesehen und analysiert werden. Übertragen Sie deshalb nur Informationen die Sie bereit sind zu teilen."
254
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Sie haben bereits einen Account unter Einstellungen hinterlegt. Eine Voranmeldung ist nicht nötig."
app/locale/en_GB/Creativestyle_AffiliNet.csv CHANGED
@@ -248,6 +248,7 @@
248
  "Text links","Text links"
249
  "The attribute used to uniquely identify the products.","The attribute used to uniquely identify the products."
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic."
 
251
  "The information in this tab has been changed.","The information in this tab has been changed."
252
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share."
253
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings."
248
  "Text links","Text links"
249
  "The attribute used to uniquely identify the products.","The attribute used to uniquely identify the products."
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic."
251
+ "The directory is missing and the script has been unable to create it. Please create it manually. Path %s","The directory is missing and the script has been unable to create it. Please create it manually. Path %s"
252
  "The information in this tab has been changed.","The information in this tab has been changed."
253
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share."
254
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings."
app/locale/en_US/Creativestyle_AffiliNet.csv CHANGED
@@ -248,6 +248,7 @@
248
  "Text links","Text links"
249
  "The attribute used to uniquely identify the products.","The attribute used to uniquely identify the products."
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic."
 
251
  "The information in this tab has been changed.","The information in this tab has been changed."
252
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share."
253
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings."
248
  "Text links","Text links"
249
  "The attribute used to uniquely identify the products.","The attribute used to uniquely identify the products."
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic."
251
+ "The directory is missing and the script has been unable to create it. Please create it manually. Path %s","The directory is missing and the script has been unable to create it. Please create it manually. Path %s"
252
  "The information in this tab has been changed.","The information in this tab has been changed."
253
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share."
254
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings."
app/locale/es_ES/Creativestyle_AffiliNet.csv CHANGED
@@ -247,8 +247,8 @@
247
  "Text link","Enlace de texto"
248
  "Text links","Enlace de textos"
249
  "The attribute used to uniquely identify the products.","El atributo utilizado identifica de forma exclusiva los productos."
250
- "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while h","El sistema de basket tracking le ayuda a desglosar las órdenes generadas a través de los publishers de affilinet y analizar las compras en el nivel de la cesta-artículo.
251
- Esta información le permite evaluar el rendimiento de las ventas de sus productos a"
252
  "The information in this tab has been changed.","La información contenida en esta ficha se ha cambiado."
253
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","A estas propiedades también pueden acceder y analizar aquellos publishers que envian tráfico a su sitio Web. Por lo tanto sólo transmita información que usted está dispuesto a compartir."
254
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Esta página de alta a la plataforma affilinet se desactiva desde que ha introducido un programa ID en la configuración de la extensión."
247
  "Text link","Enlace de texto"
248
  "Text links","Enlace de textos"
249
  "The attribute used to uniquely identify the products.","El atributo utilizado identifica de forma exclusiva los productos."
250
+ "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","El sistema de basket tracking le ayuda a desglosar las órdenes generadas a través de los publishers de affilinet y analizar las compras en el nivel de la cesta-artículo. Esta información le permite evaluar el rendimiento de las ventas de sus productos a través de afiliados de marketing, mientras que ayuda a los publishers a optimizar sus actividades de marketing y enviar tráfico mejor conversión."
251
+ "The directory is missing and the script has been unable to create it. Please create it manually. Path %s","El directorio no se encuentra y el script no fue capaz de crearlo. Por favor, créalo manualmente. Ruta %s"
252
  "The information in this tab has been changed.","La información contenida en esta ficha se ha cambiado."
253
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","A estas propiedades también pueden acceder y analizar aquellos publishers que envian tráfico a su sitio Web. Por lo tanto sólo transmita información que usted está dispuesto a compartir."
254
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Esta página de alta a la plataforma affilinet se desactiva desde que ha introducido un programa ID en la configuración de la extensión."
app/locale/fr_FR/Creativestyle_AffiliNet.csv CHANGED
@@ -248,6 +248,7 @@
248
  "Text links","Liens texte"
249
  "The attribute used to uniquely identify the products.","L'attribut utilisé pour identifier les produits de façon unique."
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while h","Le Basket Tracking vous permet de détailler les transactions générées par les affiliés d'affilinet. Vous pouvez analyser le contenu des achats par article. Ces informations vous permettent d'évaluer les ventes de vos produits via le canal affiliation, tou"
 
251
  "The information in this tab has been changed.","Les informations de cet onglet ont été changées."
252
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Ces caractéristiques sont également accessibles aux affiliés diffusant votre programme. Ils peuvent ainsi les analyser ppour optimiser leur diffusion. Renseignez uniquement des données que vous souhaitez partager."
253
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Cette page d'inscription à la plate-forme d'affilinet est désactivée car vous avez déjà sélectionné un ID de programme dans les paramètres avancés."
248
  "Text links","Liens texte"
249
  "The attribute used to uniquely identify the products.","L'attribut utilisé pour identifier les produits de façon unique."
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while h","Le Basket Tracking vous permet de détailler les transactions générées par les affiliés d'affilinet. Vous pouvez analyser le contenu des achats par article. Ces informations vous permettent d'évaluer les ventes de vos produits via le canal affiliation, tou"
251
+ "The directory is missing and the script has been unable to create it. Please create it manually. Path %s","Le dossier est manquant et le script n’est pas en mesure de le créer. Veuillez le créer manuellement s’il vous plaît. Chemin %s"
252
  "The information in this tab has been changed.","Les informations de cet onglet ont été changées."
253
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Ces caractéristiques sont également accessibles aux affiliés diffusant votre programme. Ils peuvent ainsi les analyser ppour optimiser leur diffusion. Renseignez uniquement des données que vous souhaitez partager."
254
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Cette page d'inscription à la plate-forme d'affilinet est désactivée car vous avez déjà sélectionné un ID de programme dans les paramètres avancés."
app/locale/nl_NL/Creativestyle_AffiliNet.csv CHANGED
@@ -248,6 +248,7 @@
248
  "Text links","Tekstlinks"
249
  "The attribute used to uniquely identify the products.","Het kenmerk dat is gebruikt om op een unieke wijze het product te identificeren"
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while h","Basket tracking helpt u om de aankopen te analyseren op winkelwagen-niveau. Deze informatie geeft u de mogelijkheid om de salesresultaten die u ontvangt via affiliate marketing te analyseren, terwijl u publishers helpt om hun marketing activiteiten te opt"
 
251
  "The information in this tab has been changed.","De informatie in dit tabblad is veranderd."
252
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Deze gegevens kunnen worden bekeken en geanalyseerd door publishers die traffic naar u website sturen. Stuur daarom alleen informatie terug die u wil delen."
253
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Deze affilinet inlogpagina is gedeactiveerd , omdat u al een programma ID heeft ingevoerd in de uitgebreide instellingen."
248
  "Text links","Tekstlinks"
249
  "The attribute used to uniquely identify the products.","Het kenmerk dat is gebruikt om op een unieke wijze het product te identificeren"
250
  "The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while h","Basket tracking helpt u om de aankopen te analyseren op winkelwagen-niveau. Deze informatie geeft u de mogelijkheid om de salesresultaten die u ontvangt via affiliate marketing te analyseren, terwijl u publishers helpt om hun marketing activiteiten te opt"
251
+ "The directory is missing and the script has been unable to create it. Please create it manually. Path %s","De directory ontbreekt en kon niet aangemaakt worden door script. Maak handmatig een directory. Path %s"
252
  "The information in this tab has been changed.","De informatie in dit tabblad is veranderd."
253
  "These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Deze gegevens kunnen worden bekeken en geanalyseerd door publishers die traffic naar u website sturen. Stuur daarom alleen informatie terug die u wil delen."
254
  "This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Deze affilinet inlogpagina is gedeactiveerd , omdat u al een programma ID heeft ingevoerd in de uitgebreide instellingen."
package.xml CHANGED
@@ -1,19 +1,25 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Creativestyle_AffiliNet</name>
4
- <version>1.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.affili.net/htmlcontent/en/shopmodules/magento/1/magento_modul_license.pdf">Custom License</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This extension provides integration of your Magento shop with affilinet program.</summary>
10
  <description>The affilinet extension enables you to integrate the affiliate marketing functionality into your Magento store. Affilinet means performance marketing, an attractive, success-based payment model for users directed to your website, high quality, transparent tracking and reporting as well as a sales network with 500.000 publishers (website operators, who promote your products via internet). This extension offers you new customer potentials to expand your reach.</description>
11
- <notes>ADDED: french (fr_FR) language pack&#xD;
12
- FIXED: accesing settings page issue on Magento CE 1.6 and EE 1.11</notes>
 
 
 
 
 
 
13
  <authors><author><name>affilinet GmbH</name><user>affilinet</user><email>magento@affili.net</email></author></authors>
14
- <date>2014-11-05</date>
15
- <time>02:56:21</time>
16
- <contents><target name="magecommunity"><dir name="Creativestyle"><dir name="AffiliNet"><dir name="Block"><file name="Abstract.php" hash="6ba98338eb4a8f410cb69f03c8c6f891"/><dir name="Adminhtml"><file name="Cms.php" hash="35dd58b90ae2c10c7766c5b7a4f93200"/><dir name="Datafeed"><dir name="Edit"><file name="Form.php" hash="68f41c5e9e2a97f1685bfa655b9d819b"/><dir name="Tab"><file name="Cron.php" hash="a50a7e1a1f866fcbf0da004323d0070d"/><file name="Filter.php" hash="eb9231b018cf8a10685cb58ef00aa116"/><file name="General.php" hash="254dd1fbe85141ebd6961825aba2d094"/><file name="Mapper.php" hash="2faec37cc30e074d27cbe475ae3da70e"/><file name="Submit.php" hash="4f13b7db2c2d8c5e32476a243f84da63"/></dir><file name="Tabs.php" hash="d23df7106803d603b23cf7c05e7e43cb"/></dir><file name="Edit.php" hash="491adeeadc89cfe9e00083b91cae0f90"/><dir name="Form"><dir name="Field"><file name="Image.php" hash="30f621d3348494422914ad7679323002"/></dir></dir><file name="Grid.php" hash="44ea58f99dc997ff3c379ad62e45a9c1"/><file name="Preview.php" hash="fbfa9fc02afdcc9497d1cb19744ff136"/><dir name="Renderer"><file name="Filter.php" hash="e01eb8aba8a281188bc65e0f8b6781c3"/><file name="Mapper.php" hash="e92b994c61a09164e0c72240cb521d03"/><file name="Sendfeed.php" hash="bc196bb62f0bd6d3d42715609cf86612"/><file name="Startat.php" hash="d622f5ab056a4b272b7ed2172a872d0e"/><file name="Url.php" hash="408c65739cc7130795c456a98536d0cf"/></dir></dir><file name="Datafeed.php" hash="d28bc866d3c7f9dacde124ad604b85ed"/><file name="Info.php" hash="e32d96ba5372356cd1c2725eae6502ee"/><dir name="Report"><file name="Abstract.php" hash="c0b3061cfe4ebe7202648374aeecaedd"/><dir name="Container"><file name="Abstract.php" hash="7613a7f2318c00c92f13db8426535ebc"/></dir><dir name="Filter"><dir name="Form"><file name="Abstract.php" hash="db5ed1c4516a7923a2e2ffea252f9b81"/><dir name="Field"><file name="PublisherVolume.php" hash="013e130102b60a2a20aeaa8e59a113b2"/></dir></dir></dir><dir name="Order"><dir name="Filter"><file name="Form.php" hash="be308877bbfd992c10691fbe2acaa2df"/></dir><dir name="Grid"><file name="BasketInfo.php" hash="1ffdbdf078ccb8865ebb67f8e39d8d28"/></dir><file name="Grid.php" hash="6d43fc95a99e2da6e04517fa75d6b6b1"/><dir name="Renderer"><file name="ActionInDays.php" hash="c9b6e30860f1af4ec1995d66d7a17215"/><file name="BasketInfo.php" hash="7df7b4b4b554dc1b421885ac5b67699f"/><file name="Flag.php" hash="b7ffce42cb5617779a01c7e6ba7a2448"/><file name="NewStatus.php" hash="1b6dfcef87d4862b1c7d5f42727ac0c3"/></dir></dir><file name="Order.php" hash="7bc9282b221c895e49223716eb698d05"/><dir name="Statistics"><dir name="Filter"><file name="Form.php" hash="4d0303ae7c07acf5f941b7a21b95d655"/></dir><file name="Grid.php" hash="fed568abb0d93e79aadb73b6a5cb4e6b"/><dir name="Renderer"><file name="Abstract.php" hash="445a9192775c934e1ca32a15c2e8100c"/><file name="Clicks.php" hash="fcc173dd8cef862355b5408eb4c6e48d"/><file name="Leads.php" hash="8c104127f2bb70b50f27c8ea9deaa96f"/><file name="Sales.php" hash="b4d03e64bac92d5e6a51b03c81a6a7a6"/></dir></dir><file name="Statistics.php" hash="5771ff710b9bacc649d22ecaa42ef35f"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Checkbox.php" hash="eb42b8c265f3515a5b64804dafe735e0"/><file name="Currency.php" hash="1029445e93ec1cbaa30d31c9c8b00b08"/><file name="Headinginfo.php" hash="8b86d7ef8cf9bd6c5fa8756bc02f2dc8"/><file name="Image.php" hash="fdea8d251a618a560ab15b23e434622e"/></dir></dir></dir></dir></dir><file name="Retargeting.php" hash="144bb04c412953ed537a25089b49b493"/><file name="Tracking.php" hash="deb51c8986a5f31f3632334265257f15"/></dir><dir name="Controller"><dir name="Adminhtml"><dir name="Report"><file name="Abstract.php" hash="7643641116c61a5f292e15b88d470775"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="95b6aa6df78b1866cf6feaa5d1301bae"/></dir><dir name="Model"><dir name="Api"><dir name="Client"><file name="Abstract.php" hash="1e1911bcbad7b1d9fb3b55eb3e6af5eb"/><file name="Orders.php" hash="3bf8d7c39b0d5b78d6505446a7d817b2"/><file name="Statistics.php" hash="a6242f8a524572412b25b6b377c1a6b2"/><file name="Toolbox.php" hash="5fc9402d6cfcae3c9f42f7108095e310"/></dir><dir name="Model"><file name="Abstract.php" hash="2218c948dbff36e3cedd3f878eb9291c"/><file name="BasketItem.php" hash="c7de1888e210d6fb62168c6723f115b5"/><file name="Channel.php" hash="c5ce73a7b30e2aedec3e2f628fc6c1e8"/><file name="Creative.php" hash="16496935df7160a57ed85763217e8f77"/><file name="Order.php" hash="722e84c887f1726b7c90334352f55c3d"/><file name="PublisherSegment.php" hash="736a5837fd7e18450f42ca6b85decf7f"/><file name="PublisherStatistics.php" hash="620236b25f0b9717c8db3af9c48e7630"/></dir><file name="Security.php" hash="64142f51128b81b635f6e7c8366aa474"/><dir name="Source"><file name="Abstract.php" hash="656253045eb458dae6a2e55d74c117b1"/><file name="CancellationReason.php" hash="e6370fb7458ddc2872a368b43ed188d7"/><file name="Channel.php" hash="a71627c397015ef30e64f62ab84a8d75"/><file name="Creative.php" hash="1d168c06277959be442a97897decc84d"/><file name="CreativeType.php" hash="8c4fc4e25645dc3aec94a2a41624ae29"/><file name="EvaluationType.php" hash="fde038d30204dc77dcb002fa8a8062fc"/><dir name="Period"><file name="Type.php" hash="7b41e82481e218e9ce7a4cbdf6892421"/></dir><file name="Period.php" hash="2688fedbbc21b442d4a1c9455b376ebf"/><file name="PublisherFilter.php" hash="d33e8ba9451dc440e90917e4134e1a85"/><file name="PublisherSegment.php" hash="a488082e4b8408f627276c6510b8685d"/><file name="TransactionStatus.php" hash="ac779c70cfade134792dc2b092807444"/><file name="VolumeType.php" hash="76f6310c513e5a87fafc5673bb47eb98"/></dir><file name="UsernameToken.php" hash="813f4183d9c188e83fe02f1337083029"/></dir><file name="Api.php" hash="c29e81cff187308d55a517d60fd2d34b"/><file name="Config.php" hash="270f19f85afa17475532fd25b8967a81"/><file name="Datafeed.php" hash="3ca0224410f85a63ffbd8852590511c9"/><file name="Filter.php" hash="3cce461f9efb5ff875835e2ad42f9507"/><file name="Mapper.php" hash="7ba9f48b3a13ebac8a4451bca640c463"/><file name="Observer.php" hash="f9c31f410f6b5f57a45e7809bdee4d27"/><dir name="Resource"><dir name="Api"><dir name="Model"><dir name="BasketItem"><file name="Collection.php" hash="4c2bbf5fa4f0822dff22b43abed5f8b4"/></dir><dir name="Channel"><file name="Collection.php" hash="fdc146985d5a674941cbcd334d21815e"/></dir><dir name="Collection"><file name="Abstract.php" hash="16eee1f008172a5b337aed856799b955"/></dir><dir name="Creative"><file name="Collection.php" hash="b37d0e7498f4b8551a8268f10ed54e9f"/></dir><dir name="Order"><file name="Collection.php" hash="2a18c9c78db5199a074588f8ba343326"/></dir><dir name="PublisherSegment"><file name="Collection.php" hash="2fdd04f59d963767a2c74ae789961a69"/></dir><dir name="PublisherStatistics"><file name="Collection.php" hash="7c80b54855ff788d92d36dc20f3eec40"/></dir></dir></dir><dir name="Datafeed"><file name="Collection.php" hash="7844d7070d5d7293af9aea0dc18bf0b0"/></dir><file name="Datafeed.php" hash="ced1b83b0bfd86991f45068d1f647328"/><dir name="Filter"><file name="Collection.php" hash="b5cdce6219634694ec1c1540732be303"/></dir><file name="Filter.php" hash="48f42c5ae21c8076514082f69edd7ba6"/><dir name="Mapper"><file name="Collection.php" hash="9a03a218b1e4097834d5d9ee2c8f4564"/></dir><file name="Mapper.php" hash="3a90ab6609711354f577aecc594f97ab"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Image.php" hash="809b129f147bdbe62289819e6422dea6"/></dir><dir name="Source"><file name="Abstract.php" hash="523bb72735b10fb9ade87a923b756bc3"/><file name="Attribute.php" hash="7db1132e947a881728ae2a50b88e730b"/><file name="Platform.php" hash="064f1d7231f3e54de059a94c2c2f44b0"/><dir name="Product"><file name="Attribute.php" hash="688a9a145faa938b864c3f0aa7f31b89"/><file name="Id.php" hash="3178a7fb6d06dab3bb1ce9cf754fb103"/></dir><dir name="Retargeting"><file name="Cart.php" hash="4441e229515e0bf8570a62e10868dd7a"/><file name="Category.php" hash="c299d7771b539fce3f1964017a9d7a78"/><file name="Checkout.php" hash="9f825c20e97c85f1a97af51367dd4f32"/><file name="Product.php" hash="abefa074441f9db0465191fadbeff4be"/></dir><dir name="Tracking"><file name="Parameters.php" hash="06db52d2eabdde1eb9751ab2ca16e839"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="CmsController.php" hash="b795a3191c50dbbd9f0c2932542b665b"/><file name="DatafeedController.php" hash="03827000a5526bb78a96a4a02dc5e1ee"/><dir name="Report"><file name="OrderController.php" hash="bae0c5cc07189b82709cbef936ede2b6"/><file name="StatisticsController.php" hash="f5eb8f864c44186881d6abd5c031f6a4"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="45ec0a4f2dd05065b7e8f10b78cf27de"/><file name="config.xml" hash="f3737710e420d122ac839f816ad9aaa0"/><file name="system.xml" hash="97f2c98ed22784ed89e6030c2f73bfd5"/></dir><dir name="sql"><dir name="datafeed_setup"><file name="install-1.0.0.php" hash="598d0557114d14430e98dfcb76c41568"/></dir><dir name="filter_setup"><file name="install-1.0.0.php" hash="e02fc07475aaba8ff0d13ba3c7fa4a97"/></dir><dir name="mapper_setup"><file name="install-1.0.0.php" hash="edf47261ff265ce26886c7e61c6f45f4"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="affilinet.xml" hash="9c757dd43cecfd5d7f157cf70186513d"/></dir><dir name="template"><dir name="creativestyle"><dir name="affilinet"><dir name="datafeed"><file name="filter.phtml" hash="e0078d15e4d7f6d899ce6d2d97812d98"/><file name="mapper.phtml" hash="6dae06711ea40fef4ac7716da1704a84"/><file name="preview.phtml" hash="90443297bc711456f5994d78c09f28e5"/><file name="sendfeed.phtml" hash="dab35bdad3015c5ec31afbb4bd148974"/></dir><file name="info.phtml" hash="ffdd8781c96d554fec785397be534208"/><file name="init.phtml" hash="639e5aa007c81c80595a1cf3ec8dfd46"/><file name="introduction.phtml" hash="d7927e5194a8720ee7ae376e0db5afd4"/><dir name="order"><dir name="grid"><file name="basket.phtml" hash="8412a62f4134464ad80b48ee9cf7dc2e"/><file name="container.phtml" hash="f00816bc5f5bfab2b9833db3a655dcd2"/></dir></dir><file name="signup.phtml" hash="f225e59d5255850d271b91478fb890d1"/><dir name="statistics"><dir name="grid"><file name="container.phtml" hash="728793c5789e0d1da3df205ddf85f6aa"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="affilinet.xml" hash="fc7990c2931930eb31054553aff42efc"/></dir><dir name="template"><dir name="creativestyle"><dir name="affilinet"><dir name="retargeting"><file name="cart.phtml" hash="58ce82751942f9112310e1cbdcfaa0e6"/><file name="category.phtml" hash="5c35e6f86bcad826b436e7c7decb4d39"/><file name="checkout.phtml" hash="e7d4bbc3e0d1adc3b3eff5533ba3c233"/><file name="customer_data.phtml" hash="6cc3a670a0cb746c91c908f0392cd910"/><file name="landing_page.phtml" hash="674373c8c922b4e20b8a33cc5ec6ef36"/><file name="product.phtml" hash="7b2b9f7f93611a1bcfe226df26151081"/><file name="search.phtml" hash="3c608d25238446fbc102ca43216d4a63"/></dir><file name="tracking.phtml" hash="130eda1146d0e9b35f9a480ccdcc9bfc"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Creativestyle_AffiliNet.xml" hash="d57c1b6370a53a53e1124e37358a1ba3"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Creativestyle_AffiliNet.csv" hash="19ba622c7c8d3091eca73fbbe36803f1"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="417ae4a2ab09a13e1f28a6de65f971e2"/></dir></dir></dir><dir name="en_GB"><file name="Creativestyle_AffiliNet.csv" hash="4ba285aacef2f3832b651c2f65e59131"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir><dir name="en_US"><file name="Creativestyle_AffiliNet.csv" hash="4ba285aacef2f3832b651c2f65e59131"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir><dir name="es_ES"><file name="Creativestyle_AffiliNet.csv" hash="e187a424e5812152d1f638ac7446bc4b"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir><dir name="nl_NL"><file name="Creativestyle_AffiliNet.csv" hash="c59c2f12fe9073c7d6b84150c9c0db0f"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir><dir name="fr_FR"><file name="Creativestyle_AffiliNet.csv" hash="74dc086970ca0695e73afade1261f4ec"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="creativestyle"><dir name="css"><file name="affilinet.css" hash="45ea61af4b22fc94ccbbee5d4b336005"/></dir><dir name="images"><file name="affili-net-creativestyle-header-logo.png" hash="1f17fc7a61f8aaf929000d1d87f7d943"/><file name="affili-net-creativestyle-logo.png" hash="bb507d0085dab135ac313b8068515620"/><file name="affili-net-header.png" hash="16adaa58c6e2067e90357cef087bb0a9"/><file name="affili-net-section.png" hash="28b9903f30c7f0078ff9dae7d4e7e054"/><file name="sort_affili.gif" hash="b7e86a1536fdc2925177abfea016ba28"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="creativestyle"><dir name="adminhtml"><file name="affilinet.js" hash="f0dcd8c9efcd545d1aad907c15dd5892"/></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Creativestyle_AffiliNet</name>
4
+ <version>1.1.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.affili.net/htmlcontent/en/shopmodules/magento/1/magento_modul_license.pdf">Custom License</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This extension provides integration of your Magento shop with affilinet program.</summary>
10
  <description>The affilinet extension enables you to integrate the affiliate marketing functionality into your Magento store. Affilinet means performance marketing, an attractive, success-based payment model for users directed to your website, high quality, transparent tracking and reporting as well as a sales network with 500.000 publishers (website operators, who promote your products via internet). This extension offers you new customer potentials to expand your reach.</description>
11
+ <notes>ADDED: missing retargeting variables on product page&#xD;
12
+ ADDED: cron filename validation&#xD;
13
+ FIXED: stock info for composite products&#xD;
14
+ FIXED: cron start time display on data feed grid&#xD;
15
+ FIXED: cron next run time saving&#xD;
16
+ FIXED: creating data feed directory routine&#xD;
17
+ FIXED: missing language and platform ID for introduction and registration pages&#xD;
18
+ </notes>
19
  <authors><author><name>affilinet GmbH</name><user>affilinet</user><email>magento@affili.net</email></author></authors>
20
+ <date>2014-12-16</date>
21
+ <time>21:34:44</time>
22
+ <contents><target name="magecommunity"><dir name="Creativestyle"><dir name="AffiliNet"><dir name="Block"><file name="Abstract.php" hash="bdd36b0150fada3e260526d28c263433"/><dir name="Adminhtml"><file name="Cms.php" hash="29bbb481e567bd3692d7574aa0fc6711"/><dir name="Datafeed"><dir name="Edit"><file name="Form.php" hash="b669b26b82b2e302e687a7aad5d9d184"/><dir name="Tab"><file name="Cron.php" hash="6f877b815aed2be8d885cb3cd63cda40"/><file name="Filter.php" hash="503bd68bb86cde563c730b5eaa2c1a8c"/><file name="General.php" hash="83e39cd18232712fb4e51cac737e43a6"/><file name="Mapper.php" hash="24c03e77202c30b1e2a0b4a24bc56268"/><file name="Submit.php" hash="ea69cda8ba82876fa90605c77dcb6bb9"/></dir><file name="Tabs.php" hash="fa3f2494f89f1817d9f75a6cd6ebd300"/></dir><file name="Edit.php" hash="219e88b87818969dcabab3f35e6cbd43"/><dir name="Form"><dir name="Field"><file name="Image.php" hash="72eb9dd4562e53428feb1da2708a18df"/></dir></dir><file name="Grid.php" hash="1faa38820b200433681afc705f668da9"/><file name="Preview.php" hash="8a2f342c84637d0ecaa6a215c4c8499e"/><dir name="Renderer"><file name="Filter.php" hash="8b9be478884acc8e689d03b9253f0721"/><file name="Mapper.php" hash="5d81eeddebef1feafa51ed80ce3ae723"/><file name="Sendfeed.php" hash="00d82678b3b39ab6c61b65a8b9fa14f5"/><file name="Startat.php" hash="f269322550c11df874ac9db0f35f9966"/><file name="Url.php" hash="8513d60296d6e93802b51780cf24403c"/></dir></dir><file name="Datafeed.php" hash="18ab4f17068596d03867ae48c1e3d4fe"/><file name="Info.php" hash="72529d653f2bc243d9315a1fcff3668c"/><dir name="Report"><file name="Abstract.php" hash="299a398a0e8fa33d5e739a30fe35b2ba"/><dir name="Container"><file name="Abstract.php" hash="4009544d5c62c0ddd5236eb6323c17ec"/></dir><dir name="Filter"><dir name="Form"><file name="Abstract.php" hash="3613bec54dbb723cde9a83dfa698fd7a"/><dir name="Field"><file name="PublisherVolume.php" hash="e20c73a5e771f21c91cceb5c7f4257ec"/></dir></dir></dir><dir name="Order"><dir name="Filter"><file name="Form.php" hash="fbbde0f9706ce4deb17a163aaa0286ff"/></dir><dir name="Grid"><file name="BasketInfo.php" hash="4d45b5a1ecef5d00c98433d793dfcea9"/></dir><file name="Grid.php" hash="dc8d677361d2045a11a368a5eb48b71a"/><dir name="Renderer"><file name="ActionInDays.php" hash="1fa613ebd9481aa6db6d0689d60e5458"/><file name="BasketInfo.php" hash="ae4b81b5a48e54ef6c7838f531fca5ca"/><file name="Flag.php" hash="3ffb93363ac1fd9f00858a1f4161cc3c"/><file name="NewStatus.php" hash="f58341cf863181afa7889d94b4d98d1f"/></dir></dir><file name="Order.php" hash="370c32ff800d8b1b660a19ed16a9f4f1"/><dir name="Statistics"><dir name="Filter"><file name="Form.php" hash="875df6693df5a5a950ad747f7eb3e3a3"/></dir><file name="Grid.php" hash="5e5f2ac8908d0326fadd6136faa5064b"/><dir name="Renderer"><file name="Abstract.php" hash="8f04cca15f56f6d052c339f150bee7e7"/><file name="Clicks.php" hash="ca029061c8e4543782f5ba954c126087"/><file name="Leads.php" hash="fea203b4cc9c51516e5f5eb2a4a6c672"/><file name="Sales.php" hash="f3f440d946d28221e3ab412a2aacd2b0"/></dir></dir><file name="Statistics.php" hash="99cfb99ddbc5820af2293d1140306c77"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Checkbox.php" hash="f92d9962107ed8cacfbd02ec484bba35"/><file name="Currency.php" hash="32c20ce40ddeb61cb6b791b012341a42"/><file name="Headinginfo.php" hash="157686f57b1996a6043fd066ea7a4056"/><file name="Image.php" hash="ac6d9420bad7d55d10eee2bcb27fe87b"/></dir></dir></dir></dir></dir><file name="Retargeting.php" hash="9f4a00c9e516d04de73d5dfe515e9f38"/><file name="Tracking.php" hash="c97eec38a2898a91709451d440d106c6"/></dir><dir name="Controller"><dir name="Adminhtml"><dir name="Report"><file name="Abstract.php" hash="733ea2da4ffc4c0e0b18ecf882d6eece"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="95b6aa6df78b1866cf6feaa5d1301bae"/></dir><dir name="Model"><dir name="Api"><dir name="Client"><file name="Abstract.php" hash="1e1911bcbad7b1d9fb3b55eb3e6af5eb"/><file name="Orders.php" hash="bba22a4089484f93075620a8d3e99bf1"/><file name="Statistics.php" hash="2ef7faa9043fe4b7bf1a5c354759187a"/><file name="Toolbox.php" hash="d8d5cc2d799501152e57f1f9dc4476e7"/></dir><dir name="Model"><file name="Abstract.php" hash="fa314785d8ded02cce147e35f3081768"/><file name="BasketItem.php" hash="a2994019ec69ee466081a1d5a48eea98"/><file name="Channel.php" hash="98b544b9faac74b1c5c30a379870e469"/><file name="Creative.php" hash="69e534ababc99771ae48eff7550d293c"/><file name="Order.php" hash="49a5b2429c60a3922c0f3756119bb61a"/><file name="PublisherSegment.php" hash="cc987bf4cdb48557e900a4c4119b0e85"/><file name="PublisherStatistics.php" hash="685691252af32552331b38b45c09d8ea"/></dir><file name="Security.php" hash="64142f51128b81b635f6e7c8366aa474"/><dir name="Source"><file name="Abstract.php" hash="656253045eb458dae6a2e55d74c117b1"/><file name="CancellationReason.php" hash="a0f3906158af7008047a9145f874084e"/><file name="Channel.php" hash="167c2b9f3ecfa6d1e068fafbf262af45"/><file name="Creative.php" hash="409a0f6db2368179d014537f6afd8f71"/><file name="CreativeType.php" hash="bb1857a922cf70f17a00c3dae00f1def"/><file name="EvaluationType.php" hash="0242dcf325b9a5086259225f69d24c48"/><dir name="Period"><file name="Type.php" hash="b2e527a89df54b24eb18199c3da4b519"/></dir><file name="Period.php" hash="5f423ceaa6835e8170f1c427a38b773c"/><file name="PublisherFilter.php" hash="fcf6837627ff4d2cba44a69a1d810a3c"/><file name="PublisherSegment.php" hash="df810df078022ee7f2041c9e0bf8b87b"/><file name="TransactionStatus.php" hash="f132f2fd0cd8fca415b86ba420840714"/><file name="VolumeType.php" hash="ac86a2eef3a88a43df1a7df1f01a4b5c"/></dir><file name="UsernameToken.php" hash="813f4183d9c188e83fe02f1337083029"/></dir><file name="Api.php" hash="c29e81cff187308d55a517d60fd2d34b"/><file name="Config.php" hash="5bae934fd0bce705efdb9369940d8139"/><file name="Datafeed.php" hash="7bc6554715bc726ed5ee28e4c1943b99"/><file name="Filter.php" hash="78e0dcb750e5d00d7764bfbe23f7ea54"/><file name="Mapper.php" hash="918d8bfd52738ab5d45eb36728377c14"/><file name="Observer.php" hash="a17a2958a5bb987e4b6dc25cd7294856"/><dir name="Resource"><dir name="Api"><dir name="Model"><dir name="BasketItem"><file name="Collection.php" hash="231a95e16e27cfdf6b9c49be92ede13e"/></dir><dir name="Channel"><file name="Collection.php" hash="0c5bfa97d2d76e033a0ffdbf047824ca"/></dir><dir name="Collection"><file name="Abstract.php" hash="db9a76d2bdcb4e7b4c3139f0fdfdbc2d"/></dir><dir name="Creative"><file name="Collection.php" hash="b71ac7410bbb9ba3ef4df26d12dd14ee"/></dir><dir name="Order"><file name="Collection.php" hash="7885114b23c43c108753d29e7d7fa38d"/></dir><dir name="PublisherSegment"><file name="Collection.php" hash="bbf7beb25e5f9f7ded49f69141ce3ee6"/></dir><dir name="PublisherStatistics"><file name="Collection.php" hash="85190ec12c0285fe7164db8f88f58137"/></dir></dir></dir><dir name="Datafeed"><file name="Collection.php" hash="ee400894bc7f8eb68a27712cb4ca6ea1"/></dir><file name="Datafeed.php" hash="c6e372232d848bfd5e0294deeb715aa3"/><dir name="Filter"><file name="Collection.php" hash="5762445a2a1d542515d97a4aebc7fd3e"/></dir><file name="Filter.php" hash="254db975e15f3a9c856f1ece373cf092"/><dir name="Mapper"><file name="Collection.php" hash="a73ac9c1cc883072ad7f30ea569dd217"/></dir><file name="Mapper.php" hash="5908f72db853ba91aa2be3e815850761"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Image.php" hash="426bc5c4474005ec5a8b0ae650d33d52"/></dir><dir name="Source"><file name="Abstract.php" hash="4c22e1baadb4f9c34ecdeafc65acba70"/><file name="Attribute.php" hash="7db1132e947a881728ae2a50b88e730b"/><file name="Platform.php" hash="abeee5fc240b4ad05023d65978ccf0ea"/><dir name="Product"><file name="Attribute.php" hash="797dcd1aa8f851f14e9dfcfcb1db0f6c"/><file name="Id.php" hash="1e2e82757c322388785a0cf018927236"/></dir><dir name="Retargeting"><file name="Cart.php" hash="7d2976ec0bf00d776ff1d2d13226b2f8"/><file name="Category.php" hash="dee9724143f227ebc0f2faed06b2c0b1"/><file name="Checkout.php" hash="e9571d95922e20b2df49599758dc2141"/><file name="Product.php" hash="44c60fe66e08af34b81ee5bee68a0868"/></dir><dir name="Tracking"><file name="Parameters.php" hash="cbd5a391d94b49e869379eafebee58cf"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="CmsController.php" hash="40e8ab746f0cd24b51620422ef941a01"/><file name="DatafeedController.php" hash="89e7e6236c9f6cd82ccb41275235e615"/><dir name="Report"><file name="OrderController.php" hash="b3c14919e06d9fdaa58a3300c8338fe1"/><file name="StatisticsController.php" hash="8bfc142e1fedd4dda27028bcd7d6540c"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="45ec0a4f2dd05065b7e8f10b78cf27de"/><file name="config.xml" hash="6aba735b1db74269dc95b0b5a6407956"/><file name="system.xml" hash="97f2c98ed22784ed89e6030c2f73bfd5"/></dir><dir name="sql"><dir name="datafeed_setup"><file name="install-1.0.0.php" hash="598d0557114d14430e98dfcb76c41568"/></dir><dir name="filter_setup"><file name="install-1.0.0.php" hash="e02fc07475aaba8ff0d13ba3c7fa4a97"/></dir><dir name="mapper_setup"><file name="install-1.0.0.php" hash="edf47261ff265ce26886c7e61c6f45f4"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="affilinet.xml" hash="9c757dd43cecfd5d7f157cf70186513d"/></dir><dir name="template"><dir name="creativestyle"><dir name="affilinet"><dir name="datafeed"><file name="filter.phtml" hash="e0078d15e4d7f6d899ce6d2d97812d98"/><file name="mapper.phtml" hash="6dae06711ea40fef4ac7716da1704a84"/><file name="preview.phtml" hash="90443297bc711456f5994d78c09f28e5"/><file name="sendfeed.phtml" hash="dab35bdad3015c5ec31afbb4bd148974"/></dir><file name="info.phtml" hash="ffdd8781c96d554fec785397be534208"/><file name="init.phtml" hash="639e5aa007c81c80595a1cf3ec8dfd46"/><file name="introduction.phtml" hash="51550f1ddc047ad8365c4e10344076a9"/><dir name="order"><dir name="grid"><file name="basket.phtml" hash="8412a62f4134464ad80b48ee9cf7dc2e"/><file name="container.phtml" hash="f00816bc5f5bfab2b9833db3a655dcd2"/></dir></dir><file name="signup.phtml" hash="75816b12e60c4a6d08062941acf39228"/><dir name="statistics"><dir name="grid"><file name="container.phtml" hash="728793c5789e0d1da3df205ddf85f6aa"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="affilinet.xml" hash="fc7990c2931930eb31054553aff42efc"/></dir><dir name="template"><dir name="creativestyle"><dir name="affilinet"><dir name="retargeting"><file name="cart.phtml" hash="58ce82751942f9112310e1cbdcfaa0e6"/><file name="category.phtml" hash="5c35e6f86bcad826b436e7c7decb4d39"/><file name="checkout.phtml" hash="e7d4bbc3e0d1adc3b3eff5533ba3c233"/><file name="customer_data.phtml" hash="6cc3a670a0cb746c91c908f0392cd910"/><file name="landing_page.phtml" hash="674373c8c922b4e20b8a33cc5ec6ef36"/><file name="product.phtml" hash="c808fe986d0dba3cab44e7bdcef0a94b"/><file name="search.phtml" hash="3c608d25238446fbc102ca43216d4a63"/></dir><file name="tracking.phtml" hash="130eda1146d0e9b35f9a480ccdcc9bfc"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Creativestyle_AffiliNet.xml" hash="d57c1b6370a53a53e1124e37358a1ba3"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Creativestyle_AffiliNet.csv" hash="abbbb205ebe791d1fdd07cb7165fe5a6"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="417ae4a2ab09a13e1f28a6de65f971e2"/></dir></dir></dir><dir name="en_GB"><file name="Creativestyle_AffiliNet.csv" hash="05b7a4e5799f3db698255d4ea91f7e14"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir><dir name="en_US"><file name="Creativestyle_AffiliNet.csv" hash="05b7a4e5799f3db698255d4ea91f7e14"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir><dir name="es_ES"><file name="Creativestyle_AffiliNet.csv" hash="86af3bea11b7538a6f41852689ae8c96"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir><dir name="nl_NL"><file name="Creativestyle_AffiliNet.csv" hash="c01b14e6ec0ce36a139e933193a18437"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir><dir name="fr_FR"><file name="Creativestyle_AffiliNet.csv" hash="974850f379584d94861a6d751e979547"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="4b38108535d033de2b13ad61135593c5"/></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="creativestyle"><dir name="css"><file name="affilinet.css" hash="45ea61af4b22fc94ccbbee5d4b336005"/></dir><dir name="images"><file name="affili-net-creativestyle-header-logo.png" hash="1f17fc7a61f8aaf929000d1d87f7d943"/><file name="affili-net-creativestyle-logo.png" hash="bb507d0085dab135ac313b8068515620"/><file name="affili-net-header.png" hash="16adaa58c6e2067e90357cef087bb0a9"/><file name="affili-net-section.png" hash="28b9903f30c7f0078ff9dae7d4e7e054"/><file name="sort_affili.gif" hash="b7e86a1536fdc2925177abfea016ba28"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="creativestyle"><dir name="adminhtml"><file name="affilinet.js" hash="f0dcd8c9efcd545d1aad907c15dd5892"/></dir></dir></dir></target></contents>
23
  <compatible/>
24
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
25
  </package>