Creativestyle_AffiliNet - Version 1.1.1

Version Notes

ADDED: french (fr_FR) language pack
FIXED: accesing settings page issue on Magento CE 1.6 and EE 1.11

Download this release

Release Info

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


Code changes from version 1.1.0 to 1.1.1

Files changed (102) 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/Datafeed.php +0 -0
  69. app/code/community/Creativestyle/AffiliNet/Model/Filter.php +0 -0
  70. app/code/community/Creativestyle/AffiliNet/Model/Mapper.php +0 -0
  71. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/BasketItem/Collection.php +0 -0
  72. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Channel/Collection.php +0 -0
  73. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Collection/Abstract.php +0 -0
  74. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Creative/Collection.php +0 -0
  75. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Order/Collection.php +0 -0
  76. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherSegment/Collection.php +0 -0
  77. app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherStatistics/Collection.php +0 -0
  78. app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed.php +0 -0
  79. app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed/Collection.php +0 -0
  80. app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter.php +0 -0
  81. app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter/Collection.php +0 -0
  82. app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper.php +0 -0
  83. app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper/Collection.php +0 -0
  84. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Backend/Image.php +0 -0
  85. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Abstract.php +0 -0
  86. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Platform.php +0 -0
  87. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Attribute.php +0 -0
  88. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Id.php +0 -0
  89. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Cart.php +0 -0
  90. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Category.php +0 -0
  91. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Checkout.php +0 -0
  92. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Product.php +0 -0
  93. app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Tracking/Parameters.php +0 -0
  94. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/CmsController.php +0 -0
  95. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/DatafeedController.php +0 -0
  96. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/OrderController.php +0 -0
  97. app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/StatisticsController.php +0 -0
  98. app/code/community/Creativestyle/AffiliNet/etc/config.xml +1 -1
  99. app/design/adminhtml/default/default/template/creativestyle/affilinet/order/grid/basket.phtml +39 -39
  100. app/locale/fr_FR/Creativestyle_AffiliNet.csv +291 -0
  101. app/locale/fr_FR/template/email/affilinet_feed.html +19 -0
  102. package.xml +6 -9
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/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/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.0</version>
14
  </Creativestyle_AffiliNet>
15
  </modules>
16
  <global>
10
  <config>
11
  <modules>
12
  <Creativestyle_AffiliNet>
13
+ <version>1.1.1</version>
14
  </Creativestyle_AffiliNet>
15
  </modules>
16
  <global>
