Creativestyle_AffiliNet - Version 1.1.3

Version Notes

ADDED: Standard Tracking feature
ADDED: publisher commission rate config option for standard tracking
MODIFIED: removed HTML tags and line breaks from generated feeds
MODIFIED: improved exceptions handling for affilinet API calls

Download this release

Release Info

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


Code changes from version 1.1.2 to 1.1.3

Files changed (114) 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/Adminhtml/System/Config/Form/Field/PublisherRate.php +0 -0
  45. app/code/community/Creativestyle/AffiliNet/Block/Retargeting.php +0 -0
  46. app/code/community/Creativestyle/AffiliNet/Block/Tracking.php +0 -0
  47. app/code/community/Creativestyle/AffiliNet/Controller/Adminhtml/Report/Abstract.php +0 -0
  48. app/code/community/Creativestyle/AffiliNet/Model/Api.php +0 -0
  49. app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Orders.php +0 -0
  50. app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Statistics.php +0 -0
  51. app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Toolbox.php +0 -0
  52. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Abstract.php +0 -0
  53. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/BasketItem.php +0 -0
  54. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Channel.php +0 -0
  55. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Creative.php +0 -0
  56. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Order.php +0 -0
  57. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/PublisherSegment.php +0 -0
  58. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/PublisherStatistics.php +0 -0
  59. app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Rate.php +0 -0
  60. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/CancellationReason.php +0 -0
  61. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Channel.php +0 -0
  62. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Creative.php +0 -0
  63. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/CreativeType.php +0 -0
  64. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/EvaluationType.php +0 -0
  65. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Period.php +0 -0
  66. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Period/Type.php +0 -0
  67. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/PublisherFilter.php +0 -0
  68. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/PublisherSegment.php +0 -0
  69. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/TransactionStatus.php +0 -0
  70. app/code/community/Creativestyle/AffiliNet/Model/Api/Source/VolumeType.php +0 -0
  71. app/code/community/Creativestyle/AffiliNet/Model/Config.php +0 -0
  72. app/code/community/Creativestyle/AffiliNet/Model/Datafeed.php +0 -0
  73. app/code/community/Creativestyle/AffiliNet/Model/Filter.php +0 -0
  74. app/code/community/Creativestyle/AffiliNet/Model/Mapper.php +0 -0
  75. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/BasketItem/Collection.php +0 -0
  76. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Channel/Collection.php +0 -0
  77. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Collection/Abstract.php +0 -0
  78. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Creative/Collection.php +0 -0
  79. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Order/Collection.php +0 -0
  80. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherSegment/Collection.php +0 -0
  81. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherStatistics/Collection.php +0 -0
  82. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Rate/Collection.php +0 -0
  83. app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed.php +0 -0
  84. app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed/Collection.php +0 -0
  85. app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter.php +0 -0
  86. app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter/Collection.php +0 -0
  87. app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper.php +0 -0
  88. app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper/Collection.php +0 -0
  89. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Backend/Image.php +0 -0
  90. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Backend/Rate.php +0 -0
  91. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Abstract.php +0 -0
  92. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Platform.php +0 -0
  93. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Attribute.php +0 -0
  94. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Id.php +0 -0
  95. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Cart.php +0 -0
  96. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Category.php +0 -0
  97. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Checkout.php +0 -0
  98. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Product.php +0 -0
  99. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Tracking/Parameters.php +0 -0
  100. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Tracking/Type.php +0 -0
  101. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/CmsController.php +0 -0
  102. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/DatafeedController.php +0 -0
  103. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/OrderController.php +0 -0
  104. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/StatisticsController.php +0 -0
  105. app/code/community/Creativestyle/AffiliNet/etc/config.xml +1 -1
  106. app/code/community/Creativestyle/AffiliNet/etc/system.xml +20 -17
  107. app/design/frontend/base/default/template/creativestyle/affilinet/tracking.phtml +20 -16
  108. app/locale/de_DE/Creativestyle_AffiliNet.csv +6 -2
  109. app/locale/en_GB/Creativestyle_AffiliNet.csv +4 -0
  110. app/locale/en_US/Creativestyle_AffiliNet.csv +4 -0
  111. app/locale/es_ES/Creativestyle_AffiliNet.csv +4 -0
  112. app/locale/fr_FR/Creativestyle_AffiliNet.csv +4 -0
  113. app/locale/nl_NL/Creativestyle_AffiliNet.csv +4 -0
  114. package.xml +8 -11
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/Adminhtml/System/Config/Form/Field/PublisherRate.php ADDED
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.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/Model/Rate.php ADDED
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/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/Api/Model/Rate/Collection.php ADDED
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/Backend/Rate.php ADDED
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/Model/System/Config/Source/Tracking/Type.php ADDED
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.2</version>
14
  </Creativestyle_AffiliNet>
15
  </modules>
16
  <global>
10
  <config>
11
  <modules>
12
  <Creativestyle_AffiliNet>
13
+ <version>1.1.3</version>
14
  </Creativestyle_AffiliNet>
15
  </modules>
16
  <global>
app/code/community/Creativestyle/AffiliNet/etc/system.xml CHANGED
@@ -15,7 +15,7 @@
15
  </creativestyle>
16
  </tabs>
17
  <sections>
18
- <affilinet translate="label comment">
19
  <label>affilinet</label>
20
  <comment>This extension was developed by creativestyle GmbH</comment>
21
  <class>affili-net-section</class>
@@ -121,23 +121,35 @@
121
  </company_logo>
122
  </fields>
123
  </general>
124
- <tracking translate="label">
125
- <label>Cart tracking</label>
126
  <sort_order>20</sort_order>
127
  <show_in_default>1</show_in_default>
128
  <show_in_website>1</show_in_website>
129
  <show_in_store>1</show_in_store>
130
  <fields>
131
  <active translate="label">
132
- <label>Enable cart tracking</label>
133
  <frontend_type>select</frontend_type>
134
- <source_model>adminhtml/system_config_source_yesno</source_model>
135
- <tooltip>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.</tooltip>
136
  <sort_order>10</sort_order>
137
  <show_in_default>1</show_in_default>
138
  <show_in_website>1</show_in_website>
139
  <show_in_store>1</show_in_store>
140
  </active>
 
 
 
 
 
 
 
 
 
 
 
 
141
  <heading translate="label">
142
  <label>Which of the following parameters shall be relayed to affilinet?</label>
143
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
@@ -145,9 +157,6 @@
145
  <show_in_default>1</show_in_default>
146
  <show_in_website>1</show_in_website>
147
  <show_in_store>1</show_in_store>
148
- <depends>
149
- <active>1</active>
150
- </depends>
151
  </heading>
152
  <parameter1 translate="label comment">
153
  <label>Track order parameters</label>
@@ -159,9 +168,6 @@
159
  <show_in_default>1</show_in_default>
160
  <show_in_website>1</show_in_website>
161
  <show_in_store>1</show_in_store>
162
- <depends>
163
- <active>1</active>
164
- </depends>
165
  </parameter1>
166
  <parameter2 translate="comment">
167
  <comment>(psub2)</comment>
@@ -172,9 +178,6 @@
172
  <show_in_default>1</show_in_default>
173
  <show_in_website>1</show_in_website>
174
  <show_in_store>1</show_in_store>
175
- <depends>
176
- <active>1</active>
177
- </depends>
178
  </parameter2>
179
  <attribute1 translate="label comment">
180
  <label>Track product attributes</label>
@@ -244,7 +247,7 @@
244
  </attribute5>
245
  </fields>
246
  </tracking>
247
- <retargeting translate="label">
248
  <label>Retargeting</label>
249
  <sort_order>30</sort_order>
250
  <show_in_default>1</show_in_default>
@@ -315,7 +318,7 @@
315
  </checkout_options>
316
  </fields>
317
  </retargeting>
318
- <datafeed translate="label">
319
  <label>Product Data Feed</label>
320
  <sort_order>40</sort_order>
321
  <show_in_default>1</show_in_default>
15
  </creativestyle>
16
  </tabs>
17
  <sections>
18
+ <affilinet translate="label comment" module="affilinet">
19
  <label>affilinet</label>
20
  <comment>This extension was developed by creativestyle GmbH</comment>
21
  <class>affili-net-section</class>
121
  </company_logo>
122
  </fields>
123
  </general>
124
+ <tracking translate="label" module="affilinet">
125
+ <label>Tracking</label>
126
  <sort_order>20</sort_order>
127
  <show_in_default>1</show_in_default>
128
  <show_in_website>1</show_in_website>
129
  <show_in_store>1</show_in_store>
130
  <fields>
131
  <active translate="label">
132
+ <label>Enable tracking</label>
133
  <frontend_type>select</frontend_type>
134
+ <source_model>affilinet/system_config_source_tracking_type</source_model>
135
+ <tooltip>Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing.</tooltip>
136
  <sort_order>10</sort_order>
137
  <show_in_default>1</show_in_default>
138
  <show_in_website>1</show_in_website>
139
  <show_in_store>1</show_in_store>
140
  </active>
141
+ <rate translate="label comment">
142
+ <label>Rate for publisher commission</label>
143
+ <frontend_type>select</frontend_type>
144
+ <frontend_model>affilinet/adminhtml_system_config_form_field_publisherRate</frontend_model>
145
+ <sort_order>12</sort_order>
146
+ <show_in_default>1</show_in_default>
147
+ <show_in_website>0</show_in_website>
148
+ <show_in_store>1</show_in_store>
149
+ <depends>
150
+ <active>2</active>
151
+ </depends>
152
+ </rate>
153
  <heading translate="label">
154
  <label>Which of the following parameters shall be relayed to affilinet?</label>
155
  <frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
157
  <show_in_default>1</show_in_default>
158
  <show_in_website>1</show_in_website>
159
  <show_in_store>1</show_in_store>
 
 
 
160
  </heading>
161
  <parameter1 translate="label comment">
162
  <label>Track order parameters</label>
168
  <show_in_default>1</show_in_default>
169
  <show_in_website>1</show_in_website>
170
  <show_in_store>1</show_in_store>
 
 
 
171
  </parameter1>
172
  <parameter2 translate="comment">
173
  <comment>(psub2)</comment>
178
  <show_in_default>1</show_in_default>
179
  <show_in_website>1</show_in_website>
180
  <show_in_store>1</show_in_store>
 
 
 
181
  </parameter2>
182
  <attribute1 translate="label comment">
183
  <label>Track product attributes</label>
247
  </attribute5>
248
  </fields>
249
  </tracking>
250
+ <retargeting translate="label" module="affilinet">
251
  <label>Retargeting</label>
252
  <sort_order>30</sort_order>
253
  <show_in_default>1</show_in_default>
318
  </checkout_options>
319
  </fields>
320
  </retargeting>
321
+ <datafeed translate="label" module="affilinet">
322
  <label>Product Data Feed</label>
323
  <sort_order>40</sort_order>
324
  <show_in_default>1</show_in_default>
app/design/frontend/base/default/template/creativestyle/affilinet/tracking.phtml CHANGED
@@ -6,22 +6,26 @@
6
  * @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
7
  */
8
  ?>