app/design/adminhtml/default/default/template/creativestyle/affilinet/order/grid/basket.phtml CHANGED
@@ -1,39 +1,39 @@
1
- <?php if ($items = $this->getItems()): ?>
2
- <table class="affilinetBasketItems" cellspacing="0">
3
- <thead>
4
- <tr class="headings">
5
- <th class="no-link"><?php echo $this->__('Position'); ?></th>
6
- <th class="no-link"><?php echo $this->__('Article number'); ?></th>
7
- <th class="no-link"><?php echo $this->__('Product Name'); ?></th>
8
- <th class="no-link"><?php echo $this->__('Category'); ?></th>
9
- <th class="no-link"><?php echo $this->__('Brand'); ?></th>
10
- <th class="no-link"><?php echo $this->__('Product properties'); ?></th>
11
- <th class="no-link"><?php echo $this->__('Rate'); ?></th>
12
- <th class="no-link"><?php echo $this->__('Single price'); ?></th>
13
- <th class="no-link"><?php echo $this->__('Quantity'); ?></th>
14
- <th class="no-link"><?php echo $this->__('Total price'); ?></th>
15
- <th class="no-link"><?php echo $this->__('Status'); ?></th>
16
- </tr>
17
- </thead>
18
- <tbody>
19
- <?php foreach ($items as $item): ?>
20
- <tr>
21
- <td class="a-center"><?php echo $item->getPositionNumber(); ?></td>
22
- <td><?php echo $item->getArticleNumber(); ?></td>
23
- <td><?php echo $item->getProductName(); ?></td>
24
- <td><?php echo $item->getCategory(); ?></td>
25
- <td><?php echo $item->getBrand(); ?></td>
26
- <td><?php echo implode(', ', array_filter($item->getProperties()->getData())); ?></td>
27
- <td><?php echo $item->getRateInfo()->getRateMode(); ?> (<?php echo $item->getRateInfo()->getRateValue(); ?>%)</td>
28
- <td class="a-right"><?php echo $this->formatCurrency($item->getSinglePrice()); ?></td>
29
- <td class="nowrap"><?php echo $this->getItemQuantityForm($item); ?></td>
30
- <td class="a-right"><?php echo $this->formatCurrency($item->getTotalPrice()); ?></td>
31
- <td><?php echo $this->getItemStatusForm($item); ?></td>
32
- </tr>
33
- <?php endforeach; ?>
34
- </tbody>
35
- </table>
36
- <div class="affilinet-order-form-buttons form-buttons">
37
- <button title="<?php echo $this->__('Save basket'); ?>" type="button" class="scalable save" onclick="saveBasket('<?php echo $this->getBasketId(); ?>');"><span><span><span><?php echo $this->__('Save basket'); ?></span></span></span></button>
38
- </div>
39
- <?php endif; ?>
1
+ <?php if ($items = $this->getItems()): ?>
2
+ <table class="affilinetBasketItems" cellspacing="0">
3
+ <thead>
4
+ <tr class="headings">
5
+ <th class="no-link"><?php echo $this->__('Position'); ?></th>
6
+ <th class="no-link"><?php echo $this->__('Article number'); ?></th>
7
+ <th class="no-link"><?php echo $this->__('Product Name'); ?></th>
8
+ <th class="no-link"><?php echo $this->__('Category'); ?></th>
9
+ <th class="no-link"><?php echo $this->__('Brand'); ?></th>
10
+ <th class="no-link"><?php echo $this->__('Product properties'); ?></th>
11
+ <th class="no-link"><?php echo $this->__('Rate'); ?></th>
12
+ <th class="no-link"><?php echo $this->__('Single price'); ?></th>
13
+ <th class="no-link"><?php echo $this->__('Quantity'); ?></th>
14
+ <th class="no-link"><?php echo $this->__('Total price'); ?></th>
15
+ <th class="no-link"><?php echo $this->__('Status'); ?></th>
16
+ </tr>
17
+ </thead>
18
+ <tbody>
19
+ <?php foreach ($items as $item): ?>
20
+ <tr>
21
+ <td class="a-center"><?php echo $item->getPositionNumber(); ?></td>
22
+ <td><?php echo $item->getArticleNumber(); ?></td>
23
+ <td><?php echo $item->getProductName(); ?></td>
24
+ <td><?php echo $item->getCategory(); ?></td>
25
+ <td><?php echo $item->getBrand(); ?></td>
26
+ <td><?php echo implode(', ', array_filter($item->getProperties()->getData())); ?></td>
27
+ <td><?php echo $item->getRateInfo()->getRateMode(); ?> (<?php echo $item->getRateInfo()->getRateValue(); ?>%)</td>
28
+ <td class="a-right"><?php echo $this->formatCurrency($item->getSinglePrice()); ?></td>
29
+ <td class="nowrap"><?php echo $this->getItemQuantityForm($item); ?></td>
30
+ <td class="a-right"><?php echo $this->formatCurrency($item->getTotalPrice()); ?></td>
31
+ <td><?php echo $this->getItemStatusForm($item); ?></td>
32
+ </tr>
33
+ <?php endforeach; ?>
34
+ </tbody>
35
+ </table>
36
+ <div class="affilinet-order-form-buttons form-buttons">
37
+ <button title="<?php echo $this->__('Save basket'); ?>" type="button" class="scalable save" onclick="saveBasket('<?php echo $this->getBasketId(); ?>');"><span><span><span><?php echo $this->__('Save basket'); ?></span></span></span></button>
38
+ </div>
39
+ <?php endif; ?>
app/locale/fr_FR/Creativestyle_AffiliNet.csv ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "# of bonus payments","# de primes"
2
+ "# of Leads","# de leads"
3
+ "# of Leads (Cancelled)","# de leads (Annulés)"
4
+ "# of Leads (Confirmed)","# de leads (Confirmés)"
5
+ "# of Leads (Open)","# de leads (En atttente)"
6
+ "# of Sales","# de ventes"
7
+ "# of Sales (Cancelled)","# de ventes (Annulées)"
8
+ "# of Sales (Confirmed)","# de ventes (Confirmées)"
9
+ "# of Sales (Open)","# de ventes (En attente)"
10
+ "-- Please Select --","-- Choisissez --"
11
+ "<div id=""creative-system-config"">creativestyle Extensions</div>","<div id=""creative-system-config"">creativestyle Extensions</div>"
12
+ "Action","Action"
13
+ "Activate/deactivate column titles in the feed","Activer/désactiver les titres de colonne dans le flux"
14
+ "Activate the export of products only for active products","Activer l'export des produits uniquement pour les produits actifs"
15
+ "Activate the export of products only for products which can be ordered.","Activer l'export des produits uniquement pour les produits disponibles à l'achat."
16
+ "Active","Actif"
17
+ "Add New","Ajouter"
18
+ "Add new","Ajouter"
19
+ "Advertising medium","Media publicitaire"
20
+ "affilinet","affilinet"
21
+ "Affilinet fee","Frais affilinet"
22
+ "affilinet Introduction","Présentation d'affilinet"
23
+ "affilinet Registration","S'inscrire sur affilinet"
24
+ "All","Tous"
25
+ "All banners","Toutes les bannières"
26
+ "All channels","Tous les groupes"
27
+ "All HTML links","Tous les liens HTML"
28
+ "All media","Tous les medias"
29
+ "All publishers","Tous les affiliés"
30
+ "All segments","Tous les segments"
31
+ "All text links","Tous les liens textes"
32
+ "Amount of paid bonuses","Montant des primes payées"
33
+ "Appoint the export start time.","Sélectionner la date de démarrage de l'export"
34
+ "Article number","Numéro d'article"
35
+ "Attribute which defines the manufacturer of the product.","Attribut définissant le fabricant du produit."
36
+ "August","Août"
37
+ "Austria","Autriche"
38
+ "Auto action","Traitement automatique"
39
+ "Auto action in days","Traitement automatique en jours"
40
+ "Back","Retour"
41
+ "Backslash","Antislash"
42
+ "Banner","Bannière"
43
+ "Banners","Bannières"
44
+ "Basket","Panier"
45
+ "BasketId","BasketId"
46
+ "Begin at","Début"
47
+ "Bonus count","Nombre de primes"
48
+ "Brand","Marque"
49
+ "By name","Par nom"
50
+ "By publisher ID","Par ID affilié"
51
+ "By URL","Par URL"
52
+ "Calendar week","Semaine calendaire"
53
+ "Cancellation reason","Raison d'annulation"
54
+ "Cancelled","Annulé"
55
+ "Cart IDs","Ids des paniers"
56
+ "Cart parameters","Paramètres du panier"
57
+ "Cart tracking","Tracking du panier"
58
+ "Category","Catégorie"
59
+ "Category (category_ids)","Catégorie (category_ids)"
60
+ "Category parameters","Paramètres de catégorie"
61
+ "Channel","Groupe"
62
+ "Checkout parameters","Paramètres du Checkout"
63
+ "Choose Store View:","Choisissez l'affichage boutique:"
64
+ "Click-Through","Taux de clic"
65
+ "Click date","Date du clic"
66
+ "Clicks","Clics"
67
+ "Clicks (Gross)","Clics (Brut)"
68
+ "Clicks (Net)","Clics (Net)"
69
+ "Collection size","Nombre par page/passage"
70
+ "Column title","Titre de colonne"
71
+ "Comma separated","Séparé par une virgule"
72
+ "Commission","Commission"
73
+ "Company logo","Logo de la société"
74
+ "Concatenation","Concatenation"
75
+ "Confirmation","Confirmation"
76
+ "Confirmed","Confirmé"
77
+ "Cron","Cron"
78
+ "Cronjob","Cronjob"
79
+ "CTR","CTR"
80
+ "Currency (currency)","Devise (currency)"
81
+ "CW","Sem."
82
+ "DeepLink (deeplink)","Lien de redirection (deeplink)"
83
+ "Delete","Supprimer"
84
+ "Delete Field","Supprimer le champs"
85
+ "Delete Filter","Supprimer le filtre"
86
+ "Delete Image","Supprimer l'image"
87
+ "Delimiter","Délimitation"
88
+ "Delimiter after last column","Délimitation après la dernière colonne"
89
+ "Disabled","Désactivé"
90
+ "Doubling","Doublemment"
91
+ "Edit date","Modifier la date"
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"
98
+ "Enter publisher filter string","Saisissez un critère de filtre"
99
+ "Escape","Escape"
100
+ "Escaping character for strings","Caractère d'escape pour les chaînes de caractères"
101
+ "Evaluation method","Méthode d'évaluation"
102
+ "Feed link","Lien vers le flux"
103
+ "Feed submission","Soumettre le flux"
104
+ "Feed was successfully sent to Affili.net","Le flux a été soumis à affilinet"
105
+ "Field filter","Filtre"
106
+ "Field mapper","Mappeur des champs"
107
+ "Fieldname","Nom du champs"
108
+ "File is generating. You will be able to download file when it finish","Le fichier est en cours de création. Vous pourrez ensuite le télécharger. "
109
+ "File name","Nom du fichier"
110
+ "Filter","Filtre"
111
+ "Filter active articles","Filtrer les articles actifs"
112
+ "Filter active stock","Filtrer les articles en stock"
113
+ "Filter criteria","Critères de filtre"
114
+ "Filter criteria for orders","Critères de filtre pour les transactions"
115
+ "Filter criteria for statistics","Critères de filtre pour les statistiques"
116
+ "Flag","Marquage"
117
+ "France","France"
118
+ "From","De"
119
+ "General","Général"
120
+ "General delimiter of fields in the feed","Délimiteur général de champs dans le flux"
121
+ "Generate File","Générer le fichier"
122
+ "Generating feed was successfully stopped","La création du flux a bien été stoppée"
123
+ "Generating progress","Progression de la création"
124
+ "Germany","Allemagne"
125
+ "Gross","Brut"
126
+ "Gross Clicks","Clics bruts"
127
+ "Gross item value (including tax).","Prix unitaire brut (TTC)"
128
+ "Hide","Masquer"
129
+ "Hours","Heures"
130
+ "http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
131
+ "ID","ID"
132
+ "ImgUrl (imgurl)","ImgURL (imgurl)"
133
+ "Individual prices of ordered products","Prix unitaires des produits achetés"
134
+ "Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Prix unitaires des produits achetés séparés par des pipes |. Prix unitaire brut (hors frais de port)"
135
+ "Introduction","Présentation"
136
+ "Is in stock (is_in_stock)","Disponible (is_in_stock)"
137
+ "ISO-8859-1","ISO-8859-1"
138
+ "Item was successfully deleted","L'article a bien été supprimé."
139
+ "Item was successfully saved","L'article a bien été sauvegardé."
140
+ "July","Juillet"
141
+ "June","Juin"
142
+ "Label for main products or accessory","Indicateur pour les produits principaux ou accessoires"
143
+ "Label for main products or accessory. 0 = main product, 1 = accessory","Indicateur pour les produits principaux ou accessoires. 0= produit principal, 1 = accessoire"
144
+ "Label for reduced prices","Indicateur pour les prix réduits"
145
+ "Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Indicateur renseignant si le prix est réduit ou non. 0= prix normal, 1= prix réduit"
146
+ "Lead Commission (Confirmed)","Commission sur les leads (Confirmée)"
147
+ "Lead Commission (Open)","Commission sur les leads (En attente)"
148
+ "Lead Conversion Rate (Confirmed)","Taux de conversion des leads (Confirmée)"
149
+ "Lead Conversion Rate (Open)","Taux de conversion des leads (En attente)"
150
+ "Leads","Leads"
151
+ "Manufacturer attribute","Attribut fabriquant"
152
+ "Month","Mois"
153
+ "n/a","n/a"
154
+ "Name","Nom"
155
+ "Net","Net"
156
+ "Net bonus payments","Montant des primes"
157
+ "Netherlands","Pays-Bas"
158
+ "Net price","Prix net"
159
+ "New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","Les nouvelles informations pour les paniers ont été soumises à affilinet. Cela peut prendre quelques minutes avant que les changements soient visibles."
160
+ "New Magento product datafeed","New Magento product datafeed"
161
+ "No","Non"
162
+ "No records found for these criteria.","Aucun résultat pour ces critères de recherche."
163
+ "Number of ordered products separated by pipes |.","Nombre de produits commandés séparés par des pipes |."
164
+ "Number of pages processed by each cronjob iteration (default: 5).","Nombre de pages traitées à chaque cronjob (valeur par défaut : 5)"
165
+ "Number of products included in every page (default: 500).","Nombre de produits inclus dans chaque page (valeur par défaut : 500)"
166
+ "Number of products the user has placed in the shopping cart. Alternatively, several quantities can be listed here separated by pipes |, depending on how the add-to-cart function has been implemented.","Nombre de produits placés dans le panier d'achat par l'internaute. Selon la façon dont la fonction ajouter au panier a été implémentée, différentes valeurs peuvent être indiquées ici et séparées par des pipes |."
167
+ "of %s pages","sur %s pages"
168
+ "Only one product variation","Une seule variante de produit"
169
+ "Open","En attente"
170
+ "Order ID","Order ID"
171
+ "Orders","Transactions"
172
+ "Original price of a product","Prix d'origine du produit"
173
+ "Original price of a product, if reduced","Prix d'origine du produit, si réduit"
174
+ "Overview","Overview"
175
+ "Page","Page"
176
+ "Pages","Pages"
177
+ "Payment method","Mode de paiement"
178
+ "Period","Période"
179
+ "per page","par page"
180
+ "Please generate datafeed file first","Veuillez générer d'abord le fichier du flux."
181
+ "Please provide your web service username/password in the extension settings page.","Veuillez communiquer votre login et mot de passe Web services dans la page de configuration basique"
182
+ "Please type in the sort of enclosure character for your products.","Veuillez saisir le type de séparateur de champs pour vos produits."
183
+ "Position","Position"
184
+ "Preffix","Préfixe"
185
+ "Preview","Aperçu"
186
+ "Product Data Feed","Flux de données produits"
187
+ "Product ID","Id produit"
188
+ "Product Name","Nom du produit"
189
+ "Product parameters","Paramètres du produit"
190
+ "Product properties","Caractéristiques du produit"
191
+ "Product rating","Notation du produit"
192
+ "Product variations should be provided as separate datasets. Especially for retargeting purposes, special product feeds may be generated which holds only one variation of a product in order to avoid multiple similar products in a dynamic product banner whi","Les variantes de produits doivent être fournies séparément. Notamment pour le retargeting, des flux produits spéciaux peuvent être générés, ne contenant qu'une variante de produit afin d'éviter l'affichage de produits similaires dans les bannières dynamiq"
193
+ "Product variations should be provided as separate datasets. Especially for retargeting purposes, special product feeds may be generated which holds only one variation of a product in order to avoid multiple similar products in a dynamic product banner whi","Les variantes de produits doivent être fournies séparément. Notamment pour le retargeting, des flux produits spéciaux peuvent être générés, ne contenant qu'une variante de produit afin d'éviter l'affichage de produits similaires dans les bannières dynamiq"
194
+ "pSub1","pSub1"
195
+ "pSub2","pSub2"
196
+ "Publicity","Publicité"
197
+ "Publisher","Editeur"
198
+ "Publisher commission","Commission éditeur"
199
+ "Publisher filter","Filtre pour les affiliés"
200
+ "Publisher ID","Id affilié"
201
+ "Publisher segment","Segment d'affiliés"
202
+ "Publisher volume","Volume d'affiliés"
203
+ "Q","Q"
204
+ "Quantities of ordered products","Nombre de produits commandés"
205
+ "Quantity","Quantité"
206
+ "Quantity (qty)","Quantité (qty)"
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"
213
+ "Repeat every","Répéter tout"
214
+ "Retargeting","Retargeting"
215
+ "Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Le retargeting vous permet de re-adresser les internautes particulièrement intéréssés. Des clients potentiels, ayant quitté votre boutique sans avoir finalisé d'achat."
216
+ "Sale Commission (Confirmed)","Commission sur les ventes (Confirmée)"
217
+ "Sale Commission (Open)","Commission sur les ventes (En attente)"
218
+ "Sale Conversion Rate (Confirmed)","Taux de conversion des ventes (Confirmée)"
219
+ "Sale Conversion Rate (Open)","Taux de conversion des ventes (En attente)"
220
+ "Sales","Ventes"
221
+ "Save and Continue Edit","Sauvegarder et continuer l'édition"
222
+ "Select, if the feed should be activated for cron job batch export.","Sélectionnez, si le flux doit être exporté par un cron job."
223
+ "Select advertising medium","Sélectionner le media publicitaire"
224
+ "Select reporting period","Sélectionner la période de reporting"
225
+ "Select the Store whose products shall be included in the feed.","Sélectionner la boutique dont les produits doivent être inclus dans le flux."
226
+ "Send message to the test e-mail","Envoyer un message à l'adresse e-mail test"
227
+ "Settings","Paramètres"
228
+ "Shipping method","Mode de livraison"
229
+ "Show","Afficher"
230
+ "Show orders","Afficher les transactions"
231
+ "Show statistics","Afficher les statistiques"
232
+ "Single price","Prix unitaire"
233
+ "SKU","SKU"
234
+ "Spain","Espagne"
235
+ "Start at","Démarrer le"
236
+ "Statistics","Statistiques"
237
+ "Status","Statut"
238
+ "Stop generating","Stopper la création"
239
+ "Store View","Vue Boutique (Store View)"
240
+ "Submit the feed to affilinet","Soumettre le flux à affilinet"
241
+ "Suffix","Suffixe"
242
+ "Sum of commissions","Total des commissions"
243
+ "Sum of commissions (Confirmed)","Total des commissions (Confirmée)"
244
+ "Sum of commissions (Open)","Total des commissions (En attente)"
245
+ "Switzerland","Suisse"
246
+ "Test e-mail","E-mail test"
247
+ "Text link","Lien texte"
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."
254
+ "This extension integrates easily your Magento shop with affilinet services.","Cette extension facilite l'intégration des services affilinet dans votre boutique Magento."
255
+ "This extension uses the default base currency of the store for all product values that are tracked","Cette extension utilise la devise par défaut de la boutique pour tous les produits qui sont trackés."
256
+ "This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","Ciblez les internautes avec les produits les mieux notés. Valeur numérique : 0 (non noté) à 10 (meilleure note)"
257
+ "This tab contains invalid data. Please solve the problem before saving.","Cet onglet contient des données invalides. Veuillez corriger le problème avant de sauvegarder."
258
+ "Time span","Intervalle"
259
+ "Time span between dates cannot exceed 3 months","L'intervalle entre les dates ne peut excéder 3 mois."
260
+ "Title","Titre"
261
+ "To","A"
262
+ "Total %d records found","%d résultats trouvés."
263
+ "Total price","Prix total"
264
+ "Total Revenue (Confirmed)","Chiffres d'affaires total (Confirmée)"
265
+ "Total Revenue (Open)","Chiffres d'affaires total (En attente)"
266
+ "Track order parameters","Traquer les paramètres des transactions"
267
+ "Track product attributes","Traquer les attributs des produits"
268
+ "Transaction ID","Id de transaction"
269
+ "Transaction IDs","Ids de transaction"
270
+ "Transaction status","Statut de la transaction"
271
+ "Type in your affilinet programID. If you don't have an affilinet account so far, you can easily apply for an affilinet account under the tab Registration.","Saisissez votre ID de programme. Si vous n'avez pas encore de compte affilinet, vous pouvez facilement en créer un depuis l'onglet ""Inscription""."
272
+ "Unable to find item to save","Impossible de trouver un article à sauvegarder."
273
+ "Unable to send feed","Impossible d'envoyer le flux"
274
+ "Unable to stop","Impossible de stopper"
275
+ "Unique product identifier","Identifiant de produit unique"
276
+ "United Kingdom","Royaume Uni"
277
+ "Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Les images importées seront proportionnellement mis à l'échelle, avec un format maximum de 120x40"
278
+ "URL","URL"
279
+ "URL of category image","URL de l'image de la catégorie"
280
+ "URL of category image (URL encoded)","URL de l'image de la catégorie (URL encodée)"
281
+ "UTF-8","UTF-8"
282
+ "View","Affichage"
283
+ "Views","Affichages"
284
+ "Visible for the advertiser only","Visible uniquement pour l'annonceur"
285
+ "Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Cliquez <a href=""%s"" target=""_blank"">%s</a> pour obtenir plus d'informations"
286
+ "Webservice Password","Mot de passe web service"
287
+ "Webservice Username","Login web service"
288
+ "Week","Semaine"
289
+ "Which of the following parameters shall be relayed to affilinet?","Lesquels de ces paramètres doivent être transmis à affilinet ?"
290
+ "Yes","Oui"
291
+ "You can retrieve your web service user name from the affilinet login area. Simply log in using the following URL: https://advertiser.affili.net/Login.aspx and navigate to the section Account -> Account Data. You will find your web service access below you","Vous pouvez retrouver votre login web services depuis votre compte affilinet. Connectez vous simplement depuis l'URL suivante : https://advertiser.affili.net/Login.aspx puis accéder à la rubrique Compte > Votre compte > Vos coordonnées. Les identifiants d"
app/locale/fr_FR/template/email/affilinet_feed.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Hello Affilinet Product Specifications Team <br/>
2
+ This is an automatic e-mail from a Magento shop module with the request for the advertiser {{var program_id}} to setup the following product data feed:<br/>
3
+ <br/>
4
+ <br/>
5
+ {{var feed_link}}<br/>
6
+ <br/>
7
+ Collection every day at {{var hour}} <br/>
8
+ Repeat every {{var repeat}} HOURS<br/>
9
+ <br/>
10
+ <br/>
11
+ Logo links:<br/>
12
+ <br/>
13
+ {{var logo}}<br/>
14
+ <br/>
15
+ Please confirm automatic collection by e-mail to: {{var affilinet_email}}<br/>
16
+ <br/>
17
+ <br/>
18
+ Kind regards<br/>
19
+ Affilinet Magento Shop Module
package.xml CHANGED
@@ -1,22 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Creativestyle_AffiliNet</name>
4
- <version>1.1.0</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: tracking and retargeting&#xD;
12
- ADDED: data feed manager&#xD;
13
- ADDED: statistics&#xD;
14
- ADDED: order manager&#xD;
15
- ADDED: static pages (introduction and registration)</notes>
16
  <authors><author><name>affilinet GmbH</name><user>affilinet</user><email>magento@affili.net</email></author></authors>