9
- <iframe id="affilinetIFrame" name="affilinetIFrame" style="position:absolute;left:-10000px;width:0px;height:0px;border:0px;display:none"></iframe>
10
- <form name="affilinetTrackingForm" id="affilinetTrackingForm" target="affilinetIFrame" method="post" action="https://<?php echo $this->getTrackingDomain(); ?>/registersale.asp">
11
- <input type="hidden" name="site" id="site" value="<?php echo $this->getProgramId(); ?>"/>
12
- <input type="hidden" name="order" id="order" value="<?php echo $this->getOrderId(); ?>"/>
13
- <input type="hidden" name="curr" id="curr" value="<?php echo $this->getOrderCurrency(); ?>"/>
14
- <input type="hidden" name="vCode" id="vCode" value="<?php echo $this->getCouponCode(); ?>"/>
15
- <input type="hidden" id="psub1" name="psub1" value="<?php echo $this->getSubInfo(1); ?>"/>
16
- <input type="hidden" id="psub2" name="psub2" value="<?php echo $this->getSubInfo(2); ?>"/>
17
- <input type="hidden" id="psub4" name="psub4" value="<?php echo $this->getSystemSubInfo(); ?>"/>
18
- <textarea type="hidden" name="basket" id="basket" style="display:none;"><?php echo $this->getCartTrackingString(); ?></textarea>
19
- </form>
20
- <script type="text/javascript">
21
- window.onload = function() {
22
- document.getElementById('affilinetTrackingForm').submit();
23
- }
24
- </script>
 
 
 
 
25
  <?php if (!$this->isRetargetingActive()): ?>
26
  <script type="text/javascript">
27
  var type = 'Checkout';
6
  * @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
7
  */
8
  ?>
9
+ <?php if (2 == $this->getTrackingType()): ?>
10
+ <img src="https://<?php echo $this->getTrackingDomain(); ?>/registersale.asp?site=<?php echo $this->getProgramId(); ?>&amp;order=<?php echo $this->getOrderId(); ?><?php if ($publisherRate = $this->getPublisherRateInfo()): ?>&amp;mode=<?php echo $publisherRate->getMode(); ?>&amp;ltype=<?php echo $publisherRate->getLtype(); ?><?php endif; ?>&amp;curr=<?php echo $this->getOrderCurrency(); ?>&amp;price=<?php echo $this->getOrderNetTotal(); ?>&amp;psub1=<?php echo $this->getSubInfo(1); ?>&amp;psub2=<?php echo $this->getSubInfo(2); ?>&amp;psub4=<?php echo $this->getSystemSubInfo(); ?>" width="1" height="1">
11
+ <?php else: ?>
12
+ <iframe id="affilinetIFrame" name="affilinetIFrame" style="position:absolute;left:-10000px;width:0px;height:0px;border:0px;display:none"></iframe>
13
+ <form name="affilinetTrackingForm" id="affilinetTrackingForm" target="affilinetIFrame" method="post" action="https://<?php echo $this->getTrackingDomain(); ?>/registersale.asp">
14
+ <input type="hidden" name="site" id="site" value="<?php echo $this->getProgramId(); ?>"/>
15
+ <input type="hidden" name="order" id="order" value="<?php echo $this->getOrderId(); ?>"/>
16
+ <input type="hidden" name="curr" id="curr" value="<?php echo $this->getOrderCurrency(); ?>"/>
17
+ <input type="hidden" name="vCode" id="vCode" value="<?php echo $this->getCouponCode(); ?>"/>
18
+ <input type="hidden" id="psub1" name="psub1" value="<?php echo $this->getSubInfo(1); ?>"/>
19
+ <input type="hidden" id="psub2" name="psub2" value="<?php echo $this->getSubInfo(2); ?>"/>
20
+ <input type="hidden" id="psub4" name="psub4" value="<?php echo $this->getSystemSubInfo(); ?>"/>
21
+ <textarea type="hidden" name="basket" id="basket" style="display:none;"><?php echo $this->getCartTrackingString(); ?></textarea>
22
+ </form>
23
+ <script type="text/javascript">
24
+ window.onload = function() {
25
+ document.getElementById('affilinetTrackingForm').submit();
26
+ }
27
+ </script>
28
+ <?php endif; ?>
29
  <?php if (!$this->isRetargetingActive()): ?>
30
  <script type="text/javascript">
31
  var type = 'Checkout';
app/locale/de_DE/Creativestyle_AffiliNet.csv CHANGED
@@ -92,6 +92,7 @@
92
  "Edited in this period","Im Abfragezeitraum bearbeitet"
93
  "Enable cart tracking","Warenkorb-Tracking aktivieren"
94
  "Enable retargeting","Retargeting aktivieren"
 
95
  "Enclosure characters","Umschließende Zeichen"
96
  "Encoding","Zeichensatz"
97
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Es wird UTF-8 als Zeichensatz empfohlen, aber sollte dem Verwendeten Zeichsatz für die Datenbank des Shop-Systems angeglichen werden."
@@ -207,6 +208,7 @@
207
  "Quantity of products added to cart","Anzahl Produkt im Warenkorb"
208
  "Quarter","Quartal"
209
  "Rate","Rate"
 
210
  "Received on","Empfangen am"
211
  "Registered in this period","Im Abfragezeitraum eingegangen"
212
  "Registration","Anmeldung"
@@ -264,8 +266,10 @@
264
  "Total price","Gesamtpreis"
265
  "Total Revenue (Confirmed)","Gesamtumsatz (Bestätigt)"
266
  "Total Revenue (Open)","Gesamtumsatz (Offen)"
267
- "Track order parameters","Bestellparameter erfassen."
268
- "Track product attributes","Produktattribute erfassen."
 
 
269
  "Transaction ID","Transaction ID"
270
  "Transaction IDs","Transaction IDs"
271
  "Transaction status","Transaktionsstatus"
92
  "Edited in this period","Im Abfragezeitraum bearbeitet"
93
  "Enable cart tracking","Warenkorb-Tracking aktivieren"
94
  "Enable retargeting","Retargeting aktivieren"
95
+ "Enable tracking","Tracking aktivieren"
96
  "Enclosure characters","Umschließende Zeichen"
97
  "Encoding","Zeichensatz"
98
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Es wird UTF-8 als Zeichensatz empfohlen, aber sollte dem Verwendeten Zeichsatz für die Datenbank des Shop-Systems angeglichen werden."
208
  "Quantity of products added to cart","Anzahl Produkt im Warenkorb"
209
  "Quarter","Quartal"
210
  "Rate","Rate"
211
+ "Rate for publisher commission","Raten für die Publishervergütung"
212
  "Received on","Empfangen am"
213
  "Registered in this period","Im Abfragezeitraum eingegangen"
214
  "Registration","Anmeldung"
266
  "Total price","Gesamtpreis"
267
  "Total Revenue (Confirmed)","Gesamtumsatz (Bestätigt)"
268
  "Total Revenue (Open)","Gesamtumsatz (Offen)"
269
+ "Track order parameters","Bestellparameter erfassen"
270
+ "Track product attributes","Produktattribute erfassen"
271
+ "Tracking","Tracking"
272
+ "Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing.","Tracking ist die Basis des Affililate-Marketings. Das Tracking ermöglicht es Ihnen ihre Bestellungen, die durch affilinet Publisher generiert wurden, zu erfassen. Wählen Sie zwischen Warenkorb- und Standard Tracking. Beim Standard Tracking werden die Einkäufe ohne Einzelposten erfasst. Das Warenkorb-Tracking hilft Ihnen Bestellungen bis auf Einzelposten-Level zu analysieren. Diese Information ermöglicht es Ihnen, die Verkaufsleistung Ihrer Produkte über affiliate Marketing zu bewerten und dabei Publishern zu helfen, Ihre Marketing Aktivitäten zu verbessern."
273
  "Transaction ID","Transaction ID"
274
  "Transaction IDs","Transaction IDs"
275
  "Transaction status","Transaktionsstatus"
app/locale/en_GB/Creativestyle_AffiliNet.csv CHANGED
@@ -92,6 +92,7 @@
92
  "Edited in this period","Edited in this period"
93
  "Enable cart tracking","Enable cart tracking"
94
  "Enable retargeting","Enable retargeting"
 
95
  "Enclosure characters","Enclosure characters"
96
  "Encoding","Encoding"
97
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database."
@@ -207,6 +208,7 @@
207
  "Quantity of products added to cart","Quantity of products added to cart"
208
  "Quarter","Quarter"
209
  "Rate","Rate"
 
210
  "Received on","Received on"
211
  "Registered in this period","Registered in this period"
212
  "Registration","Registration"
@@ -266,6 +268,8 @@
266
  "Total Revenue (Open)","Total Revenue (Open)"
267
  "Track order parameters","Track order parameters"
268
  "Track product attributes","Track product attributes"
 
 
269
  "Transaction ID","Transaction ID"
270
  "Transaction IDs","Transaction IDs"
271
  "Transaction status","Transaction status"
92
  "Edited in this period","Edited in this period"
93
  "Enable cart tracking","Enable cart tracking"
94
  "Enable retargeting","Enable retargeting"
95
+ "Enable tracking","Enable tracking"
96
  "Enclosure characters","Enclosure characters"
97
  "Encoding","Encoding"
98
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database."
208
  "Quantity of products added to cart","Quantity of products added to cart"
209
  "Quarter","Quarter"
210
  "Rate","Rate"
211
+ "Rate for publisher commission","Rate for publisher commission"
212
  "Received on","Received on"
213
  "Registered in this period","Registered in this period"
214
  "Registration","Registration"
268
  "Total Revenue (Open)","Total Revenue (Open)"
269
  "Track order parameters","Track order parameters"
270
  "Track product attributes","Track product attributes"
271
+ "Tracking","Tracking"
272
+ "Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing.","Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing."
273
  "Transaction ID","Transaction ID"
274
  "Transaction IDs","Transaction IDs"
275
  "Transaction status","Transaction status"
app/locale/en_US/Creativestyle_AffiliNet.csv CHANGED
@@ -92,6 +92,7 @@
92
  "Edited in this period","Edited in this period"
93
  "Enable cart tracking","Enable cart tracking"
94
  "Enable retargeting","Enable retargeting"
 
95
  "Enclosure characters","Enclosure characters"
96
  "Encoding","Encoding"
97
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database."
@@ -207,6 +208,7 @@
207
  "Quantity of products added to cart","Quantity of products added to cart"
208
  "Quarter","Quarter"
209
  "Rate","Rate"
 
210
  "Received on","Received on"
211
  "Registered in this period","Registered in this period"
212
  "Registration","Registration"
@@ -266,6 +268,8 @@
266
  "Total Revenue (Open)","Total Revenue (Open)"
267
  "Track order parameters","Track order parameters"
268
  "Track product attributes","Track product attributes"
 
 
269
  "Transaction ID","Transaction ID"
270
  "Transaction IDs","Transaction IDs"
271
  "Transaction status","Transaction status"
92
  "Edited in this period","Edited in this period"
93
  "Enable cart tracking","Enable cart tracking"
94
  "Enable retargeting","Enable retargeting"
95
+ "Enable tracking","Enable tracking"
96
  "Enclosure characters","Enclosure characters"
97
  "Encoding","Encoding"
98
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database."
208
  "Quantity of products added to cart","Quantity of products added to cart"
209
  "Quarter","Quarter"
210
  "Rate","Rate"