17
- <date>2014-10-24</date>
18
- <time>17:01:52</time>
19
- <contents><target name="magecommunity"><dir name="Creativestyle"><dir name="AffiliNet"><dir name="Block"><file name="Abstract.php" hash="4edf7f991cc759d79afd8462d15e2a17"/><dir name="Adminhtml"><file name="Cms.php" hash="782b59b260a7110d714d6f2e4de0d8b1"/><dir name="Datafeed"><dir name="Edit"><file name="Form.php" hash="9c4e1817711a24787d931c6c742c6285"/><dir name="Tab"><file name="Cron.php" hash="7101192267dbe7ce2f796f873ea78f22"/><file name="Filter.php" hash="37d8908aa507f88ec748ebbbb8ef3967"/><file name="General.php" hash="7880d67debb98873c3c6b6e52c5b43ae"/><file name="Mapper.php" hash="36f7b86d1b4c2b30e22b397ca18f3434"/><file name="Submit.php" hash="ddeaa94f4e19e9da0613554fc350339e"/></dir><file name="Tabs.php" hash="728925d0752f9ba9a22f52eb7ef9b21d"/></dir><file name="Edit.php" hash="d884d53fc2b72e9d6d324de7140539fc"/><dir name="Form"><dir name="Field"><file name="Image.php" hash="303d126110bf642b75633c8d7a69fb60"/></dir></dir><file name="Grid.php" hash="e17672803574d2802758ee6371b57089"/><file name="Preview.php" hash="f165b3a07aa3193d987ba471e3dd21c1"/><dir name="Renderer"><file name="Filter.php" hash="5c4ca5942550e794e60e66fe343f3f6d"/><file name="Mapper.php" hash="24f181a3116884b36b40903343dfa4fc"/><file name="Sendfeed.php" hash="120942158a71d8b0223aa2e3b7f6af9b"/><file name="Startat.php" hash="499240948eb037ee7dde275061046b3d"/><file name="Url.php" hash="4826482c54b4e7a004beaaf0bd07cf91"/></dir></dir><file name="Datafeed.php" hash="5720b9ba7fbe9546feda289591ffbbb6"/><file name="Info.php" hash="acaa67616d3ec0487492024c7c5c9bf0"/><dir name="Report"><file name="Abstract.php" hash="69f1e25282e4f864c47c94183bb3b29f"/><dir name="Container"><file name="Abstract.php" hash="8f3fc211925b5fdd5984481e82a049ff"/></dir><dir name="Filter"><dir name="Form"><file name="Abstract.php" hash="5c301332197ccc5bf4935a272ceae4f9"/><dir name="Field"><file name="PublisherVolume.php" hash="638a75b94624cd1018570132375ff798"/></dir></dir></dir><dir name="Order"><dir name="Filter"><file name="Form.php" hash="5b70c42cd52ef17578cf22a3112be760"/></dir><dir name="Grid"><file name="BasketInfo.php" hash="0b3c9e25493d8045be7845044bd94bbd"/></dir><file name="Grid.php" hash="980c21320584355f05aadf5331aad690"/><dir name="Renderer"><file name="ActionInDays.php" hash="d6a5301d6375375f79127a4eab429f4e"/><file name="BasketInfo.php" hash="eb52f0e4a0e0aa83fb760eba8123d338"/><file name="Flag.php" hash="9f1f8807442ead8c9812a6e26c6cc4db"/><file name="NewStatus.php" hash="ef62e285c7bb137f9530564cddbe5f66"/></dir></dir><file name="Order.php" hash="bf76922c9ebde7832a268431c97df3f8"/><dir name="Statistics"><dir name="Filter"><file name="Form.php" hash="b8c47590d8d9a8899e010b4a0d547e50"/></dir><file name="Grid.php" hash="5b0b4c990829e8c7f900b896cba5c83d"/><dir name="Renderer"><file name="Abstract.php" hash="bd66e479aad7181ab8696d9aca9eab7d"/><file name="Clicks.php" hash="0fa4de790b28e7146241e974c90e28b4"/><file name="Leads.php" hash="14ed745723e19b00d932698ed3b76afd"/><file name="Sales.php" hash="df70edb7bcaaca870236f4cff3b5ff1d"/></dir></dir><file name="Statistics.php" hash="94d972a206bc4b60415d1ab278d6751f"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Checkbox.php" hash="7ebda6cc70316db5dbc34a042638d3c7"/><file name="Currency.php" hash="399f8b23fcc300f70572236178ad4e7d"/><file name="Headinginfo.php" hash="6a5db6495a63a5bb99f1d63b488e5bb3"/><file name="Image.php" hash="a550303046f498b291afea42e251e8a6"/></dir></dir></dir></dir></dir><file name="Retargeting.php" hash="bc00f4692d78915f648d7428317c7add"/><file name="Tracking.php" hash="46773543f4d96f9902e9df130313771f"/></dir><dir name="Controller"><dir name="Adminhtml"><dir name="Report"><file name="Abstract.php" hash="da72148af8517ab5c9618387fc8b311e"/></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="5a9d88c2324c04e6500ebe340f8793b0"/><file name="Statistics.php" hash="bd296976f4d2a0ea42cded2bc1dcd3dc"/><file name="Toolbox.php" hash="46ff2c7a82204468ba8daf5dd3dc2bfe"/></dir><dir name="Model"><file name="Abstract.php" hash="d37b492de87172ce881e4594230ddbeb"/><file name="BasketItem.php" hash="7d17d3b3b130924cf04927614aa11664"/><file name="Channel.php" hash="751c42e51489b3672050c0913f2d7930"/><file name="Creative.php" hash="e70d6a60cac0e04e12da7580a8d38b87"/><file name="Order.php" hash="612f12344ac17b8067b7a76c418ab943"/><file name="PublisherSegment.php" hash="672454b7936b9611e1b8be4d242353ae"/><file name="PublisherStatistics.php" hash="e749ae53646abc881ddeca81f9503dfd"/></dir><file name="Security.php" hash="64142f51128b81b635f6e7c8366aa474"/><dir name="Source"><file name="Abstract.php" hash="656253045eb458dae6a2e55d74c117b1"/><file name="CancellationReason.php" hash="386bd0c33d371e9a16be6a5f4da53d19"/><file name="Channel.php" hash="917c05d4c6832334a7e803a45b4461e4"/><file name="Creative.php" hash="b72edcfaa70ca62e36560bef9398ae81"/><file name="CreativeType.php" hash="ba688532e4b5adee5d7a3f6c4bb0ffe8"/><file name="EvaluationType.php" hash="b10fc8d872ceaa07233eb97be415e131"/><dir name="Period"><file name="Type.php" hash="d39b9ab1900a13ebd1c011a8ad544e17"/></dir><file name="Period.php" hash="5f995e6499aef95ea306e174230f5f02"/><file name="PublisherFilter.php" hash="8c5671c9248b8168ba81eb368909be2f"/><file name="PublisherSegment.php" hash="33b493bca70157946ae6f26c23c53c38"/><file name="TransactionStatus.php" hash="39b0a7ca035856dd6d52c71806cd5507"/><file name="VolumeType.php" hash="7f421aabb49243202d76302ae075d867"/></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="0e949112f6452bf6b692acabf988efaa"/><file name="Filter.php" hash="28cfc6d0693744a68dd076905cce8523"/><file name="Mapper.php" hash="3c5e722b3b1168f2c53153d241f704aa"/><file name="Observer.php" hash="f9c31f410f6b5f57a45e7809bdee4d27"/><dir name="Resource"><dir name="Api"><dir name="Model"><dir name="BasketItem"><file name="Collection.php" hash="c6792a22e1da6df44f721ab0c84d2bea"/></dir><dir name="Channel"><file name="Collection.php" hash="cce5b040c4ba97028ede88615a2dc54a"/></dir><dir name="Collection"><file name="Abstract.php" hash="21a98384012d36b035ab4d50dd07a547"/></dir><dir name="Creative"><file name="Collection.php" hash="3f8de1675a2e417c23ec23953d1b5a15"/></dir><dir name="Order"><file name="Collection.php" hash="24c47f4ec1908c703850f0a2f36bc398"/></dir><dir name="PublisherSegment"><file name="Collection.php" hash="8cd99bad87ed0c46358b3530bcc3857d"/></dir><dir name="PublisherStatistics"><file name="Collection.php" hash="6a13562f76e6a13ffac9f47ec1049aa1"/></dir></dir></dir><dir name="Datafeed"><file name="Collection.php" hash="20dd7d9fd3c34e85740fb3511bbd5910"/></dir><file name="Datafeed.php" hash="0b9f4d2b2611f5e6f3feb56fe8f0d3f8"/><dir name="Filter"><file name="Collection.php" hash="a325044c8b43b88f55003c692d6b676e"/></dir><file name="Filter.php" hash="59d4a681c0c60c39110480914540aa59"/><dir name="Mapper"><file name="Collection.php" hash="7c971aac6000560e8675e6486a3fdf13"/></dir><file name="Mapper.php" hash="feae83cf58c60ec598e6ccf71dcb5cd6"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Image.php" hash="90dcd739ff32ffde85659eba528f5aa9"/></dir><dir name="Source"><file name="Abstract.php" hash="702fb5528587da6137622fb691a8e623"/><file name="Attribute.php" hash="7db1132e947a881728ae2a50b88e730b"/><file name="Platform.php" hash="866a969d2977187a222559999c415378"/><dir name="Product"><file name="Attribute.php" hash="5e02a0d14afc70d24b906907ebc5d87a"/><file name="Id.php" hash="f054424f34182be5f8ec9181be9c56d2"/></dir><dir name="Retargeting"><file name="Cart.php" hash="234282425a84678a1c28b79945747142"/><file name="Category.php" hash="325b4b8a9fec5cf7912c15f662a1b2b5"/><file name="Checkout.php" hash="5462ed4ad26abe678a7218b496af6fa0"/><file name="Product.php" hash="e11f4fbffc34ee983691719156906381"/></dir><dir name="Tracking"><file name="Parameters.php" hash="189418341dbbb880fa7f2aa06a012f56"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="CmsController.php" hash="d8952d900a9d4722de5313467165b5d4"/><file name="DatafeedController.php" hash="764aa2b00c8671efefa8d62cf41458e8"/><dir name="Report"><file name="OrderController.php" hash="3c11af0d40e266c9a8e1e71e905d4635"/><file name="StatisticsController.php" hash="f01ea4b092f3adf4fe3b43a309f00d50"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="45ec0a4f2dd05065b7e8f10b78cf27de"/><file name="config.xml" hash="4e0e2962b34a1690b60e5f68a0700d39"/><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="740cff03934d5c7fe0c26283a16054c9"/><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></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>
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>