211
+ "Rate for publisher commission","Rate for publisher commission"
212
  "Received on","Received on"
213
  "Registered in this period","Registered in this period"
214
  "Registration","Registration"
268
  "Total Revenue (Open)","Total Revenue (Open)"
269
  "Track order parameters","Track order parameters"
270
  "Track product attributes","Track product attributes"
271
+ "Tracking","Tracking"
272
+ "Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing.","Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing."
273
  "Transaction ID","Transaction ID"
274
  "Transaction IDs","Transaction IDs"
275
  "Transaction status","Transaction status"
app/locale/es_ES/Creativestyle_AffiliNet.csv CHANGED
@@ -92,6 +92,7 @@
92
  "Edited in this period","Editado en este periodo"
93
  "Enable cart tracking","Habilitar el seguimiento del carrito"
94
  "Enable retargeting","Habilitar el retargeting"
 
95
  "Enclosure characters","Carácter delimitador"
96
  "Encoding","Codificación"
97
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Normas de codificación. Preferible, la codificación debe ser UTF-8, pero el valor por defecto debe estar alineado con la codificación utilizada en la generación del feed que se encuentra en la mayoría de los casos, la codificación de la base de datos del "
@@ -207,6 +208,7 @@
207
  "Quantity of products added to cart","Cantidad de productos añadidos al carro"
208
  "Quarter","Trimestre"
209
  "Rate","Ratio"
 
210
  "Received on","Recibido en"
211
  "Registered in this period","Registrado en este periodo"
212
  "Registration","Registro"
@@ -266,6 +268,8 @@
266
  "Total Revenue (Open)","Total de ingresos (Abierto)"
267
  "Track order parameters","Seguimiento de los parámetros de la orden"
268
  "Track product attributes","Seguimiento de los atributos del producto"
 
 
269
  "Transaction ID","ID de la transacción"
270
  "Transaction IDs","ID's de la transacción"
271
  "Transaction status","Estado de la transacción"
92
  "Edited in this period","Editado en este periodo"
93
  "Enable cart tracking","Habilitar el seguimiento del carrito"
94
  "Enable retargeting","Habilitar el retargeting"
95
+ "Enable tracking","Activar Tracking"
96
  "Enclosure characters","Carácter delimitador"
97
  "Encoding","Codificación"
98
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Normas de codificación. Preferible, la codificación debe ser UTF-8, pero el valor por defecto debe estar alineado con la codificación utilizada en la generación del feed que se encuentra en la mayoría de los casos, la codificación de la base de datos del "
208
  "Quantity of products added to cart","Cantidad de productos añadidos al carro"
209
  "Quarter","Trimestre"
210
  "Rate","Ratio"
211
+ "Rate for publisher commission","Comisiones para Tracking"
212
  "Received on","Recibido en"
213
  "Registered in this period","Registrado en este periodo"
214
  "Registration","Registro"
268
  "Total Revenue (Open)","Total de ingresos (Abierto)"
269
  "Track order parameters","Seguimiento de los parámetros de la orden"
270
  "Track product attributes","Seguimiento de los atributos del producto"
271
+ "Tracking","Tracking"
272
+ "Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing.","Trackear es la base del Marketing de Afiliación. Te permite registrar tus órdenes generadas por los publishers de affilinet. Elige entre el estándar y el basket tracking. Con el trackeo estándar las transacciones se generan sin un seguimiento de cada uno de los productos comprados. El sistema de basket tracking le ayuda a desglosar las órdenes 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 affiliados de marketing."
273
  "Transaction ID","ID de la transacción"
274
  "Transaction IDs","ID's de la transacción"
275
  "Transaction status","Estado de la transacción"
app/locale/fr_FR/Creativestyle_AffiliNet.csv CHANGED
@@ -92,6 +92,7 @@
92
  "Edited in this period","Edité durant cette période"
93
  "Enable cart tracking","Activer le tracking du panier"
94
  "Enable retargeting","Activer le retargeting"
 
95
  "Enclosure characters","Séparateur de champs"
96
  "Encoding","Encodage"
97
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","De préférence, l'encodage doit être en UTF-8. Cependant l'encodage doit être identique à l'encodage utilisé lors de la génération du flux. Dans la plupart des cas, ce dernièr correspond à l'encodage de la base de donnée du système de la boutique e-commer"
@@ -207,6 +208,7 @@
207
  "Quantity of products added to cart","Nombre de produits ajoutés au panier"
208
  "Quarter","Trimestre"
209
  "Rate","Rémunération"
 
210
  "Received on","Reçu le"
211
  "Registered in this period","Exécuter sur cette période"
212
  "Registration","Inscription"
@@ -266,6 +268,8 @@
266
  "Total Revenue (Open)","Chiffres d'affaires total (En attente)"
267
  "Track order parameters","Traquer les paramètres des transactions"
268
  "Track product attributes","Traquer les attributs des produits"
 
 
269
  "Transaction ID","Id de transaction"
270
  "Transaction IDs","Ids de transaction"
271
  "Transaction status","Statut de la transaction"
92
  "Edited in this period","Edité durant cette période"
93
  "Enable cart tracking","Activer le tracking du panier"
94
  "Enable retargeting","Activer le retargeting"
95
+ "Enable tracking","Active Tracking"
96
  "Enclosure characters","Séparateur de champs"
97
  "Encoding","Encodage"
98
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","De préférence, l'encodage doit être en UTF-8. Cependant l'encodage doit être identique à l'encodage utilisé lors de la génération du flux. Dans la plupart des cas, ce dernièr correspond à l'encodage de la base de donnée du système de la boutique e-commer"
208
  "Quantity of products added to cart","Nombre de produits ajoutés au panier"
209
  "Quarter","Trimestre"
210
  "Rate","Rémunération"
211
+ "Rate for publisher commission","Rémunérations par Tracking"
212
  "Received on","Reçu le"
213
  "Registered in this period","Exécuter sur cette période"
214
  "Registration","Inscription"
268
  "Total Revenue (Open)","Chiffres d'affaires total (En attente)"
269
  "Track order parameters","Traquer les paramètres des transactions"
270
  "Track product attributes","Traquer les attributs des produits"
271
+ "Tracking","Tracking"
272
+ "Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing.","Le tracking est fondamental dans le marketing à la performance. Il vous permet de comptabiliser les ventes générées par vos affiliés affilinet. Veuillez choisir entre le tracking standard et le Basket Tracking. Le Basket Tracking vous permet de traquer la commande et le contenu détaillé du panier d’achat. Le tracking standard comptabilisera la commande mais sans le détail des produits."
273
  "Transaction ID","Id de transaction"
274
  "Transaction IDs","Ids de transaction"
275
  "Transaction status","Statut de la transaction"
app/locale/nl_NL/Creativestyle_AffiliNet.csv CHANGED
@@ -92,6 +92,7 @@
92
  "Edited in this period","Bijgewerkt in deze periode"
93
  "Enable cart tracking","Cart tracking toestaan"
94
  "Enable retargeting","Retargeting toestaan"
 
95
  "Enclosure characters","Enclosure karakters"
96
  "Encoding","Codering"
97
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Codering normen. UTF-8, of de default codering waarmee de feed is aangemaakt. (doorgaans shop system default)"
@@ -207,6 +208,7 @@
207
  "Quantity of products added to cart","Hoeveelheid producten toegvoegd aan winkelwagen"
208
  "Quarter","Kwartaal"
209
  "Rate","Vergoeding"
 
210
  "Received on","Ontvangen op"
211
  "Registered in this period","Geregistreerd in deze periode"
212
  "Registration","Registratie"
@@ -266,6 +268,8 @@
266
  "Total Revenue (Open)","Totale revenue (Open)"
267
  "Track order parameters","Track order parameters"
268
  "Track product attributes","Track product attributen"
 
 
269
  "Transaction ID","Transactie ID"
270
  "Transaction IDs","Transactie IDs"
271
  "Transaction status","Transactie status"
92
  "Edited in this period","Bijgewerkt in deze periode"
93
  "Enable cart tracking","Cart tracking toestaan"
94
  "Enable retargeting","Retargeting toestaan"
95
+ "Enable tracking","Tracking activeren"
96
  "Enclosure characters","Enclosure karakters"
97
  "Encoding","Codering"
98
  "Encoding standards. Preferable, the encoding should be UTF-8 but the default value needs to be aligned with the encoding used when generating the feed which is in most cases the encoding of the ecommerce shop system database.","Codering normen. UTF-8, of de default codering waarmee de feed is aangemaakt. (doorgaans shop system default)"
208
  "Quantity of products added to cart","Hoeveelheid producten toegvoegd aan winkelwagen"
209
  "Quarter","Kwartaal"
210
  "Rate","Vergoeding"
211
+ "Rate for publisher commission","Overzicht van vergoedingen"
212
  "Received on","Ontvangen op"
213
  "Registered in this period","Geregistreerd in deze periode"
214
  "Registration","Registratie"
268
  "Total Revenue (Open)","Totale revenue (Open)"
269
  "Track order parameters","Track order parameters"
270
  "Track product attributes","Track product attributen"
271
+ "Tracking","Tracking"
272
+ "Tracking is the basis of affiliate marketing, enabling you to register your orders which have been generated by affilinet publishers. You can either select to have, standard or basket tracking. With standard tracking transactions are generated without single basket items. The basket tracking system helps you drill down orders and analyze the purchases on basket-item-level. This information enables you to evaluate the sales performance of your products via affiliate marketing.","Tracking is de basis voor affiliate marketing. Op deze manier worden alle orders van affilinet publishers gemeten. U kunt kiezen tussen standaard en basket tracking. Met basket tracking worden ook de producten in de winkelmand gemeten. Het basket tracking systeem helpt u om orders specifiek te bekijken op productniveau. Deze informatie maakt het mogelijk voor u om de sales performance via affiliate marketing te evalueren."
273
  "Transaction ID","Transactie ID"
274
  "Transaction IDs","Transactie IDs"
275
  "Transaction status","Transactie status"
package.xml CHANGED
@@ -1,25 +1,22 @@
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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Creativestyle_AffiliNet</name>
4
+ <version>1.1.3</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: Standard Tracking feature&#xD;
12
+ ADDED: publisher commission rate config option for standard tracking&#xD;
13
+ MODIFIED: removed HTML tags and line breaks from generated feeds&#xD;
14
+ MODIFIED: improved exceptions handling for affilinet API calls&#xD;
 
 
 
15
  </notes>
16
  <authors><author><name>affilinet GmbH</name><user>affilinet</user><email>magento@affili.net</email></author></authors>
17
+ <date>2015-02-06</date>
18
+ <time>14:38:39</time>
19
+ <contents><target name="magecommunity"><dir name="Creativestyle"><dir name="AffiliNet"><dir name="Block"><file name="Abstract.php" hash="66e68b102f8d54733842fe2921d83f11"/><dir name="Adminhtml"><file name="Cms.php" hash="760577d37b89a23104a6371644d3c914"/><dir name="Datafeed"><dir name="Edit"><file name="Form.php" hash="94f0cc86155065259f5814d18cae29df"/><dir name="Tab"><file name="Cron.php" hash="fa04c10cbbc6c3f7748585f9d7b6e529"/><file name="Filter.php" hash="b72980f708102a088e33c80c0c9a9545"/><file name="General.php" hash="703b250af14031a0f8ea2bfef78bab25"/><file name="Mapper.php" hash="b653c5b9cacff1f77606a4af731177aa"/><file name="Submit.php" hash="ef470afb7bbbfbe33c39c3bd6322e042"/></dir><file name="Tabs.php" hash="7417689e7ed16077524ac4fb892056dc"/></dir><file name="Edit.php" hash="5ed7b3ddd87ecdb9f9360d2a86562982"/><dir name="Form"><dir name="Field"><file name="Image.php" hash="91b9580f30b161711ef8eb5b79b94c9b"/></dir></dir><file name="Grid.php" hash="fc40ec3a491942c59396f41c09f31d7b"/><file name="Preview.php" hash="88a104b8f5a3734b952b8903f7bdf0c4"/><dir name="Renderer"><file name="Filter.php" hash="813feb9b16d4c26f71a857c5b8a51564"/><file name="Mapper.php" hash="709f783599f054603fb74626c9ad3fcb"/><file name="Sendfeed.php" hash="49fcb956fd264e6cb4fab184bd236a28"/><file name="Startat.php" hash="5287f4eed6e082ead9a239fd3a1ea603"/><file name="Url.php" hash="d6aec53ea9ff96569731f617d11e00f4"/></dir></dir><file name="Datafeed.php" hash="8f3a035edd3e128e74a6e74b269d8fb3"/><file name="Info.php" hash="f8acca95ff92b42424d23f34b14bd69e"/><dir name="Report"><file name="Abstract.php" hash="5a0cfb20b42ad2501a44a2b24becac6c"/><dir name="Container"><file name="Abstract.php" hash="60a6eab21f9ef109e1a70d6e63d4c8c8"/></dir><dir name="Filter"><dir name="Form"><file name="Abstract.php" hash="f9b077b016fad1c86e17474cf932c915"/><dir name="Field"><file name="PublisherVolume.php" hash="8567d49f35ee442e60b86cdb733a17a8"/></dir></dir></dir><dir name="Order"><dir name="Filter"><file name="Form.php" hash="b4a1d42c6c5706a7978dc18f9d046e0d"/></dir><dir name="Grid"><file name="BasketInfo.php" hash="e13a6ed00015a1f8c47eabb571f49b0f"/></dir><file name="Grid.php" hash="62252289a8a6decb65b5e465407a8950"/><dir name="Renderer"><file name="ActionInDays.php" hash="37cf9ccbed8e48cd99228145fbe3f919"/><file name="BasketInfo.php" hash="7786e9dd29eae21f16cf5f5a6100b5fa"/><file name="Flag.php" hash="8d86e7fb0227ea81bfda09711a44d011"/><file name="NewStatus.php" hash="87167d43fd3e530cd7704cf347f28b15"/></dir></dir><file name="Order.php" hash="9f24b5a0e1a2633a2971f8686c5eef76"/><dir name="Statistics"><dir name="Filter"><file name="Form.php" hash="aa431503248acc275611690bf097f2fa"/></dir><file name="Grid.php" hash="894f13570145cbcf495dcca44ce33d9f"/><dir name="Renderer"><file name="Abstract.php" hash="a0477898ae0614d3e50d55696e4fc8c8"/><file name="Clicks.php" hash="94c2964f6d75dc83ee9f44d5e99318c4"/><file name="Leads.php" hash="ca9b4cdf513874f7fa27463a5e0d220d"/><file name="Sales.php" hash="3eeddea712a077e2f34d396c3bb75c7d"/></dir></dir><file name="Statistics.php" hash="a4acf101d51702c692492ccb1fd60485"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Checkbox.php" hash="a3f0d63511329ff48101f0d9b5d7e49a"/><file name="Currency.php" hash="e5631922a0664dbb5b88286d2daa02ed"/><file name="Headinginfo.php" hash="8d2dc1767fcad76066aee892055b2f02"/><file name="Image.php" hash="b23a7479b1a46870a6c014bf2ee9bede"/><file name="PublisherRate.php" hash="10d202da1e092feb20e831959ff9b269"/></dir></dir></dir></dir></dir><file name="Retargeting.php" hash="c90c81b32b978a2fafc43dfe6b9bd121"/><file name="Tracking.php" hash="c61b53269928d497d0d77ff776e1169a"/></dir><dir name="Controller"><dir name="Adminhtml"><dir name="Report"><file name="Abstract.php" hash="4687332a8efad096cc581a4c222bd021"/></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="811589cbcd737e10b64f449a1d95eeeb"/><file name="Statistics.php" hash="1bd42d58ca30ab946f8cc6f84be0265e"/><file name="Toolbox.php" hash="60fb5296f9b1b8f071f24120d91567c6"/></dir><dir name="Model"><file name="Abstract.php" hash="7a1a7a76ae99c97eeca8a186cd2a6a5f"/><file name="BasketItem.php" hash="6c5b097e1390a42571ff6a7e86c15b88"/><file name="Channel.php" hash="e96b5453e918daed546bc5efa0466a2c"/><file name="Creative.php" hash="715dbf8b828448e5a1926d5488211010"/><file name="Order.php" hash="75d74a93a2a0963749fec8a3427c1c95"/><file name="PublisherSegment.php" hash="4767a274f82bb409c204f9bf87cd05ed"/><file name="PublisherStatistics.php" hash="42c8058efede5278886f066fa6f23d86"/><file name="Rate.php" hash="76920cbf60e67d88898821de7210040f"/></dir><file name="Security.php" hash="64142f51128b81b635f6e7c8366aa474"/><dir name="Source"><file name="Abstract.php" hash="656253045eb458dae6a2e55d74c117b1"/><file name="CancellationReason.php" hash="408ae8c77a0254ae70ecd81580e139f2"/><file name="Channel.php" hash="ecca0cb01fd226acfbcd3b3051e93203"/><file name="Creative.php" hash="55d0d4aa359f6a1c8a845ca934973852"/><file name="CreativeType.php" hash="ea6dd554bfcf3cf8c971f3098ece1def"/><file name="EvaluationType.php" hash="9620a58874340cd81e5a3b923fb46175"/><dir name="Period"><file name="Type.php" hash="6f67f90b7edb93a09e957c01279ae7f1"/></dir><file name="Period.php" hash="9b9e7d932063159da6da83e07ee68448"/><file name="PublisherFilter.php" hash="820209144abfdd98a3e8d8eae88e27c9"/><file name="PublisherSegment.php" hash="ad209272b51a16bd1f16ab8368ed7ec0"/><file name="TransactionStatus.php" hash="faa5abbc74a1719e71dc0e55ae43f55c"/><file name="VolumeType.php" hash="f2409e0f51b6ce848af08fcd3c1d7ef3"/></dir><file name="UsernameToken.php" hash="813f4183d9c188e83fe02f1337083029"/></dir><file name="Api.php" hash="e321d744684b7b15dc53575ada8eff91"/><file name="Config.php" hash="1f320fcfa8b81f901bded5b137679e4f"/><file name="Datafeed.php" hash="33935980f188629edd6eafb3d9a49581"/><file name="Filter.php" hash="5ee63efa0c45ce8d68b290c3b07e61a1"/><file name="Mapper.php" hash="e8bb48c9919f299ff8c22cdfcb489251"/><file name="Observer.php" hash="a17a2958a5bb987e4b6dc25cd7294856"/><dir name="Resource"><dir name="Api"><dir name="Model"><dir name="BasketItem"><file name="Collection.php" hash="ae79873a9d924b0936e8944152eb4e25"/></dir><dir name="Channel"><file name="Collection.php" hash="4f30768e534cb5d33a787afedba5b136"/></dir><dir name="Collection"><file name="Abstract.php" hash="c14f9124097fda8f14af930ce7c16d09"/></dir><dir name="Creative"><file name="Collection.php" hash="39c42ee7e510070e9bf1b5ec6807d754"/></dir><dir name="Order"><file name="Collection.php" hash="89bfacbe5da7605b9e6526610c5a6834"/></dir><dir name="PublisherSegment"><file name="Collection.php" hash="c30a7dbfca893ba9af0eee007091d755"/></dir><dir name="PublisherStatistics"><file name="Collection.php" hash="fa4ece61f0264a4956622e6ab836e66f"/></dir><dir name="Rate"><file name="Collection.php" hash="c18248eab4691274daa4cb703df78dda"/></dir></dir></dir><dir name="Datafeed"><file name="Collection.php" hash="15c6260f7764df811009ea5c423e03e0"/></dir><file name="Datafeed.php" hash="f0e985c7ecfad74741f1ed12ee09c764"/><dir name="Filter"><file name="Collection.php" hash="aa642399c62408cd3fab8f459438e875"/></dir><file name="Filter.php" hash="21cad6bd2f1db14d130cd0e56941d9e4"/><dir name="Mapper"><file name="Collection.php" hash="aa1b45fb79e219a7408dbed1fce6b44e"/></dir><file name="Mapper.php" hash="9f1967b2893103f14b29ad565fed9b74"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Image.php" hash="2678f485f3dc2303485c52a059e624ec"/><file name="Rate.php" hash="4c8984ef0d6e387c0756239ad05b7f1a"/></dir><dir name="Source"><file name="Abstract.php" hash="927cd4fd3a828e2ff28f2cce640a2656"/><file name="Attribute.php" hash="7db1132e947a881728ae2a50b88e730b"/><file name="Platform.php" hash="6a94225624d630b1cd3861bae0ea52b3"/><dir name="Product"><file name="Attribute.php" hash="367c02a4626943c9099e09cd62b6fdc2"/><file name="Id.php" hash="8d4073e036fa0fa026440dfacf1ffec3"/></dir><dir name="Retargeting"><file name="Cart.php" hash="1bc1f537204918a88fd5fc65c1291306"/><file name="Category.php" hash="d9ac8205df51a60aff528c9b2114de22"/><file name="Checkout.php" hash="abb96c46b39335aa47b0ecb1a7e8186a"/><file name="Product.php" hash="9b543df7448eea4eb27ccf099f311bf5"/></dir><dir name="Tracking"><file name="Parameters.php" hash="0760c280421c995373c0f1069e6f2540"/><file name="Type.php" hash="9b7333b513ccde1c7c50277bb40bf7e0"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="CmsController.php" hash="ac052b0cea21472ef8f6ab83779625d6"/><file name="DatafeedController.php" hash="77067d7005578a41007820fffc8cc558"/><dir name="Report"><file name="OrderController.php" hash="a764ffe4eba0f26a1267555b4bb29b01"/><file name="StatisticsController.php" hash="68f8490d5774c73e6e5a95aa9f49cb59"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="45ec0a4f2dd05065b7e8f10b78cf27de"/><file name="config.xml" hash="3e96b573352f80679246e610fd472ffd"/><file name="system.xml" hash="0bd9016971f6bd8698db19059e9b7842"/></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="5422251c38132af1992766d5ec2c0510"/></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="7afd64166abda889ac514288267ecc2d"/><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="1dfa6554239f46a8edce823a7285d2ef"/><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="1dfa6554239f46a8edce823a7285d2ef"/><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="fad48c2d89538061c2edd60df35e753b"/><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="2de891c365182b6799adb9dcbd91247b"/><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="02d33a1437787a1004401720d3270dbc"/><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>
20
  <compatible/>
21
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
22
  </package>