Version Notes
ADDED: standard tracking support for orders management grid
MODIFIED: feed data sanitization
FIXED: displaying config options that depend on other settings for Magento lower than 1.8
REMOVED: source code encryption
Download this release
Release Info
Developer | affilinet GmbH |
Extension | Creativestyle_AffiliNet |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- app/code/community/Creativestyle/AffiliNet/Block/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Cms.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Form.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Cron.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Filter.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/General.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Mapper.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tab/Submit.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Edit/Tabs.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Form/Field/Image.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Grid.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Preview.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Filter.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Mapper.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Sendfeed.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Startat.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Datafeed/Renderer/Url.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Info.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Container/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Filter/Form/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Filter/Form/Field/PublisherVolume.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Filter/Form.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Grid.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Grid/BasketInfo.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/ActionInDays.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/BasketInfo.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/Flag.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/NetPrice.php +29 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Order/Renderer/NewStatus.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Filter/Form.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Grid.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Clicks.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Leads.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/Report/Statistics/Renderer/Sales.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Checkbox.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Currency.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Headinginfo.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/Image.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Adminhtml/System/Config/Form/Field/PublisherRate.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Retargeting.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Block/Tracking.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Controller/Adminhtml/Report/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Helper/Data.php +396 -396
- app/code/community/Creativestyle/AffiliNet/Model/Api.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Orders.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Statistics.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Client/Toolbox.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Model/BasketItem.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Channel.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Creative.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Order.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Model/PublisherSegment.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Model/PublisherStatistics.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Model/Rate.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Security.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/CancellationReason.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Channel.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Creative.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/CreativeType.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/EvaluationType.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Period.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Period/Type.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/PublisherFilter.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/PublisherSegment.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/TransactionStatus.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/Source/VolumeType.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Api/UsernameToken.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Config.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Datafeed.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Filter.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Mapper.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Observer.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/BasketItem/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Channel/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Collection/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Creative/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Order/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherSegment/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherStatistics/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Rate/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Datafeed/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Filter/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/Resource/Mapper/Collection.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Backend/Image.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Backend/Rate.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Abstract.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Attribute.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Platform.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Attribute.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Product/Id.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Cart.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Category.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Checkout.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Retargeting/Product.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Tracking/Parameters.php +0 -0
- app/code/community/Creativestyle/AffiliNet/Model/System/Config/Source/Tracking/Type.php +0 -0
- app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/CmsController.php +0 -0
- app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/DatafeedController.php +0 -0
- app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/OrderController.php +0 -0
- app/code/community/Creativestyle/AffiliNet/controllers/Adminhtml/Report/StatisticsController.php +0 -0
- app/code/community/Creativestyle/AffiliNet/etc/adminhtml.xml +92 -92
- app/code/community/Creativestyle/AffiliNet/etc/config.xml +261 -261
- app/code/community/Creativestyle/AffiliNet/etc/system.xml +351 -351
- app/code/community/Creativestyle/AffiliNet/sql/datafeed_setup/install-1.0.0.php +43 -43
- app/code/community/Creativestyle/AffiliNet/sql/filter_setup/install-1.0.0.php +15 -15
- app/code/community/Creativestyle/AffiliNet/sql/mapper_setup/install-1.0.0.php +38 -38
- app/design/adminhtml/default/default/layout/affilinet.xml +87 -87
- app/design/adminhtml/default/default/template/creativestyle/affilinet/datafeed/filter.phtml +98 -98
- app/design/adminhtml/default/default/template/creativestyle/affilinet/datafeed/mapper.phtml +122 -122
- app/design/adminhtml/default/default/template/creativestyle/affilinet/datafeed/preview.phtml +46 -46
- app/design/adminhtml/default/default/template/creativestyle/affilinet/datafeed/sendfeed.phtml +16 -16
- app/design/adminhtml/default/default/template/creativestyle/affilinet/info.phtml +22 -22
- app/design/adminhtml/default/default/template/creativestyle/affilinet/init.phtml +19 -19
- app/design/adminhtml/default/default/template/creativestyle/affilinet/introduction.phtml +11 -11
- app/design/adminhtml/default/default/template/creativestyle/affilinet/order/grid/basket.phtml +39 -39
- app/design/adminhtml/default/default/template/creativestyle/affilinet/order/grid/container.phtml +180 -157
- app/design/adminhtml/default/default/template/creativestyle/affilinet/signup.phtml +22 -22
- app/design/adminhtml/default/default/template/creativestyle/affilinet/statistics/grid/container.phtml +55 -55
- app/design/frontend/base/default/layout/affilinet.xml +17 -17
- app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/cart.phtml +23 -23
- app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/category.phtml +19 -19
- app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/checkout.phtml +24 -24
- app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/customer_data.phtml +13 -13
- app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/landing_page.phtml +13 -13
- app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/product.phtml +32 -32
- app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/search.phtml +16 -16
- app/design/frontend/base/default/template/creativestyle/affilinet/tracking.phtml +35 -35
- app/etc/modules/Creativestyle_AffiliNet.xml +17 -17
- app/locale/de_DE/Creativestyle_AffiliNet.csv +296 -296
- app/locale/de_DE/template/email/affilinet_feed.html +20 -20
- app/locale/en_GB/Creativestyle_AffiliNet.csv +296 -296
- app/locale/en_GB/template/email/affilinet_feed.html +18 -18
- app/locale/en_US/Creativestyle_AffiliNet.csv +296 -296
- app/locale/en_US/template/email/affilinet_feed.html +18 -18
- app/locale/es_ES/Creativestyle_AffiliNet.csv +296 -296
- app/locale/es_ES/template/email/affilinet_feed.html +18 -18
- app/locale/fr_FR/Creativestyle_AffiliNet.csv +296 -296
- app/locale/fr_FR/template/email/affilinet_feed.html +18 -18
- app/locale/nl_NL/Creativestyle_AffiliNet.csv +296 -296
- app/locale/nl_NL/template/email/affilinet_feed.html +18 -18
- js/creativestyle/adminhtml/affilinet.js +134 -134
- package.xml +8 -9
- skin/adminhtml/default/default/creativestyle/css/affilinet.css +97 -97
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/NetPrice.php
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @category Creativestyle
|
5 |
+
* @package Creativestyle_AffiliNet
|
6 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
+
*/
|
9 |
+
class Creativestyle_AffiliNet_Block_Adminhtml_Report_Order_Renderer_NetPrice extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Currency {
|
10 |
+
|
11 |
+
public function render(Varien_Object $row) {
|
12 |
+
if ($row->hasTransactionId()) {
|
13 |
+
$transactionId = $row->getTransactionId();
|
14 |
+
$isLocked = ($row->getTransactionStatus() == Creativestyle_AffiliNet_Model_Api_Source_TransactionStatus::CONFIRMED) ? true : false;
|
15 |
+
$netPrice = Mage::app()->getLocale()->currency($this->_getCurrencyCode($row))->toCurrency(
|
16 |
+
$row->getNetPrice(),
|
17 |
+
array('display' => Zend_Currency::NO_SYMBOL)
|
18 |
+
);
|
19 |
+
$currencySymbol = Mage::app()->getLocale()->currency($this->_getCurrencyCode($row))->getSymbol();
|
20 |
+
$html = '<div class="nowrap">';
|
21 |
+
$html .= '<input' . ($isLocked ? ' disabled="disabled"' : '') . ' type="hidden" id="standard_' . $transactionId . '_net_price_current" name="standard[' . $transactionId . '][net_price][current]" value="' . $netPrice . '"/>';
|
22 |
+
$html .= '<input' . ($isLocked ? ' disabled="disabled"' : '') . ' title="' . Mage::helper('affilinet')->__('Net price') . '" type="text" id="standard_' . $transactionId . '_net_price_new" name="standard[' . $transactionId . '][net_price][new]" value="' . $netPrice . '" class="new-net-price-input input-text validate-zero-or-greater a-right"/> ' . $currencySymbol;
|
23 |
+
$html .= '</div>';
|
24 |
+
return $html;
|
25 |
+
}
|
26 |
+
return parent::render($row);
|
27 |
+
}
|
28 |
+
|
29 |
+
}
|
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
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/Helper/Data.php
CHANGED
@@ -1,396 +1,396 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* @category Creativestyle
|
5 |
-
* @package Creativestyle_AffiliNet
|
6 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
-
* @author Grzegorz Bogusz / creativestyle GmbH <support@creativestyle.de>
|
9 |
-
*/
|
10 |
-
class Creativestyle_AffiliNet_Helper_Data extends Mage_Core_Helper_Abstract
|
11 |
-
{
|
12 |
-
private $options = null;
|
13 |
-
private $categories = null;
|
14 |
-
|
15 |
-
public function getAllAttributes($withEmpty = true)
|
16 |
-
{
|
17 |
-
$options = $this->options;
|
18 |
-
if (!$options) {
|
19 |
-
|
20 |
-
$collection = Mage::getModel('eav/entity_attribute')->getCollection();
|
21 |
-
$collection->setEntityTypeFilter(Mage::getSingleton('eav/config')->getEntityType('catalog_product'));
|
22 |
-
|
23 |
-
foreach($collection AS $attr){
|
24 |
-
$code = $attr->getAttributeCode();
|
25 |
-
$label = $attr->getFrontendLabel();
|
26 |
-
|
27 |
-
if ($label) {
|
28 |
-
$options[$code] = ucfirst($label) . ' (' . $code . ')';
|
29 |
-
}
|
30 |
-
}
|
31 |
-
$options = array_merge($options, array(
|
32 |
-
'qty' => Mage::helper('affilinet')->__('Quantity (qty)'),
|
33 |
-
'is_in_stock' => Mage::helper('affilinet')->__('Is in stock (is_in_stock)'),
|
34 |
-
'category_ids' => Mage::helper('affilinet')->__('Category (category_ids)'),
|
35 |
-
'currency' => Mage::helper('affilinet')->__('Currency (currency)'),
|
36 |
-
'deeplink' => Mage::helper('affilinet')->__('DeepLink (deeplink)'),
|
37 |
-
'imgurl' => Mage::helper('affilinet')->__('ImgUrl (imgurl)')
|
38 |
-
));
|
39 |
-
|
40 |
-
asort($options);
|
41 |
-
|
42 |
-
$this->options = $options;
|
43 |
-
|
44 |
-
}
|
45 |
-
|
46 |
-
if ($withEmpty) {
|
47 |
-
$options = array_merge(array('none' => '---'), $options);
|
48 |
-
}
|
49 |
-
|
50 |
-
return $options;
|
51 |
-
}
|
52 |
-
|
53 |
-
public function getProductCategory($product, $separator = ' > ') {
|
54 |
-
$categoryIds = $product->getCategoryIds();
|
55 |
-
$collection = Mage::getResourceModel('catalog/category_collection')
|
56 |
-
->addAttributeToFilter('entity_id', array('in' => $categoryIds))
|
57 |
-
->setOrder('level', 'desc')
|
58 |
-
->load();
|
59 |
-
/* @todo check compatibility with flat catalog */
|
60 |
-
if ($collection->count()) {
|
61 |
-
return $this->getFullCategoryPath($collection->getFirstItem(), $separator);
|
62 |
-
}
|
63 |
-
return '';
|
64 |
-
}
|
65 |
-
|
66 |
-
public function getFullCategoryPath($category, $separator = '|') {
|
67 |
-
if (is_object($category) && $category->getId()) {
|
68 |
-
$path = explode('/', $category->getPath());
|
69 |
-
|
70 |
-
$collection = Mage::getResourceModel('catalog/category_collection')
|
71 |
-
->addAttributeToSelect('name')
|
72 |
-
->addAttributeToFilter('entity_id', array('in' => $path))
|
73 |
-
->setOrder('level', 'asc');
|
74 |
-
|
75 |
-
$categoryName = array();
|
76 |
-
|
77 |
-
foreach ($collection as $pathCategory) {
|
78 |
-
if ((Mage::app()->getStore()->getRootCategoryId() != $pathCategory->getId()) && ($pathCategory->getId() != 1)) {
|
79 |
-
$categoryName[] = $pathCategory->getName();
|
80 |
-
}
|
81 |
-
}
|
82 |
-
|
83 |
-
$categoryName = implode($separator, $categoryName);
|
84 |
-
return $categoryName;
|
85 |
-
}
|
86 |
-
return '';
|
87 |
-
}
|
88 |
-
|
89 |
-
public function prepareCollection($datafeed, $mapper, $filters)
|
90 |
-
{
|
91 |
-
$collection = Mage::getSingleton('catalog/product')
|
92 |
-
->getCollection()
|
93 |
-
->addAttributeToSelect('*')
|
94 |
-
->addAttributeToSelect('image')
|
95 |
-
->addUrlRewrite()
|
96 |
-
->joinTable('cataloginventory_stock_item', 'product_id=entity_id', array(
|
97 |
-
'qty' => 'qty',
|
98 |
-
'min_qty' => 'min_qty',
|
99 |
-
'use_config_min_qty' => 'use_config_min_qty',
|
100 |
-
'is_qty_decimal' => 'is_qty_decimal',
|
101 |
-
'backorders' => 'backorders',
|
102 |
-
'use_config_backorders' => 'use_config_backorders',
|
103 |
-
'min_sale_qty' => 'min_sale_qty',
|
104 |
-
'use_config_min_sale_qty' => 'use_config_min_sale_qty',
|
105 |
-
'max_sale_qty' => 'max_sale_qty',
|
106 |
-
'use_config_max_sale_qty' => 'use_config_max_sale_qty',
|
107 |
-
'is_in_stock' => 'is_in_stock'
|
108 |
-
));
|
109 |
-
//->addUrlRewrite();
|
110 |
-
|
111 |
-
if(isset($datafeed['store_id'])){
|
112 |
-
$collection->setStore($datafeed['store_id']);
|
113 |
-
}
|
114 |
-
|
115 |
-
if($mapper){
|
116 |
-
$collection->addAttributeToSelect(array_keys($mapper));
|
117 |
-
}
|
118 |
-
|
119 |
-
if($filters){
|
120 |
-
foreach($filters AS $field => $filter){
|
121 |
-
if($field != 'category_ids'){
|
122 |
-
$collection->addFieldToFilter($field, array('like' => '%' . $filter[0]['filter'] . '%'));
|
123 |
-
}
|
124 |
-
}
|
125 |
-
}
|
126 |
-
|
127 |
-
if(isset($datafeed['filter_active']) && $datafeed['filter_active']){
|
128 |
-
$collection->addFieldToFilter('status', 1);
|
129 |
-
}
|
130 |
-
|
131 |
-
if(isset($datafeed['filter_stock']) && $datafeed['filter_stock']){
|
132 |
-
$collection->addFieldToFilter('is_in_stock', 1);
|
133 |
-
}
|
134 |
-
|
135 |
-
return $collection;
|
136 |
-
}
|
137 |
-
|
138 |
-
public function prepareCsvRows($products, $checkOneVariation, $storeId, $categoryFilter, $mapper)
|
139 |
-
{
|
140 |
-
$currency = Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
|
141 |
-
$imgDirPath = Mage::getBaseDir('media') . DS . 'catalog' . DS . 'product' . DS;
|
142 |
-
$imgPath = Mage::getBaseUrl('media') . 'catalog/product';
|
143 |
-
|
144 |
-
$rows = array();
|
145 |
-
$i = 1;
|
146 |
-
foreach($products AS $product){
|
147 |
-
if($checkOneVariation){
|
148 |
-
$checkParent = Mage::getModel('catalog/product_type_configurable')->getParentIdsByChild($product->getEntityId());
|
149 |
-
if(empty($checkParent)){
|
150 |
-
$checkOneVariation = false;
|
151 |
-
}
|
152 |
-
}
|
153 |
-
|
154 |
-
if(!$checkOneVariation){
|
155 |
-
$categories = Mage::helper('affilinet')->getCategories($product->getCategoryIds(), $storeId);
|
156 |
-
if(!$categoryFilter || strpos($categories, $categoryFilter));
|
157 |
-
|
158 |
-
foreach($mapper AS $m){
|
159 |
-
if($m[0]['fieldname'] == 'category_ids'){
|
160 |
-
$field = $categories;
|
161 |
-
}elseif($m[0]['fieldname'] == 'none'){
|
162 |
-
$field = '';
|
163 |
-
}elseif($m[0]['fieldname'] == 'currency'){
|
164 |
-
$field = $currency;
|
165 |
-
}elseif($m[0]['fieldname'] == 'deeplink'){
|
166 |
-
$field = $product->getProductUrl();
|
167 |
-
}elseif($m[0]['fieldname'] == 'imgurl'){
|
168 |
-
if($product->getImage() && file_exists($imgDirPath . $product->getImage())){
|
169 |
-
$field = $imgPath . $product->getImage();
|
170 |
-
}else{
|
171 |
-
$field = null;
|
172 |
-
}
|
173 |
-
}else{
|
174 |
-
$type = $product->getResource()->getAttribute($m[0]['fieldname'])->getFrontendInput();
|
175 |
-
|
176 |
-
if($type == 'select'){
|
177 |
-
$field = $product->getAttributeText($m[0]['fieldname']);
|
178 |
-
}elseif($type == 'multiselect'){
|
179 |
-
$attribute = $product->getData($m[0]['fieldname']);
|
180 |
-
if(strpos(',', $attribute) === false){
|
181 |
-
$field = $product->getAttributeText($m[0]['fieldname']);
|
182 |
-
}else{
|
183 |
-
$field = null;
|
184 |
-
foreach(explode(',', $attribute) AS $_a){
|
185 |
-
$field .= $product->getAttributeText($_a) . ',';
|
186 |
-
}
|
187 |
-
$field = trim($field, ',');
|
188 |
-
}
|
189 |
-
}else{
|
190 |
-
$field = $product->getData($m[0]['fieldname']);
|
191 |
-
}
|
192 |
-
}
|
193 |
-
|
194 |
-
if($field){
|
195 |
-
if($m[0]['preffix'] == '' && $m[0]['suffix'] == ''){
|
196 |
-
if(is_numeric($field)){
|
197 |
-
$rows[$i][] = (int)$field;
|
198 |
-
}else{
|
199 |
-
$rows[$i][] = $m[0]['preffix'] . $field . $m[0]['suffix'];
|
200 |
-
}
|
201 |
-
}else{
|
202 |
-
$rows[$i][] = $m[0]['preffix'] . $field . $m[0]['suffix'];
|
203 |
-
}
|
204 |
-
}else{
|
205 |
-
$rows[$i][] = $m[0]['preffix'] . $m[0]['suffix'];
|
206 |
-
}
|
207 |
-
}
|
208 |
-
}
|
209 |
-
$i++;
|
210 |
-
}
|
211 |
-
return $rows;
|
212 |
-
}
|
213 |
-
|
214 |
-
public function getProductCollection($id, $preview, $datafeed, $mapper = null, $filters = null)
|
215 |
-
{
|
216 |
-
$products = Mage::getSingleton('catalog/product')
|
217 |
-
->getCollection()
|
218 |
-
//->addAttributeToSelect('*')
|
219 |
-
->joinTable('cataloginventory_stock_item', 'product_id=entity_id', array(
|
220 |
-
'qty' => 'qty',
|
221 |
-
'min_qty' => 'min_qty',
|
222 |
-
'use_config_min_qty' => 'use_config_min_qty',
|
223 |
-
'is_qty_decimal' => 'is_qty_decimal',
|
224 |
-
'backorders' => 'backorders',
|
225 |
-
'use_config_backorders' => 'use_config_backorders',
|
226 |
-
'min_sale_qty' => 'min_sale_qty',
|
227 |
-
'use_config_min_sale_qty' => 'use_config_min_sale_qty',
|
228 |
-
'max_sale_qty' => 'max_sale_qty',
|
229 |
-
'use_config_max_sale_qty' => 'use_config_max_sale_qty',
|
230 |
-
'is_in_stock' => 'is_in_stock'
|
231 |
-
));
|
232 |
-
|
233 |
-
if(isset($datafeed['store_id'])){
|
234 |
-
$products->setStore($datafeed['store_id']);
|
235 |
-
}
|
236 |
-
|
237 |
-
if($mapper){
|
238 |
-
$products->addAttributeToSelect(array_keys($mapper));
|
239 |
-
}
|
240 |
-
|
241 |
-
if($filters){
|
242 |
-
foreach($filters AS $field => $filter){
|
243 |
-
if($field != 'category_ids'){
|
244 |
-
$products->addFieldToFilter($field, array('like' => '%' . $filter[0]['filter'] . '%'));
|
245 |
-
}
|
246 |
-
}
|
247 |
-
}
|
248 |
-
|
249 |
-
if(isset($datafeed['filter_active']) && $datafeed['filter_active']){
|
250 |
-
$products->addFieldToFilter('status', 1);
|
251 |
-
}
|
252 |
-
|
253 |
-
if(isset($datafeed['filter_stock']) && $datafeed['filter_stock']){
|
254 |
-
$products->addFieldToFilter('is_in_stock', 1);
|
255 |
-
}
|
256 |
-
|
257 |
-
if($preview){
|
258 |
-
$products->setPageSize(20);
|
259 |
-
}
|
260 |
-
|
261 |
-
$products->setPageSize(10);
|
262 |
-
|
263 |
-
return $products->getItems();
|
264 |
-
}
|
265 |
-
|
266 |
-
public function getCategories($ids, $storeId)
|
267 |
-
{
|
268 |
-
if($ids){
|
269 |
-
$categories = $this->_getCategoriesArray($storeId);
|
270 |
-
|
271 |
-
$catString = '';
|
272 |
-
foreach($ids AS $id){
|
273 |
-
if(isset($id['category_id']) && $id['category_id'] && isset($categories[$id['category_id']])){
|
274 |
-
$catString .= $categories[$id['category_id']] . ',';
|
275 |
-
}
|
276 |
-
}
|
277 |
-
return trim($catString, ',');
|
278 |
-
}
|
279 |
-
return false;
|
280 |
-
}
|
281 |
-
|
282 |
-
protected function _getCategoriesArray($storeId)
|
283 |
-
{
|
284 |
-
$categories = $this->categories;
|
285 |
-
if(!$this->categories){
|
286 |
-
|
287 |
-
$collection = Mage::getResourceModel('catalog/category_collection')
|
288 |
-
//->getCollection()
|
289 |
-
->setStore($storeId)
|
290 |
-
->addAttributeToSelect('name');
|
291 |
-
$categories = array();
|
292 |
-
foreach ($collection AS $cat) {
|
293 |
-
$categories[$cat->getEntityId()] = $cat->getName();
|
294 |
-
}
|
295 |
-
|
296 |
-
$this->categories = $categories;
|
297 |
-
}
|
298 |
-
|
299 |
-
return $categories;
|
300 |
-
}
|
301 |
-
|
302 |
-
public function convertPeriodToDateRange($period) {
|
303 |
-
$year = substr($period, 0, 4);
|
304 |
-
$span = str_replace($year, '', $period);
|
305 |
-
$periodType = substr($span, 0, 1);
|
306 |
-
$dateModel = Mage::getModel('core/date');
|
307 |
-
switch (strtoupper($periodType)) {
|
308 |
-
case 'Q':
|
309 |
-
$quarter = (int)substr($span, 1);
|
310 |
-
$lastDay = $dateModel->date('t', $dateModel->gmtTimestamp($year . '-' . sprintf('%02d', $quarter * 3) . '-01'));
|
311 |
-
$endDate = $year . '-' . sprintf('%02d', $quarter * 3) . '-' . sprintf('%02d', $lastDay);
|
312 |
-
if ($dateModel->gmtTimestamp($endDate) > $dateModel->gmtTimestamp()) {
|
313 |
-
$endDate = $dateModel->date('Y-m-d');
|
314 |
-
}
|
315 |
-
$dateRange = array(
|
316 |
-
'start_date' => $year . '-' . sprintf('%02d', ($quarter - 1) * 3 + 1) . '-01',
|
317 |
-
'end_date' => $endDate
|
318 |
-
);
|
319 |
-
return new Varien_Object($dateRange);
|
320 |
-
case 'W':
|
321 |
-
$week = substr($span, 1);
|
322 |
-
$endTimestamp = $dateModel->gmtTimestamp($year . 'W' . $week . '7');
|
323 |
-
if ($endTimestamp > $dateModel->gmtTimestamp()) {
|
324 |
-
$endTimestamp = $dateModel->gmtTimestamp();
|
325 |
-
}
|
326 |
-
$dateRange = array(
|
327 |
-
'start_date' => $dateModel->date('Y-m-d', $dateModel->gmtTimestamp($year . 'W' . $week)),
|
328 |
-
'end_date' => $dateModel->date('Y-m-d', $endTimestamp)
|
329 |
-
);
|
330 |
-
return new Varien_Object($dateRange);
|
331 |
-
default:
|
332 |
-
$month = (int)$span;
|
333 |
-
$lastDay = $dateModel->date('t', $dateModel->gmtTimestamp($year . '-' . sprintf('%02d', $month) . '-01'));
|
334 |
-
$endDate = $year . '-' . sprintf('%02d', $month) . '-' . sprintf('%02d', $lastDay);
|
335 |
-
if ($dateModel->gmtTimestamp($endDate) > $dateModel->gmtTimestamp()) {
|
336 |
-
$endDate = $dateModel->date('Y-m-d');
|
337 |
-
}
|
338 |
-
$dateRange = array(
|
339 |
-
'start_date' => $year . '-' . sprintf('%02d', $month) . '-01',
|
340 |
-
'end_date' => $endDate
|
341 |
-
);
|
342 |
-
return new Varien_Object($dateRange);
|
343 |
-
}
|
344 |
-
return new Varien_Object();
|
345 |
-
}
|
346 |
-
|
347 |
-
public function prettifyXml($input, $encodeHtmlEntities = false) {
|
348 |
-
try {
|
349 |
-
$xmlObj = new SimpleXMLElement($input);
|
350 |
-
$level = 4;
|
351 |
-
$indent = 0;
|
352 |
-
$pretty = array();
|
353 |
-
|
354 |
-
$xml = explode("\n", preg_replace('/>\s*</', ">\n<", $xmlObj->asXML()));
|
355 |
-
|
356 |
-
if (count($xml) && preg_match('/^<\?\s*xml/', $xml[0])) {
|
357 |
-
$pretty[] = array_shift($xml);
|
358 |
-
}
|
359 |
-
|
360 |
-
foreach ($xml as $el) {
|
361 |
-
if (preg_match('/^<([\w])+[^>\/]*>$/U', $el)) {
|
362 |
-
$pretty[] = str_repeat(' ', $indent) . $el;
|
363 |
-
$indent += $level;
|
364 |
-
} else {
|
365 |
-
if (preg_match('/^<\/.+>$/', $el)) {
|
366 |
-
$indent -= $level;
|
367 |
-
}
|
368 |
-
if ($indent < 0) {
|
369 |
-
$indent += $level;
|
370 |
-
}
|
371 |
-
$pretty[] = str_repeat(' ', $indent) . $el;
|
372 |
-
}
|
373 |
-
}
|
374 |
-
$xml = implode("\n", $pretty);
|
375 |
-
return $encodeHtmlEntities ? htmlspecialchars($xml, ENT_COMPAT, 'UTF-8') : $xml;
|
376 |
-
} catch (Exception $e) {
|
377 |
-
return $input;
|
378 |
-
}
|
379 |
-
}
|
380 |
-
|
381 |
-
public function getStoreSwitcherFirstId() {
|
382 |
-
$block = Mage::getSingleton('core/layout')->getBlock('store_switcher');
|
383 |
-
if ($block) {
|
384 |
-
if ($websites = $block->getWebsites()) {
|
385 |
-
foreach ($websites as $website) {
|
386 |
-
foreach ($website->getGroups() as $group) {
|
387 |
-
foreach ($block->getStores($group) as $store) {
|
388 |
-
return $store->getId();
|
389 |
-
}
|
390 |
-
}
|
391 |
-
}
|
392 |
-
}
|
393 |
-
}
|
394 |
-
return null;
|
395 |
-
}
|
396 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @category Creativestyle
|
5 |
+
* @package Creativestyle_AffiliNet
|
6 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
+
* @author Grzegorz Bogusz / creativestyle GmbH <support@creativestyle.de>
|
9 |
+
*/
|
10 |
+
class Creativestyle_AffiliNet_Helper_Data extends Mage_Core_Helper_Abstract
|
11 |
+
{
|
12 |
+
private $options = null;
|
13 |
+
private $categories = null;
|
14 |
+
|
15 |
+
public function getAllAttributes($withEmpty = true)
|
16 |
+
{
|
17 |
+
$options = $this->options;
|
18 |
+
if (!$options) {
|
19 |
+
|
20 |
+
$collection = Mage::getModel('eav/entity_attribute')->getCollection();
|
21 |
+
$collection->setEntityTypeFilter(Mage::getSingleton('eav/config')->getEntityType('catalog_product'));
|
22 |
+
|
23 |
+
foreach($collection AS $attr){
|
24 |
+
$code = $attr->getAttributeCode();
|
25 |
+
$label = $attr->getFrontendLabel();
|
26 |
+
|
27 |
+
if ($label) {
|
28 |
+
$options[$code] = ucfirst($label) . ' (' . $code . ')';
|
29 |
+
}
|
30 |
+
}
|
31 |
+
$options = array_merge($options, array(
|
32 |
+
'qty' => Mage::helper('affilinet')->__('Quantity (qty)'),
|
33 |
+
'is_in_stock' => Mage::helper('affilinet')->__('Is in stock (is_in_stock)'),
|
34 |
+
'category_ids' => Mage::helper('affilinet')->__('Category (category_ids)'),
|
35 |
+
'currency' => Mage::helper('affilinet')->__('Currency (currency)'),
|
36 |
+
'deeplink' => Mage::helper('affilinet')->__('DeepLink (deeplink)'),
|
37 |
+
'imgurl' => Mage::helper('affilinet')->__('ImgUrl (imgurl)')
|
38 |
+
));
|
39 |
+
|
40 |
+
asort($options);
|
41 |
+
|
42 |
+
$this->options = $options;
|
43 |
+
|
44 |
+
}
|
45 |
+
|
46 |
+
if ($withEmpty) {
|
47 |
+
$options = array_merge(array('none' => '---'), $options);
|
48 |
+
}
|
49 |
+
|
50 |
+
return $options;
|
51 |
+
}
|
52 |
+
|
53 |
+
public function getProductCategory($product, $separator = ' > ') {
|
54 |
+
$categoryIds = $product->getCategoryIds();
|
55 |
+
$collection = Mage::getResourceModel('catalog/category_collection')
|
56 |
+
->addAttributeToFilter('entity_id', array('in' => $categoryIds))
|
57 |
+
->setOrder('level', 'desc')
|
58 |
+
->load();
|
59 |
+
/* @todo check compatibility with flat catalog */
|
60 |
+
if ($collection->count()) {
|
61 |
+
return $this->getFullCategoryPath($collection->getFirstItem(), $separator);
|
62 |
+
}
|
63 |
+
return '';
|
64 |
+
}
|
65 |
+
|
66 |
+
public function getFullCategoryPath($category, $separator = '|') {
|
67 |
+
if (is_object($category) && $category->getId()) {
|
68 |
+
$path = explode('/', $category->getPath());
|
69 |
+
|
70 |
+
$collection = Mage::getResourceModel('catalog/category_collection')
|
71 |
+
->addAttributeToSelect('name')
|
72 |
+
->addAttributeToFilter('entity_id', array('in' => $path))
|
73 |
+
->setOrder('level', 'asc');
|
74 |
+
|
75 |
+
$categoryName = array();
|
76 |
+
|
77 |
+
foreach ($collection as $pathCategory) {
|
78 |
+
if ((Mage::app()->getStore()->getRootCategoryId() != $pathCategory->getId()) && ($pathCategory->getId() != 1)) {
|
79 |
+
$categoryName[] = $pathCategory->getName();
|
80 |
+
}
|
81 |
+
}
|
82 |
+
|
83 |
+
$categoryName = implode($separator, $categoryName);
|
84 |
+
return $categoryName;
|
85 |
+
}
|
86 |
+
return '';
|
87 |
+
}
|
88 |
+
|
89 |
+
public function prepareCollection($datafeed, $mapper, $filters)
|
90 |
+
{
|
91 |
+
$collection = Mage::getSingleton('catalog/product')
|
92 |
+
->getCollection()
|
93 |
+
->addAttributeToSelect('*')
|
94 |
+
->addAttributeToSelect('image')
|
95 |
+
->addUrlRewrite()
|
96 |
+
->joinTable('cataloginventory_stock_item', 'product_id=entity_id', array(
|
97 |
+
'qty' => 'qty',
|
98 |
+
'min_qty' => 'min_qty',
|
99 |
+
'use_config_min_qty' => 'use_config_min_qty',
|
100 |
+
'is_qty_decimal' => 'is_qty_decimal',
|
101 |
+
'backorders' => 'backorders',
|
102 |
+
'use_config_backorders' => 'use_config_backorders',
|
103 |
+
'min_sale_qty' => 'min_sale_qty',
|
104 |
+
'use_config_min_sale_qty' => 'use_config_min_sale_qty',
|
105 |
+
'max_sale_qty' => 'max_sale_qty',
|
106 |
+
'use_config_max_sale_qty' => 'use_config_max_sale_qty',
|
107 |
+
'is_in_stock' => 'is_in_stock'
|
108 |
+
));
|
109 |
+
//->addUrlRewrite();
|
110 |
+
|
111 |
+
if(isset($datafeed['store_id'])){
|
112 |
+
$collection->setStore($datafeed['store_id']);
|
113 |
+
}
|
114 |
+
|
115 |
+
if($mapper){
|
116 |
+
$collection->addAttributeToSelect(array_keys($mapper));
|
117 |
+
}
|
118 |
+
|
119 |
+
if($filters){
|
120 |
+
foreach($filters AS $field => $filter){
|
121 |
+
if($field != 'category_ids'){
|
122 |
+
$collection->addFieldToFilter($field, array('like' => '%' . $filter[0]['filter'] . '%'));
|
123 |
+
}
|
124 |
+
}
|
125 |
+
}
|
126 |
+
|
127 |
+
if(isset($datafeed['filter_active']) && $datafeed['filter_active']){
|
128 |
+
$collection->addFieldToFilter('status', 1);
|
129 |
+
}
|
130 |
+
|
131 |
+
if(isset($datafeed['filter_stock']) && $datafeed['filter_stock']){
|
132 |
+
$collection->addFieldToFilter('is_in_stock', 1);
|
133 |
+
}
|
134 |
+
|
135 |
+
return $collection;
|
136 |
+
}
|
137 |
+
|
138 |
+
public function prepareCsvRows($products, $checkOneVariation, $storeId, $categoryFilter, $mapper)
|
139 |
+
{
|
140 |
+
$currency = Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();
|
141 |
+
$imgDirPath = Mage::getBaseDir('media') . DS . 'catalog' . DS . 'product' . DS;
|
142 |
+
$imgPath = Mage::getBaseUrl('media') . 'catalog/product';
|
143 |
+
|
144 |
+
$rows = array();
|
145 |
+
$i = 1;
|
146 |
+
foreach($products AS $product){
|
147 |
+
if($checkOneVariation){
|
148 |
+
$checkParent = Mage::getModel('catalog/product_type_configurable')->getParentIdsByChild($product->getEntityId());
|
149 |
+
if(empty($checkParent)){
|
150 |
+
$checkOneVariation = false;
|
151 |
+
}
|
152 |
+
}
|
153 |
+
|
154 |
+
if(!$checkOneVariation){
|
155 |
+
$categories = Mage::helper('affilinet')->getCategories($product->getCategoryIds(), $storeId);
|
156 |
+
if(!$categoryFilter || strpos($categories, $categoryFilter));
|
157 |
+
|
158 |
+
foreach($mapper AS $m){
|
159 |
+
if($m[0]['fieldname'] == 'category_ids'){
|
160 |
+
$field = $categories;
|
161 |
+
}elseif($m[0]['fieldname'] == 'none'){
|
162 |
+
$field = '';
|
163 |
+
}elseif($m[0]['fieldname'] == 'currency'){
|
164 |
+
$field = $currency;
|
165 |
+
}elseif($m[0]['fieldname'] == 'deeplink'){
|
166 |
+
$field = $product->getProductUrl();
|
167 |
+
}elseif($m[0]['fieldname'] == 'imgurl'){
|
168 |
+
if($product->getImage() && file_exists($imgDirPath . $product->getImage())){
|
169 |
+
$field = $imgPath . $product->getImage();
|
170 |
+
}else{
|
171 |
+
$field = null;
|
172 |
+
}
|
173 |
+
}else{
|
174 |
+
$type = $product->getResource()->getAttribute($m[0]['fieldname'])->getFrontendInput();
|
175 |
+
|
176 |
+
if($type == 'select'){
|
177 |
+
$field = $product->getAttributeText($m[0]['fieldname']);
|
178 |
+
}elseif($type == 'multiselect'){
|
179 |
+
$attribute = $product->getData($m[0]['fieldname']);
|
180 |
+
if(strpos(',', $attribute) === false){
|
181 |
+
$field = $product->getAttributeText($m[0]['fieldname']);
|
182 |
+
}else{
|
183 |
+
$field = null;
|
184 |
+
foreach(explode(',', $attribute) AS $_a){
|
185 |
+
$field .= $product->getAttributeText($_a) . ',';
|
186 |
+
}
|
187 |
+
$field = trim($field, ',');
|
188 |
+
}
|
189 |
+
}else{
|
190 |
+
$field = $product->getData($m[0]['fieldname']);
|
191 |
+
}
|
192 |
+
}
|
193 |
+
|
194 |
+
if($field){
|
195 |
+
if($m[0]['preffix'] == '' && $m[0]['suffix'] == ''){
|
196 |
+
if(is_numeric($field)){
|
197 |
+
$rows[$i][] = (int)$field;
|
198 |
+
}else{
|
199 |
+
$rows[$i][] = $m[0]['preffix'] . $field . $m[0]['suffix'];
|
200 |
+
}
|
201 |
+
}else{
|
202 |
+
$rows[$i][] = $m[0]['preffix'] . $field . $m[0]['suffix'];
|
203 |
+
}
|
204 |
+
}else{
|
205 |
+
$rows[$i][] = $m[0]['preffix'] . $m[0]['suffix'];
|
206 |
+
}
|
207 |
+
}
|
208 |
+
}
|
209 |
+
$i++;
|
210 |
+
}
|
211 |
+
return $rows;
|
212 |
+
}
|
213 |
+
|
214 |
+
public function getProductCollection($id, $preview, $datafeed, $mapper = null, $filters = null)
|
215 |
+
{
|
216 |
+
$products = Mage::getSingleton('catalog/product')
|
217 |
+
->getCollection()
|
218 |
+
//->addAttributeToSelect('*')
|
219 |
+
->joinTable('cataloginventory_stock_item', 'product_id=entity_id', array(
|
220 |
+
'qty' => 'qty',
|
221 |
+
'min_qty' => 'min_qty',
|
222 |
+
'use_config_min_qty' => 'use_config_min_qty',
|
223 |
+
'is_qty_decimal' => 'is_qty_decimal',
|
224 |
+
'backorders' => 'backorders',
|
225 |
+
'use_config_backorders' => 'use_config_backorders',
|
226 |
+
'min_sale_qty' => 'min_sale_qty',
|
227 |
+
'use_config_min_sale_qty' => 'use_config_min_sale_qty',
|
228 |
+
'max_sale_qty' => 'max_sale_qty',
|
229 |
+
'use_config_max_sale_qty' => 'use_config_max_sale_qty',
|
230 |
+
'is_in_stock' => 'is_in_stock'
|
231 |
+
));
|
232 |
+
|
233 |
+
if(isset($datafeed['store_id'])){
|
234 |
+
$products->setStore($datafeed['store_id']);
|
235 |
+
}
|
236 |
+
|
237 |
+
if($mapper){
|
238 |
+
$products->addAttributeToSelect(array_keys($mapper));
|
239 |
+
}
|
240 |
+
|
241 |
+
if($filters){
|
242 |
+
foreach($filters AS $field => $filter){
|
243 |
+
if($field != 'category_ids'){
|
244 |
+
$products->addFieldToFilter($field, array('like' => '%' . $filter[0]['filter'] . '%'));
|
245 |
+
}
|
246 |
+
}
|
247 |
+
}
|
248 |
+
|
249 |
+
if(isset($datafeed['filter_active']) && $datafeed['filter_active']){
|
250 |
+
$products->addFieldToFilter('status', 1);
|
251 |
+
}
|
252 |
+
|
253 |
+
if(isset($datafeed['filter_stock']) && $datafeed['filter_stock']){
|
254 |
+
$products->addFieldToFilter('is_in_stock', 1);
|
255 |
+
}
|
256 |
+
|
257 |
+
if($preview){
|
258 |
+
$products->setPageSize(20);
|
259 |
+
}
|
260 |
+
|
261 |
+
$products->setPageSize(10);
|
262 |
+
|
263 |
+
return $products->getItems();
|
264 |
+
}
|
265 |
+
|
266 |
+
public function getCategories($ids, $storeId)
|
267 |
+
{
|
268 |
+
if($ids){
|
269 |
+
$categories = $this->_getCategoriesArray($storeId);
|
270 |
+
|
271 |
+
$catString = '';
|
272 |
+
foreach($ids AS $id){
|
273 |
+
if(isset($id['category_id']) && $id['category_id'] && isset($categories[$id['category_id']])){
|
274 |
+
$catString .= $categories[$id['category_id']] . ',';
|
275 |
+
}
|
276 |
+
}
|
277 |
+
return trim($catString, ',');
|
278 |
+
}
|
279 |
+
return false;
|
280 |
+
}
|
281 |
+
|
282 |
+
protected function _getCategoriesArray($storeId)
|
283 |
+
{
|
284 |
+
$categories = $this->categories;
|
285 |
+
if(!$this->categories){
|
286 |
+
|
287 |
+
$collection = Mage::getResourceModel('catalog/category_collection')
|
288 |
+
//->getCollection()
|
289 |
+
->setStore($storeId)
|
290 |
+
->addAttributeToSelect('name');
|
291 |
+
$categories = array();
|
292 |
+
foreach ($collection AS $cat) {
|
293 |
+
$categories[$cat->getEntityId()] = $cat->getName();
|
294 |
+
}
|
295 |
+
|
296 |
+
$this->categories = $categories;
|
297 |
+
}
|
298 |
+
|
299 |
+
return $categories;
|
300 |
+
}
|
301 |
+
|
302 |
+
public function convertPeriodToDateRange($period) {
|
303 |
+
$year = substr($period, 0, 4);
|
304 |
+
$span = str_replace($year, '', $period);
|
305 |
+
$periodType = substr($span, 0, 1);
|
306 |
+
$dateModel = Mage::getModel('core/date');
|
307 |
+
switch (strtoupper($periodType)) {
|
308 |
+
case 'Q':
|
309 |
+
$quarter = (int)substr($span, 1);
|
310 |
+
$lastDay = $dateModel->date('t', $dateModel->gmtTimestamp($year . '-' . sprintf('%02d', $quarter * 3) . '-01'));
|
311 |
+
$endDate = $year . '-' . sprintf('%02d', $quarter * 3) . '-' . sprintf('%02d', $lastDay);
|
312 |
+
if ($dateModel->gmtTimestamp($endDate) > $dateModel->gmtTimestamp()) {
|
313 |
+
$endDate = $dateModel->date('Y-m-d');
|
314 |
+
}
|
315 |
+
$dateRange = array(
|
316 |
+
'start_date' => $year . '-' . sprintf('%02d', ($quarter - 1) * 3 + 1) . '-01',
|
317 |
+
'end_date' => $endDate
|
318 |
+
);
|
319 |
+
return new Varien_Object($dateRange);
|
320 |
+
case 'W':
|
321 |
+
$week = substr($span, 1);
|
322 |
+
$endTimestamp = $dateModel->gmtTimestamp($year . 'W' . $week . '7');
|
323 |
+
if ($endTimestamp > $dateModel->gmtTimestamp()) {
|
324 |
+
$endTimestamp = $dateModel->gmtTimestamp();
|
325 |
+
}
|
326 |
+
$dateRange = array(
|
327 |
+
'start_date' => $dateModel->date('Y-m-d', $dateModel->gmtTimestamp($year . 'W' . $week)),
|
328 |
+
'end_date' => $dateModel->date('Y-m-d', $endTimestamp)
|
329 |
+
);
|
330 |
+
return new Varien_Object($dateRange);
|
331 |
+
default:
|
332 |
+
$month = (int)$span;
|
333 |
+
$lastDay = $dateModel->date('t', $dateModel->gmtTimestamp($year . '-' . sprintf('%02d', $month) . '-01'));
|
334 |
+
$endDate = $year . '-' . sprintf('%02d', $month) . '-' . sprintf('%02d', $lastDay);
|
335 |
+
if ($dateModel->gmtTimestamp($endDate) > $dateModel->gmtTimestamp()) {
|
336 |
+
$endDate = $dateModel->date('Y-m-d');
|
337 |
+
}
|
338 |
+
$dateRange = array(
|
339 |
+
'start_date' => $year . '-' . sprintf('%02d', $month) . '-01',
|
340 |
+
'end_date' => $endDate
|
341 |
+
);
|
342 |
+
return new Varien_Object($dateRange);
|
343 |
+
}
|
344 |
+
return new Varien_Object();
|
345 |
+
}
|
346 |
+
|
347 |
+
public function prettifyXml($input, $encodeHtmlEntities = false) {
|
348 |
+
try {
|
349 |
+
$xmlObj = new SimpleXMLElement($input);
|
350 |
+
$level = 4;
|
351 |
+
$indent = 0;
|
352 |
+
$pretty = array();
|
353 |
+
|
354 |
+
$xml = explode("\n", preg_replace('/>\s*</', ">\n<", $xmlObj->asXML()));
|
355 |
+
|
356 |
+
if (count($xml) && preg_match('/^<\?\s*xml/', $xml[0])) {
|
357 |
+
$pretty[] = array_shift($xml);
|
358 |
+
}
|
359 |
+
|
360 |
+
foreach ($xml as $el) {
|
361 |
+
if (preg_match('/^<([\w])+[^>\/]*>$/U', $el)) {
|
362 |
+
$pretty[] = str_repeat(' ', $indent) . $el;
|
363 |
+
$indent += $level;
|
364 |
+
} else {
|
365 |
+
if (preg_match('/^<\/.+>$/', $el)) {
|
366 |
+
$indent -= $level;
|
367 |
+
}
|
368 |
+
if ($indent < 0) {
|
369 |
+
$indent += $level;
|
370 |
+
}
|
371 |
+
$pretty[] = str_repeat(' ', $indent) . $el;
|
372 |
+
}
|
373 |
+
}
|
374 |
+
$xml = implode("\n", $pretty);
|
375 |
+
return $encodeHtmlEntities ? htmlspecialchars($xml, ENT_COMPAT, 'UTF-8') : $xml;
|
376 |
+
} catch (Exception $e) {
|
377 |
+
return $input;
|
378 |
+
}
|
379 |
+
}
|
380 |
+
|
381 |
+
public function getStoreSwitcherFirstId() {
|
382 |
+
$block = Mage::getSingleton('core/layout')->getBlock('store_switcher');
|
383 |
+
if ($block) {
|
384 |
+
if ($websites = $block->getWebsites()) {
|
385 |
+
foreach ($websites as $website) {
|
386 |
+
foreach ($website->getGroups() as $group) {
|
387 |
+
foreach ($block->getStores($group) as $store) {
|
388 |
+
return $store->getId();
|
389 |
+
}
|
390 |
+
}
|
391 |
+
}
|
392 |
+
}
|
393 |
+
}
|
394 |
+
return null;
|
395 |
+
}
|
396 |
+
}
|
app/code/community/Creativestyle/AffiliNet/Model/Api.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Api/Client/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/Model/Rate.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Api/Security.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Api/Source/Abstract.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/Api/UsernameToken.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Config.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Datafeed.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Filter.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Mapper.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Observer.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/BasketItem/Collection.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Channel/Collection.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Collection/Abstract.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Creative/Collection.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Order/Collection.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherSegment/Collection.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/PublisherStatistics/Collection.php
CHANGED
Binary file
|
app/code/community/Creativestyle/AffiliNet/Model/Resource/Api/Model/Rate/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/Backend/Rate.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/Attribute.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
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/adminhtml.xml
CHANGED
@@ -1,92 +1,92 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Creativestyle
|
5 |
-
* @package Creativestyle_AffiliNet
|
6 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<menu>
|
12 |
-
<affilinet>
|
13 |
-
<title>affilinet</title>
|
14 |
-
<sort_order>60</sort_order>
|
15 |
-
<children>
|
16 |
-
<introduction translate="title" module="affilinet">
|
17 |
-
<title>Introduction</title>
|
18 |
-
<sort_order>10</sort_order>
|
19 |
-
<action>admin_affilinet/adminhtml_cms/introduction</action>
|
20 |
-
</introduction>
|
21 |
-
<signup translate="title" module="affilinet">
|
22 |
-
<title>Registration</title>
|
23 |
-
<sort_order>20</sort_order>
|
24 |
-
<action>admin_affilinet/adminhtml_cms/signup</action>
|
25 |
-
</signup>
|
26 |
-
<datafeed translate="title" module="affilinet">
|
27 |
-
<title>Product Data Feed</title>
|
28 |
-
<sort_order>30</sort_order>
|
29 |
-
<action>admin_affilinet/adminhtml_datafeed/index</action>
|
30 |
-
</datafeed>
|
31 |
-
<order translate="title" module="affilinet">
|
32 |
-
<title>Orders</title>
|
33 |
-
<sort_order>40</sort_order>
|
34 |
-
<action>admin_affilinet/adminhtml_report_order</action>
|
35 |
-
</order>
|
36 |
-
<statistics translate="title" module="affilinet">
|
37 |
-
<title>Statistics</title>
|
38 |
-
<sort_order>50</sort_order>
|
39 |
-
<action>admin_affilinet/adminhtml_report_statistics</action>
|
40 |
-
</statistics>
|
41 |
-
<settings translate="title" module="affilinet">
|
42 |
-
<title>Settings</title>
|
43 |
-
<sort_order>900</sort_order>
|
44 |
-
<action>adminhtml/system_config/edit/section/affilinet</action>
|
45 |
-
<resource>system/config/affilinet</resource>
|
46 |
-
</settings>
|
47 |
-
</children>
|
48 |
-
</affilinet>
|
49 |
-
</menu>
|
50 |
-
<acl>
|
51 |
-
<resources>
|
52 |
-
<all>
|
53 |
-
<title>Allow Everything</title>
|
54 |
-
</all>
|
55 |
-
<admin>
|
56 |
-
<children>
|
57 |
-
<affilinet>
|
58 |
-
<title>affilinet</title>
|
59 |
-
<children>
|
60 |
-
<introduction translate="title" module="affilinet">
|
61 |
-
<title>Introduction</title>
|
62 |
-
</introduction>
|
63 |
-
<signup translate="title" module="affilinet">
|
64 |
-
<title>Registration</title>
|
65 |
-
</signup>
|
66 |
-
<datafeed translate="title" module="affilinet">
|
67 |
-
<title>Product Data Feed</title>
|
68 |
-
</datafeed>
|
69 |
-
<order translate="title" module="affilinet">
|
70 |
-
<title>Orders</title>
|
71 |
-
</order>
|
72 |
-
<statistics translate="title" module="affilinet">
|
73 |
-
<title>Statistics</title>
|
74 |
-
</statistics>
|
75 |
-
</children>
|
76 |
-
</affilinet>
|
77 |
-
<system>
|
78 |
-
<children>
|
79 |
-
<config>
|
80 |
-
<children>
|
81 |
-
<affilinet translate="title" module="affilinet">
|
82 |
-
<title>affilinet settings</title>
|
83 |
-
</affilinet>
|
84 |
-
</children>
|
85 |
-
</config>
|
86 |
-
</children>
|
87 |
-
</system>
|
88 |
-
</children>
|
89 |
-
</admin>
|
90 |
-
</resources>
|
91 |
-
</acl>
|
92 |
-
</config>
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Creativestyle
|
5 |
+
* @package Creativestyle_AffiliNet
|
6 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<config>
|
11 |
+
<menu>
|
12 |
+
<affilinet>
|
13 |
+
<title>affilinet</title>
|
14 |
+
<sort_order>60</sort_order>
|
15 |
+
<children>
|
16 |
+
<introduction translate="title" module="affilinet">
|
17 |
+
<title>Introduction</title>
|
18 |
+
<sort_order>10</sort_order>
|
19 |
+
<action>admin_affilinet/adminhtml_cms/introduction</action>
|
20 |
+
</introduction>
|
21 |
+
<signup translate="title" module="affilinet">
|
22 |
+
<title>Registration</title>
|
23 |
+
<sort_order>20</sort_order>
|
24 |
+
<action>admin_affilinet/adminhtml_cms/signup</action>
|
25 |
+
</signup>
|
26 |
+
<datafeed translate="title" module="affilinet">
|
27 |
+
<title>Product Data Feed</title>
|
28 |
+
<sort_order>30</sort_order>
|
29 |
+
<action>admin_affilinet/adminhtml_datafeed/index</action>
|
30 |
+
</datafeed>
|
31 |
+
<order translate="title" module="affilinet">
|
32 |
+
<title>Orders</title>
|
33 |
+
<sort_order>40</sort_order>
|
34 |
+
<action>admin_affilinet/adminhtml_report_order</action>
|
35 |
+
</order>
|
36 |
+
<statistics translate="title" module="affilinet">
|
37 |
+
<title>Statistics</title>
|
38 |
+
<sort_order>50</sort_order>
|
39 |
+
<action>admin_affilinet/adminhtml_report_statistics</action>
|
40 |
+
</statistics>
|
41 |
+
<settings translate="title" module="affilinet">
|
42 |
+
<title>Settings</title>
|
43 |
+
<sort_order>900</sort_order>
|
44 |
+
<action>adminhtml/system_config/edit/section/affilinet</action>
|
45 |
+
<resource>system/config/affilinet</resource>
|
46 |
+
</settings>
|
47 |
+
</children>
|
48 |
+
</affilinet>
|
49 |
+
</menu>
|
50 |
+
<acl>
|
51 |
+
<resources>
|
52 |
+
<all>
|
53 |
+
<title>Allow Everything</title>
|
54 |
+
</all>
|
55 |
+
<admin>
|
56 |
+
<children>
|
57 |
+
<affilinet>
|
58 |
+
<title>affilinet</title>
|
59 |
+
<children>
|
60 |
+
<introduction translate="title" module="affilinet">
|
61 |
+
<title>Introduction</title>
|
62 |
+
</introduction>
|
63 |
+
<signup translate="title" module="affilinet">
|
64 |
+
<title>Registration</title>
|
65 |
+
</signup>
|
66 |
+
<datafeed translate="title" module="affilinet">
|
67 |
+
<title>Product Data Feed</title>
|
68 |
+
</datafeed>
|
69 |
+
<order translate="title" module="affilinet">
|
70 |
+
<title>Orders</title>
|
71 |
+
</order>
|
72 |
+
<statistics translate="title" module="affilinet">
|
73 |
+
<title>Statistics</title>
|
74 |
+
</statistics>
|
75 |
+
</children>
|
76 |
+
</affilinet>
|
77 |
+
<system>
|
78 |
+
<children>
|
79 |
+
<config>
|
80 |
+
<children>
|
81 |
+
<affilinet translate="title" module="affilinet">
|
82 |
+
<title>affilinet settings</title>
|
83 |
+
</affilinet>
|
84 |
+
</children>
|
85 |
+
</config>
|
86 |
+
</children>
|
87 |
+
</system>
|
88 |
+
</children>
|
89 |
+
</admin>
|
90 |
+
</resources>
|
91 |
+
</acl>
|
92 |
+
</config>
|
app/code/community/Creativestyle/AffiliNet/etc/config.xml
CHANGED
@@ -1,262 +1,262 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Creativestyle
|
5 |
-
* @package Creativestyle_AffiliNet
|
6 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<modules>
|
12 |
-
<Creativestyle_AffiliNet>
|
13 |
-
<version>1.1.
|
14 |
-
</Creativestyle_AffiliNet>
|
15 |
-
</modules>
|
16 |
-
<global>
|
17 |
-
<blocks>
|
18 |
-
<affilinet>
|
19 |
-
<class>Creativestyle_AffiliNet_Block</class>
|
20 |
-
</affilinet>
|
21 |
-
</blocks>
|
22 |
-
<helpers>
|
23 |
-
<affilinet>
|
24 |
-
<class>Creativestyle_AffiliNet_Helper</class>
|
25 |
-
</affilinet>
|
26 |
-
</helpers>
|
27 |
-
<models>
|
28 |
-
<affilinet>
|
29 |
-
<class>Creativestyle_AffiliNet_Model</class>
|
30 |
-
<resourceModel>affilinet_resource</resourceModel>
|
31 |
-
</affilinet>
|
32 |
-
<affilinet_resource>
|
33 |
-
<class>Creativestyle_AffiliNet_Model_Resource</class>
|
34 |
-
<entities>
|
35 |
-
<datafeed>
|
36 |
-
<table>creativestyle_affilinet_datafeed</table>
|
37 |
-
</datafeed>
|
38 |
-
<mapper>
|
39 |
-
<table>creativestyle_affilinet_datafeed_mapper</table>
|
40 |
-
</mapper>
|
41 |
-
<filter>
|
42 |
-
<table>creativestyle_affilinet_datafeed_filter</table>
|
43 |
-
</filter>
|
44 |
-
</entities>
|
45 |
-
</affilinet_resource>
|
46 |
-
</models>
|
47 |
-
<resources>
|
48 |
-
<datafeed_setup>
|
49 |
-
<setup>
|
50 |
-
<module>Creativestyle_AffiliNet</module>
|
51 |
-
</setup>
|
52 |
-
<connection>
|
53 |
-
<use>core_setup</use>
|
54 |
-
</connection>
|
55 |
-
</datafeed_setup>
|
56 |
-
<datafeed_write>
|
57 |
-
<connection>
|
58 |
-
<use>core_write</use>
|
59 |
-
</connection>
|
60 |
-
</datafeed_write>
|
61 |
-
<datafeed_read>
|
62 |
-
<connection>
|
63 |
-
<use>core_read</use>
|
64 |
-
</connection>
|
65 |
-
</datafeed_read>
|
66 |
-
<mapper_setup>
|
67 |
-
<setup>
|
68 |
-
<module>Creativestyle_AffiliNet</module>
|
69 |
-
</setup>
|
70 |
-
<connection>
|
71 |
-
<use>core_setup</use>
|
72 |
-
</connection>
|
73 |
-
</mapper_setup>
|
74 |
-
<mapper_write>
|
75 |
-
<connection>
|
76 |
-
<use>core_write</use>
|
77 |
-
</connection>
|
78 |
-
</mapper_write>
|
79 |
-
<mapper_read>
|
80 |
-
<connection>
|
81 |
-
<use>core_read</use>
|
82 |
-
</connection>
|
83 |
-
</mapper_read>
|
84 |
-
<filter_setup>
|
85 |
-
<setup>
|
86 |
-
<module>Creativestyle_AffiliNet</module>
|
87 |
-
</setup>
|
88 |
-
<connection>
|
89 |
-
<use>core_setup</use>
|
90 |
-
</connection>
|
91 |
-
</filter_setup>
|
92 |
-
<filter_write>
|
93 |
-
<connection>
|
94 |
-
<use>core_write</use>
|
95 |
-
</connection>
|
96 |
-
</filter_write>
|
97 |
-
<filter_read>
|
98 |
-
<connection>
|
99 |
-
<use>core_read</use>
|
100 |
-
</connection>
|
101 |
-
</filter_read>
|
102 |
-
</resources>
|
103 |
-
<creativestyle>
|
104 |
-
<affilinet>
|
105 |
-
<platforms>
|
106 |
-
<de>
|
107 |
-
<label>Germany</label>
|
108 |
-
<tracking_domain>partners.webmasterplan.com</tracking_domain>
|
109 |
-
<signup>1</signup>
|
110 |
-
</de>
|
111 |
-
<at>
|
112 |
-
<label>Austria</label>
|
113 |
-
<tracking_domain>partners.webmasterplan.com</tracking_domain>
|
114 |
-
<signup>7</signup>
|
115 |
-
</at>
|
116 |
-
<ch>
|
117 |
-
<label>Switzerland</label>
|
118 |
-
<tracking_domain>partners.webmasterplan.com</tracking_domain>
|
119 |
-
<signup>6</signup>
|
120 |
-
</ch>
|
121 |
-
<uk>
|
122 |
-
<label>United Kingdom</label>
|
123 |
-
<tracking_domain>being.successfultogether.co.uk</tracking_domain>
|
124 |
-
<signup>2</signup>
|
125 |
-
</uk>
|
126 |
-
<fr>
|
127 |
-
<label>France</label>
|
128 |
-
<tracking_domain>clic.reussissonsensemble.fr</tracking_domain>
|
129 |
-
<signup>3</signup>
|
130 |
-
</fr>
|
131 |
-
<nl>
|
132 |
-
<label>Netherlands</label>
|
133 |
-
<tracking_domain>zijn.samenresultaat.nl</tracking_domain>
|
134 |
-
<signup>4</signup>
|
135 |
-
</nl>
|
136 |
-
<es>
|
137 |
-
<label>Spain</label>
|
138 |
-
<tracking_domain>web.epartner.es</tracking_domain>
|
139 |
-
<signup>5</signup>
|
140 |
-
</es>
|
141 |
-
</platforms>
|
142 |
-
<webservice>
|
143 |
-
<ns>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd</ns>
|
144 |
-
<security_ns>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd</security_ns>
|
145 |
-
<toolbox>
|
146 |
-
<wsdl>https://advertiser-webservices.affili.net/V4/WSDLFactory/Toolbox.wsdl</wsdl>
|
147 |
-
</toolbox>
|
148 |
-
<statistics>
|
149 |
-
<wsdl>https://advertiser-webservices.affili.net/V4/WSDLFactory/Statistics.wsdl</wsdl>
|
150 |
-
</statistics>
|
151 |
-
<orders>
|
152 |
-
<wsdl>https://advertiser-webservices.affili.net/V4/WSDLFactory/OrderManagement.wsdl</wsdl>
|
153 |
-
</orders>
|
154 |
-
</webservice>
|
155 |
-
</affilinet>
|
156 |
-
</creativestyle>
|
157 |
-
<template>
|
158 |
-
<email>
|
159 |
-
<affilinet_feed module="affilinet">
|
160 |
-
<label>Affili.net feed</label>
|
161 |
-
<file>affilinet_feed.html</file>
|
162 |
-
<type>html</type>
|
163 |
-
</affilinet_feed>
|
164 |
-
</email>
|
165 |
-
</template>
|
166 |
-
</global>
|
167 |
-
<crontab>
|
168 |
-
<jobs>
|
169 |
-
<generatefeed>
|
170 |
-
<schedule><cron_expr>*/5 * * * *</cron_expr></schedule>
|
171 |
-
<run>
|
172 |
-
<model>affilinet/observer::generateCronFeed</model>
|
173 |
-
</run>
|
174 |
-
</generatefeed>
|
175 |
-
<continuegenerating>
|
176 |
-
<schedule><cron_expr>*/5 * * * *</cron_expr></schedule>
|
177 |
-
<run>
|
178 |
-
<model>affilinet/observer::continueGeneratingFeed</model>
|
179 |
-
</run>
|
180 |
-
</continuegenerating>
|
181 |
-
</jobs>
|
182 |
-
</crontab>
|
183 |
-
<frontend>
|
184 |
-
<layout>
|
185 |
-
<updates>
|
186 |
-
<affilinet>
|
187 |
-
<file>affilinet.xml</file>
|
188 |
-
</affilinet>
|
189 |
-
</updates>
|
190 |
-
</layout>
|
191 |
-
<events>
|
192 |
-
<checkout_onepage_controller_success_action>
|
193 |
-
<observers>
|
194 |
-
<affilinet_order_success>
|
195 |
-
<class>affilinet/observer</class>
|
196 |
-
<method>setAffilinetTrackingOnOrderSuccessPage</method>
|
197 |
-
</affilinet_order_success>
|
198 |
-
</observers>
|
199 |
-
</checkout_onepage_controller_success_action>
|
200 |
-
<checkout_multishipping_controller_success_action>
|
201 |
-
<observers>
|
202 |
-
<affilinet_order_success>
|
203 |
-
<class>affilinet/observer</class>
|
204 |
-
<method>setAffilinetTrackingOnOrderSuccessPage</method>
|
205 |
-
</affilinet_order_success>
|
206 |
-
</observers>
|
207 |
-
</checkout_multishipping_controller_success_action>
|
208 |
-
</events>
|
209 |
-
</frontend>
|
210 |
-
<admin>
|
211 |
-
<routers>
|
212 |
-
<admin_affilinet>
|
213 |
-
<use>admin</use>
|
214 |
-
<args>
|
215 |
-
<module>Creativestyle_AffiliNet</module>
|
216 |
-
<frontName>admin_affilinet</frontName>
|
217 |
-
</args>
|
218 |
-
</admin_affilinet>
|
219 |
-
</routers>
|
220 |
-
</admin>
|
221 |
-
<adminhtml>
|
222 |
-
<layout>
|
223 |
-
<updates>
|
224 |
-
<affilinet>
|
225 |
-
<file>affilinet.xml</file>
|
226 |
-
</affilinet>
|
227 |
-
</updates>
|
228 |
-
</layout>
|
229 |
-
<translate>
|
230 |
-
<modules>
|
231 |
-
<Creativestyle_AffiliNet>
|
232 |
-
<files>
|
233 |
-
<default>Creativestyle_AffiliNet.csv</default>
|
234 |
-
</files>
|
235 |
-
</Creativestyle_AffiliNet>
|
236 |
-
</modules>
|
237 |
-
</translate>
|
238 |
-
</adminhtml>
|
239 |
-
<default>
|
240 |
-
<affilinet>
|
241 |
-
<general>
|
242 |
-
<platform>de</platform>
|
243 |
-
<currency>EUR</currency>
|
244 |
-
<product_id>sku</product_id>
|
245 |
-
<manufacturer_attribute>manufacturer</manufacturer_attribute>
|
246 |
-
</general>
|
247 |
-
<tracking>
|
248 |
-
<active>1</active>
|
249 |
-
<parameter1>payment_method</parameter1>
|
250 |
-
<parameter2>shipping_method</parameter2>
|
251 |
-
<attribute1>color</attribute1>
|
252 |
-
</tracking>
|
253 |
-
<retargeting>
|
254 |
-
<active>0</active>
|
255 |
-
</retargeting>
|
256 |
-
<datafeed>
|
257 |
-
<pages>5</pages>
|
258 |
-
<coll_size>500</coll_size>
|
259 |
-
</datafeed>
|
260 |
-
</affilinet>
|
261 |
-
</default>
|
262 |
</config>
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Creativestyle
|
5 |
+
* @package Creativestyle_AffiliNet
|
6 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<config>
|
11 |
+
<modules>
|
12 |
+
<Creativestyle_AffiliNet>
|
13 |
+
<version>1.1.4</version>
|
14 |
+
</Creativestyle_AffiliNet>
|
15 |
+
</modules>
|
16 |
+
<global>
|
17 |
+
<blocks>
|
18 |
+
<affilinet>
|
19 |
+
<class>Creativestyle_AffiliNet_Block</class>
|
20 |
+
</affilinet>
|
21 |
+
</blocks>
|
22 |
+
<helpers>
|
23 |
+
<affilinet>
|
24 |
+
<class>Creativestyle_AffiliNet_Helper</class>
|
25 |
+
</affilinet>
|
26 |
+
</helpers>
|
27 |
+
<models>
|
28 |
+
<affilinet>
|
29 |
+
<class>Creativestyle_AffiliNet_Model</class>
|
30 |
+
<resourceModel>affilinet_resource</resourceModel>
|
31 |
+
</affilinet>
|
32 |
+
<affilinet_resource>
|
33 |
+
<class>Creativestyle_AffiliNet_Model_Resource</class>
|
34 |
+
<entities>
|
35 |
+
<datafeed>
|
36 |
+
<table>creativestyle_affilinet_datafeed</table>
|
37 |
+
</datafeed>
|
38 |
+
<mapper>
|
39 |
+
<table>creativestyle_affilinet_datafeed_mapper</table>
|
40 |
+
</mapper>
|
41 |
+
<filter>
|
42 |
+
<table>creativestyle_affilinet_datafeed_filter</table>
|
43 |
+
</filter>
|
44 |
+
</entities>
|
45 |
+
</affilinet_resource>
|
46 |
+
</models>
|
47 |
+
<resources>
|
48 |
+
<datafeed_setup>
|
49 |
+
<setup>
|
50 |
+
<module>Creativestyle_AffiliNet</module>
|
51 |
+
</setup>
|
52 |
+
<connection>
|
53 |
+
<use>core_setup</use>
|
54 |
+
</connection>
|
55 |
+
</datafeed_setup>
|
56 |
+
<datafeed_write>
|
57 |
+
<connection>
|
58 |
+
<use>core_write</use>
|
59 |
+
</connection>
|
60 |
+
</datafeed_write>
|
61 |
+
<datafeed_read>
|
62 |
+
<connection>
|
63 |
+
<use>core_read</use>
|
64 |
+
</connection>
|
65 |
+
</datafeed_read>
|
66 |
+
<mapper_setup>
|
67 |
+
<setup>
|
68 |
+
<module>Creativestyle_AffiliNet</module>
|
69 |
+
</setup>
|
70 |
+
<connection>
|
71 |
+
<use>core_setup</use>
|
72 |
+
</connection>
|
73 |
+
</mapper_setup>
|
74 |
+
<mapper_write>
|
75 |
+
<connection>
|
76 |
+
<use>core_write</use>
|
77 |
+
</connection>
|
78 |
+
</mapper_write>
|
79 |
+
<mapper_read>
|
80 |
+
<connection>
|
81 |
+
<use>core_read</use>
|
82 |
+
</connection>
|
83 |
+
</mapper_read>
|
84 |
+
<filter_setup>
|
85 |
+
<setup>
|
86 |
+
<module>Creativestyle_AffiliNet</module>
|
87 |
+
</setup>
|
88 |
+
<connection>
|
89 |
+
<use>core_setup</use>
|
90 |
+
</connection>
|
91 |
+
</filter_setup>
|
92 |
+
<filter_write>
|
93 |
+
<connection>
|
94 |
+
<use>core_write</use>
|
95 |
+
</connection>
|
96 |
+
</filter_write>
|
97 |
+
<filter_read>
|
98 |
+
<connection>
|
99 |
+
<use>core_read</use>
|
100 |
+
</connection>
|
101 |
+
</filter_read>
|
102 |
+
</resources>
|
103 |
+
<creativestyle>
|
104 |
+
<affilinet>
|
105 |
+
<platforms>
|
106 |
+
<de>
|
107 |
+
<label>Germany</label>
|
108 |
+
<tracking_domain>partners.webmasterplan.com</tracking_domain>
|
109 |
+
<signup>1</signup>
|
110 |
+
</de>
|
111 |
+
<at>
|
112 |
+
<label>Austria</label>
|
113 |
+
<tracking_domain>partners.webmasterplan.com</tracking_domain>
|
114 |
+
<signup>7</signup>
|
115 |
+
</at>
|
116 |
+
<ch>
|
117 |
+
<label>Switzerland</label>
|
118 |
+
<tracking_domain>partners.webmasterplan.com</tracking_domain>
|
119 |
+
<signup>6</signup>
|
120 |
+
</ch>
|
121 |
+
<uk>
|
122 |
+
<label>United Kingdom</label>
|
123 |
+
<tracking_domain>being.successfultogether.co.uk</tracking_domain>
|
124 |
+
<signup>2</signup>
|
125 |
+
</uk>
|
126 |
+
<fr>
|
127 |
+
<label>France</label>
|
128 |
+
<tracking_domain>clic.reussissonsensemble.fr</tracking_domain>
|
129 |
+
<signup>3</signup>
|
130 |
+
</fr>
|
131 |
+
<nl>
|
132 |
+
<label>Netherlands</label>
|
133 |
+
<tracking_domain>zijn.samenresultaat.nl</tracking_domain>
|
134 |
+
<signup>4</signup>
|
135 |
+
</nl>
|
136 |
+
<es>
|
137 |
+
<label>Spain</label>
|
138 |
+
<tracking_domain>web.epartner.es</tracking_domain>
|
139 |
+
<signup>5</signup>
|
140 |
+
</es>
|
141 |
+
</platforms>
|
142 |
+
<webservice>
|
143 |
+
<ns>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd</ns>
|
144 |
+
<security_ns>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd</security_ns>
|
145 |
+
<toolbox>
|
146 |
+
<wsdl>https://advertiser-webservices.affili.net/V4/WSDLFactory/Toolbox.wsdl</wsdl>
|
147 |
+
</toolbox>
|
148 |
+
<statistics>
|
149 |
+
<wsdl>https://advertiser-webservices.affili.net/V4/WSDLFactory/Statistics.wsdl</wsdl>
|
150 |
+
</statistics>
|
151 |
+
<orders>
|
152 |
+
<wsdl>https://advertiser-webservices.affili.net/V4/WSDLFactory/OrderManagement.wsdl</wsdl>
|
153 |
+
</orders>
|
154 |
+
</webservice>
|
155 |
+
</affilinet>
|
156 |
+
</creativestyle>
|
157 |
+
<template>
|
158 |
+
<email>
|
159 |
+
<affilinet_feed module="affilinet">
|
160 |
+
<label>Affili.net feed</label>
|
161 |
+
<file>affilinet_feed.html</file>
|
162 |
+
<type>html</type>
|
163 |
+
</affilinet_feed>
|
164 |
+
</email>
|
165 |
+
</template>
|
166 |
+
</global>
|
167 |
+
<crontab>
|
168 |
+
<jobs>
|
169 |
+
<generatefeed>
|
170 |
+
<schedule><cron_expr>*/5 * * * *</cron_expr></schedule>
|
171 |
+
<run>
|
172 |
+
<model>affilinet/observer::generateCronFeed</model>
|
173 |
+
</run>
|
174 |
+
</generatefeed>
|
175 |
+
<continuegenerating>
|
176 |
+
<schedule><cron_expr>*/5 * * * *</cron_expr></schedule>
|
177 |
+
<run>
|
178 |
+
<model>affilinet/observer::continueGeneratingFeed</model>
|
179 |
+
</run>
|
180 |
+
</continuegenerating>
|
181 |
+
</jobs>
|
182 |
+
</crontab>
|
183 |
+
<frontend>
|
184 |
+
<layout>
|
185 |
+
<updates>
|
186 |
+
<affilinet>
|
187 |
+
<file>affilinet.xml</file>
|
188 |
+
</affilinet>
|
189 |
+
</updates>
|
190 |
+
</layout>
|
191 |
+
<events>
|
192 |
+
<checkout_onepage_controller_success_action>
|
193 |
+
<observers>
|
194 |
+
<affilinet_order_success>
|
195 |
+
<class>affilinet/observer</class>
|
196 |
+
<method>setAffilinetTrackingOnOrderSuccessPage</method>
|
197 |
+
</affilinet_order_success>
|
198 |
+
</observers>
|
199 |
+
</checkout_onepage_controller_success_action>
|
200 |
+
<checkout_multishipping_controller_success_action>
|
201 |
+
<observers>
|
202 |
+
<affilinet_order_success>
|
203 |
+
<class>affilinet/observer</class>
|
204 |
+
<method>setAffilinetTrackingOnOrderSuccessPage</method>
|
205 |
+
</affilinet_order_success>
|
206 |
+
</observers>
|
207 |
+
</checkout_multishipping_controller_success_action>
|
208 |
+
</events>
|
209 |
+
</frontend>
|
210 |
+
<admin>
|
211 |
+
<routers>
|
212 |
+
<admin_affilinet>
|
213 |
+
<use>admin</use>
|
214 |
+
<args>
|
215 |
+
<module>Creativestyle_AffiliNet</module>
|
216 |
+
<frontName>admin_affilinet</frontName>
|
217 |
+
</args>
|
218 |
+
</admin_affilinet>
|
219 |
+
</routers>
|
220 |
+
</admin>
|
221 |
+
<adminhtml>
|
222 |
+
<layout>
|
223 |
+
<updates>
|
224 |
+
<affilinet>
|
225 |
+
<file>affilinet.xml</file>
|
226 |
+
</affilinet>
|
227 |
+
</updates>
|
228 |
+
</layout>
|
229 |
+
<translate>
|
230 |
+
<modules>
|
231 |
+
<Creativestyle_AffiliNet>
|
232 |
+
<files>
|
233 |
+
<default>Creativestyle_AffiliNet.csv</default>
|
234 |
+
</files>
|
235 |
+
</Creativestyle_AffiliNet>
|
236 |
+
</modules>
|
237 |
+
</translate>
|
238 |
+
</adminhtml>
|
239 |
+
<default>
|
240 |
+
<affilinet>
|
241 |
+
<general>
|
242 |
+
<platform>de</platform>
|
243 |
+
<currency>EUR</currency>
|
244 |
+
<product_id>sku</product_id>
|
245 |
+
<manufacturer_attribute>manufacturer</manufacturer_attribute>
|
246 |
+
</general>
|
247 |
+
<tracking>
|
248 |
+
<active>1</active>
|
249 |
+
<parameter1>payment_method</parameter1>
|
250 |
+
<parameter2>shipping_method</parameter2>
|
251 |
+
<attribute1>color</attribute1>
|
252 |
+
</tracking>
|
253 |
+
<retargeting>
|
254 |
+
<active>0</active>
|
255 |
+
</retargeting>
|
256 |
+
<datafeed>
|
257 |
+
<pages>5</pages>
|
258 |
+
<coll_size>500</coll_size>
|
259 |
+
</datafeed>
|
260 |
+
</affilinet>
|
261 |
+
</default>
|
262 |
</config>
|
app/code/community/Creativestyle/AffiliNet/etc/system.xml
CHANGED
@@ -1,351 +1,351 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Creativestyle
|
5 |
-
* @package Creativestyle_AffiliNet
|
6 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<tabs>
|
12 |
-
<creativestyle translate="label" module="affilinet">
|
13 |
-
<label><![CDATA[<div id="creative-system-config">creativestyle Extensions</div>]]></label>
|
14 |
-
<sort_order>99</sort_order>
|
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>
|
22 |
-
<header_css>affili-net-header</header_css>
|
23 |
-
<tab>creativestyle</tab>
|
24 |
-
<frontend_type>text</frontend_type>
|
25 |
-
<sort_order>80</sort_order>
|
26 |
-
<show_in_default>1</show_in_default>
|
27 |
-
<show_in_website>1</show_in_website>
|
28 |
-
<show_in_store>1</show_in_store>
|
29 |
-
<groups>
|
30 |
-
<extension_info>
|
31 |
-
<frontend_model>affilinet/adminhtml_info</frontend_model>
|
32 |
-
<sort_order>0</sort_order>
|
33 |
-
<show_in_default>1</show_in_default>
|
34 |
-
<show_in_website>1</show_in_website>
|
35 |
-
<show_in_store>1</show_in_store>
|
36 |
-
</extension_info>
|
37 |
-
<general translate="label">
|
38 |
-
<label>General Settings</label>
|
39 |
-
<sort_order>10</sort_order>
|
40 |
-
<show_in_default>1</show_in_default>
|
41 |
-
<show_in_website>1</show_in_website>
|
42 |
-
<show_in_store>1</show_in_store>
|
43 |
-
<fields>
|
44 |
-
<platform translate="label">
|
45 |
-
<label>Platform</label>
|
46 |
-
<frontend_type>select</frontend_type>
|
47 |
-
<source_model>affilinet/system_config_source_platform</source_model>
|
48 |
-
<sort_order>10</sort_order>
|
49 |
-
<show_in_default>1</show_in_default>
|
50 |
-
<show_in_website>1</show_in_website>
|
51 |
-
<show_in_store>1</show_in_store>
|
52 |
-
</platform>
|
53 |
-
<program_id translate="label">
|
54 |
-
<label>Program ID</label>
|
55 |
-
<tooltip>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.</tooltip>
|
56 |
-
<frontend_type>text</frontend_type>
|
57 |
-
<sort_order>20</sort_order>
|
58 |
-
<show_in_default>1</show_in_default>
|
59 |
-
<show_in_website>1</show_in_website>
|
60 |
-
<show_in_store>1</show_in_store>
|
61 |
-
</program_id>
|
62 |
-
<currency translate="label comment">
|
63 |
-
<label>Currency</label>
|
64 |
-
<comment>This extension uses the default base currency of the store for all product values that are tracked</comment>
|
65 |
-
<frontend_model>affilinet/adminhtml_system_config_form_field_currency</frontend_model>
|
66 |
-
<sort_order>30</sort_order>
|
67 |
-
<show_in_default>1</show_in_default>
|
68 |
-
<show_in_website>1</show_in_website>
|
69 |
-
<show_in_store>1</show_in_store>
|
70 |
-
</currency>
|
71 |
-
<product_id translate="label">
|
72 |
-
<label>Unique product identifier</label>
|
73 |
-
<tooltip>The attribute used to uniquely identify the products.</tooltip>
|
74 |
-
<frontend_type>select</frontend_type>
|
75 |
-
<source_model>affilinet/system_config_source_product_id</source_model>
|
76 |
-
<sort_order>40</sort_order>
|
77 |
-
<show_in_default>1</show_in_default>
|
78 |
-
<show_in_website>1</show_in_website>
|
79 |
-
<show_in_store>1</show_in_store>
|
80 |
-
</product_id>
|
81 |
-
<manufacturer_attribute translate="label">
|
82 |
-
<label>Manufacturer attribute</label>
|
83 |
-
<tooltip>Attribute which defines the manufacturer of the product.</tooltip>
|
84 |
-
<frontend_type>select</frontend_type>
|
85 |
-
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
86 |
-
<sort_order>50</sort_order>
|
87 |
-
<show_in_default>1</show_in_default>
|
88 |
-
<show_in_website>1</show_in_website>
|
89 |
-
<show_in_store>1</show_in_store>
|
90 |
-
</manufacturer_attribute>
|
91 |
-
<webservice_user translate="label">
|
92 |
-
<label>Webservice Username</label>
|
93 |
-
<tooltip>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 your contact data. Your web service password will be sent to the submitted email address.</tooltip>
|
94 |
-
<frontend_type>text</frontend_type>
|
95 |
-
<sort_order>60</sort_order>
|
96 |
-
<show_in_default>1</show_in_default>
|
97 |
-
<show_in_website>1</show_in_website>
|
98 |
-
<show_in_store>1</show_in_store>
|
99 |
-
</webservice_user>
|
100 |
-
<webservice_password translate="label">
|
101 |
-
<label>Webservice Password</label>
|
102 |
-
<tooltip>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 your contact data. Your web service password will be sent to the submitted email address.</tooltip>
|
103 |
-
<frontend_type>password</frontend_type>
|
104 |
-
<sort_order>70</sort_order>
|
105 |
-
<show_in_default>1</show_in_default>
|
106 |
-
<show_in_website>1</show_in_website>
|
107 |
-
<show_in_store>1</show_in_store>
|
108 |
-
</webservice_password>
|
109 |
-
<company_logo translate="label">
|
110 |
-
<label>Company logo</label>
|
111 |
-
<frontend_type>image</frontend_type>
|
112 |
-
<frontend_model>affilinet/adminhtml_system_config_form_field_image</frontend_model>
|
113 |
-
<backend_model>affilinet/system_config_backend_image</backend_model>
|
114 |
-
<upload_dir config="system/filesystem/media" scope_info="1">affilinet/logo</upload_dir>
|
115 |
-
<base_url type="media" scope_info="1">affilinet/logo</base_url>
|
116 |
-
<tooltip>Uploads are scaled proportionally to a size of 120 x 40 Pixels.</tooltip>
|
117 |
-
<sort_order>100</sort_order>
|
118 |
-
<show_in_default>1</show_in_default>
|
119 |
-
<show_in_website>1</show_in_website>
|
120 |
-
<show_in_store>1</show_in_store>
|
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>
|
156 |
-
<sort_order>15</sort_order>
|
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>
|
163 |
-
<tooltip>Visible for the advertiser only</tooltip>
|
164 |
-
<comment>(psub1)</comment>
|
165 |
-
<frontend_type>select</frontend_type>
|
166 |
-
<source_model>affilinet/system_config_source_tracking_parameters</source_model>
|
167 |
-
<sort_order>20</sort_order>
|
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>
|
174 |
-
<frontend_type>select</frontend_type>
|
175 |
-
<tooltip>Visible for the advertiser only</tooltip>
|
176 |
-
<source_model>affilinet/system_config_source_tracking_parameters</source_model>
|
177 |
-
<sort_order>21</sort_order>
|
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>
|
184 |
-
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
185 |
-
<comment>(property1)</comment>
|
186 |
-
<frontend_type>select</frontend_type>
|
187 |
-
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
188 |
-
<sort_order>30</sort_order>
|
189 |
-
<show_in_default>1</show_in_default>
|
190 |
-
<show_in_website>1</show_in_website>
|
191 |
-
<show_in_store>1</show_in_store>
|
192 |
-
<depends>
|
193 |
-
<active>1</active>
|
194 |
-
</depends>
|
195 |
-
</attribute1>
|
196 |
-
<attribute2 translate="comment">
|
197 |
-
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
198 |
-
<comment>(property2)</comment>
|
199 |
-
<frontend_type>select</frontend_type>
|
200 |
-
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
201 |
-
<sort_order>31</sort_order>
|
202 |
-
<show_in_default>1</show_in_default>
|
203 |
-
<show_in_website>1</show_in_website>
|
204 |
-
<show_in_store>1</show_in_store>
|
205 |
-
<depends>
|
206 |
-
<active>1</active>
|
207 |
-
</depends>
|
208 |
-
</attribute2>
|
209 |
-
<attribute3 translate="comment">
|
210 |
-
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
211 |
-
<comment>(property3)</comment>
|
212 |
-
<frontend_type>select</frontend_type>
|
213 |
-
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
214 |
-
<sort_order>32</sort_order>
|
215 |
-
<show_in_default>1</show_in_default>
|
216 |
-
<show_in_website>1</show_in_website>
|
217 |
-
<show_in_store>1</show_in_store>
|
218 |
-
<depends>
|
219 |
-
<active>1</active>
|
220 |
-
</depends>
|
221 |
-
</attribute3>
|
222 |
-
<attribute4 translate="comment">
|
223 |
-
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
224 |
-
<comment>(property4)</comment>
|
225 |
-
<frontend_type>select</frontend_type>
|
226 |
-
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
227 |
-
<sort_order>33</sort_order>
|
228 |
-
<show_in_default>1</show_in_default>
|
229 |
-
<show_in_website>1</show_in_website>
|
230 |
-
<show_in_store>1</show_in_store>
|
231 |
-
<depends>
|
232 |
-
<active>1</active>
|
233 |
-
</depends>
|
234 |
-
</attribute4>
|
235 |
-
<attribute5 translate="comment">
|
236 |
-
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
237 |
-
<comment>(property5)</comment>
|
238 |
-
<frontend_type>select</frontend_type>
|
239 |
-
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
240 |
-
<sort_order>34</sort_order>
|
241 |
-
<show_in_default>1</show_in_default>
|
242 |
-
<show_in_website>1</show_in_website>
|
243 |
-
<show_in_store>1</show_in_store>
|
244 |
-
<depends>
|
245 |
-
<active>1</active>
|
246 |
-
</depends>
|
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>
|
254 |
-
<show_in_website>1</show_in_website>
|
255 |
-
<show_in_store>1</show_in_store>
|
256 |
-
<fields>
|
257 |
-
<active translate="label">
|
258 |
-
<label>Enable retargeting</label>
|
259 |
-
<tooltip>Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase</tooltip>
|
260 |
-
<frontend_type>select</frontend_type>
|
261 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
262 |
-
<sort_order>10</sort_order>
|
263 |
-
<show_in_default>1</show_in_default>
|
264 |
-
<show_in_website>1</show_in_website>
|
265 |
-
<show_in_store>1</show_in_store>
|
266 |
-
</active>
|
267 |
-
<product_options translate="label">
|
268 |
-
<label>Product parameters</label>
|
269 |
-
<frontend_model>affilinet/adminhtml_system_config_form_field_checkbox</frontend_model>
|
270 |
-
<source_model>affilinet/system_config_source_retargeting_product</source_model>
|
271 |
-
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
272 |
-
<sort_order>40</sort_order>
|
273 |
-
<show_in_default>1</show_in_default>
|
274 |
-
<show_in_website>1</show_in_website>
|
275 |
-
<show_in_store>1</show_in_store>
|
276 |
-
<depends>
|
277 |
-
<active>1</active>
|
278 |
-
</depends>
|
279 |
-
</product_options>
|
280 |
-
<category_options translate="label">
|
281 |
-
<label>Category parameters</label>
|
282 |
-
<frontend_model>affilinet/adminhtml_system_config_form_field_checkbox</frontend_model>
|
283 |
-
<source_model>affilinet/system_config_source_retargeting_category</source_model>
|
284 |
-
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
285 |
-
<sort_order>50</sort_order>
|
286 |
-
<show_in_default>1</show_in_default>
|
287 |
-
<show_in_website>1</show_in_website>
|
288 |
-
<show_in_store>1</show_in_store>
|
289 |
-
<depends>
|
290 |
-
<active>1</active>
|
291 |
-
</depends>
|
292 |
-
</category_options>
|
293 |
-
<cart_options translate="label">
|
294 |
-
<label>Cart parameters</label>
|
295 |
-
<frontend_model>affilinet/adminhtml_system_config_form_field_checkbox</frontend_model>
|
296 |
-
<source_model>affilinet/system_config_source_retargeting_cart</source_model>
|
297 |
-
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
298 |
-
<sort_order>60</sort_order>
|
299 |
-
<show_in_default>1</show_in_default>
|
300 |
-
<show_in_website>1</show_in_website>
|
301 |
-
<show_in_store>1</show_in_store>
|
302 |
-
<depends>
|
303 |
-
<active>1</active>
|
304 |
-
</depends>
|
305 |
-
</cart_options>
|
306 |
-
<checkout_options translate="label">
|
307 |
-
<label>Checkout parameters</label>
|
308 |
-
<frontend_model>affilinet/adminhtml_system_config_form_field_checkbox</frontend_model>
|
309 |
-
<source_model>affilinet/system_config_source_retargeting_checkout</source_model>
|
310 |
-
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
311 |
-
<sort_order>70</sort_order>
|
312 |
-
<show_in_default>1</show_in_default>
|
313 |
-
<show_in_website>1</show_in_website>
|
314 |
-
<show_in_store>1</show_in_store>
|
315 |
-
<depends>
|
316 |
-
<active>1</active>
|
317 |
-
</depends>
|
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>
|
325 |
-
<show_in_website>1</show_in_website>
|
326 |
-
<show_in_store>1</show_in_store>
|
327 |
-
<fields>
|
328 |
-
<pages translate="label">
|
329 |
-
<label>Pages</label>
|
330 |
-
<tooltip>Number of pages processed by each cronjob iteration (default: 5).</tooltip>
|
331 |
-
<frontend_type>text</frontend_type>
|
332 |
-
<sort_order>10</sort_order>
|
333 |
-
<show_in_default>1</show_in_default>
|
334 |
-
<show_in_website>1</show_in_website>
|
335 |
-
<show_in_store>1</show_in_store>
|
336 |
-
</pages>
|
337 |
-
<coll_size translate="label">
|
338 |
-
<label>Collection size</label>
|
339 |
-
<tooltip>Number of products included in every page (default: 500).</tooltip>
|
340 |
-
<frontend_type>text</frontend_type>
|
341 |
-
<sort_order>20</sort_order>
|
342 |
-
<show_in_default>1</show_in_default>
|
343 |
-
<show_in_website>1</show_in_website>
|
344 |
-
<show_in_store>1</show_in_store>
|
345 |
-
</coll_size>
|
346 |
-
</fields>
|
347 |
-
</datafeed>
|
348 |
-
</groups>
|
349 |
-
</affilinet>
|
350 |
-
</sections>
|
351 |
-
</config>
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Creativestyle
|
5 |
+
* @package Creativestyle_AffiliNet
|
6 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<config>
|
11 |
+
<tabs>
|
12 |
+
<creativestyle translate="label" module="affilinet">
|
13 |
+
<label><![CDATA[<div id="creative-system-config">creativestyle Extensions</div>]]></label>
|
14 |
+
<sort_order>99</sort_order>
|
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>
|
22 |
+
<header_css>affili-net-header</header_css>
|
23 |
+
<tab>creativestyle</tab>
|
24 |
+
<frontend_type>text</frontend_type>
|
25 |
+
<sort_order>80</sort_order>
|
26 |
+
<show_in_default>1</show_in_default>
|
27 |
+
<show_in_website>1</show_in_website>
|
28 |
+
<show_in_store>1</show_in_store>
|
29 |
+
<groups>
|
30 |
+
<extension_info>
|
31 |
+
<frontend_model>affilinet/adminhtml_info</frontend_model>
|
32 |
+
<sort_order>0</sort_order>
|
33 |
+
<show_in_default>1</show_in_default>
|
34 |
+
<show_in_website>1</show_in_website>
|
35 |
+
<show_in_store>1</show_in_store>
|
36 |
+
</extension_info>
|
37 |
+
<general translate="label">
|
38 |
+
<label>General Settings</label>
|
39 |
+
<sort_order>10</sort_order>
|
40 |
+
<show_in_default>1</show_in_default>
|
41 |
+
<show_in_website>1</show_in_website>
|
42 |
+
<show_in_store>1</show_in_store>
|
43 |
+
<fields>
|
44 |
+
<platform translate="label">
|
45 |
+
<label>Platform</label>
|
46 |
+
<frontend_type>select</frontend_type>
|
47 |
+
<source_model>affilinet/system_config_source_platform</source_model>
|
48 |
+
<sort_order>10</sort_order>
|
49 |
+
<show_in_default>1</show_in_default>
|
50 |
+
<show_in_website>1</show_in_website>
|
51 |
+
<show_in_store>1</show_in_store>
|
52 |
+
</platform>
|
53 |
+
<program_id translate="label">
|
54 |
+
<label>Program ID</label>
|
55 |
+
<tooltip>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.</tooltip>
|
56 |
+
<frontend_type>text</frontend_type>
|
57 |
+
<sort_order>20</sort_order>
|
58 |
+
<show_in_default>1</show_in_default>
|
59 |
+
<show_in_website>1</show_in_website>
|
60 |
+
<show_in_store>1</show_in_store>
|
61 |
+
</program_id>
|
62 |
+
<currency translate="label comment">
|
63 |
+
<label>Currency</label>
|
64 |
+
<comment>This extension uses the default base currency of the store for all product values that are tracked</comment>
|
65 |
+
<frontend_model>affilinet/adminhtml_system_config_form_field_currency</frontend_model>
|
66 |
+
<sort_order>30</sort_order>
|
67 |
+
<show_in_default>1</show_in_default>
|
68 |
+
<show_in_website>1</show_in_website>
|
69 |
+
<show_in_store>1</show_in_store>
|
70 |
+
</currency>
|
71 |
+
<product_id translate="label">
|
72 |
+
<label>Unique product identifier</label>
|
73 |
+
<tooltip>The attribute used to uniquely identify the products.</tooltip>
|
74 |
+
<frontend_type>select</frontend_type>
|
75 |
+
<source_model>affilinet/system_config_source_product_id</source_model>
|
76 |
+
<sort_order>40</sort_order>
|
77 |
+
<show_in_default>1</show_in_default>
|
78 |
+
<show_in_website>1</show_in_website>
|
79 |
+
<show_in_store>1</show_in_store>
|
80 |
+
</product_id>
|
81 |
+
<manufacturer_attribute translate="label">
|
82 |
+
<label>Manufacturer attribute</label>
|
83 |
+
<tooltip>Attribute which defines the manufacturer of the product.</tooltip>
|
84 |
+
<frontend_type>select</frontend_type>
|
85 |
+
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
86 |
+
<sort_order>50</sort_order>
|
87 |
+
<show_in_default>1</show_in_default>
|
88 |
+
<show_in_website>1</show_in_website>
|
89 |
+
<show_in_store>1</show_in_store>
|
90 |
+
</manufacturer_attribute>
|
91 |
+
<webservice_user translate="label">
|
92 |
+
<label>Webservice Username</label>
|
93 |
+
<tooltip>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 your contact data. Your web service password will be sent to the submitted email address.</tooltip>
|
94 |
+
<frontend_type>text</frontend_type>
|
95 |
+
<sort_order>60</sort_order>
|
96 |
+
<show_in_default>1</show_in_default>
|
97 |
+
<show_in_website>1</show_in_website>
|
98 |
+
<show_in_store>1</show_in_store>
|
99 |
+
</webservice_user>
|
100 |
+
<webservice_password translate="label">
|
101 |
+
<label>Webservice Password</label>
|
102 |
+
<tooltip>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 your contact data. Your web service password will be sent to the submitted email address.</tooltip>
|
103 |
+
<frontend_type>password</frontend_type>
|
104 |
+
<sort_order>70</sort_order>
|
105 |
+
<show_in_default>1</show_in_default>
|
106 |
+
<show_in_website>1</show_in_website>
|
107 |
+
<show_in_store>1</show_in_store>
|
108 |
+
</webservice_password>
|
109 |
+
<company_logo translate="label">
|
110 |
+
<label>Company logo</label>
|
111 |
+
<frontend_type>image</frontend_type>
|
112 |
+
<frontend_model>affilinet/adminhtml_system_config_form_field_image</frontend_model>
|
113 |
+
<backend_model>affilinet/system_config_backend_image</backend_model>
|
114 |
+
<upload_dir config="system/filesystem/media" scope_info="1">affilinet/logo</upload_dir>
|
115 |
+
<base_url type="media" scope_info="1">affilinet/logo</base_url>
|
116 |
+
<tooltip>Uploads are scaled proportionally to a size of 120 x 40 Pixels.</tooltip>
|
117 |
+
<sort_order>100</sort_order>
|
118 |
+
<show_in_default>1</show_in_default>
|
119 |
+
<show_in_website>1</show_in_website>
|
120 |
+
<show_in_store>1</show_in_store>
|
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>
|
156 |
+
<sort_order>15</sort_order>
|
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>
|
163 |
+
<tooltip>Visible for the advertiser only</tooltip>
|
164 |
+
<comment>(psub1)</comment>
|
165 |
+
<frontend_type>select</frontend_type>
|
166 |
+
<source_model>affilinet/system_config_source_tracking_parameters</source_model>
|
167 |
+
<sort_order>20</sort_order>
|
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>
|
174 |
+
<frontend_type>select</frontend_type>
|
175 |
+
<tooltip>Visible for the advertiser only</tooltip>
|
176 |
+
<source_model>affilinet/system_config_source_tracking_parameters</source_model>
|
177 |
+
<sort_order>21</sort_order>
|
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>
|
184 |
+
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
185 |
+
<comment>(property1)</comment>
|
186 |
+
<frontend_type>select</frontend_type>
|
187 |
+
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
188 |
+
<sort_order>30</sort_order>
|
189 |
+
<show_in_default>1</show_in_default>
|
190 |
+
<show_in_website>1</show_in_website>
|
191 |
+
<show_in_store>1</show_in_store>
|
192 |
+
<depends>
|
193 |
+
<active>1</active>
|
194 |
+
</depends>
|
195 |
+
</attribute1>
|
196 |
+
<attribute2 translate="comment">
|
197 |
+
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
198 |
+
<comment>(property2)</comment>
|
199 |
+
<frontend_type>select</frontend_type>
|
200 |
+
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
201 |
+
<sort_order>31</sort_order>
|
202 |
+
<show_in_default>1</show_in_default>
|
203 |
+
<show_in_website>1</show_in_website>
|
204 |
+
<show_in_store>1</show_in_store>
|
205 |
+
<depends>
|
206 |
+
<active>1</active>
|
207 |
+
</depends>
|
208 |
+
</attribute2>
|
209 |
+
<attribute3 translate="comment">
|
210 |
+
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
211 |
+
<comment>(property3)</comment>
|
212 |
+
<frontend_type>select</frontend_type>
|
213 |
+
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
214 |
+
<sort_order>32</sort_order>
|
215 |
+
<show_in_default>1</show_in_default>
|
216 |
+
<show_in_website>1</show_in_website>
|
217 |
+
<show_in_store>1</show_in_store>
|
218 |
+
<depends>
|
219 |
+
<active>1</active>
|
220 |
+
</depends>
|
221 |
+
</attribute3>
|
222 |
+
<attribute4 translate="comment">
|
223 |
+
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
224 |
+
<comment>(property4)</comment>
|
225 |
+
<frontend_type>select</frontend_type>
|
226 |
+
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
227 |
+
<sort_order>33</sort_order>
|
228 |
+
<show_in_default>1</show_in_default>
|
229 |
+
<show_in_website>1</show_in_website>
|
230 |
+
<show_in_store>1</show_in_store>
|
231 |
+
<depends>
|
232 |
+
<active>1</active>
|
233 |
+
</depends>
|
234 |
+
</attribute4>
|
235 |
+
<attribute5 translate="comment">
|
236 |
+
<tooltip>These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.</tooltip>
|
237 |
+
<comment>(property5)</comment>
|
238 |
+
<frontend_type>select</frontend_type>
|
239 |
+
<source_model>affilinet/system_config_source_product_attribute</source_model>
|
240 |
+
<sort_order>34</sort_order>
|
241 |
+
<show_in_default>1</show_in_default>
|
242 |
+
<show_in_website>1</show_in_website>
|
243 |
+
<show_in_store>1</show_in_store>
|
244 |
+
<depends>
|
245 |
+
<active>1</active>
|
246 |
+
</depends>
|
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>
|
254 |
+
<show_in_website>1</show_in_website>
|
255 |
+
<show_in_store>1</show_in_store>
|
256 |
+
<fields>
|
257 |
+
<active translate="label">
|
258 |
+
<label>Enable retargeting</label>
|
259 |
+
<tooltip>Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase</tooltip>
|
260 |
+
<frontend_type>select</frontend_type>
|
261 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
262 |
+
<sort_order>10</sort_order>
|
263 |
+
<show_in_default>1</show_in_default>
|
264 |
+
<show_in_website>1</show_in_website>
|
265 |
+
<show_in_store>1</show_in_store>
|
266 |
+
</active>
|
267 |
+
<product_options translate="label">
|
268 |
+
<label>Product parameters</label>
|
269 |
+
<frontend_model>affilinet/adminhtml_system_config_form_field_checkbox</frontend_model>
|
270 |
+
<source_model>affilinet/system_config_source_retargeting_product</source_model>
|
271 |
+
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
272 |
+
<sort_order>40</sort_order>
|
273 |
+
<show_in_default>1</show_in_default>
|
274 |
+
<show_in_website>1</show_in_website>
|
275 |
+
<show_in_store>1</show_in_store>
|
276 |
+
<depends>
|
277 |
+
<active>1</active>
|
278 |
+
</depends>
|
279 |
+
</product_options>
|
280 |
+
<category_options translate="label">
|
281 |
+
<label>Category parameters</label>
|
282 |
+
<frontend_model>affilinet/adminhtml_system_config_form_field_checkbox</frontend_model>
|
283 |
+
<source_model>affilinet/system_config_source_retargeting_category</source_model>
|
284 |
+
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
285 |
+
<sort_order>50</sort_order>
|
286 |
+
<show_in_default>1</show_in_default>
|
287 |
+
<show_in_website>1</show_in_website>
|
288 |
+
<show_in_store>1</show_in_store>
|
289 |
+
<depends>
|
290 |
+
<active>1</active>
|
291 |
+
</depends>
|
292 |
+
</category_options>
|
293 |
+
<cart_options translate="label">
|
294 |
+
<label>Cart parameters</label>
|
295 |
+
<frontend_model>affilinet/adminhtml_system_config_form_field_checkbox</frontend_model>
|
296 |
+
<source_model>affilinet/system_config_source_retargeting_cart</source_model>
|
297 |
+
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
298 |
+
<sort_order>60</sort_order>
|
299 |
+
<show_in_default>1</show_in_default>
|
300 |
+
<show_in_website>1</show_in_website>
|
301 |
+
<show_in_store>1</show_in_store>
|
302 |
+
<depends>
|
303 |
+
<active>1</active>
|
304 |
+
</depends>
|
305 |
+
</cart_options>
|
306 |
+
<checkout_options translate="label">
|
307 |
+
<label>Checkout parameters</label>
|
308 |
+
<frontend_model>affilinet/adminhtml_system_config_form_field_checkbox</frontend_model>
|
309 |
+
<source_model>affilinet/system_config_source_retargeting_checkout</source_model>
|
310 |
+
<backend_model>adminhtml/system_config_backend_serialized_array</backend_model>
|
311 |
+
<sort_order>70</sort_order>
|
312 |
+
<show_in_default>1</show_in_default>
|
313 |
+
<show_in_website>1</show_in_website>
|
314 |
+
<show_in_store>1</show_in_store>
|
315 |
+
<depends>
|
316 |
+
<active>1</active>
|
317 |
+
</depends>
|
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>
|
325 |
+
<show_in_website>1</show_in_website>
|
326 |
+
<show_in_store>1</show_in_store>
|
327 |
+
<fields>
|
328 |
+
<pages translate="label">
|
329 |
+
<label>Pages</label>
|
330 |
+
<tooltip>Number of pages processed by each cronjob iteration (default: 5).</tooltip>
|
331 |
+
<frontend_type>text</frontend_type>
|
332 |
+
<sort_order>10</sort_order>
|
333 |
+
<show_in_default>1</show_in_default>
|
334 |
+
<show_in_website>1</show_in_website>
|
335 |
+
<show_in_store>1</show_in_store>
|
336 |
+
</pages>
|
337 |
+
<coll_size translate="label">
|
338 |
+
<label>Collection size</label>
|
339 |
+
<tooltip>Number of products included in every page (default: 500).</tooltip>
|
340 |
+
<frontend_type>text</frontend_type>
|
341 |
+
<sort_order>20</sort_order>
|
342 |
+
<show_in_default>1</show_in_default>
|
343 |
+
<show_in_website>1</show_in_website>
|
344 |
+
<show_in_store>1</show_in_store>
|
345 |
+
</coll_size>
|
346 |
+
</fields>
|
347 |
+
</datafeed>
|
348 |
+
</groups>
|
349 |
+
</affilinet>
|
350 |
+
</sections>
|
351 |
+
</config>
|
app/code/community/Creativestyle/AffiliNet/sql/datafeed_setup/install-1.0.0.php
CHANGED
@@ -1,44 +1,44 @@
|
|
1 |
-
<?php
|
2 |
-
$installer = $this;
|
3 |
-
|
4 |
-
$installer->startSetup();
|
5 |
-
|
6 |
-
$installer->run("
|
7 |
-
CREATE TABLE IF NOT EXISTS {$this->getTable('creativestyle_affilinet_datafeed')} (
|
8 |
-
`id` int(16) unsigned NOT NULL auto_increment,
|
9 |
-
`created_at` timestamp NULL DEFAULT NULL,
|
10 |
-
`updated_at` timestamp NULL DEFAULT NULL,
|
11 |
-
`name` varchar(255) NOT NULL,
|
12 |
-
`company_logo` varchar(255) NULL,
|
13 |
-
`escaping` varchar(10) NOT NULL,
|
14 |
-
`delimiter_escape` varchar(10) NOT NULL,
|
15 |
-
`delimiter` varchar(10) NOT NULL,
|
16 |
-
`language` varchar(10) NOT NULL,
|
17 |
-
`encoding` varchar(10) NOT NULL,
|
18 |
-
`column_title` TINYINT(1) DEFAULT 1,
|
19 |
-
`last_delimiter` TINYINT(1) DEFAULT 1,
|
20 |
-
`filter_active` TINYINT(1) DEFAULT 1,
|
21 |
-
`filter_stock` TINYINT(1) DEFAULT 1,
|
22 |
-
`one_variation` TINYINT(1) DEFAULT 1,
|
23 |
-
`cron_active` TINYINT(1) DEFAULT 0,
|
24 |
-
`cron_start` timestamp NULL DEFAULT NULL,
|
25 |
-
`cron_repeat` TINYINT(3) DEFAULT 0,
|
26 |
-
`cron_file` varchar(255) NULL,
|
27 |
-
`next_generate` timestamp NULL DEFAULT NULL,
|
28 |
-
`store_id` TINYINT(3) DEFAULT 0,
|
29 |
-
`last_page` INT(6) DEFAULT 0,
|
30 |
-
`coll_size` INT(16) DEFAULT 0,
|
31 |
-
`cron_lock` TINYINT(1) DEFAULT 0,
|
32 |
-
`send_test` TINYINT(1) DEFAULT 0,
|
33 |
-
`testemail` varchar(255) NULL,
|
34 |
-
PRIMARY KEY (`id`)
|
35 |
-
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;");
|
36 |
-
|
37 |
-
$installer->run("
|
38 |
-
INSERT INTO {$this->getTable('creativestyle_affilinet_datafeed')}
|
39 |
-
(`id`, `created_at`, `updated_at`, `name`, `company_logo`, `escaping`, `delimiter_escape`, `delimiter`, `language`, `encoding`, `column_title`, `last_delimiter`, `filter_active`, `filter_stock`, `one_variation`, `cron_active`, `cron_start`, `cron_repeat`, `cron_file`, `next_generate`, `store_id`, `last_page`, `cron_lock`, `send_test`, `testemail`)
|
40 |
-
VALUES (1, '2014-06-29 16:57:15', '2014-06-30 08:40:49', 'Default', '', '".'""'."', 'backslash', ';', 'English', 'UTF-8', 1, 1, 1, 1, 0, 0, '00,00,00', 0, 'default', NULL, 0, 0, 0, 0, NULL);
|
41 |
-
");
|
42 |
-
|
43 |
-
|
44 |
$installer->endSetup();
|
1 |
+
<?php
|
2 |
+
$installer = $this;
|
3 |
+
|
4 |
+
$installer->startSetup();
|
5 |
+
|
6 |
+
$installer->run("
|
7 |
+
CREATE TABLE IF NOT EXISTS {$this->getTable('creativestyle_affilinet_datafeed')} (
|
8 |
+
`id` int(16) unsigned NOT NULL auto_increment,
|
9 |
+
`created_at` timestamp NULL DEFAULT NULL,
|
10 |
+
`updated_at` timestamp NULL DEFAULT NULL,
|
11 |
+
`name` varchar(255) NOT NULL,
|
12 |
+
`company_logo` varchar(255) NULL,
|
13 |
+
`escaping` varchar(10) NOT NULL,
|
14 |
+
`delimiter_escape` varchar(10) NOT NULL,
|
15 |
+
`delimiter` varchar(10) NOT NULL,
|
16 |
+
`language` varchar(10) NOT NULL,
|
17 |
+
`encoding` varchar(10) NOT NULL,
|
18 |
+
`column_title` TINYINT(1) DEFAULT 1,
|
19 |
+
`last_delimiter` TINYINT(1) DEFAULT 1,
|
20 |
+
`filter_active` TINYINT(1) DEFAULT 1,
|
21 |
+
`filter_stock` TINYINT(1) DEFAULT 1,
|
22 |
+
`one_variation` TINYINT(1) DEFAULT 1,
|
23 |
+
`cron_active` TINYINT(1) DEFAULT 0,
|
24 |
+
`cron_start` timestamp NULL DEFAULT NULL,
|
25 |
+
`cron_repeat` TINYINT(3) DEFAULT 0,
|
26 |
+
`cron_file` varchar(255) NULL,
|
27 |
+
`next_generate` timestamp NULL DEFAULT NULL,
|
28 |
+
`store_id` TINYINT(3) DEFAULT 0,
|
29 |
+
`last_page` INT(6) DEFAULT 0,
|
30 |
+
`coll_size` INT(16) DEFAULT 0,
|
31 |
+
`cron_lock` TINYINT(1) DEFAULT 0,
|
32 |
+
`send_test` TINYINT(1) DEFAULT 0,
|
33 |
+
`testemail` varchar(255) NULL,
|
34 |
+
PRIMARY KEY (`id`)
|
35 |
+
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;");
|
36 |
+
|
37 |
+
$installer->run("
|
38 |
+
INSERT INTO {$this->getTable('creativestyle_affilinet_datafeed')}
|
39 |
+
(`id`, `created_at`, `updated_at`, `name`, `company_logo`, `escaping`, `delimiter_escape`, `delimiter`, `language`, `encoding`, `column_title`, `last_delimiter`, `filter_active`, `filter_stock`, `one_variation`, `cron_active`, `cron_start`, `cron_repeat`, `cron_file`, `next_generate`, `store_id`, `last_page`, `cron_lock`, `send_test`, `testemail`)
|
40 |
+
VALUES (1, '2014-06-29 16:57:15', '2014-06-30 08:40:49', 'Default', '', '".'""'."', 'backslash', ';', 'English', 'UTF-8', 1, 1, 1, 1, 0, 0, '00,00,00', 0, 'default', NULL, 0, 0, 0, 0, NULL);
|
41 |
+
");
|
42 |
+
|
43 |
+
|
44 |
$installer->endSetup();
|
app/code/community/Creativestyle/AffiliNet/sql/filter_setup/install-1.0.0.php
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
<?php
|
2 |
-
$installer = $this;
|
3 |
-
|
4 |
-
$installer->startSetup();
|
5 |
-
|
6 |
-
$installer->run("
|
7 |
-
CREATE TABLE IF NOT EXISTS {$this->getTable('creativestyle_affilinet_datafeed_filter')} (
|
8 |
-
`id` int(16) unsigned NOT NULL auto_increment,
|
9 |
-
`datafeed_id` int(16) unsigned NOT NULL,
|
10 |
-
`fieldname` varchar(255) NOT NULL,
|
11 |
-
`filter` varchar(255) NOT NULL,
|
12 |
-
`position` int(16) DEFAULT 0,
|
13 |
-
PRIMARY KEY (`id`)
|
14 |
-
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;");
|
15 |
-
|
16 |
$installer->endSetup();
|
1 |
+
<?php
|
2 |
+
$installer = $this;
|
3 |
+
|
4 |
+
$installer->startSetup();
|
5 |
+
|
6 |
+
$installer->run("
|
7 |
+
CREATE TABLE IF NOT EXISTS {$this->getTable('creativestyle_affilinet_datafeed_filter')} (
|
8 |
+
`id` int(16) unsigned NOT NULL auto_increment,
|
9 |
+
`datafeed_id` int(16) unsigned NOT NULL,
|
10 |
+
`fieldname` varchar(255) NOT NULL,
|
11 |
+
`filter` varchar(255) NOT NULL,
|
12 |
+
`position` int(16) DEFAULT 0,
|
13 |
+
PRIMARY KEY (`id`)
|
14 |
+
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;");
|
15 |
+
|
16 |
$installer->endSetup();
|
app/code/community/Creativestyle/AffiliNet/sql/mapper_setup/install-1.0.0.php
CHANGED
@@ -1,39 +1,39 @@
|
|
1 |
-
<?php
|
2 |
-
$installer = $this;
|
3 |
-
|
4 |
-
$installer->startSetup();
|
5 |
-
|
6 |
-
$installer->run("
|
7 |
-
CREATE TABLE IF NOT EXISTS {$this->getTable('creativestyle_affilinet_datafeed_mapper')} (
|
8 |
-
`id` int(16) unsigned NOT NULL auto_increment,
|
9 |
-
`datafeed_id` int(16) unsigned NOT NULL,
|
10 |
-
`title` varchar(255) NOT NULL,
|
11 |
-
`preffix` varchar(255) NOT NULL,
|
12 |
-
`fieldname` varchar(255) NOT NULL,
|
13 |
-
`suffix` varchar(255) NOT NULL,
|
14 |
-
`concatenation` TINYINT(1) DEFAULT 0,
|
15 |
-
`position` int(16) DEFAULT 0,
|
16 |
-
PRIMARY KEY (`id`)
|
17 |
-
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;");
|
18 |
-
|
19 |
-
$installer->run("
|
20 |
-
INSERT INTO {$this->getTable('creativestyle_affilinet_datafeed_mapper')} (`id`, `datafeed_id`, `title`, `preffix`, `fieldname`, `suffix`, `concatenation`, `position`) VALUES
|
21 |
-
(1, 1, 'ArtNumber ', '', 'sku', '', 0, 1),
|
22 |
-
(2, 1, 'Category', '', 'category_ids', '', 0, 2),
|
23 |
-
(3, 1, 'Title', '', 'name', '', 0, 3),
|
24 |
-
(4, 1, 'DescriptionShort', '', 'short_description', '', 0, 4),
|
25 |
-
(5, 1, 'Description', '', 'description', '', 0, 5),
|
26 |
-
(6, 1, 'PricePrefix', '', 'none', '', 0, 6),
|
27 |
-
(7, 1, 'Price', '', 'price', '', 0, 7),
|
28 |
-
(8, 1, 'PriceSuffix', '', 'none', '', 0, 8),
|
29 |
-
(9, 1, 'Currency', '', 'currency', '', 0, 9),
|
30 |
-
(10, 1, 'ImgUrl', '', 'imgurl', '', 0, 10),
|
31 |
-
(11, 1, 'DeepLink', '', 'deeplink', '', 0, 11),
|
32 |
-
(12, 1, 'Keywords', '', 'meta_keyword', '', 0, 12),
|
33 |
-
(13, 1, 'Manufacturer', '', 'manufacturer', '', 0, 13),
|
34 |
-
(14, 1, 'ValidFrom', '', 'special_from_date', '', 0, 14),
|
35 |
-
(15, 1, 'ValidTo', '', 'special_to_date', '', 0, 15),
|
36 |
-
(16, 1, 'SpecialPrice', '', 'special_price', '', 0, 16),
|
37 |
-
(17, 1, 'Weight', '', 'weight', '', 0, 17);");
|
38 |
-
|
39 |
$installer->endSetup();
|
1 |
+
<?php
|
2 |
+
$installer = $this;
|
3 |
+
|
4 |
+
$installer->startSetup();
|
5 |
+
|
6 |
+
$installer->run("
|
7 |
+
CREATE TABLE IF NOT EXISTS {$this->getTable('creativestyle_affilinet_datafeed_mapper')} (
|
8 |
+
`id` int(16) unsigned NOT NULL auto_increment,
|
9 |
+
`datafeed_id` int(16) unsigned NOT NULL,
|
10 |
+
`title` varchar(255) NOT NULL,
|
11 |
+
`preffix` varchar(255) NOT NULL,
|
12 |
+
`fieldname` varchar(255) NOT NULL,
|
13 |
+
`suffix` varchar(255) NOT NULL,
|
14 |
+
`concatenation` TINYINT(1) DEFAULT 0,
|
15 |
+
`position` int(16) DEFAULT 0,
|
16 |
+
PRIMARY KEY (`id`)
|
17 |
+
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;");
|
18 |
+
|
19 |
+
$installer->run("
|
20 |
+
INSERT INTO {$this->getTable('creativestyle_affilinet_datafeed_mapper')} (`id`, `datafeed_id`, `title`, `preffix`, `fieldname`, `suffix`, `concatenation`, `position`) VALUES
|
21 |
+
(1, 1, 'ArtNumber ', '', 'sku', '', 0, 1),
|
22 |
+
(2, 1, 'Category', '', 'category_ids', '', 0, 2),
|
23 |
+
(3, 1, 'Title', '', 'name', '', 0, 3),
|
24 |
+
(4, 1, 'DescriptionShort', '', 'short_description', '', 0, 4),
|
25 |
+
(5, 1, 'Description', '', 'description', '', 0, 5),
|
26 |
+
(6, 1, 'PricePrefix', '', 'none', '', 0, 6),
|
27 |
+
(7, 1, 'Price', '', 'price', '', 0, 7),
|
28 |
+
(8, 1, 'PriceSuffix', '', 'none', '', 0, 8),
|
29 |
+
(9, 1, 'Currency', '', 'currency', '', 0, 9),
|
30 |
+
(10, 1, 'ImgUrl', '', 'imgurl', '', 0, 10),
|
31 |
+
(11, 1, 'DeepLink', '', 'deeplink', '', 0, 11),
|
32 |
+
(12, 1, 'Keywords', '', 'meta_keyword', '', 0, 12),
|
33 |
+
(13, 1, 'Manufacturer', '', 'manufacturer', '', 0, 13),
|
34 |
+
(14, 1, 'ValidFrom', '', 'special_from_date', '', 0, 14),
|
35 |
+
(15, 1, 'ValidTo', '', 'special_to_date', '', 0, 15),
|
36 |
+
(16, 1, 'SpecialPrice', '', 'special_price', '', 0, 16),
|
37 |
+
(17, 1, 'Weight', '', 'weight', '', 0, 17);");
|
38 |
+
|
39 |
$installer->endSetup();
|
app/design/adminhtml/default/default/layout/affilinet.xml
CHANGED
@@ -1,87 +1,87 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Creativestyle
|
5 |
-
* @package Creativestyle_AffiliNet
|
6 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<layout version="1.0.0">
|
11 |
-
<default>
|
12 |
-
<reference name="head">
|
13 |
-
<action method="addCss"><stylesheet>creativestyle/css/affilinet.css</stylesheet></action>
|
14 |
-
</reference>
|
15 |
-
</default>
|
16 |
-
<reference name="before_body_end">
|
17 |
-
<block type="core/template" template="creativestyle/affilinet/init.phtml" />
|
18 |
-
</reference>
|
19 |
-
<admin_affilinet_adminhtml_cms_introduction>
|
20 |
-
<reference name="content">
|
21 |
-
<block type="affilinet/adminhtml_cms" name="affilinet_introduction" template="creativestyle/affilinet/introduction.phtml"/>
|
22 |
-
</reference>
|
23 |
-
</admin_affilinet_adminhtml_cms_introduction>
|
24 |
-
<admin_affilinet_adminhtml_cms_signup>
|
25 |
-
<reference name="content">
|
26 |
-
<block type="affilinet/adminhtml_cms" name="affilinet_signup" template="creativestyle/affilinet/signup.phtml"/>
|
27 |
-
</reference>
|
28 |
-
</admin_affilinet_adminhtml_cms_signup>
|
29 |
-
<admin_affilinet_adminhtml_datafeed_edit>
|
30 |
-
<reference name="content">
|
31 |
-
<block type="affilinet/adminhtml_datafeed_preview" name="affilinet.datafeed.preview" template="creativestyle/affilinet/datafeed/preview.phtml">
|
32 |
-
</block>
|
33 |
-
</reference>
|
34 |
-
<reference name="head">
|
35 |
-
<action method="addItem">
|
36 |
-
<type>js_css</type>
|
37 |
-
<name>prototype/windows/themes/default.css</name>
|
38 |
-
</action>
|
39 |
-
<action method="addCss">
|
40 |
-
<name>lib/prototype/windows/themes/magento.css</name>
|
41 |
-
</action>
|
42 |
-
</reference>
|
43 |
-
</admin_affilinet_adminhtml_datafeed_edit>
|
44 |
-
<admin_affilinet_adminhtml_report_order_index>
|
45 |
-
<reference name="content">
|
46 |
-
<block type="affilinet/adminhtml_report_order" template="creativestyle/affilinet/order/grid/container.phtml" name="affilinet.order.grid.container">
|
47 |
-
<block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
|
48 |
-
<action method="hasDefaultOption"><params>0</params></action>
|
49 |
-
<action method="setUseConfirm"><params>0</params></action>
|
50 |
-
<action method="setStoreVarName"><var_name>store</var_name></action>
|
51 |
-
</block>
|
52 |
-
<block type="affilinet/adminhtml_report_order_filter_form" name="affilinet.order.filter.form"/>
|
53 |
-
</block>
|
54 |
-
</reference>
|
55 |
-
</admin_affilinet_adminhtml_report_order_index>
|
56 |
-
<admin_affilinet_adminhtml_report_statistics_index>
|
57 |
-
<reference name="head">
|
58 |
-
<action method="addJs"><script>creativestyle/adminhtml/affilinet.js</script></action>
|
59 |
-
</reference>
|
60 |
-
<reference name="content">
|
61 |
-
<block type="affilinet/adminhtml_report_statistics" template="creativestyle/affilinet/statistics/grid/container.phtml" name="affilinet.statistics.grid.container">
|
62 |
-
<block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
|
63 |
-
<action method="hasDefaultOption"><params>0</params></action>
|
64 |
-
<action method="setUseConfirm"><params>0</params></action>
|
65 |
-
<action method="setStoreVarName"><var_name>store</var_name></action>
|
66 |
-
</block>
|
67 |
-
<block type="affilinet/adminhtml_report_statistics_filter_form" name="affilinet.statistics.filter.form"/>
|
68 |
-
</block>
|
69 |
-
</reference>
|
70 |
-
</admin_affilinet_adminhtml_report_statistics_index>
|
71 |
-
<admin_affilinet_failed_auth>
|
72 |
-
<reference name="messages">
|
73 |
-
<action method="addNotice" translate="message">
|
74 |
-
<message>Please provide your web service username/password in the extension settings page.</message>
|
75 |
-
</action>
|
76 |
-
</reference>
|
77 |
-
</admin_affilinet_failed_auth>
|
78 |
-
<admin_affilinet_adminhtml_report_order_auth>
|
79 |
-
<update handle="admin_affilinet_failed_auth"/>
|
80 |
-
</admin_affilinet_adminhtml_report_order_auth>
|
81 |
-
<admin_affilinet_adminhtml_report_statistics_auth>
|
82 |
-
<update handle="admin_affilinet_failed_auth"/>
|
83 |
-
</admin_affilinet_adminhtml_report_statistics_auth>
|
84 |
-
<admin_affilinet_adminhtml_report_order_getbasketinfo>
|
85 |
-
<block type="affilinet/adminhtml_report_order_grid_basketInfo" name="root" output="toHtml"/>
|
86 |
-
</admin_affilinet_adminhtml_report_order_getbasketinfo>
|
87 |
-
</layout>
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Creativestyle
|
5 |
+
* @package Creativestyle_AffiliNet
|
6 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<layout version="1.0.0">
|
11 |
+
<default>
|
12 |
+
<reference name="head">
|
13 |
+
<action method="addCss"><stylesheet>creativestyle/css/affilinet.css</stylesheet></action>
|
14 |
+
</reference>
|
15 |
+
</default>
|
16 |
+
<reference name="before_body_end">
|
17 |
+
<block type="core/template" template="creativestyle/affilinet/init.phtml" />
|
18 |
+
</reference>
|
19 |
+
<admin_affilinet_adminhtml_cms_introduction>
|
20 |
+
<reference name="content">
|
21 |
+
<block type="affilinet/adminhtml_cms" name="affilinet_introduction" template="creativestyle/affilinet/introduction.phtml"/>
|
22 |
+
</reference>
|
23 |
+
</admin_affilinet_adminhtml_cms_introduction>
|
24 |
+
<admin_affilinet_adminhtml_cms_signup>
|
25 |
+
<reference name="content">
|
26 |
+
<block type="affilinet/adminhtml_cms" name="affilinet_signup" template="creativestyle/affilinet/signup.phtml"/>
|
27 |
+
</reference>
|
28 |
+
</admin_affilinet_adminhtml_cms_signup>
|
29 |
+
<admin_affilinet_adminhtml_datafeed_edit>
|
30 |
+
<reference name="content">
|
31 |
+
<block type="affilinet/adminhtml_datafeed_preview" name="affilinet.datafeed.preview" template="creativestyle/affilinet/datafeed/preview.phtml">
|
32 |
+
</block>
|
33 |
+
</reference>
|
34 |
+
<reference name="head">
|
35 |
+
<action method="addItem">
|
36 |
+
<type>js_css</type>
|
37 |
+
<name>prototype/windows/themes/default.css</name>
|
38 |
+
</action>
|
39 |
+
<action method="addCss">
|
40 |
+
<name>lib/prototype/windows/themes/magento.css</name>
|
41 |
+
</action>
|
42 |
+
</reference>
|
43 |
+
</admin_affilinet_adminhtml_datafeed_edit>
|
44 |
+
<admin_affilinet_adminhtml_report_order_index>
|
45 |
+
<reference name="content">
|
46 |
+
<block type="affilinet/adminhtml_report_order" template="creativestyle/affilinet/order/grid/container.phtml" name="affilinet.order.grid.container">
|
47 |
+
<block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
|
48 |
+
<action method="hasDefaultOption"><params>0</params></action>
|
49 |
+
<action method="setUseConfirm"><params>0</params></action>
|
50 |
+
<action method="setStoreVarName"><var_name>store</var_name></action>
|
51 |
+
</block>
|
52 |
+
<block type="affilinet/adminhtml_report_order_filter_form" name="affilinet.order.filter.form"/>
|
53 |
+
</block>
|
54 |
+
</reference>
|
55 |
+
</admin_affilinet_adminhtml_report_order_index>
|
56 |
+
<admin_affilinet_adminhtml_report_statistics_index>
|
57 |
+
<reference name="head">
|
58 |
+
<action method="addJs"><script>creativestyle/adminhtml/affilinet.js</script></action>
|
59 |
+
</reference>
|
60 |
+
<reference name="content">
|
61 |
+
<block type="affilinet/adminhtml_report_statistics" template="creativestyle/affilinet/statistics/grid/container.phtml" name="affilinet.statistics.grid.container">
|
62 |
+
<block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
|
63 |
+
<action method="hasDefaultOption"><params>0</params></action>
|
64 |
+
<action method="setUseConfirm"><params>0</params></action>
|
65 |
+
<action method="setStoreVarName"><var_name>store</var_name></action>
|
66 |
+
</block>
|
67 |
+
<block type="affilinet/adminhtml_report_statistics_filter_form" name="affilinet.statistics.filter.form"/>
|
68 |
+
</block>
|
69 |
+
</reference>
|
70 |
+
</admin_affilinet_adminhtml_report_statistics_index>
|
71 |
+
<admin_affilinet_failed_auth>
|
72 |
+
<reference name="messages">
|
73 |
+
<action method="addNotice" translate="message">
|
74 |
+
<message>Please provide your web service username/password in the extension settings page.</message>
|
75 |
+
</action>
|
76 |
+
</reference>
|
77 |
+
</admin_affilinet_failed_auth>
|
78 |
+
<admin_affilinet_adminhtml_report_order_auth>
|
79 |
+
<update handle="admin_affilinet_failed_auth"/>
|
80 |
+
</admin_affilinet_adminhtml_report_order_auth>
|
81 |
+
<admin_affilinet_adminhtml_report_statistics_auth>
|
82 |
+
<update handle="admin_affilinet_failed_auth"/>
|
83 |
+
</admin_affilinet_adminhtml_report_statistics_auth>
|
84 |
+
<admin_affilinet_adminhtml_report_order_getbasketinfo>
|
85 |
+
<block type="affilinet/adminhtml_report_order_grid_basketInfo" name="root" output="toHtml"/>
|
86 |
+
</admin_affilinet_adminhtml_report_order_getbasketinfo>
|
87 |
+
</layout>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/datafeed/filter.phtml
CHANGED
@@ -1,98 +1,98 @@
|
|
1 |
-
<?php
|
2 |
-
$_htmlId = $this->getElement()->getHtmlId();
|
3 |
-
$_htmlName = $this->getElement()->getName();
|
4 |
-
$attributes = Mage::helper('affilinet')->getAllAttributes(false);
|
5 |
-
?>
|
6 |
-
|
7 |
-
<tr>
|
8 |
-
<td class="label"><?php echo $this->getElement()->getLabel() ?></td>
|
9 |
-
<td colspan="10" class="grid">
|
10 |
-
<table cellspacing="0" class="data border" id="filter_table">
|
11 |
-
<col width="120" />
|
12 |
-
<col width="95" />
|
13 |
-
<col />
|
14 |
-
<thead>
|
15 |
-
<tr class="headings">
|
16 |
-
<th><?php echo Mage::helper('affilinet')->__('Fieldname') ?></th>
|
17 |
-
<th><?php echo Mage::helper('affilinet')->__('Filter') ?></th>
|
18 |
-
<th><?php echo Mage::helper('affilinet')->__('Action') ?></th>
|
19 |
-
</tr>
|
20 |
-
</thead>
|
21 |
-
<tbody id="<?php echo $_htmlId ?>_container"></tbody>
|
22 |
-
<tfoot>
|
23 |
-
<tr>
|
24 |
-
<td colspan="3" class="a-right"><?php echo $this->getAddButtonHtml() ?></td>
|
25 |
-
</tr>
|
26 |
-
</tfoot>
|
27 |
-
</table>
|
28 |
-
|
29 |
-
<script type="text/javascript">
|
30 |
-
//<![CDATA[
|
31 |
-
var filterRowTemplate = '<tr>'
|
32 |
-
+ '<td><select class="required-entry" name="<?php echo $_htmlName ?>[{{index}}][fieldname]" id="filter_row_{{index}}_fieldname">'
|
33 |
-
<?php foreach ($attributes as $code => $label){ ?>
|
34 |
-
+ '<option value="<?php echo $code ?>"><?php echo $this->jsQuoteEscape($this->escapeHtml($label)) ?></option>'
|
35 |
-
<?php } ?>
|
36 |
-
+ '</select></td>'
|
37 |
-
+ '<td class="nobr"><input class="" type="text" name="<?php echo $_htmlName ?>[{{index}}][filter]" value="{{filter}}" id="filter_row_{{index}}_filter" />'
|
38 |
-
+ '<td class="last"><input type="hidden" name="<?php echo $_htmlName ?>[{{index}}][delete]" class="delete" value="" id="filter_row_{{index}}_delete" />'
|
39 |
-
+ '<button title="<?php echo Mage::helper('affilinet')->__("Delete Filter") ?>" type="button" class="scalable delete icon-btn delete-product-option" id="filter_row_{{index}}_delete_button" onclick="return filterControl.deleteItem(event);">'
|
40 |
-
+ '<span><span><span><?php echo Mage::helper('affilinet')->__("Delete") ?></span></span></span></button></td>'
|
41 |
-
+ '</tr>';
|
42 |
-
|
43 |
-
var filterControl = {
|
44 |
-
template: new Template(filterRowTemplate, new RegExp('(^|.|\\r|\\n)({{\\s*(\\w+)\\s*}})', "")),
|
45 |
-
itemsCount: 0,
|
46 |
-
addItem : function () {
|
47 |
-
var data = {
|
48 |
-
fieldname: '',
|
49 |
-
filter: '',
|
50 |
-
index: this.itemsCount++
|
51 |
-
};
|
52 |
-
|
53 |
-
if(arguments.length >= 2) {
|
54 |
-
data.fieldname = arguments[0];
|
55 |
-
data.filter = arguments[1];
|
56 |
-
}
|
57 |
-
|
58 |
-
Element.insert($('<?php echo $_htmlId ?>_container'), {
|
59 |
-
bottom : this.template.evaluate(data)
|
60 |
-
});
|
61 |
-
|
62 |
-
if (data.fieldname) {
|
63 |
-
$A($('filter_row_'+data.index+'_fieldname').options).each(function(option){
|
64 |
-
if (option.value==data.fieldname) option.selected = true;
|
65 |
-
});
|
66 |
-
}
|
67 |
-
|
68 |
-
$('<?php echo $_htmlId ?>_container').select('input', 'select').each(function(el){ Event.observe(el, 'change', el.setHasChanges.bind(el)); });
|
69 |
-
},
|
70 |
-
deleteItem: function(event) {
|
71 |
-
var tr = Event.findElement(event, 'tr');
|
72 |
-
if (tr) {
|
73 |
-
Element.select(tr, '.delete').each(function(elem){elem.value='1'});
|
74 |
-
Element.select(tr, ['input', 'select']).each(function(elem){elem.hide()});
|
75 |
-
Element.hide(tr);
|
76 |
-
Element.addClassName(tr, 'no-display template');
|
77 |
-
}
|
78 |
-
return false;
|
79 |
-
}
|
80 |
-
};
|
81 |
-
|
82 |
-
<?php
|
83 |
-
|
84 |
-
$frozen = Mage::registry('frozen_data');
|
85 |
-
if($frozen && isset($frozen['field_filter']) && $frozen['field_filter']){
|
86 |
-
foreach ($frozen['field_filter'] as $item){
|
87 |
-
?>
|
88 |
-
filterControl.addItem(
|
89 |
-
'<?php echo $item['fieldname'] ?>',
|
90 |
-
'<?php echo $item['filter'] ?>'
|
91 |
-
);
|
92 |
-
<?php
|
93 |
-
}
|
94 |
-
}
|
95 |
-
?>
|
96 |
-
//]]>
|
97 |
-
</script>
|
98 |
-
</td></tr>
|
1 |
+
<?php
|
2 |
+
$_htmlId = $this->getElement()->getHtmlId();
|
3 |
+
$_htmlName = $this->getElement()->getName();
|
4 |
+
$attributes = Mage::helper('affilinet')->getAllAttributes(false);
|
5 |
+
?>
|
6 |
+
|
7 |
+
<tr>
|
8 |
+
<td class="label"><?php echo $this->getElement()->getLabel() ?></td>
|
9 |
+
<td colspan="10" class="grid">
|
10 |
+
<table cellspacing="0" class="data border" id="filter_table">
|
11 |
+
<col width="120" />
|
12 |
+
<col width="95" />
|
13 |
+
<col />
|
14 |
+
<thead>
|
15 |
+
<tr class="headings">
|
16 |
+
<th><?php echo Mage::helper('affilinet')->__('Fieldname') ?></th>
|
17 |
+
<th><?php echo Mage::helper('affilinet')->__('Filter') ?></th>
|
18 |
+
<th><?php echo Mage::helper('affilinet')->__('Action') ?></th>
|
19 |
+
</tr>
|
20 |
+
</thead>
|
21 |
+
<tbody id="<?php echo $_htmlId ?>_container"></tbody>
|
22 |
+
<tfoot>
|
23 |
+
<tr>
|
24 |
+
<td colspan="3" class="a-right"><?php echo $this->getAddButtonHtml() ?></td>
|
25 |
+
</tr>
|
26 |
+
</tfoot>
|
27 |
+
</table>
|
28 |
+
|
29 |
+
<script type="text/javascript">
|
30 |
+
//<![CDATA[
|
31 |
+
var filterRowTemplate = '<tr>'
|
32 |
+
+ '<td><select class="required-entry" name="<?php echo $_htmlName ?>[{{index}}][fieldname]" id="filter_row_{{index}}_fieldname">'
|
33 |
+
<?php foreach ($attributes as $code => $label){ ?>
|
34 |
+
+ '<option value="<?php echo $code ?>"><?php echo $this->jsQuoteEscape($this->escapeHtml($label)) ?></option>'
|
35 |
+
<?php } ?>
|
36 |
+
+ '</select></td>'
|
37 |
+
+ '<td class="nobr"><input class="" type="text" name="<?php echo $_htmlName ?>[{{index}}][filter]" value="{{filter}}" id="filter_row_{{index}}_filter" />'
|
38 |
+
+ '<td class="last"><input type="hidden" name="<?php echo $_htmlName ?>[{{index}}][delete]" class="delete" value="" id="filter_row_{{index}}_delete" />'
|
39 |
+
+ '<button title="<?php echo Mage::helper('affilinet')->__("Delete Filter") ?>" type="button" class="scalable delete icon-btn delete-product-option" id="filter_row_{{index}}_delete_button" onclick="return filterControl.deleteItem(event);">'
|
40 |
+
+ '<span><span><span><?php echo Mage::helper('affilinet')->__("Delete") ?></span></span></span></button></td>'
|
41 |
+
+ '</tr>';
|
42 |
+
|
43 |
+
var filterControl = {
|
44 |
+
template: new Template(filterRowTemplate, new RegExp('(^|.|\\r|\\n)({{\\s*(\\w+)\\s*}})', "")),
|
45 |
+
itemsCount: 0,
|
46 |
+
addItem : function () {
|
47 |
+
var data = {
|
48 |
+
fieldname: '',
|
49 |
+
filter: '',
|
50 |
+
index: this.itemsCount++
|
51 |
+
};
|
52 |
+
|
53 |
+
if(arguments.length >= 2) {
|
54 |
+
data.fieldname = arguments[0];
|
55 |
+
data.filter = arguments[1];
|
56 |
+
}
|
57 |
+
|
58 |
+
Element.insert($('<?php echo $_htmlId ?>_container'), {
|
59 |
+
bottom : this.template.evaluate(data)
|
60 |
+
});
|
61 |
+
|
62 |
+
if (data.fieldname) {
|
63 |
+
$A($('filter_row_'+data.index+'_fieldname').options).each(function(option){
|
64 |
+
if (option.value==data.fieldname) option.selected = true;
|
65 |
+
});
|
66 |
+
}
|
67 |
+
|
68 |
+
$('<?php echo $_htmlId ?>_container').select('input', 'select').each(function(el){ Event.observe(el, 'change', el.setHasChanges.bind(el)); });
|
69 |
+
},
|
70 |
+
deleteItem: function(event) {
|
71 |
+
var tr = Event.findElement(event, 'tr');
|
72 |
+
if (tr) {
|
73 |
+
Element.select(tr, '.delete').each(function(elem){elem.value='1'});
|
74 |
+
Element.select(tr, ['input', 'select']).each(function(elem){elem.hide()});
|
75 |
+
Element.hide(tr);
|
76 |
+
Element.addClassName(tr, 'no-display template');
|
77 |
+
}
|
78 |
+
return false;
|
79 |
+
}
|
80 |
+
};
|
81 |
+
|
82 |
+
<?php
|
83 |
+
|
84 |
+
$frozen = Mage::registry('frozen_data');
|
85 |
+
if($frozen && isset($frozen['field_filter']) && $frozen['field_filter']){
|
86 |
+
foreach ($frozen['field_filter'] as $item){
|
87 |
+
?>
|
88 |
+
filterControl.addItem(
|
89 |
+
'<?php echo $item['fieldname'] ?>',
|
90 |
+
'<?php echo $item['filter'] ?>'
|
91 |
+
);
|
92 |
+
<?php
|
93 |
+
}
|
94 |
+
}
|
95 |
+
?>
|
96 |
+
//]]>
|
97 |
+
</script>
|
98 |
+
</td></tr>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/datafeed/mapper.phtml
CHANGED
@@ -1,122 +1,122 @@
|
|
1 |
-
<?php
|
2 |
-
$_htmlId = $this->getElement()->getHtmlId();
|
3 |
-
$_htmlName = $this->getElement()->getName();
|
4 |
-
$attributes = Mage::helper('affilinet')->getAllAttributes();
|
5 |
-
?>
|
6 |
-
|
7 |
-
<tr>
|
8 |
-
<td class="label"><?php echo $this->getElement()->getLabel() ?></td>
|
9 |
-
<td colspan="10" class="grid">
|
10 |
-
<table cellspacing="0" class="data border" id="mapper_table">
|
11 |
-
<col width="120" />
|
12 |
-
<col width="95" />
|
13 |
-
<col />
|
14 |
-
<col width="1" />
|
15 |
-
<col />
|
16 |
-
<col />
|
17 |
-
<thead>
|
18 |
-
<tr class="headings">
|
19 |
-
<th><?php echo Mage::helper('affilinet')->__('Title') ?></th>
|
20 |
-
<th><?php echo Mage::helper('affilinet')->__('Prefix') ?></th>
|
21 |
-
<th><?php echo Mage::helper('affilinet')->__('Fieldname') ?></th>
|
22 |
-
<th><?php echo Mage::helper('affilinet')->__('Suffix') ?></th>
|
23 |
-
<th><?php echo Mage::helper('affilinet')->__('Concatenation') ?></th>
|
24 |
-
<th><?php echo Mage::helper('affilinet')->__('Action') ?></th>
|
25 |
-
</tr>
|
26 |
-
</thead>
|
27 |
-
<tbody id="<?php echo $_htmlId ?>_container"></tbody>
|
28 |
-
<tfoot>
|
29 |
-
<tr>
|
30 |
-
<td colspan="6" class="a-right"><?php echo $this->getAddButtonHtml() ?></td>
|
31 |
-
</tr>
|
32 |
-
</tfoot>
|
33 |
-
</table>
|
34 |
-
|
35 |
-
<script type="text/javascript">
|
36 |
-
//<![CDATA[
|
37 |
-
var mapperRowTemplate = '<tr>'
|
38 |
-
+ '<td class="nobr"><input class="" type="text" name="<?php echo $_htmlName ?>[{{index}}][title]" value="{{title}}" id="mapper_row_{{index}}_title" />'
|
39 |
-
+ '<td class="nobr"><input class="" type="text" name="<?php echo $_htmlName ?>[{{index}}][preffix]" value="{{preffix}}" id="mapper_row_{{index}}_preffix" />'
|
40 |
-
+ '<td><select class="required-entry" name="<?php echo $_htmlName ?>[{{index}}][fieldname]" id="mapper_row_{{index}}_fieldname">'
|
41 |
-
<?php foreach ($attributes as $code => $label){ ?>
|
42 |
-
+ '<option value="<?php echo $code ?>"><?php echo $this->jsQuoteEscape($this->escapeHtml($label)) ?></option>'
|
43 |
-
<?php } ?>
|
44 |
-
+ '</select></td>'
|
45 |
-
+ '<td class="nobr"><input class="" type="text" name="<?php echo $_htmlName ?>[{{index}}][suffix]" value="{{suffix}}" id="mapper_row_{{index}}_suffix" />'
|
46 |
-
+ '<td class="nobr"><input class="" type="checkbox" name="<?php echo $_htmlName ?>[{{index}}][concatenation]" value="{{concatenation}}" id="mapper_row_{{index}}_concatenation" />'
|
47 |
-
+ '<td class="last"><input type="hidden" name="<?php echo $_htmlName ?>[{{index}}][delete]" class="delete" value="" id="mapper_row_{{index}}_delete" />'
|
48 |
-
+ '<button title="<?php echo Mage::helper('affilinet')->__("Delete Field") ?>" type="button" class="scalable delete icon-btn delete-product-option" id="mapper_row_{{index}}_delete_button" onclick="return mapperControl.deleteItem(event);">'
|
49 |
-
+ '<span><span><span><?php echo Mage::helper('affilinet')->__("Delete") ?></span></span></span></button></td>'
|
50 |
-
+ '</tr>';
|
51 |
-
|
52 |
-
var mapperControl = {
|
53 |
-
template: new Template(mapperRowTemplate, new RegExp('(^|.|\\r|\\n)({{\\s*(\\w+)\\s*}})', "")),
|
54 |
-
itemsCount: 0,
|
55 |
-
addItem : function () {
|
56 |
-
var data = {
|
57 |
-
title: '',
|
58 |
-
preffix: '',
|
59 |
-
fieldname: '',
|
60 |
-
suffix: '',
|
61 |
-
concatenation: '',
|
62 |
-
index: this.itemsCount++
|
63 |
-
};
|
64 |
-
|
65 |
-
if(arguments.length >= 5) {
|
66 |
-
data.title = arguments[0];
|
67 |
-
data.preffix = arguments[1];
|
68 |
-
data.fieldname = arguments[2];
|
69 |
-
data.suffix = arguments[3];
|
70 |
-
data.concatenation = arguments[4];
|
71 |
-
}
|
72 |
-
|
73 |
-
Element.insert($('<?php echo $_htmlId ?>_container'), {
|
74 |
-
bottom : this.template.evaluate(data)
|
75 |
-
});
|
76 |
-
|
77 |
-
if (data.fieldname) {
|
78 |
-
$A($('mapper_row_'+data.index+'_fieldname').options).each(function(option){
|
79 |
-
if (option.value==data.fieldname) option.selected = true;
|
80 |
-
});
|
81 |
-
}
|
82 |
-
|
83 |
-
if (data.concatenation) {
|
84 |
-
if($('mapper_row_'+data.index+'_concatenation').value == 1){
|
85 |
-
$('mapper_row_'+data.index+'_concatenation').checked = true;
|
86 |
-
}
|
87 |
-
}
|
88 |
-
|
89 |
-
$('<?php echo $_htmlId ?>_container').select('input', 'select').each(function(el){ Event.observe(el, 'change', el.setHasChanges.bind(el)); });
|
90 |
-
},
|
91 |
-
deleteItem: function(event) {
|
92 |
-
var tr = Event.findElement(event, 'tr');
|
93 |
-
if (tr) {
|
94 |
-
Element.select(tr, '.delete').each(function(elem){elem.value='1'});
|
95 |
-
Element.select(tr, ['input', 'select']).each(function(elem){elem.hide()});
|
96 |
-
Element.hide(tr);
|
97 |
-
Element.addClassName(tr, 'no-display template');
|
98 |
-
}
|
99 |
-
return false;
|
100 |
-
}
|
101 |
-
};
|
102 |
-
|
103 |
-
<?php
|
104 |
-
|
105 |
-
$frozen = Mage::registry('frozen_data');
|
106 |
-
if($frozen && isset($frozen['field_mapper']) && $frozen['field_mapper']){
|
107 |
-
foreach ($frozen['field_mapper'] as $item){
|
108 |
-
?>
|
109 |
-
mapperControl.addItem(
|
110 |
-
'<?php echo $item['title'] ?>',
|
111 |
-
'<?php echo $item['preffix'] ?>',
|
112 |
-
'<?php echo $item['fieldname'] ?>',
|
113 |
-
'<?php echo $item['suffix'] ?>',
|
114 |
-
'<?php echo $item['concatenation'] ?>'
|
115 |
-
);
|
116 |
-
<?php
|
117 |
-
}
|
118 |
-
}
|
119 |
-
?>
|
120 |
-
//]]>
|
121 |
-
</script>
|
122 |
-
</td></tr>
|
1 |
+
<?php
|
2 |
+
$_htmlId = $this->getElement()->getHtmlId();
|
3 |
+
$_htmlName = $this->getElement()->getName();
|
4 |
+
$attributes = Mage::helper('affilinet')->getAllAttributes();
|
5 |
+
?>
|
6 |
+
|
7 |
+
<tr>
|
8 |
+
<td class="label"><?php echo $this->getElement()->getLabel() ?></td>
|
9 |
+
<td colspan="10" class="grid">
|
10 |
+
<table cellspacing="0" class="data border" id="mapper_table">
|
11 |
+
<col width="120" />
|
12 |
+
<col width="95" />
|
13 |
+
<col />
|
14 |
+
<col width="1" />
|
15 |
+
<col />
|
16 |
+
<col />
|
17 |
+
<thead>
|
18 |
+
<tr class="headings">
|
19 |
+
<th><?php echo Mage::helper('affilinet')->__('Title') ?></th>
|
20 |
+
<th><?php echo Mage::helper('affilinet')->__('Prefix') ?></th>
|
21 |
+
<th><?php echo Mage::helper('affilinet')->__('Fieldname') ?></th>
|
22 |
+
<th><?php echo Mage::helper('affilinet')->__('Suffix') ?></th>
|
23 |
+
<th><?php echo Mage::helper('affilinet')->__('Concatenation') ?></th>
|
24 |
+
<th><?php echo Mage::helper('affilinet')->__('Action') ?></th>
|
25 |
+
</tr>
|
26 |
+
</thead>
|
27 |
+
<tbody id="<?php echo $_htmlId ?>_container"></tbody>
|
28 |
+
<tfoot>
|
29 |
+
<tr>
|
30 |
+
<td colspan="6" class="a-right"><?php echo $this->getAddButtonHtml() ?></td>
|
31 |
+
</tr>
|
32 |
+
</tfoot>
|
33 |
+
</table>
|
34 |
+
|
35 |
+
<script type="text/javascript">
|
36 |
+
//<![CDATA[
|
37 |
+
var mapperRowTemplate = '<tr>'
|
38 |
+
+ '<td class="nobr"><input class="" type="text" name="<?php echo $_htmlName ?>[{{index}}][title]" value="{{title}}" id="mapper_row_{{index}}_title" />'
|
39 |
+
+ '<td class="nobr"><input class="" type="text" name="<?php echo $_htmlName ?>[{{index}}][preffix]" value="{{preffix}}" id="mapper_row_{{index}}_preffix" />'
|
40 |
+
+ '<td><select class="required-entry" name="<?php echo $_htmlName ?>[{{index}}][fieldname]" id="mapper_row_{{index}}_fieldname">'
|
41 |
+
<?php foreach ($attributes as $code => $label){ ?>
|
42 |
+
+ '<option value="<?php echo $code ?>"><?php echo $this->jsQuoteEscape($this->escapeHtml($label)) ?></option>'
|
43 |
+
<?php } ?>
|
44 |
+
+ '</select></td>'
|
45 |
+
+ '<td class="nobr"><input class="" type="text" name="<?php echo $_htmlName ?>[{{index}}][suffix]" value="{{suffix}}" id="mapper_row_{{index}}_suffix" />'
|
46 |
+
+ '<td class="nobr"><input class="" type="checkbox" name="<?php echo $_htmlName ?>[{{index}}][concatenation]" value="{{concatenation}}" id="mapper_row_{{index}}_concatenation" />'
|
47 |
+
+ '<td class="last"><input type="hidden" name="<?php echo $_htmlName ?>[{{index}}][delete]" class="delete" value="" id="mapper_row_{{index}}_delete" />'
|
48 |
+
+ '<button title="<?php echo Mage::helper('affilinet')->__("Delete Field") ?>" type="button" class="scalable delete icon-btn delete-product-option" id="mapper_row_{{index}}_delete_button" onclick="return mapperControl.deleteItem(event);">'
|
49 |
+
+ '<span><span><span><?php echo Mage::helper('affilinet')->__("Delete") ?></span></span></span></button></td>'
|
50 |
+
+ '</tr>';
|
51 |
+
|
52 |
+
var mapperControl = {
|
53 |
+
template: new Template(mapperRowTemplate, new RegExp('(^|.|\\r|\\n)({{\\s*(\\w+)\\s*}})', "")),
|
54 |
+
itemsCount: 0,
|
55 |
+
addItem : function () {
|
56 |
+
var data = {
|
57 |
+
title: '',
|
58 |
+
preffix: '',
|
59 |
+
fieldname: '',
|
60 |
+
suffix: '',
|
61 |
+
concatenation: '',
|
62 |
+
index: this.itemsCount++
|
63 |
+
};
|
64 |
+
|
65 |
+
if(arguments.length >= 5) {
|
66 |
+
data.title = arguments[0];
|
67 |
+
data.preffix = arguments[1];
|
68 |
+
data.fieldname = arguments[2];
|
69 |
+
data.suffix = arguments[3];
|
70 |
+
data.concatenation = arguments[4];
|
71 |
+
}
|
72 |
+
|
73 |
+
Element.insert($('<?php echo $_htmlId ?>_container'), {
|
74 |
+
bottom : this.template.evaluate(data)
|
75 |
+
});
|
76 |
+
|
77 |
+
if (data.fieldname) {
|
78 |
+
$A($('mapper_row_'+data.index+'_fieldname').options).each(function(option){
|
79 |
+
if (option.value==data.fieldname) option.selected = true;
|
80 |
+
});
|
81 |
+
}
|
82 |
+
|
83 |
+
if (data.concatenation) {
|
84 |
+
if($('mapper_row_'+data.index+'_concatenation').value == 1){
|
85 |
+
$('mapper_row_'+data.index+'_concatenation').checked = true;
|
86 |
+
}
|
87 |
+
}
|
88 |
+
|
89 |
+
$('<?php echo $_htmlId ?>_container').select('input', 'select').each(function(el){ Event.observe(el, 'change', el.setHasChanges.bind(el)); });
|
90 |
+
},
|
91 |
+
deleteItem: function(event) {
|
92 |
+
var tr = Event.findElement(event, 'tr');
|
93 |
+
if (tr) {
|
94 |
+
Element.select(tr, '.delete').each(function(elem){elem.value='1'});
|
95 |
+
Element.select(tr, ['input', 'select']).each(function(elem){elem.hide()});
|
96 |
+
Element.hide(tr);
|
97 |
+
Element.addClassName(tr, 'no-display template');
|
98 |
+
}
|
99 |
+
return false;
|
100 |
+
}
|
101 |
+
};
|
102 |
+
|
103 |
+
<?php
|
104 |
+
|
105 |
+
$frozen = Mage::registry('frozen_data');
|
106 |
+
if($frozen && isset($frozen['field_mapper']) && $frozen['field_mapper']){
|
107 |
+
foreach ($frozen['field_mapper'] as $item){
|
108 |
+
?>
|
109 |
+
mapperControl.addItem(
|
110 |
+
'<?php echo $item['title'] ?>',
|
111 |
+
'<?php echo $item['preffix'] ?>',
|
112 |
+
'<?php echo $item['fieldname'] ?>',
|
113 |
+
'<?php echo $item['suffix'] ?>',
|
114 |
+
'<?php echo $item['concatenation'] ?>'
|
115 |
+
);
|
116 |
+
<?php
|
117 |
+
}
|
118 |
+
}
|
119 |
+
?>
|
120 |
+
//]]>
|
121 |
+
</script>
|
122 |
+
</td></tr>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/datafeed/preview.phtml
CHANGED
@@ -1,47 +1,47 @@
|
|
1 |
-
<?php
|
2 |
-
$id = $this->getRequest()->getParam('id', false);
|
3 |
-
if($id){
|
4 |
-
echo $this->getFormInitScripts();
|
5 |
-
?>
|
6 |
-
<script type="text/javascript">
|
7 |
-
function openFeedPreview() {
|
8 |
-
var url = '<?php echo $this->getUrl('*/*/preview/', array('id' => $id)) ?>?';
|
9 |
-
if ($('browser_window') && typeof(Windows) != 'undefined') {
|
10 |
-
Windows.focus('browser_window');
|
11 |
-
return;
|
12 |
-
}
|
13 |
-
var dialogWindow = Dialog.info(null, {
|
14 |
-
closable:true,
|
15 |
-
resizable:false,
|
16 |
-
draggable:true,
|
17 |
-
className:'magento',
|
18 |
-
windowClassName:'popup-window',
|
19 |
-
title:'<?php echo Mage::helper('affilinet')->__('Preview'); ?>',
|
20 |
-
top:50,
|
21 |
-
width:1000,
|
22 |
-
height:800,
|
23 |
-
zIndex:1000,
|
24 |
-
recenterAuto:false,
|
25 |
-
hideEffect:Element.hide,
|
26 |
-
showEffect:Element.show,
|
27 |
-
id:'browser_window',
|
28 |
-
url:url
|
29 |
-
});
|
30 |
-
}
|
31 |
-
</script>
|
32 |
-
<div class="content-header">
|
33 |
-
<?php echo $this->getHeaderHtml(); ?>
|
34 |
-
<p class="form-buttons"><?php echo $this->getButtonsHtml('header') ?></p>
|
35 |
-
</div>
|
36 |
-
<?php
|
37 |
-
echo $this->getFormHtml();
|
38 |
-
if ($this->hasFooterButtons()){
|
39 |
-
?>
|
40 |
-
<div class="content-footer">
|
41 |
-
<p class="form-buttons"><?php echo $this->getButtonsHtml('footer') ?></p>
|
42 |
-
</div>
|
43 |
-
<?php
|
44 |
-
}
|
45 |
-
echo $this->getFormScripts();
|
46 |
-
}
|
47 |
?>
|
1 |
+
<?php
|
2 |
+
$id = $this->getRequest()->getParam('id', false);
|
3 |
+
if($id){
|
4 |
+
echo $this->getFormInitScripts();
|
5 |
+
?>
|
6 |
+
<script type="text/javascript">
|
7 |
+
function openFeedPreview() {
|
8 |
+
var url = '<?php echo $this->getUrl('*/*/preview/', array('id' => $id)) ?>?';
|
9 |
+
if ($('browser_window') && typeof(Windows) != 'undefined') {
|
10 |
+
Windows.focus('browser_window');
|
11 |
+
return;
|
12 |
+
}
|
13 |
+
var dialogWindow = Dialog.info(null, {
|
14 |
+
closable:true,
|
15 |
+
resizable:false,
|
16 |
+
draggable:true,
|
17 |
+
className:'magento',
|
18 |
+
windowClassName:'popup-window',
|
19 |
+
title:'<?php echo Mage::helper('affilinet')->__('Preview'); ?>',
|
20 |
+
top:50,
|
21 |
+
width:1000,
|
22 |
+
height:800,
|
23 |
+
zIndex:1000,
|
24 |
+
recenterAuto:false,
|
25 |
+
hideEffect:Element.hide,
|
26 |
+
showEffect:Element.show,
|
27 |
+
id:'browser_window',
|
28 |
+
url:url
|
29 |
+
});
|
30 |
+
}
|
31 |
+
</script>
|
32 |
+
<div class="content-header">
|
33 |
+
<?php echo $this->getHeaderHtml(); ?>
|
34 |
+
<p class="form-buttons"><?php echo $this->getButtonsHtml('header') ?></p>
|
35 |
+
</div>
|
36 |
+
<?php
|
37 |
+
echo $this->getFormHtml();
|
38 |
+
if ($this->hasFooterButtons()){
|
39 |
+
?>
|
40 |
+
<div class="content-footer">
|
41 |
+
<p class="form-buttons"><?php echo $this->getButtonsHtml('footer') ?></p>
|
42 |
+
</div>
|
43 |
+
<?php
|
44 |
+
}
|
45 |
+
echo $this->getFormScripts();
|
46 |
+
}
|
47 |
?>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/datafeed/sendfeed.phtml
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
<tr>
|
2 |
-
<td class="label"></td>
|
3 |
-
<td class="value">
|
4 |
-
<?php if(!$this->isDisabled()){ ?>
|
5 |
-
<button style="" onclick="setLocation('<?php echo $this->getSendUrl(); ?>')" class="scalable save" type="button" title="<?php echo Mage::helper('affilinet')->__('Submit the feed to affilinet'); ?>">
|
6 |
-
<span>
|
7 |
-
<span>
|
8 |
-
<span><?php echo Mage::helper('affilinet')->__('Submit the feed to affilinet'); ?></span>
|
9 |
-
</span>
|
10 |
-
</span>
|
11 |
-
</button>
|
12 |
-
<!-- <div class="field-tooltip"><div><?php echo Mage::helper('affilinet')->__('Submit the feed to affilinet'); ?></div></div> -->
|
13 |
-
<?php }else{ ?>
|
14 |
-
<div><?php echo Mage::helper('affilinet')->__('Please generate datafeed file first'); ?></div>
|
15 |
-
<?php } ?>
|
16 |
-
</td>
|
17 |
</tr>
|
1 |
+
<tr>
|
2 |
+
<td class="label"></td>
|
3 |
+
<td class="value">
|
4 |
+
<?php if(!$this->isDisabled()){ ?>
|
5 |
+
<button style="" onclick="setLocation('<?php echo $this->getSendUrl(); ?>')" class="scalable save" type="button" title="<?php echo Mage::helper('affilinet')->__('Submit the feed to affilinet'); ?>">
|
6 |
+
<span>
|
7 |
+
<span>
|
8 |
+
<span><?php echo Mage::helper('affilinet')->__('Submit the feed to affilinet'); ?></span>
|
9 |
+
</span>
|
10 |
+
</span>
|
11 |
+
</button>
|
12 |
+
<!-- <div class="field-tooltip"><div><?php echo Mage::helper('affilinet')->__('Submit the feed to affilinet'); ?></div></div> -->
|
13 |
+
<?php }else{ ?>
|
14 |
+
<div><?php echo Mage::helper('affilinet')->__('Please generate datafeed file first'); ?></div>
|
15 |
+
<?php } ?>
|
16 |
+
</td>
|
17 |
</tr>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/info.phtml
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<div class="creativestyle-info">
|
10 |
-
<a class="creativestyle-logo" href="http://www.creativestyle.de" target="_blank">
|
11 |
-
<img src="<?php echo $this->getSkinUrl('creativestyle/images/affili-net-creativestyle-logo.png'); ?>" alt="creativestyle" />
|
12 |
-
</a>
|
13 |
-
<h3><?php echo $this->__('affilinet'); ?><small> (v. <?php echo $this->getExtensionVersion(); ?>)</small></h3>
|
14 |
-
<p style="clear:both;"><?php echo $this->__('This extension integrates easily your Magento shop with affilinet services.'); ?></p>
|
15 |
-
<p>--------------------------------------------------------<br />
|
16 |
-
<?php echo $this->helper('affilinet')->__(
|
17 |
-
'Visit <a href="%s" target="_blank">%s</a> to get more information.',
|
18 |
-
$this->helper('affilinet')->__('http://www.creativestyle.net/services/magento.html'),
|
19 |
-
$this->helper('affilinet')->__('http://www.creativestyle.net/services/magento.html'));
|
20 |
-
?>
|
21 |
-
</p>
|
22 |
-
</div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<div class="creativestyle-info">
|
10 |
+
<a class="creativestyle-logo" href="http://www.creativestyle.de" target="_blank">
|
11 |
+
<img src="<?php echo $this->getSkinUrl('creativestyle/images/affili-net-creativestyle-logo.png'); ?>" alt="creativestyle" />
|
12 |
+
</a>
|
13 |
+
<h3><?php echo $this->__('affilinet'); ?><small> (v. <?php echo $this->getExtensionVersion(); ?>)</small></h3>
|
14 |
+
<p style="clear:both;"><?php echo $this->__('This extension integrates easily your Magento shop with affilinet services.'); ?></p>
|
15 |
+
<p>--------------------------------------------------------<br />
|
16 |
+
<?php echo $this->helper('affilinet')->__(
|
17 |
+
'Visit <a href="%s" target="_blank">%s</a> to get more information.',
|
18 |
+
$this->helper('affilinet')->__('http://www.creativestyle.net/services/magento.html'),
|
19 |
+
$this->helper('affilinet')->__('http://www.creativestyle.net/services/magento.html'));
|
20 |
+
?>
|
21 |
+
</p>
|
22 |
+
</div>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/init.phtml
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<script type="text/javascript">//<![CDATA[
|
10 |
-
document.observe('dom:loaded', function() {
|
11 |
-
if ($('creative-system-config')) {
|
12 |
-
$('creative-system-config').setStyle({
|
13 |
-
display: 'block', backgroundImage: 'url(<?php echo $this->getSkinUrl('creativestyle/images/affili-net-creativestyle-header-logo.png'); ?>)',
|
14 |
-
backgroundPosition: '0 50%', backgroundRepeat: 'no-repeat', height: '27px', margin: '0', padding: '0',
|
15 |
-
textIndent: '-9999px', cursor: 'auto'
|
16 |
-
});
|
17 |
-
}
|
18 |
-
});
|
19 |
-
//]]></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<script type="text/javascript">//<![CDATA[
|
10 |
+
document.observe('dom:loaded', function() {
|
11 |
+
if ($('creative-system-config')) {
|
12 |
+
$('creative-system-config').setStyle({
|
13 |
+
display: 'block', backgroundImage: 'url(<?php echo $this->getSkinUrl('creativestyle/images/affili-net-creativestyle-header-logo.png'); ?>)',
|
14 |
+
backgroundPosition: '0 50%', backgroundRepeat: 'no-repeat', height: '27px', margin: '0', padding: '0',
|
15 |
+
textIndent: '-9999px', cursor: 'auto'
|
16 |
+
});
|
17 |
+
}
|
18 |
+
});
|
19 |
+
//]]></script>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/introduction.phtml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
<div class="content-header">
|
2 |
-
<table cellspacing="0">
|
3 |
-
<tbody>
|
4 |
-
<tr>
|
5 |
-
<td><h3 class="icon-head">affilinet Introduction</h3></td>
|
6 |
-
</tr>
|
7 |
-
</tbody>
|
8 |
-
</table>
|
9 |
-
</div>
|
10 |
-
<div>
|
11 |
-
<iframe id="affilinet-introduction-iframe" src="<?php echo $this->getIntroductionFrameSource(); ?>" style="width:100%;height:700px;" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
|
12 |
</div>
|
1 |
+
<div class="content-header">
|
2 |
+
<table cellspacing="0">
|
3 |
+
<tbody>
|
4 |
+
<tr>
|
5 |
+
<td><h3 class="icon-head">affilinet Introduction</h3></td>
|
6 |
+
</tr>
|
7 |
+
</tbody>
|
8 |
+
</table>
|
9 |
+
</div>
|
10 |
+
<div>
|
11 |
+
<iframe id="affilinet-introduction-iframe" src="<?php echo $this->getIntroductionFrameSource(); ?>" style="width:100%;height:700px;" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
|
12 |
</div>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/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/design/adminhtml/default/default/template/creativestyle/affilinet/order/grid/container.phtml
CHANGED
@@ -1,157 +1,180 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<div class="content-header">
|
10 |
-
<table cellspacing="0">
|
11 |
-
<tr>
|
12 |
-
<td style="<?php echo $this->getHeaderWidth() ?>"><?php echo $this->getHeaderHtml() ?></td>
|
13 |
-
<td class="form-buttons"><?php echo $this->getButtonsHtml() ?></td>
|
14 |
-
</tr>
|
15 |
-
</table>
|
16 |
-
</div>
|
17 |
-
<div>
|
18 |
-
<?php echo $this->getChildHtml('store_switcher') ?>
|
19 |
-
</div>
|
20 |
-
<div>
|
21 |
-
<?php echo $this->getChildHtml('affilinet.order.filter.form') ?>
|
22 |
-
</div>
|
23 |
-
<div>
|
24 |
-
<form id="affilinet-orders">
|
25 |
-
<?php echo $this->getGridHtml() ?>
|
26 |
-
</form>
|
27 |
-
<div class="affilinet-order-form-buttons form-buttons">
|
28 |
-
<button title="<?php echo $this->__('Save'); ?>" type="button" class="scalable save" onclick="saveOrders();"><span><span><span><?php echo $this->__('Save'); ?></span></span></span></button>
|
29 |
-
</div>
|
30 |
-
</div>
|
31 |
-
<script type="text/javascript">//<![CDATA[
|
32 |
-
function insertMessage(message, success) {
|
33 |
-
success = (typeof success === 'undefined') ? 1 : success;
|
34 |
-
var gridContainer = $('affilinetOrderGrid');
|
35 |
-
if (gridContainer) {
|
36 |
-
var messages = $('affilinet-messages');
|
37 |
-
if (messages) {
|
38 |
-
messages.update('<ul class="messages"><li class="' + (success ? 'success' : 'error') + '-msg"><ul><li>' + message + '</li></ul></li></ul>');
|
39 |
-
} else {
|
40 |
-
messages = new Element('div', {id: 'affilinet-messages'});
|
41 |
-
messages.insert('<ul class="messages"><li class="' + (success ? 'success' : 'error') + '-msg"><ul><li>' + message + '</li></ul></li></ul>');
|
42 |
-
gridContainer.insert({before: messages});
|
43 |
-
}
|
44 |
-
Effect.ScrollTo(messages, {duration: '0.5', offset: -45});
|
45 |
-
}
|
46 |
-
}
|
47 |
-
|
48 |
-
function filterFormSubmit() {
|
49 |
-
var filters = $$('#filter_form input', '#filter_form select');
|
50 |
-
var elements = [];
|
51 |
-
for (var i in filters) {
|
52 |
-
if (filters[i].value && filters[i].value.length && !filters[i].disabled) elements.push(filters[i]);
|
53 |
-
}
|
54 |
-
var validator = new Validation('filter_form');
|
55 |
-
if (validator.validate()) {
|
56 |
-
setLocation('<?php echo $this->getFilterUrl(); ?>filter/' + encode_base64(Form.serializeElements(elements)) + '/');
|
57 |
-
}
|
58 |
-
}
|
59 |
-
|
60 |
-
function saveOrders() {
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
)
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
if (response.
|
84 |
-
insertMessage(response.
|
85 |
-
}
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
}
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
var
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<div class="content-header">
|
10 |
+
<table cellspacing="0">
|
11 |
+
<tr>
|
12 |
+
<td style="<?php echo $this->getHeaderWidth() ?>"><?php echo $this->getHeaderHtml() ?></td>
|
13 |
+
<td class="form-buttons"><?php echo $this->getButtonsHtml() ?></td>
|
14 |
+
</tr>
|
15 |
+
</table>
|
16 |
+
</div>
|
17 |
+
<div>
|
18 |
+
<?php echo $this->getChildHtml('store_switcher') ?>
|
19 |
+
</div>
|
20 |
+
<div>
|
21 |
+
<?php echo $this->getChildHtml('affilinet.order.filter.form') ?>
|
22 |
+
</div>
|
23 |
+
<div>
|
24 |
+
<form id="affilinet-orders">
|
25 |
+
<?php echo $this->getGridHtml() ?>
|
26 |
+
</form>
|
27 |
+
<div class="affilinet-order-form-buttons form-buttons">
|
28 |
+
<button title="<?php echo $this->__('Save'); ?>" type="button" class="scalable save" onclick="saveOrders();"><span><span><span><?php echo $this->__('Save'); ?></span></span></span></button>
|
29 |
+
</div>
|
30 |
+
</div>
|
31 |
+
<script type="text/javascript">//<![CDATA[
|
32 |
+
function insertMessage(message, success) {
|
33 |
+
success = (typeof success === 'undefined') ? 1 : success;
|
34 |
+
var gridContainer = $('affilinetOrderGrid');
|
35 |
+
if (gridContainer) {
|
36 |
+
var messages = $('affilinet-messages');
|
37 |
+
if (messages) {
|
38 |
+
messages.update('<ul class="messages"><li class="' + (success ? 'success' : 'error') + '-msg"><ul><li>' + message + '</li></ul></li></ul>');
|
39 |
+
} else {
|
40 |
+
messages = new Element('div', {id: 'affilinet-messages'});
|
41 |
+
messages.insert('<ul class="messages"><li class="' + (success ? 'success' : 'error') + '-msg"><ul><li>' + message + '</li></ul></li></ul>');
|
42 |
+
gridContainer.insert({before: messages});
|
43 |
+
}
|
44 |
+
Effect.ScrollTo(messages, {duration: '0.5', offset: -45});
|
45 |
+
}
|
46 |
+
}
|
47 |
+
|
48 |
+
function filterFormSubmit() {
|
49 |
+
var filters = $$('#filter_form input', '#filter_form select');
|
50 |
+
var elements = [];
|
51 |
+
for (var i in filters) {
|
52 |
+
if (filters[i].value && filters[i].value.length && !filters[i].disabled) elements.push(filters[i]);
|
53 |
+
}
|
54 |
+
var validator = new Validation('filter_form');
|
55 |
+
if (validator.validate()) {
|
56 |
+
setLocation('<?php echo $this->getFilterUrl(); ?>filter/' + encode_base64(Form.serializeElements(elements)) + '/');
|
57 |
+
}
|
58 |
+
}
|
59 |
+
|
60 |
+
function saveOrders() {
|
61 |
+
$$('#affilinet-orders .validation-advice').invoke('remove');
|
62 |
+
var validator = new Validation('affilinet-orders');
|
63 |
+
if (validator.validate()) {
|
64 |
+
var parameters = {
|
65 |
+
store: <?php echo ($this->getStoreId() ? $this->getStoreId() : 'null'); ?>
|
66 |
+
};
|
67 |
+
$$('#affilinet-orders input').each(function(element) {
|
68 |
+
if (element.value && element.value.length && !element.disabled) {
|
69 |
+
if (element.type && element.type.toLowerCase() == 'radio') {
|
70 |
+
var checked = $(element.form).getInputs('radio', element.name).detect(
|
71 |
+
function(radiobutton) {return radiobutton.checked;}
|
72 |
+
);
|
73 |
+
parameters[element.name] = checked ? $F(checked) : null;
|
74 |
+
} else {
|
75 |
+
parameters[element.name] = $F(element);
|
76 |
+
}
|
77 |
+
}
|
78 |
+
});
|
79 |
+
new Ajax.Request('<?php echo $this->getSaveBasketsUrl(); ?>', {
|
80 |
+
parameters: parameters,
|
81 |
+
onSuccess: function(transport) {
|
82 |
+
response = eval('(' + transport.responseText + ')');
|
83 |
+
if (response.error) {
|
84 |
+
insertMessage(response.error_messages || 'Unknown error', false);
|
85 |
+
} else {
|
86 |
+
if (response.success_messages) {
|
87 |
+
insertMessage(response.success_messages, true);
|
88 |
+
}
|
89 |
+
}
|
90 |
+
}
|
91 |
+
});
|
92 |
+
}
|
93 |
+
return false;
|
94 |
+
}
|
95 |
+
|
96 |
+
function saveBasket(basketId) {
|
97 |
+
var parameters = {
|
98 |
+
id: basketId,
|
99 |
+
store: <?php echo ($this->getStoreId() ? $this->getStoreId() : 'null'); ?>
|
100 |
+
};
|
101 |
+
$$('#affilinet-orders input[name*=' + basketId + ']', '#affilinet-orders select[name*=' + basketId + ']').each(function(element) {
|
102 |
+
if (element.value && element.value.length && !element.disabled) {
|
103 |
+
parameters[element.name] = $F(element);
|
104 |
+
};
|
105 |
+
});
|
106 |
+
new Ajax.Request('<?php echo $this->getSaveBasketItemsUrl(); ?>', {
|
107 |
+
parameters: parameters,
|
108 |
+
onSuccess: function(transport) {
|
109 |
+
response = eval('(' + transport.responseText + ')');
|
110 |
+
if (response.error) {
|
111 |
+
insertMessage(response.error_messages || 'Unknown error', false);
|
112 |
+
} else {
|
113 |
+
if (response.success_messages) {
|
114 |
+
insertMessage(response.success_messages, true);
|
115 |
+
}
|
116 |
+
}
|
117 |
+
}
|
118 |
+
});
|
119 |
+
return false;
|
120 |
+
}
|
121 |
+
|
122 |
+
function refreshBasketInfo(basketId) {
|
123 |
+
new Ajax.Updater('affilinetBasketInfo-' + basketId, '<?php echo $this->getBasketInfoUrl(); ?>', {
|
124 |
+
parameters: {
|
125 |
+
id: basketId,
|
126 |
+
store: <?php echo ($this->getStoreId() ? $this->getStoreId() : 'null'); ?>
|
127 |
+
}
|
128 |
+
});
|
129 |
+
}
|
130 |
+
|
131 |
+
function toggleBasketInfo(event, basketId) {
|
132 |
+
event.stop();
|
133 |
+
if (!$('affilinetBasketInfo-' + basketId)) {
|
134 |
+
var basketLink = $('affilinetBasketLink-' + basketId);
|
135 |
+
if (basketLink) {
|
136 |
+
var row = basketLink.up('tr');
|
137 |
+
var cells = row.select('> td');
|
138 |
+
row.insert({after: '<tr><td class="affilinetBasketInfo" id="affilinetBasketInfo-' + basketId + '" ' + (cells.length ? 'colspan="' + cells.length + '"' : '') + '"></td></tr>'});
|
139 |
+
refreshBasketInfo(basketId);
|
140 |
+
}
|
141 |
+
} else {
|
142 |
+
Effect.toggle('affilinetBasketInfo-' + basketId);
|
143 |
+
}
|
144 |
+
return false;
|
145 |
+
}
|
146 |
+
|
147 |
+
function toggleReasonRequired(event) {
|
148 |
+
var input = event.findElement('input');
|
149 |
+
if (input) {
|
150 |
+
var transactionId = input.identify().gsub(/standard_|_net_price_new/, '');
|
151 |
+
var currentPriceInput = $('standard_' + transactionId + '_net_price_current')
|
152 |
+
var reasonInput = $('standard_' + transactionId + '_cancellation_reason')
|
153 |
+
if (currentPriceInput && reasonInput) {
|
154 |
+
if ($F(input).trim() != $F(currentPriceInput).trim()) {
|
155 |
+
reasonInput.addClassName('required-entry');
|
156 |
+
} else {
|
157 |
+
reasonInput.removeClassName('required-entry');
|
158 |
+
}
|
159 |
+
}
|
160 |
+
}
|
161 |
+
return false;
|
162 |
+
}
|
163 |
+
|
164 |
+
document.observe('dom:loaded', function() {
|
165 |
+
var overflowed = $$('#affilinetOrderGrid .hor-scroll');
|
166 |
+
if (overflowed) {
|
167 |
+
overflowed.invoke('removeClassName', 'hor-scroll');
|
168 |
+
}
|
169 |
+
|
170 |
+
$$('.affilinetBasketLink').each(function(link) {
|
171 |
+
var basketId = link.identify().gsub(/affilinetBasketLink-/, '');
|
172 |
+
if (basketId) {
|
173 |
+
Event.observe(link, 'click', toggleBasketInfo.bindAsEventListener(this, basketId));
|
174 |
+
}
|
175 |
+
});
|
176 |
+
|
177 |
+
$$('.new-net-price-input').invoke('observe', 'change', toggleReasonRequired.bindAsEventListener(this));
|
178 |
+
});
|
179 |
+
|
180 |
+
//]]></script>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/signup.phtml
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
<div class="content-header">
|
2 |
-
<table cellspacing="0">
|
3 |
-
<tbody>
|
4 |
-
<tr>
|
5 |
-
<td><h3 class="icon-head">affilinet Registration</h3></td>
|
6 |
-
</tr>
|
7 |
-
</tbody>
|
8 |
-
</table>
|
9 |
-
</div>
|
10 |
-
<?php if ($this->isSignedUp()): ?>
|
11 |
-
<ul class="messages">
|
12 |
-
<li class="notice-msg">
|
13 |
-
<ul>
|
14 |
-
<li><?php echo $this->__('This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.'); ?></li>
|
15 |
-
</ul>
|
16 |
-
</li>
|
17 |
-
</ul>
|
18 |
-
<?php else: ?>
|
19 |
-
<div>
|
20 |
-
<iframe id="affilinet-signup-iframe" src="<?php echo $this->getSignupFrameSource(); ?>" style="width:100%;height:1300px;" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
|
21 |
-
</div>
|
22 |
-
<?php endif; ?>
|
1 |
+
<div class="content-header">
|
2 |
+
<table cellspacing="0">
|
3 |
+
<tbody>
|
4 |
+
<tr>
|
5 |
+
<td><h3 class="icon-head">affilinet Registration</h3></td>
|
6 |
+
</tr>
|
7 |
+
</tbody>
|
8 |
+
</table>
|
9 |
+
</div>
|
10 |
+
<?php if ($this->isSignedUp()): ?>
|
11 |
+
<ul class="messages">
|
12 |
+
<li class="notice-msg">
|
13 |
+
<ul>
|
14 |
+
<li><?php echo $this->__('This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.'); ?></li>
|
15 |
+
</ul>
|
16 |
+
</li>
|
17 |
+
</ul>
|
18 |
+
<?php else: ?>
|
19 |
+
<div>
|
20 |
+
<iframe id="affilinet-signup-iframe" src="<?php echo $this->getSignupFrameSource(); ?>" style="width:100%;height:1300px;" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
|
21 |
+
</div>
|
22 |
+
<?php endif; ?>
|
app/design/adminhtml/default/default/template/creativestyle/affilinet/statistics/grid/container.phtml
CHANGED
@@ -1,55 +1,55 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<div class="content-header">
|
10 |
-
<table cellspacing="0">
|
11 |
-
<tr>
|
12 |
-
<td style="<?php echo $this->getHeaderWidth() ?>"><?php echo $this->getHeaderHtml() ?></td>
|
13 |
-
<td class="form-buttons"><?php echo $this->getButtonsHtml() ?></td>
|
14 |
-
</tr>
|
15 |
-
</table>
|
16 |
-
</div>
|
17 |
-
<div>
|
18 |
-
<?php echo $this->getChildHtml('store_switcher') ?>
|
19 |
-
</div>
|
20 |
-
<div>
|
21 |
-
<?php echo $this->getChildHtml('affilinet.statistics.filter.form') ?>
|
22 |
-
</div>
|
23 |
-
<div>
|
24 |
-
<?php echo $this->getGridHtml() ?>
|
25 |
-
</div>
|
26 |
-
<script type="text/javascript">//<![CDATA[
|
27 |
-
function filterFormSubmit() {
|
28 |
-
var filters = $$('#filter_form input', '#filter_form select');
|
29 |
-
var elements = [];
|
30 |
-
for(var i in filters){
|
31 |
-
if(filters[i].value && filters[i].value.length && !filters[i].disabled) elements.push(filters[i]);
|
32 |
-
}
|
33 |
-
var validator = new Validation('filter_form');
|
34 |
-
if (validator.validate()) {
|
35 |
-
setLocation('<?php echo $this->getFilterUrl(); ?>filter/'+encode_base64(Form.serializeElements(elements))+'/');
|
36 |
-
}
|
37 |
-
}
|
38 |
-
|
39 |
-
document.observe('dom:loaded', function() {
|
40 |
-
new AffiliNet.StatisticsGrid('affilinetStatisticsGrid', {
|
41 |
-
overview: '<?php echo $this->helper('affilinet')->__('Overview'); ?>',
|
42 |
-
sales: '<?php echo $this->helper('affilinet')->__('Sales'); ?>',
|
43 |
-
leads: '<?php echo $this->helper('affilinet')->__('Leads'); ?>',
|
44 |
-
commission: '<?php echo $this->helper('affilinet')->__('Commission'); ?>',
|
45 |
-
summary: '<?php echo $this->helper('affilinet')->__('Sum of commissions'); ?>'
|
46 |
-
}, {
|
47 |
-
gross: '<?php echo $this->helper('affilinet')->__('Gross'); ?>',
|
48 |
-
net: '<?php echo $this->helper('affilinet')->__('Net'); ?>',
|
49 |
-
open: '<?php echo $this->helper('affilinet')->__('Open'); ?>',
|
50 |
-
cancelled: '<?php echo $this->helper('affilinet')->__('Cancelled'); ?>',
|
51 |
-
confirmed: '<?php echo $this->helper('affilinet')->__('Confirmed'); ?>'
|
52 |
-
});
|
53 |
-
});
|
54 |
-
|
55 |
-
//]]></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<div class="content-header">
|
10 |
+
<table cellspacing="0">
|
11 |
+
<tr>
|
12 |
+
<td style="<?php echo $this->getHeaderWidth() ?>"><?php echo $this->getHeaderHtml() ?></td>
|
13 |
+
<td class="form-buttons"><?php echo $this->getButtonsHtml() ?></td>
|
14 |
+
</tr>
|
15 |
+
</table>
|
16 |
+
</div>
|
17 |
+
<div>
|
18 |
+
<?php echo $this->getChildHtml('store_switcher') ?>
|
19 |
+
</div>
|
20 |
+
<div>
|
21 |
+
<?php echo $this->getChildHtml('affilinet.statistics.filter.form') ?>
|
22 |
+
</div>
|
23 |
+
<div>
|
24 |
+
<?php echo $this->getGridHtml() ?>
|
25 |
+
</div>
|
26 |
+
<script type="text/javascript">//<![CDATA[
|
27 |
+
function filterFormSubmit() {
|
28 |
+
var filters = $$('#filter_form input', '#filter_form select');
|
29 |
+
var elements = [];
|
30 |
+
for(var i in filters){
|
31 |
+
if(filters[i].value && filters[i].value.length && !filters[i].disabled) elements.push(filters[i]);
|
32 |
+
}
|
33 |
+
var validator = new Validation('filter_form');
|
34 |
+
if (validator.validate()) {
|
35 |
+
setLocation('<?php echo $this->getFilterUrl(); ?>filter/'+encode_base64(Form.serializeElements(elements))+'/');
|
36 |
+
}
|
37 |
+
}
|
38 |
+
|
39 |
+
document.observe('dom:loaded', function() {
|
40 |
+
new AffiliNet.StatisticsGrid('affilinetStatisticsGrid', {
|
41 |
+
overview: '<?php echo $this->helper('affilinet')->__('Overview'); ?>',
|
42 |
+
sales: '<?php echo $this->helper('affilinet')->__('Sales'); ?>',
|
43 |
+
leads: '<?php echo $this->helper('affilinet')->__('Leads'); ?>',
|
44 |
+
commission: '<?php echo $this->helper('affilinet')->__('Commission'); ?>',
|
45 |
+
summary: '<?php echo $this->helper('affilinet')->__('Sum of commissions'); ?>'
|
46 |
+
}, {
|
47 |
+
gross: '<?php echo $this->helper('affilinet')->__('Gross'); ?>',
|
48 |
+
net: '<?php echo $this->helper('affilinet')->__('Net'); ?>',
|
49 |
+
open: '<?php echo $this->helper('affilinet')->__('Open'); ?>',
|
50 |
+
cancelled: '<?php echo $this->helper('affilinet')->__('Cancelled'); ?>',
|
51 |
+
confirmed: '<?php echo $this->helper('affilinet')->__('Confirmed'); ?>'
|
52 |
+
});
|
53 |
+
});
|
54 |
+
|
55 |
+
//]]></script>
|
app/design/frontend/base/default/layout/affilinet.xml
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Creativestyle
|
5 |
-
* @package Creativestyle_AffiliNet
|
6 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<layout version="1.0.0">
|
11 |
-
<default>
|
12 |
-
<reference name="before_body_end">
|
13 |
-
<block type="affilinet/tracking" name="affilinet_tracking" template="creativestyle/affilinet/tracking.phtml"/>
|
14 |
-
<block type="affilinet/retargeting" name="affilinet_retargeting"/>
|
15 |
-
</reference>
|
16 |
-
</default>
|
17 |
-
</layout>
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Creativestyle
|
5 |
+
* @package Creativestyle_AffiliNet
|
6 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<layout version="1.0.0">
|
11 |
+
<default>
|
12 |
+
<reference name="before_body_end">
|
13 |
+
<block type="affilinet/tracking" name="affilinet_tracking" template="creativestyle/affilinet/tracking.phtml"/>
|
14 |
+
<block type="affilinet/retargeting" name="affilinet_retargeting"/>
|
15 |
+
</reference>
|
16 |
+
</default>
|
17 |
+
</layout>
|
app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/cart.phtml
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<script type="text/javascript">
|
10 |
-
var type = 'AddToCart';
|
11 |
-
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
-
|
13 |
-
var product_id = '<?php echo $this->getProductId(); ?>';
|
14 |
-
var product_price = '<?php echo $this->getProductPrice(); ?>';
|
15 |
-
<?php if ($this->getProductOldPrice()): ?>
|
16 |
-
var product_oldprice = '<?php echo $this->getProductOldPrice(); ?>';
|
17 |
-
<?php endif; ?>
|
18 |
-
var currency = '<?php echo $this->getCurrency(); ?>';
|
19 |
-
<?php if ($this->getProductQuantity()): ?>
|
20 |
-
var product_quantity = '<?php echo $this->getProductQuantity(); ?>';
|
21 |
-
<?php endif; ?>
|
22 |
-
</script>
|
23 |
-
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<script type="text/javascript">
|
10 |
+
var type = 'AddToCart';
|
11 |
+
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
+
|
13 |
+
var product_id = '<?php echo $this->getProductId(); ?>';
|
14 |
+
var product_price = '<?php echo $this->getProductPrice(); ?>';
|
15 |
+
<?php if ($this->getProductOldPrice()): ?>
|
16 |
+
var product_oldprice = '<?php echo $this->getProductOldPrice(); ?>';
|
17 |
+
<?php endif; ?>
|
18 |
+
var currency = '<?php echo $this->getCurrency(); ?>';
|
19 |
+
<?php if ($this->getProductQuantity()): ?>
|
20 |
+
var product_quantity = '<?php echo $this->getProductQuantity(); ?>';
|
21 |
+
<?php endif; ?>
|
22 |
+
</script>
|
23 |
+
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/category.phtml
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<script type="text/javascript">
|
10 |
-
var type = 'Category';
|
11 |
-
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
-
|
13 |
-
var product_category = '<?php echo $this->getCategory(); ?>';
|
14 |
-
var product_clickUrl = '<?php echo $this->getCategoryUrl(); ?>';
|
15 |
-
<?php if ($this->getCategoryImgUrl()): ?>
|
16 |
-
var product_imgUrl = '<?php echo $this->getCategoryImgUrl(); ?>';
|
17 |
-
<?php endif; ?>
|
18 |
-
</script>
|
19 |
-
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<script type="text/javascript">
|
10 |
+
var type = 'Category';
|
11 |
+
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
+
|
13 |
+
var product_category = '<?php echo $this->getCategory(); ?>';
|
14 |
+
var product_clickUrl = '<?php echo $this->getCategoryUrl(); ?>';
|
15 |
+
<?php if ($this->getCategoryImgUrl()): ?>
|
16 |
+
var product_imgUrl = '<?php echo $this->getCategoryImgUrl(); ?>';
|
17 |
+
<?php endif; ?>
|
18 |
+
</script>
|
19 |
+
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/checkout.phtml
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<script type="text/javascript">
|
10 |
-
var type = 'Checkout';
|
11 |
-
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
-
|
13 |
-
var order_id = '<?php echo $this->getOrderId(); ?>';
|
14 |
-
var order_total = '<?php echo $this->getOrderTotal(); ?>';
|
15 |
-
var currency = '<?php echo $this->getOrderCurrency(); ?>';
|
16 |
-
var order_productids = '<?php echo $this->getProductId(); ?>';
|
17 |
-
<?php if ($this->getProductQuantity()): ?>
|
18 |
-
var order_quantity = '<?php echo $this->getProductQuantity(); ?>';
|
19 |
-
<?php endif; ?>
|
20 |
-
<?php if ($this->getProductPrice()): ?>
|
21 |
-
var order_prices = '<?php echo $this->getProductPrice(); ?>';
|
22 |
-
<?php endif; ?>
|
23 |
-
</script>
|
24 |
-
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<script type="text/javascript">
|
10 |
+
var type = 'Checkout';
|
11 |
+
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
+
|
13 |
+
var order_id = '<?php echo $this->getOrderId(); ?>';
|
14 |
+
var order_total = '<?php echo $this->getOrderTotal(); ?>';
|
15 |
+
var currency = '<?php echo $this->getOrderCurrency(); ?>';
|
16 |
+
var order_productids = '<?php echo $this->getProductId(); ?>';
|
17 |
+
<?php if ($this->getProductQuantity()): ?>
|
18 |
+
var order_quantity = '<?php echo $this->getProductQuantity(); ?>';
|
19 |
+
<?php endif; ?>
|
20 |
+
<?php if ($this->getProductPrice()): ?>
|
21 |
+
var order_prices = '<?php echo $this->getProductPrice(); ?>';
|
22 |
+
<?php endif; ?>
|
23 |
+
</script>
|
24 |
+
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/customer_data.phtml
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<script type="text/javascript">
|
10 |
-
var type = 'CustomerData';
|
11 |
-
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
-
</script>
|
13 |
-
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<script type="text/javascript">
|
10 |
+
var type = 'CustomerData';
|
11 |
+
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
+
</script>
|
13 |
+
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/landing_page.phtml
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<script type="text/javascript">
|
10 |
-
var type = 'Landingpage';
|
11 |
-
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
-
</script>
|
13 |
-
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<script type="text/javascript">
|
10 |
+
var type = 'Landingpage';
|
11 |
+
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
+
</script>
|
13 |
+
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/product.phtml
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<script type="text/javascript">
|
10 |
-
var type = 'Product';
|
11 |
-
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
-
|
13 |
-
var product_id = '<?php echo $this->getProductId(); ?>';
|
14 |
-
var product_name = '<?php echo $this->getProductName(); ?>';
|
15 |
-
var product_price = '<?php echo $this->getProductPrice(); ?>';
|
16 |
-
<?php if ($this->getProductOldPrice()): ?>
|
17 |
-
var product_oldprice = '<?php echo $this->getProductOldPrice(); ?>';
|
18 |
-
<?php endif; ?>
|
19 |
-
var product_category = '<?php echo $this->getProductCategory(); ?>';
|
20 |
-
var product_brand = '<?php echo $this->getProductManufacturer(); ?>';
|
21 |
-
<?php if (null !== $this->getProductRating()): ?>
|
22 |
-
var product_rating = '<?php echo $this->getProductRating(); ?>';
|
23 |
-
<?php endif; ?>
|
24 |
-
var product_inStock = '<?php echo $this->getProductOnStock(); ?>';
|
25 |
-
var product_clickUrl = '<?php echo $this->getProductUrl(); ?>';
|
26 |
-
var product_imgUrl = '<?php echo $this->getProductImageUrl(); ?>';
|
27 |
-
var currency = '<?php echo $this->getCurrency(); ?>';
|
28 |
-
<?php if (null !== $this->getProductOnSale()): ?>
|
29 |
-
var product_onsale = '<?php echo $this->getProductOnSale(); ?>';
|
30 |
-
<?php endif; ?>
|
31 |
-
</script>
|
32 |
-
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<script type="text/javascript">
|
10 |
+
var type = 'Product';
|
11 |
+
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
+
|
13 |
+
var product_id = '<?php echo $this->getProductId(); ?>';
|
14 |
+
var product_name = '<?php echo $this->getProductName(); ?>';
|
15 |
+
var product_price = '<?php echo $this->getProductPrice(); ?>';
|
16 |
+
<?php if ($this->getProductOldPrice()): ?>
|
17 |
+
var product_oldprice = '<?php echo $this->getProductOldPrice(); ?>';
|
18 |
+
<?php endif; ?>
|
19 |
+
var product_category = '<?php echo $this->getProductCategory(); ?>';
|
20 |
+
var product_brand = '<?php echo $this->getProductManufacturer(); ?>';
|
21 |
+
<?php if (null !== $this->getProductRating()): ?>
|
22 |
+
var product_rating = '<?php echo $this->getProductRating(); ?>';
|
23 |
+
<?php endif; ?>
|
24 |
+
var product_inStock = '<?php echo $this->getProductOnStock(); ?>';
|
25 |
+
var product_clickUrl = '<?php echo $this->getProductUrl(); ?>';
|
26 |
+
var product_imgUrl = '<?php echo $this->getProductImageUrl(); ?>';
|
27 |
+
var currency = '<?php echo $this->getCurrency(); ?>';
|
28 |
+
<?php if (null !== $this->getProductOnSale()): ?>
|
29 |
+
var product_onsale = '<?php echo $this->getProductOnSale(); ?>';
|
30 |
+
<?php endif; ?>
|
31 |
+
</script>
|
32 |
+
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
app/design/frontend/base/default/template/creativestyle/affilinet/retargeting/search.phtml
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
-
*/
|
8 |
-
?>
|
9 |
-
<script type="text/javascript">
|
10 |
-
var type = 'Search';
|
11 |
-
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
-
|
13 |
-
var searchkeywords = '<?php echo $this->getSearchQuery(); ?>';
|
14 |
-
var product_id = '<?php echo $this->getSearchResult(); ?>';
|
15 |
-
</script>
|
16 |
-
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
6 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<script type="text/javascript">
|
10 |
+
var type = 'Search';
|
11 |
+
var site = '<?php echo $this->getProgramId(); ?>';
|
12 |
+
|
13 |
+
var searchkeywords = '<?php echo $this->getSearchQuery(); ?>';
|
14 |
+
var product_id = '<?php echo $this->getSearchResult(); ?>';
|
15 |
+
</script>
|
16 |
+
<script type="text/javascript" src="//<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
app/design/frontend/base/default/template/creativestyle/affilinet/tracking.phtml
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @category Creativestyle
|
4 |
-
* @package Creativestyle_AffiliNet
|
5 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
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(); ?>&order=<?php echo $this->getOrderId(); ?><?php if ($publisherRate = $this->getPublisherRateInfo()): ?>&mode=<?php echo $publisherRate->getMode(); ?>&ltype=<?php echo $publisherRate->getLtype(); ?><?php endif; ?>&curr=<?php echo $this->getOrderCurrency(); ?>&price=<?php echo $this->getOrderNetTotal(); ?>&psub1=<?php echo $this->getSubInfo(1); ?>&psub2=<?php echo $this->getSubInfo(2); ?>&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';
|
32 |
-
var site = '<?php echo $this->getProgramId(); ?>';
|
33 |
-
</script>
|
34 |
-
<script type="text/javascript" src="https://<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
35 |
-
<?php endif; ?>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @category Creativestyle
|
4 |
+
* @package Creativestyle_AffiliNet
|
5 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
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(); ?>&order=<?php echo $this->getOrderId(); ?><?php if ($publisherRate = $this->getPublisherRateInfo()): ?>&mode=<?php echo $publisherRate->getMode(); ?>&ltype=<?php echo $publisherRate->getLtype(); ?><?php endif; ?>&curr=<?php echo $this->getOrderCurrency(); ?>&price=<?php echo $this->getOrderNetTotal(); ?>&psub1=<?php echo $this->getSubInfo(1); ?>&psub2=<?php echo $this->getSubInfo(2); ?>&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';
|
32 |
+
var site = '<?php echo $this->getProgramId(); ?>';
|
33 |
+
</script>
|
34 |
+
<script type="text/javascript" src="https://<?php echo $this->getTrackingDomain(); ?>/art/JS/param.aspx"></script>
|
35 |
+
<?php endif; ?>
|
app/etc/modules/Creativestyle_AffiliNet.xml
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Creativestyle
|
5 |
-
* @package Creativestyle_AffiliNet
|
6 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
-
*/
|
9 |
-
-->
|
10 |
-
<config>
|
11 |
-
<modules>
|
12 |
-
<Creativestyle_AffiliNet>
|
13 |
-
<active>true</active>
|
14 |
-
<codePool>community</codePool>
|
15 |
-
</Creativestyle_AffiliNet>
|
16 |
-
</modules>
|
17 |
-
</config>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Creativestyle
|
5 |
+
* @package Creativestyle_AffiliNet
|
6 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
7 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<config>
|
11 |
+
<modules>
|
12 |
+
<Creativestyle_AffiliNet>
|
13 |
+
<active>true</active>
|
14 |
+
<codePool>community</codePool>
|
15 |
+
</Creativestyle_AffiliNet>
|
16 |
+
</modules>
|
17 |
+
</config>
|
app/locale/de_DE/Creativestyle_AffiliNet.csv
CHANGED
@@ -1,296 +1,296 @@
|
|
1 |
-
"# of bonus payments","# Bonuszahlungen"
|
2 |
-
"# of Leads","# Leads"
|
3 |
-
"# of Leads (Cancelled)","# Leads (Storniert)"
|
4 |
-
"# of Leads (Confirmed)","# Leads (Bestätigt)"
|
5 |
-
"# of Leads (Open)","# Leads (Offen)"
|
6 |
-
"# of Sales","# Verkäufe"
|
7 |
-
"# of Sales (Cancelled)","# Verkäufe (Stoniert)"
|
8 |
-
"# of Sales (Confirmed)","# Verkäufe (Bestätigt)"
|
9 |
-
"# of Sales (Open)","# Verkäufe (Offen)"
|
10 |
-
"-- Please Select --","-- Bitte wählen Sie --"
|
11 |
-
"<div id=""creative-system-config"">creativestyle Extensions</div>","<div id=""creative-system-config"">creativestyle Extensions</div>"
|
12 |
-
"Action","Aktion"
|
13 |
-
"Activate/deactivate column titles in the feed","Spaltentitel im Feed aktivieren und deaktivieren"
|
14 |
-
"Activate the export of products only for active products","Nur aktive Produkte exportieren."
|
15 |
-
"Activate the export of products only for products which can be ordered.","Nur bestellbare Produkte exportieren."
|
16 |
-
"Active","Aktiv"
|
17 |
-
"Add new","Neu hinzufügen"
|
18 |
-
"Add New","Neu hinzufügen"
|
19 |
-
"Advertising medium","Werbemedium"
|
20 |
-
"affilinet","affilinet"
|
21 |
-
"Affilinet fee","Affilinet Gebühr"
|
22 |
-
"affilinet Introduction","Affilinet Einführung"
|
23 |
-
"affilinet Registration","Affilinet Anmeldung"
|
24 |
-
"All","Alle"
|
25 |
-
"All banners","Alle Banner"
|
26 |
-
"All channels","Alle Kanäle"
|
27 |
-
"All HTML links","Alle HTML links"
|
28 |
-
"All media","Alle Medien"
|
29 |
-
"All publishers","Alle Publisher"
|
30 |
-
"All segments","Alle Segmente"
|
31 |
-
"All text links","Alle text links"
|
32 |
-
"Amount of paid bonuses","Höhe Bonuszahlungen"
|
33 |
-
"Appoint the export start time.","Bestimmt die Startzeit des Exports"
|
34 |
-
"Article number","Artikelnummer"
|
35 |
-
"Attribute which defines the manufacturer of the product.","Attribute das den Hersteller des Produktes angibt."
|
36 |
-
"August","August"
|
37 |
-
"Austria","Österreich"
|
38 |
-
"Auto action","Aktion der auto. Bearb."
|
39 |
-
"Auto action in days","Auto. Bearb. in Tagen"
|
40 |
-
"Back","Zurück"
|
41 |
-
"Backslash","Backslash"
|
42 |
-
"Banner","Banner"
|
43 |
-
"Banners","Banner"
|
44 |
-
"Basket","Warenkorb"
|
45 |
-
"BasketId","BasketId"
|
46 |
-
"Begin at","Start"
|
47 |
-
"Bonus count","Anzahl Bonuszahlungen"
|
48 |
-
"Brand","Marke"
|
49 |
-
"By name","Nach Name"
|
50 |
-
"By publisher ID","Nach Publisher ID"
|
51 |
-
"By URL","Nach URL"
|
52 |
-
"Calendar week","Kalenderwoche"
|
53 |
-
"Cancellation reason","Stornogrund"
|
54 |
-
"Cancelled","Storniert"
|
55 |
-
"Cart IDs","Cart IDs"
|
56 |
-
"Cart parameters","Warenkorb-Parameter"
|
57 |
-
"Cart tracking","Warenkorb-Tracking"
|
58 |
-
"Category","Kategorie"
|
59 |
-
"Category (category_ids)","Kategorie (category_ids)"
|
60 |
-
"Category parameters","Kategorie-Parameter"
|
61 |
-
"Channel","Kanal"
|
62 |
-
"Checkout parameters","Checkout-Parameter"
|
63 |
-
"Choose Store View:","Store View wählen"
|
64 |
-
"Click-Through","Klickrate"
|
65 |
-
"Click date","Click Datum"
|
66 |
-
"Clicks","Klicks"
|
67 |
-
"Clicks (Gross)","Klicks (Brutto)"
|
68 |
-
"Clicks (Net)","Klicks (Netto)"
|
69 |
-
"Collection size","Anzahl je Seite/Durchlauf"
|
70 |
-
"Column title","Spaltentitel"
|
71 |
-
"Comma separated","Komma getrennt"
|
72 |
-
"Commission","Vergütungen"
|
73 |
-
"Company logo","Firmenlogo"
|
74 |
-
"Concatenation","Verkettung"
|
75 |
-
"Confirmation","Bestätigung"
|
76 |
-
"Confirmed","Bestätigt"
|
77 |
-
"Cron","Cron"
|
78 |
-
"Cronjob","Cronjob"
|
79 |
-
"CTR","CTR"
|
80 |
-
"Currency (currency)","Währung (currency)"
|
81 |
-
"CW","KW"
|
82 |
-
"DeepLink (deeplink)","DeepLink (deeplink)"
|
83 |
-
"Delete","Löschen"
|
84 |
-
"Delete Field","Feld löschen"
|
85 |
-
"Delete Filter","Filter löschen"
|
86 |
-
"Delete Image","Bild löschen"
|
87 |
-
"Delimiter","Trenner"
|
88 |
-
"Delimiter after last column","Trenner nach letzter Spalte"
|
89 |
-
"Disabled","Deaktiviert"
|
90 |
-
"Doubling","Dopplung"
|
91 |
-
"Edit date","Datum ändern"
|
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."
|
99 |
-
"Enter publisher filter string","Filterkriterium eintragen"
|
100 |
-
"Escape","Escape"
|
101 |
-
"Escaping character for strings","Escape-Zeichen für Zeichenketten"
|
102 |
-
"Evaluation method","Auswertungsmethode"
|
103 |
-
"Feed link","Link zum Feed"
|
104 |
-
"Feed submission","Feed-Einreichung"
|
105 |
-
"Feed was successfully sent to Affili.net","Der Feed wurde erfolgreich an affilinet übertragen"
|
106 |
-
"Field filter","Filter"
|
107 |
-
"Field mapper","Feld Zuordnung"
|
108 |
-
"Fieldname","Feldname"
|
109 |
-
"File is generating. You will be able to download file when it finish","Feed wird erstellt. Sie können die Datei im Anschluss herunterladen."
|
110 |
-
"File name","Dateiname"
|
111 |
-
"Filter","Filter"
|
112 |
-
"Filter active articles","Aktive Artikel filtern"
|
113 |
-
"Filter active stock","Vorhande Artikel filtern"
|
114 |
-
"Filter criteria","Filterkriterien"
|
115 |
-
"Filter criteria for orders","Filterkriterien für Bestellungen"
|
116 |
-
"Filter criteria for statistics","Filterkriterien für Statistiken"
|
117 |
-
"Flag","Markierung"
|
118 |
-
"France","Frankreich"
|
119 |
-
"From","Von"
|
120 |
-
"General","Allgemein"
|
121 |
-
"General delimiter of fields in the feed","Allgemeiner Begrenzer für Felder im Feed."
|
122 |
-
"Generate File","Erzeuge Datei"
|
123 |
-
"Generating feed was successfully stopped","Erzeugung des Feeds wurde erfolgreich gestoppt."
|
124 |
-
"Generating progress","Fortschritt"
|
125 |
-
"Germany","Deutschland"
|
126 |
-
"Gross","Brutto"
|
127 |
-
"Gross Clicks","Brutto Klicks"
|
128 |
-
"Gross item value (including tax).","Brutto-Warenwert (inkl. MWST.)"
|
129 |
-
"Hide","Verstecken"
|
130 |
-
"Hours","Stunden"
|
131 |
-
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
-
"ID","ID"
|
133 |
-
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
-
"Individual prices of ordered products","Einzelpreise der bestellten Produkte"
|
135 |
-
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Einzelpreise der bestellten Produkte mit |(Pipe) als Trennzeichen zwischen den Preisen. Brutto-Warenwert (ohne Versandkosten)."
|
136 |
-
"Introduction","Einführung"
|
137 |
-
"Is in stock (is_in_stock)","Verfügbar (is_in_stock)"
|
138 |
-
"ISO-8859-1","ISO-8859-1"
|
139 |
-
"Item was successfully deleted","Eintrag wurde erfolgreich gelöscht."
|
140 |
-
"Item was successfully saved","Erfolgreich gespeichert"
|
141 |
-
"July","Juli"
|
142 |
-
"June","Juni"
|
143 |
-
"Label for main products or accessory","Kennzeichnung, ob ein Produkt reduziert ist oder nicht. 0 = nein regulärer Preis, 1 = reduzierter Preis."
|
144 |
-
"Label for main products or accessory. 0 = main product, 1 = accessory","Haupt- oder Zubehörprodukt: 0 = Produkt, 1 = Zubehör"
|
145 |
-
"Label for reduced prices","Kennzeichnung, ob es sich um ein Hauptprodukt oder Zubehör handelt. 0 = Hauptprodukt, 1 = Zubehör."
|
146 |
-
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Markierung von Produkten mit reduzierten Preisen: 0 = Standardpreise, 1 = reduzierter Preis"
|
147 |
-
"Lead Commission (Confirmed)","Lead Vergütung (Bestätigt)"
|
148 |
-
"Lead Commission (Open)","Lead Vergütung (Offen)"
|
149 |
-
"Lead Conversion Rate (Confirmed)","Lead Conversion Rate (Bestätigt)"
|
150 |
-
"Lead Conversion Rate (Open)","Lead Conversion Rate (Offen)"
|
151 |
-
"Leads","Leads"
|
152 |
-
"Manufacturer attribute","Hersteller-Attribut"
|
153 |
-
"Month","Monat"
|
154 |
-
"n/a","n/a"
|
155 |
-
"Name","Name"
|
156 |
-
"Net","Netto"
|
157 |
-
"Net bonus payments","Höhe Bonuszahlungen"
|
158 |
-
"Netherlands","Niederlande"
|
159 |
-
"Net price","Nettopreis"
|
160 |
-
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","Die geänderten Bestelldaten wurden an affilinet übertragen. Es dauert einige Minuten bis die Änderungen sichtbar werden."
|
161 |
-
"New Magento product datafeed","Neuen Magento Shop Productfeed einrichten"
|
162 |
-
"No","Nein"
|
163 |
-
"No records found for these criteria.","Keine passenden Einträge gefunden."
|
164 |
-
"Number of ordered products separated by pipes |.","Mengen der bestellten Produkte mit | (Pipe) als Trennzeichen zwischen den Mengenangaben."
|
165 |
-
"Number of pages processed by each cronjob iteration (default: 5).","Anzahl der Produktlisten die bei jedem Durchlauf des Cronjobs bearbeitet werden (Standard: 5)."
|
166 |
-
"Number of products included in every page (default: 500).","Anzahl der Produkte die in einer Produktliste enthalten sind (Standard: 500)."
|
167 |
-
"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.","Anzahl der Produkte die der User in den Warenkorb gelegt hat.<br/>Alternative werden mehrere Werte, getrennt durch pipes |, aufgelistet, was davon abhängt wie die Funktion zum in den Warenkorb legen implementiert wurde."
|
168 |
-
"of %s pages","von %s Seiten"
|
169 |
-
"Only one product variation","Nur eine Produktvariante"
|
170 |
-
"Open","Offen"
|
171 |
-
"Order ID","Bestell-Nr."
|
172 |
-
"Orders","Bestellungen"
|
173 |
-
"Original price of a product","Ursprünglicher Preis des Produkts, falls der Produktpreis reduziert wurde."
|
174 |
-
"Original price of a product, if reduced","Ursprünglicher Preis des Produkts, falls der Produktpreis reduziert wurde."
|
175 |
-
"Overview","Übersicht"
|
176 |
-
"Page","Seite"
|
177 |
-
"Pages","Seiten/Durchläufe"
|
178 |
-
"Payment method","Zahlungsmethode"
|
179 |
-
"Period","Zeitraum"
|
180 |
-
"per page","pro Seite"
|
181 |
-
"Please generate datafeed file first","Bitte lassen Sie erst die Feed Datei erzeugen."
|
182 |
-
"Please provide your web service username/password in the extension settings page.","Bitte geben Sie Ihren Webservice username/passwort in den Extension Einstellungen ein."
|
183 |
-
"Please type in the sort of enclosure character for your products.","Bitte umschließendes Zeichen eingeben"
|
184 |
-
"Position","Position"
|
185 |
-
"Preffix","Preffix"
|
186 |
-
"Preview","Vorschau"
|
187 |
-
"Product Data Feed","Produktdatenfeed"
|
188 |
-
"Product ID","Produkt-ID"
|
189 |
-
"Product Name","Produktname"
|
190 |
-
"Product parameters","Produkt-Parameter"
|
191 |
-
"Product properties","Produkteigenschaften"
|
192 |
-
"Product rating","Produktbewertung"
|
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 which just deviate by color, size or price.","Produktvariationen sollten als eigene Feeds erzeugt werden.<br/>Besonders für Retargeting-Zwecke sollten eigene Feeds generiert werden, die nur eine Produktvariante enthalten, damit mehrere sich ähnelnde Produkte in dynamischen Produkt-Bannern vermieden werden."
|
194 |
-
"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 which just deviate by color.","Produktvariationen sollten als eigene Feeds erzeugt werden.<br/>Besonders für Retargeting-Zwecke sollten eigene Feeds generiert werden, die nur eine Produktvariante enthalten, damit mehrere sich ähnelnde Produkte in dynamischen Produkt-Bannern vermieden werden."
|
195 |
-
"pSub1","pSub1"
|
196 |
-
"pSub2","pSub2"
|
197 |
-
"Publicity","Werbemittel"
|
198 |
-
"Publisher","Publisher"
|
199 |
-
"Publisher commission","Publisher Vergütung"
|
200 |
-
"Publisher filter","Publisher Filter"
|
201 |
-
"Publisher ID","Publisher-ID"
|
202 |
-
"Publisher segment","Publisher Segment"
|
203 |
-
"Publisher volume","Publisher Volumen"
|
204 |
-
"Q","Q"
|
205 |
-
"Quantities of ordered products","Anzahl bestellter Produkte"
|
206 |
-
"Quantity","Anzahl"
|
207 |
-
"Quantity (qty)","Anzahl (Anz.)"
|
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"
|
215 |
-
"Repeat every","Intervall"
|
216 |
-
"Retargeting","Retargeting"
|
217 |
-
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Retargeting ermöglicht es Ihnen potentielle Kunden von denen Sie bereits die Interessen kennen gezielt anzusprechen, falls diese den Shop ohne Kaufabschluss verlassen."
|
218 |
-
"Sale Commission (Confirmed)","Sale Vergütung (Bestätigt)"
|
219 |
-
"Sale Commission (Open)","Sale Vergütung (Offen)"
|
220 |
-
"Sale Conversion Rate (Confirmed)","Sale Conversion Rate (Confirmed)"
|
221 |
-
"Sale Conversion Rate (Open)","Sale Conversion Rate (Open)"
|
222 |
-
"Sales","Verkäufe"
|
223 |
-
"Save and Continue Edit","Speichern und weiter bearbeiten"
|
224 |
-
"Select, if the feed should be activated for cron job batch export.","Auswählen, falls der Feed per Cron-Job exportiert werden soll."
|
225 |
-
"Select advertising medium","Werbemedium wählen"
|
226 |
-
"Select reporting period","Report Zeitraum wählen"
|
227 |
-
"Select the Store whose products shall be included in the feed.","Wählen Sie den Store, dessen Produkte im Feed enthalten sein sollen."
|
228 |
-
"Send message to the test e-mail","Nachricht an Test-E-Mail Adresse senden"
|
229 |
-
"Settings","Einstellungen"
|
230 |
-
"Shipping method","Versandmethode"
|
231 |
-
"Show","Anzeigen"
|
232 |
-
"Show orders","Bestellungen anzeigen"
|
233 |
-
"Show statistics","Statistiken anzeigen"
|
234 |
-
"Single price","Einzelpreis"
|
235 |
-
"SKU","SKU"
|
236 |
-
"Spain","Spanien"
|
237 |
-
"Start at","Start am"
|
238 |
-
"Statistics","Statistiken anzeigen"
|
239 |
-
"Status","Status"
|
240 |
-
"Stop generating","Erstellung stoppen"
|
241 |
-
"Store View","Store View"
|
242 |
-
"Submit the feed to affilinet","Feed an affilinet senden"
|
243 |
-
"Suffix","Suffix"
|
244 |
-
"Sum of commissions","Summe der Vergütungen"
|
245 |
-
"Sum of commissions (Confirmed)","Summe der Vergütungen (Bestätigt)"
|
246 |
-
"Sum of commissions (Open)","Summe der Vergütungen (Offen)"
|
247 |
-
"Switzerland","Schweiz"
|
248 |
-
"Test e-mail","Test E-Mail Adresse"
|
249 |
-
"Text link","Text-Link"
|
250 |
-
"Text links","Text-Links"
|
251 |
-
"The attribute used to uniquely identify the products.","Attribut das zur eindeutigen Unterscheidung der Produkte dient."
|
252 |
-
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","Das Warenkorb-Tracking hilft Ihnen Bestellungen, die durch affilinet Publisher generiert wurden, bis auf Einzelposten-Level zu analysieren. Diese Informationen ermöglichen es Ihnen die Verkaufsleistung Ihrer Produkte über affiliate Marketing zu bewerten und dabei Publishern zu helfen Ihre marketing Aktivitäten zu verbessern um Besucher mit höherer Kaufwahrscheinlichkeit zu Ihnen zu senden."
|
253 |
-
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","Folgendes Verzeichnis konnte nicht automatisch angelegt werden: %s. Bitte legen Sie es manuell an."
|
254 |
-
"The information in this tab has been changed.","Die Daten auf diesem Tab wurden geändert."
|
255 |
-
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Diese Werte können von Publishern, die Besucher auf Ihre Seite senden, eingesehen und analysiert werden. Übertragen Sie deshalb nur Informationen die Sie bereit sind zu teilen."
|
256 |
-
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Sie haben bereits einen Account unter Einstellungen hinterlegt. Eine Voranmeldung ist nicht nötig."
|
257 |
-
"This extension integrates easily your Magento shop with affilinet services.","Diese Extension integriert die Services von affilinet auf einfache Art mit Ihrem Magento Shop."
|
258 |
-
"This extension uses the default base currency of the store for all product values that are tracked","Diese Extension nutzt die Standardwährung des Stores für alle Produkte die erfasst werden."
|
259 |
-
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","Ermöglicht das Ansprechen von Nutzern anhand der Produktbewertung: 0 (unbewertet) bis 10 (am höchsten bewertet)"
|
260 |
-
"This tab contains invalid data. Please solve the problem before saving.","Bitte korrigieren Sie die ungültigen Eingaben."
|
261 |
-
"Time span","Zeitraum"
|
262 |
-
"Time span between dates cannot exceed 3 months","Der Zeitraum zwischen zwei Daten darf nicht länger als 3 Monate sein."
|
263 |
-
"Title","Titel"
|
264 |
-
"To","An"
|
265 |
-
"Total %d records found","%d Einträge gefunden"
|
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"
|
276 |
-
"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.","Geben Sie Ihre Programm-ID an. Wenn Sie noch keinen affilinet Account besitzen, können Sie die Anmeldung unter dem Punkt Registrierung starten."
|
277 |
-
"Unable to find item to save","Zu speichernder Eintrag konnte nicht gefunden werden."
|
278 |
-
"Unable to send feed","Der Feed konnte nicht an affilinet übertragen werden"
|
279 |
-
"Unable to stop","Erzeugung des Feeds konnte nicht gestoppt werden."
|
280 |
-
"Unique product identifier","Eindeutige Produkt-ID"
|
281 |
-
"United Kingdom","Großbritanien"
|
282 |
-
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Hochgeladene Bilder werden proportional auf eine Größe von max. 120 x 40 Pixel skaliert."
|
283 |
-
"URL","URL"
|
284 |
-
"URL of category image","URL des Kategoriebildes"
|
285 |
-
"URL of category image (URL encoded)","URL des Kategoriebilds (URL-Enkodiert)"
|
286 |
-
"UTF-8","UTF-8"
|
287 |
-
"View","Anzeigen"
|
288 |
-
"Views","Einblendungen"
|
289 |
-
"Visible for the advertiser only","Nur für den Advertiser sichtbar"
|
290 |
-
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Besuchen Sie <a href=""%s"" target=""_blank"">%s</a> für mehr Informationen."
|
291 |
-
"Webservice Password","Webservice Password"
|
292 |
-
"Webservice Username","Webservice Username"
|
293 |
-
"Week","Woche"
|
294 |
-
"Which of the following parameters shall be relayed to affilinet?","Welche der folgenden Parameter sollen an affilinet übertragen werden."
|
295 |
-
"Yes","Ja"
|
296 |
-
"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 your contact data. Your web service password will be sent to the submitted email address.","Ihren Web-Service Benutzernamen können Sie im Affili.net Loginbereich generieren.<br/> Hierzu loggen Sie sich bitte unter folgender URL ein: <a target=""_blank"" href=""https://advertiser.affili.net/Login.aspx"">https://advertiser.affili.net/Login.aspx</a><br/>und rufen dann den Menüpunkt Konto -> Account-Daten auf. Unterhalb Ihrer dort aufgeführten Kontaktdaten können Sie einen neuen Webservice-Zugang anlegen.<br/>Ihr Webservice-Kennwort wird Ihnen im Anschluss an die in den Kontaktdaten aufgeführte E-Mail Adresse geschickt."
|
1 |
+
"# of bonus payments","# Bonuszahlungen"
|
2 |
+
"# of Leads","# Leads"
|
3 |
+
"# of Leads (Cancelled)","# Leads (Storniert)"
|
4 |
+
"# of Leads (Confirmed)","# Leads (Bestätigt)"
|
5 |
+
"# of Leads (Open)","# Leads (Offen)"
|
6 |
+
"# of Sales","# Verkäufe"
|
7 |
+
"# of Sales (Cancelled)","# Verkäufe (Stoniert)"
|
8 |
+
"# of Sales (Confirmed)","# Verkäufe (Bestätigt)"
|
9 |
+
"# of Sales (Open)","# Verkäufe (Offen)"
|
10 |
+
"-- Please Select --","-- Bitte wählen Sie --"
|
11 |
+
"<div id=""creative-system-config"">creativestyle Extensions</div>","<div id=""creative-system-config"">creativestyle Extensions</div>"
|
12 |
+
"Action","Aktion"
|
13 |
+
"Activate/deactivate column titles in the feed","Spaltentitel im Feed aktivieren und deaktivieren"
|
14 |
+
"Activate the export of products only for active products","Nur aktive Produkte exportieren."
|
15 |
+
"Activate the export of products only for products which can be ordered.","Nur bestellbare Produkte exportieren."
|
16 |
+
"Active","Aktiv"
|
17 |
+
"Add new","Neu hinzufügen"
|
18 |
+
"Add New","Neu hinzufügen"
|
19 |
+
"Advertising medium","Werbemedium"
|
20 |
+
"affilinet","affilinet"
|
21 |
+
"Affilinet fee","Affilinet Gebühr"
|
22 |
+
"affilinet Introduction","Affilinet Einführung"
|
23 |
+
"affilinet Registration","Affilinet Anmeldung"
|
24 |
+
"All","Alle"
|
25 |
+
"All banners","Alle Banner"
|
26 |
+
"All channels","Alle Kanäle"
|
27 |
+
"All HTML links","Alle HTML links"
|
28 |
+
"All media","Alle Medien"
|
29 |
+
"All publishers","Alle Publisher"
|
30 |
+
"All segments","Alle Segmente"
|
31 |
+
"All text links","Alle text links"
|
32 |
+
"Amount of paid bonuses","Höhe Bonuszahlungen"
|
33 |
+
"Appoint the export start time.","Bestimmt die Startzeit des Exports"
|
34 |
+
"Article number","Artikelnummer"
|
35 |
+
"Attribute which defines the manufacturer of the product.","Attribute das den Hersteller des Produktes angibt."
|
36 |
+
"August","August"
|
37 |
+
"Austria","Österreich"
|
38 |
+
"Auto action","Aktion der auto. Bearb."
|
39 |
+
"Auto action in days","Auto. Bearb. in Tagen"
|
40 |
+
"Back","Zurück"
|
41 |
+
"Backslash","Backslash"
|
42 |
+
"Banner","Banner"
|
43 |
+
"Banners","Banner"
|
44 |
+
"Basket","Warenkorb"
|
45 |
+
"BasketId","BasketId"
|
46 |
+
"Begin at","Start"
|
47 |
+
"Bonus count","Anzahl Bonuszahlungen"
|
48 |
+
"Brand","Marke"
|
49 |
+
"By name","Nach Name"
|
50 |
+
"By publisher ID","Nach Publisher ID"
|
51 |
+
"By URL","Nach URL"
|
52 |
+
"Calendar week","Kalenderwoche"
|
53 |
+
"Cancellation reason","Stornogrund"
|
54 |
+
"Cancelled","Storniert"
|
55 |
+
"Cart IDs","Cart IDs"
|
56 |
+
"Cart parameters","Warenkorb-Parameter"
|
57 |
+
"Cart tracking","Warenkorb-Tracking"
|
58 |
+
"Category","Kategorie"
|
59 |
+
"Category (category_ids)","Kategorie (category_ids)"
|
60 |
+
"Category parameters","Kategorie-Parameter"
|
61 |
+
"Channel","Kanal"
|
62 |
+
"Checkout parameters","Checkout-Parameter"
|
63 |
+
"Choose Store View:","Store View wählen"
|
64 |
+
"Click-Through","Klickrate"
|
65 |
+
"Click date","Click Datum"
|
66 |
+
"Clicks","Klicks"
|
67 |
+
"Clicks (Gross)","Klicks (Brutto)"
|
68 |
+
"Clicks (Net)","Klicks (Netto)"
|
69 |
+
"Collection size","Anzahl je Seite/Durchlauf"
|
70 |
+
"Column title","Spaltentitel"
|
71 |
+
"Comma separated","Komma getrennt"
|
72 |
+
"Commission","Vergütungen"
|
73 |
+
"Company logo","Firmenlogo"
|
74 |
+
"Concatenation","Verkettung"
|
75 |
+
"Confirmation","Bestätigung"
|
76 |
+
"Confirmed","Bestätigt"
|
77 |
+
"Cron","Cron"
|
78 |
+
"Cronjob","Cronjob"
|
79 |
+
"CTR","CTR"
|
80 |
+
"Currency (currency)","Währung (currency)"
|
81 |
+
"CW","KW"
|
82 |
+
"DeepLink (deeplink)","DeepLink (deeplink)"
|
83 |
+
"Delete","Löschen"
|
84 |
+
"Delete Field","Feld löschen"
|
85 |
+
"Delete Filter","Filter löschen"
|
86 |
+
"Delete Image","Bild löschen"
|
87 |
+
"Delimiter","Trenner"
|
88 |
+
"Delimiter after last column","Trenner nach letzter Spalte"
|
89 |
+
"Disabled","Deaktiviert"
|
90 |
+
"Doubling","Dopplung"
|
91 |
+
"Edit date","Datum ändern"
|
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."
|
99 |
+
"Enter publisher filter string","Filterkriterium eintragen"
|
100 |
+
"Escape","Escape"
|
101 |
+
"Escaping character for strings","Escape-Zeichen für Zeichenketten"
|
102 |
+
"Evaluation method","Auswertungsmethode"
|
103 |
+
"Feed link","Link zum Feed"
|
104 |
+
"Feed submission","Feed-Einreichung"
|
105 |
+
"Feed was successfully sent to Affili.net","Der Feed wurde erfolgreich an affilinet übertragen"
|
106 |
+
"Field filter","Filter"
|
107 |
+
"Field mapper","Feld Zuordnung"
|
108 |
+
"Fieldname","Feldname"
|
109 |
+
"File is generating. You will be able to download file when it finish","Feed wird erstellt. Sie können die Datei im Anschluss herunterladen."
|
110 |
+
"File name","Dateiname"
|
111 |
+
"Filter","Filter"
|
112 |
+
"Filter active articles","Aktive Artikel filtern"
|
113 |
+
"Filter active stock","Vorhande Artikel filtern"
|
114 |
+
"Filter criteria","Filterkriterien"
|
115 |
+
"Filter criteria for orders","Filterkriterien für Bestellungen"
|
116 |
+
"Filter criteria for statistics","Filterkriterien für Statistiken"
|
117 |
+
"Flag","Markierung"
|
118 |
+
"France","Frankreich"
|
119 |
+
"From","Von"
|
120 |
+
"General","Allgemein"
|
121 |
+
"General delimiter of fields in the feed","Allgemeiner Begrenzer für Felder im Feed."
|
122 |
+
"Generate File","Erzeuge Datei"
|
123 |
+
"Generating feed was successfully stopped","Erzeugung des Feeds wurde erfolgreich gestoppt."
|
124 |
+
"Generating progress","Fortschritt"
|
125 |
+
"Germany","Deutschland"
|
126 |
+
"Gross","Brutto"
|
127 |
+
"Gross Clicks","Brutto Klicks"
|
128 |
+
"Gross item value (including tax).","Brutto-Warenwert (inkl. MWST.)"
|
129 |
+
"Hide","Verstecken"
|
130 |
+
"Hours","Stunden"
|
131 |
+
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
+
"ID","ID"
|
133 |
+
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
+
"Individual prices of ordered products","Einzelpreise der bestellten Produkte"
|
135 |
+
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Einzelpreise der bestellten Produkte mit |(Pipe) als Trennzeichen zwischen den Preisen. Brutto-Warenwert (ohne Versandkosten)."
|
136 |
+
"Introduction","Einführung"
|
137 |
+
"Is in stock (is_in_stock)","Verfügbar (is_in_stock)"
|
138 |
+
"ISO-8859-1","ISO-8859-1"
|
139 |
+
"Item was successfully deleted","Eintrag wurde erfolgreich gelöscht."
|
140 |
+
"Item was successfully saved","Erfolgreich gespeichert"
|
141 |
+
"July","Juli"
|
142 |
+
"June","Juni"
|
143 |
+
"Label for main products or accessory","Kennzeichnung, ob ein Produkt reduziert ist oder nicht. 0 = nein regulärer Preis, 1 = reduzierter Preis."
|
144 |
+
"Label for main products or accessory. 0 = main product, 1 = accessory","Haupt- oder Zubehörprodukt: 0 = Produkt, 1 = Zubehör"
|
145 |
+
"Label for reduced prices","Kennzeichnung, ob es sich um ein Hauptprodukt oder Zubehör handelt. 0 = Hauptprodukt, 1 = Zubehör."
|
146 |
+
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Markierung von Produkten mit reduzierten Preisen: 0 = Standardpreise, 1 = reduzierter Preis"
|
147 |
+
"Lead Commission (Confirmed)","Lead Vergütung (Bestätigt)"
|
148 |
+
"Lead Commission (Open)","Lead Vergütung (Offen)"
|
149 |
+
"Lead Conversion Rate (Confirmed)","Lead Conversion Rate (Bestätigt)"
|
150 |
+
"Lead Conversion Rate (Open)","Lead Conversion Rate (Offen)"
|
151 |
+
"Leads","Leads"
|
152 |
+
"Manufacturer attribute","Hersteller-Attribut"
|
153 |
+
"Month","Monat"
|
154 |
+
"n/a","n/a"
|
155 |
+
"Name","Name"
|
156 |
+
"Net","Netto"
|
157 |
+
"Net bonus payments","Höhe Bonuszahlungen"
|
158 |
+
"Netherlands","Niederlande"
|
159 |
+
"Net price","Nettopreis"
|
160 |
+
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","Die geänderten Bestelldaten wurden an affilinet übertragen. Es dauert einige Minuten bis die Änderungen sichtbar werden."
|
161 |
+
"New Magento product datafeed","Neuen Magento Shop Productfeed einrichten"
|
162 |
+
"No","Nein"
|
163 |
+
"No records found for these criteria.","Keine passenden Einträge gefunden."
|
164 |
+
"Number of ordered products separated by pipes |.","Mengen der bestellten Produkte mit | (Pipe) als Trennzeichen zwischen den Mengenangaben."
|
165 |
+
"Number of pages processed by each cronjob iteration (default: 5).","Anzahl der Produktlisten die bei jedem Durchlauf des Cronjobs bearbeitet werden (Standard: 5)."
|
166 |
+
"Number of products included in every page (default: 500).","Anzahl der Produkte die in einer Produktliste enthalten sind (Standard: 500)."
|
167 |
+
"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.","Anzahl der Produkte die der User in den Warenkorb gelegt hat.<br/>Alternative werden mehrere Werte, getrennt durch pipes |, aufgelistet, was davon abhängt wie die Funktion zum in den Warenkorb legen implementiert wurde."
|
168 |
+
"of %s pages","von %s Seiten"
|
169 |
+
"Only one product variation","Nur eine Produktvariante"
|
170 |
+
"Open","Offen"
|
171 |
+
"Order ID","Bestell-Nr."
|
172 |
+
"Orders","Bestellungen"
|
173 |
+
"Original price of a product","Ursprünglicher Preis des Produkts, falls der Produktpreis reduziert wurde."
|
174 |
+
"Original price of a product, if reduced","Ursprünglicher Preis des Produkts, falls der Produktpreis reduziert wurde."
|
175 |
+
"Overview","Übersicht"
|
176 |
+
"Page","Seite"
|
177 |
+
"Pages","Seiten/Durchläufe"
|
178 |
+
"Payment method","Zahlungsmethode"
|
179 |
+
"Period","Zeitraum"
|
180 |
+
"per page","pro Seite"
|
181 |
+
"Please generate datafeed file first","Bitte lassen Sie erst die Feed Datei erzeugen."
|
182 |
+
"Please provide your web service username/password in the extension settings page.","Bitte geben Sie Ihren Webservice username/passwort in den Extension Einstellungen ein."
|
183 |
+
"Please type in the sort of enclosure character for your products.","Bitte umschließendes Zeichen eingeben"
|
184 |
+
"Position","Position"
|
185 |
+
"Preffix","Preffix"
|
186 |
+
"Preview","Vorschau"
|
187 |
+
"Product Data Feed","Produktdatenfeed"
|
188 |
+
"Product ID","Produkt-ID"
|
189 |
+
"Product Name","Produktname"
|
190 |
+
"Product parameters","Produkt-Parameter"
|
191 |
+
"Product properties","Produkteigenschaften"
|
192 |
+
"Product rating","Produktbewertung"
|
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 which just deviate by color, size or price.","Produktvariationen sollten als eigene Feeds erzeugt werden.<br/>Besonders für Retargeting-Zwecke sollten eigene Feeds generiert werden, die nur eine Produktvariante enthalten, damit mehrere sich ähnelnde Produkte in dynamischen Produkt-Bannern vermieden werden."
|
194 |
+
"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 which just deviate by color.","Produktvariationen sollten als eigene Feeds erzeugt werden.<br/>Besonders für Retargeting-Zwecke sollten eigene Feeds generiert werden, die nur eine Produktvariante enthalten, damit mehrere sich ähnelnde Produkte in dynamischen Produkt-Bannern vermieden werden."
|
195 |
+
"pSub1","pSub1"
|
196 |
+
"pSub2","pSub2"
|
197 |
+
"Publicity","Werbemittel"
|
198 |
+
"Publisher","Publisher"
|
199 |
+
"Publisher commission","Publisher Vergütung"
|
200 |
+
"Publisher filter","Publisher Filter"
|
201 |
+
"Publisher ID","Publisher-ID"
|
202 |
+
"Publisher segment","Publisher Segment"
|
203 |
+
"Publisher volume","Publisher Volumen"
|
204 |
+
"Q","Q"
|
205 |
+
"Quantities of ordered products","Anzahl bestellter Produkte"
|
206 |
+
"Quantity","Anzahl"
|
207 |
+
"Quantity (qty)","Anzahl (Anz.)"
|
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"
|
215 |
+
"Repeat every","Intervall"
|
216 |
+
"Retargeting","Retargeting"
|
217 |
+
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Retargeting ermöglicht es Ihnen potentielle Kunden von denen Sie bereits die Interessen kennen gezielt anzusprechen, falls diese den Shop ohne Kaufabschluss verlassen."
|
218 |
+
"Sale Commission (Confirmed)","Sale Vergütung (Bestätigt)"
|
219 |
+
"Sale Commission (Open)","Sale Vergütung (Offen)"
|
220 |
+
"Sale Conversion Rate (Confirmed)","Sale Conversion Rate (Confirmed)"
|
221 |
+
"Sale Conversion Rate (Open)","Sale Conversion Rate (Open)"
|
222 |
+
"Sales","Verkäufe"
|
223 |
+
"Save and Continue Edit","Speichern und weiter bearbeiten"
|
224 |
+
"Select, if the feed should be activated for cron job batch export.","Auswählen, falls der Feed per Cron-Job exportiert werden soll."
|
225 |
+
"Select advertising medium","Werbemedium wählen"
|
226 |
+
"Select reporting period","Report Zeitraum wählen"
|
227 |
+
"Select the Store whose products shall be included in the feed.","Wählen Sie den Store, dessen Produkte im Feed enthalten sein sollen."
|
228 |
+
"Send message to the test e-mail","Nachricht an Test-E-Mail Adresse senden"
|
229 |
+
"Settings","Einstellungen"
|
230 |
+
"Shipping method","Versandmethode"
|
231 |
+
"Show","Anzeigen"
|
232 |
+
"Show orders","Bestellungen anzeigen"
|
233 |
+
"Show statistics","Statistiken anzeigen"
|
234 |
+
"Single price","Einzelpreis"
|
235 |
+
"SKU","SKU"
|
236 |
+
"Spain","Spanien"
|
237 |
+
"Start at","Start am"
|
238 |
+
"Statistics","Statistiken anzeigen"
|
239 |
+
"Status","Status"
|
240 |
+
"Stop generating","Erstellung stoppen"
|
241 |
+
"Store View","Store View"
|
242 |
+
"Submit the feed to affilinet","Feed an affilinet senden"
|
243 |
+
"Suffix","Suffix"
|
244 |
+
"Sum of commissions","Summe der Vergütungen"
|
245 |
+
"Sum of commissions (Confirmed)","Summe der Vergütungen (Bestätigt)"
|
246 |
+
"Sum of commissions (Open)","Summe der Vergütungen (Offen)"
|
247 |
+
"Switzerland","Schweiz"
|
248 |
+
"Test e-mail","Test E-Mail Adresse"
|
249 |
+
"Text link","Text-Link"
|
250 |
+
"Text links","Text-Links"
|
251 |
+
"The attribute used to uniquely identify the products.","Attribut das zur eindeutigen Unterscheidung der Produkte dient."
|
252 |
+
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","Das Warenkorb-Tracking hilft Ihnen Bestellungen, die durch affilinet Publisher generiert wurden, bis auf Einzelposten-Level zu analysieren. Diese Informationen ermöglichen es Ihnen die Verkaufsleistung Ihrer Produkte über affiliate Marketing zu bewerten und dabei Publishern zu helfen Ihre marketing Aktivitäten zu verbessern um Besucher mit höherer Kaufwahrscheinlichkeit zu Ihnen zu senden."
|
253 |
+
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","Folgendes Verzeichnis konnte nicht automatisch angelegt werden: %s. Bitte legen Sie es manuell an."
|
254 |
+
"The information in this tab has been changed.","Die Daten auf diesem Tab wurden geändert."
|
255 |
+
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Diese Werte können von Publishern, die Besucher auf Ihre Seite senden, eingesehen und analysiert werden. Übertragen Sie deshalb nur Informationen die Sie bereit sind zu teilen."
|
256 |
+
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Sie haben bereits einen Account unter Einstellungen hinterlegt. Eine Voranmeldung ist nicht nötig."
|
257 |
+
"This extension integrates easily your Magento shop with affilinet services.","Diese Extension integriert die Services von affilinet auf einfache Art mit Ihrem Magento Shop."
|
258 |
+
"This extension uses the default base currency of the store for all product values that are tracked","Diese Extension nutzt die Standardwährung des Stores für alle Produkte die erfasst werden."
|
259 |
+
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","Ermöglicht das Ansprechen von Nutzern anhand der Produktbewertung: 0 (unbewertet) bis 10 (am höchsten bewertet)"
|
260 |
+
"This tab contains invalid data. Please solve the problem before saving.","Bitte korrigieren Sie die ungültigen Eingaben."
|
261 |
+
"Time span","Zeitraum"
|
262 |
+
"Time span between dates cannot exceed 3 months","Der Zeitraum zwischen zwei Daten darf nicht länger als 3 Monate sein."
|
263 |
+
"Title","Titel"
|
264 |
+
"To","An"
|
265 |
+
"Total %d records found","%d Einträge gefunden"
|
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"
|
276 |
+
"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.","Geben Sie Ihre Programm-ID an. Wenn Sie noch keinen affilinet Account besitzen, können Sie die Anmeldung unter dem Punkt Registrierung starten."
|
277 |
+
"Unable to find item to save","Zu speichernder Eintrag konnte nicht gefunden werden."
|
278 |
+
"Unable to send feed","Der Feed konnte nicht an affilinet übertragen werden"
|
279 |
+
"Unable to stop","Erzeugung des Feeds konnte nicht gestoppt werden."
|
280 |
+
"Unique product identifier","Eindeutige Produkt-ID"
|
281 |
+
"United Kingdom","Großbritanien"
|
282 |
+
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Hochgeladene Bilder werden proportional auf eine Größe von max. 120 x 40 Pixel skaliert."
|
283 |
+
"URL","URL"
|
284 |
+
"URL of category image","URL des Kategoriebildes"
|
285 |
+
"URL of category image (URL encoded)","URL des Kategoriebilds (URL-Enkodiert)"
|
286 |
+
"UTF-8","UTF-8"
|
287 |
+
"View","Anzeigen"
|
288 |
+
"Views","Einblendungen"
|
289 |
+
"Visible for the advertiser only","Nur für den Advertiser sichtbar"
|
290 |
+
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Besuchen Sie <a href=""%s"" target=""_blank"">%s</a> für mehr Informationen."
|
291 |
+
"Webservice Password","Webservice Password"
|
292 |
+
"Webservice Username","Webservice Username"
|
293 |
+
"Week","Woche"
|
294 |
+
"Which of the following parameters shall be relayed to affilinet?","Welche der folgenden Parameter sollen an affilinet übertragen werden."
|
295 |
+
"Yes","Ja"
|
296 |
+
"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 your contact data. Your web service password will be sent to the submitted email address.","Ihren Web-Service Benutzernamen können Sie im Affili.net Loginbereich generieren.<br/> Hierzu loggen Sie sich bitte unter folgender URL ein: <a target=""_blank"" href=""https://advertiser.affili.net/Login.aspx"">https://advertiser.affili.net/Login.aspx</a><br/>und rufen dann den Menüpunkt Konto -> Account-Daten auf. Unterhalb Ihrer dort aufgeführten Kontaktdaten können Sie einen neuen Webservice-Zugang anlegen.<br/>Ihr Webservice-Kennwort wird Ihnen im Anschluss an die in den Kontaktdaten aufgeführte E-Mail Adresse geschickt."
|
app/locale/de_DE/template/email/affilinet_feed.html
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
Hallo affilinet Produktdatenteam,<br/>
|
2 |
-
<br/>
|
3 |
-
Dies ist eine automatisch gesendete Mail aus einem affilinet Magento Shopmodul mit der Bitte für<br/>
|
4 |
-
den Advertiser {{var program_id}} den folgenden Product Data Feed einzurichten:<br/>
|
5 |
-
<br/>
|
6 |
-
<br/>
|
7 |
-
{{var feed_link}}<br/>
|
8 |
-
<br/>
|
9 |
-
Abholung täglich {{var hour}} UHR<br/>
|
10 |
-
Wiederholung alle {{var repeat}} STUNDEN<br/>
|
11 |
-
<br/>
|
12 |
-
<br/>
|
13 |
-
Logolinks:<br/>
|
14 |
-
<br/>
|
15 |
-
{{var logo}}<br/>
|
16 |
-
<br/>
|
17 |
-
Bitte bestätigen Sie die automatische Abholung per E-Mail an: {{var affilinet_email}}<br/>
|
18 |
-
<br/>
|
19 |
-
<br/>
|
20 |
-
Freundliche Grüße<br/>
|
21 |
Affilinet Magento Shop Modul
|
1 |
+
Hallo affilinet Produktdatenteam,<br/>
|
2 |
+
<br/>
|
3 |
+
Dies ist eine automatisch gesendete Mail aus einem affilinet Magento Shopmodul mit der Bitte für<br/>
|
4 |
+
den Advertiser {{var program_id}} den folgenden Product Data Feed einzurichten:<br/>
|
5 |
+
<br/>
|
6 |
+
<br/>
|
7 |
+
{{var feed_link}}<br/>
|
8 |
+
<br/>
|
9 |
+
Abholung täglich {{var hour}} UHR<br/>
|
10 |
+
Wiederholung alle {{var repeat}} STUNDEN<br/>
|
11 |
+
<br/>
|
12 |
+
<br/>
|
13 |
+
Logolinks:<br/>
|
14 |
+
<br/>
|
15 |
+
{{var logo}}<br/>
|
16 |
+
<br/>
|
17 |
+
Bitte bestätigen Sie die automatische Abholung per E-Mail an: {{var affilinet_email}}<br/>
|
18 |
+
<br/>
|
19 |
+
<br/>
|
20 |
+
Freundliche Grüße<br/>
|
21 |
Affilinet Magento Shop Modul
|
app/locale/en_GB/Creativestyle_AffiliNet.csv
CHANGED
@@ -1,296 +1,296 @@
|
|
1 |
-
"# of bonus payments","# of bonus payments"
|
2 |
-
"# of Leads","# of Leads"
|
3 |
-
"# of Leads (Cancelled)","# of Leads (Cancelled)"
|
4 |
-
"# of Leads (Confirmed)","# of Leads (Confirmed)"
|
5 |
-
"# of Leads (Open)","# of Leads (Open)"
|
6 |
-
"# of Sales","# of Sales"
|
7 |
-
"# of Sales (Cancelled)","# of Sales (Cancelled)"
|
8 |
-
"# of Sales (Confirmed)","# of Sales (Confirmed)"
|
9 |
-
"# of Sales (Open)","# of Sales (Open)"
|
10 |
-
"-- Please Select --","-- Please Select --"
|
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","Activate/deactivate column titles in the feed"
|
14 |
-
"Activate the export of products only for active products","Activate the export of products only for active products"
|
15 |
-
"Activate the export of products only for products which can be ordered.","Activate the export of products only for products which can be ordered."
|
16 |
-
"Active","Active"
|
17 |
-
"Add New","Add New"
|
18 |
-
"Add new","Add new"
|
19 |
-
"Advertising medium","Advertising medium"
|
20 |
-
"affilinet","affilinet"
|
21 |
-
"Affilinet fee","Affilinet fee"
|
22 |
-
"affilinet Introduction","affilinet Introduction"
|
23 |
-
"affilinet Registration","affilinet Registration"
|
24 |
-
"All","All"
|
25 |
-
"All banners","All banners"
|
26 |
-
"All channels","All channels"
|
27 |
-
"All HTML links","All HTML links"
|
28 |
-
"All media","All media"
|
29 |
-
"All publishers","All publishers"
|
30 |
-
"All segments","All segments"
|
31 |
-
"All text links","All text links"
|
32 |
-
"Amount of paid bonuses","Amount of paid bonuses"
|
33 |
-
"Appoint the export start time.","Appoint the export start time."
|
34 |
-
"Article number","Article number"
|
35 |
-
"Attribute which defines the manufacturer of the product.","Attribute which defines the manufacturer of the product."
|
36 |
-
"August","August"
|
37 |
-
"Austria","Austria"
|
38 |
-
"Auto action","Auto action"
|
39 |
-
"Auto action in days","Auto action in days"
|
40 |
-
"Back","Back"
|
41 |
-
"Backslash","Backslash"
|
42 |
-
"Banner","Banner"
|
43 |
-
"Banners","Banners"
|
44 |
-
"Basket","Basket"
|
45 |
-
"BasketId","BasketId"
|
46 |
-
"Begin at","Begin at"
|
47 |
-
"Bonus count","Bonus count"
|
48 |
-
"Brand","Brand"
|
49 |
-
"By name","By name"
|
50 |
-
"By publisher ID","By publisher ID"
|
51 |
-
"By URL","By URL"
|
52 |
-
"Calendar week","Calendar week"
|
53 |
-
"Cancellation reason","Cancellation reason"
|
54 |
-
"Cancelled","Cancelled"
|
55 |
-
"Cart IDs","Cart IDs"
|
56 |
-
"Cart parameters","Cart parameters"
|
57 |
-
"Cart tracking","Cart tracking"
|
58 |
-
"Category","Category"
|
59 |
-
"Category (category_ids)","Category (category_ids)"
|
60 |
-
"Category parameters","Category parameters"
|
61 |
-
"Channel","Channel"
|
62 |
-
"Checkout parameters","Checkout parameters"
|
63 |
-
"Choose Store View:","Choose Store View:"
|
64 |
-
"Click-Through","Click-Through"
|
65 |
-
"Click date","Click date"
|
66 |
-
"Clicks","Clicks"
|
67 |
-
"Clicks (Gross)","Clicks (Gross)"
|
68 |
-
"Clicks (Net)","Clicks (Net)"
|
69 |
-
"Collection size","Collection size"
|
70 |
-
"Column title","Column title"
|
71 |
-
"Comma separated","Comma separated"
|
72 |
-
"Commission","Commission"
|
73 |
-
"Company logo","Company logo"
|
74 |
-
"Concatenation","Concatenation"
|
75 |
-
"Confirmation","Confirmation"
|
76 |
-
"Confirmed","Confirmed"
|
77 |
-
"Cron","Cron"
|
78 |
-
"Cronjob","Cronjob"
|
79 |
-
"CTR","CTR"
|
80 |
-
"Currency (currency)","Currency (currency)"
|
81 |
-
"CW","CW"
|
82 |
-
"DeepLink (deeplink)","DeepLink (deeplink)"
|
83 |
-
"Delete","Delete"
|
84 |
-
"Delete Field","Delete Field"
|
85 |
-
"Delete Filter","Delete Filter"
|
86 |
-
"Delete Image","Delete Image"
|
87 |
-
"Delimiter","Delimiter"
|
88 |
-
"Delimiter after last column","Delimiter after last column"
|
89 |
-
"Disabled","Disabled"
|
90 |
-
"Doubling","Doubling"
|
91 |
-
"Edit date","Edit date"
|
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."
|
99 |
-
"Enter publisher filter string","Enter publisher filter string"
|
100 |
-
"Escape","Escape"
|
101 |
-
"Escaping character for strings","Escaping character for strings"
|
102 |
-
"Evaluation method","Evaluation method"
|
103 |
-
"Feed link","Feed link"
|
104 |
-
"Feed submission","Feed submission"
|
105 |
-
"Feed was successfully sent to Affili.net","Feed was successfully sent to Affili.net"
|
106 |
-
"Field filter","Field filter"
|
107 |
-
"Field mapper","Field mapper"
|
108 |
-
"Fieldname","Fieldname"
|
109 |
-
"File is generating. You will be able to download file when it finish","File is generating. You will be able to download file when it finish"
|
110 |
-
"File name","File name"
|
111 |
-
"Filter","Filter"
|
112 |
-
"Filter active articles","Filter active articles"
|
113 |
-
"Filter active stock","Filter active stock"
|
114 |
-
"Filter criteria","Filter criteria"
|
115 |
-
"Filter criteria for orders","Filter criteria for orders"
|
116 |
-
"Filter criteria for statistics","Filter criteria for statistics"
|
117 |
-
"Flag","Flag"
|
118 |
-
"France","France"
|
119 |
-
"From","From"
|
120 |
-
"General","General"
|
121 |
-
"General delimiter of fields in the feed","General delimiter of fields in the feed"
|
122 |
-
"Generate File","Generate File"
|
123 |
-
"Generating feed was successfully stopped","Generating feed was successfully stopped"
|
124 |
-
"Generating progress","Generating progress"
|
125 |
-
"Germany","Germany"
|
126 |
-
"Gross","Gross"
|
127 |
-
"Gross Clicks","Gross Clicks"
|
128 |
-
"Gross item value (including tax).","Gross item value (including tax)."
|
129 |
-
"Hide","Hide"
|
130 |
-
"Hours","Hours"
|
131 |
-
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
-
"ID","ID"
|
133 |
-
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
-
"Individual prices of ordered products","Individual prices of ordered products"
|
135 |
-
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)"
|
136 |
-
"Introduction","Introduction"
|
137 |
-
"Is in stock (is_in_stock)","Is in stock (is_in_stock)"
|
138 |
-
"ISO-8859-1","ISO-8859-1"
|
139 |
-
"Item was successfully deleted","Item was successfully deleted"
|
140 |
-
"Item was successfully saved","Item was successfully saved"
|
141 |
-
"July","July"
|
142 |
-
"June","June"
|
143 |
-
"Label for main products or accessory","Label for main products or accessory"
|
144 |
-
"Label for main products or accessory. 0 = main product, 1 = accessory","Label for main products or accessory. 0 = main product, 1 = accessory"
|
145 |
-
"Label for reduced prices","Label for reduced prices"
|
146 |
-
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Label if a product is reduced or not. 0 = no regular price, 1 = reduced price."
|
147 |
-
"Lead Commission (Confirmed)","Lead Commission (Confirmed)"
|
148 |
-
"Lead Commission (Open)","Lead Commission (Open)"
|
149 |
-
"Lead Conversion Rate (Confirmed)","Lead Conversion Rate (Confirmed)"
|
150 |
-
"Lead Conversion Rate (Open)","Lead Conversion Rate (Open)"
|
151 |
-
"Leads","Leads"
|
152 |
-
"Manufacturer attribute","Manufacturer attribute"
|
153 |
-
"Month","Month"
|
154 |
-
"n/a","n/a"
|
155 |
-
"Name","Name"
|
156 |
-
"Net","Net"
|
157 |
-
"Net bonus payments","Net bonus payments"
|
158 |
-
"Netherlands","Netherlands"
|
159 |
-
"Net price","Net price"
|
160 |
-
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible."
|
161 |
-
"New Magento product datafeed","New Magento product datafeed"
|
162 |
-
"No","No"
|
163 |
-
"No records found for these criteria.","No records found for these criteria."
|
164 |
-
"Number of ordered products separated by pipes |.","Number of ordered products separated by pipes |."
|
165 |
-
"Number of pages processed by each cronjob iteration (default: 5).","Number of pages processed by each cronjob iteration (default: 5)."
|
166 |
-
"Number of products included in every page (default: 500).","Number of products included in every page (default: 500)."
|
167 |
-
"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.","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."
|
168 |
-
"of %s pages","of %s pages"
|
169 |
-
"Only one product variation","Only one product variation"
|
170 |
-
"Open","Open"
|
171 |
-
"Order ID","Order ID"
|
172 |
-
"Orders","Orders"
|
173 |
-
"Original price of a product","Original price of a product"
|
174 |
-
"Original price of a product, if reduced","Original price of a product, if reduced"
|
175 |
-
"Overview","Overview"
|
176 |
-
"Page","Page"
|
177 |
-
"Pages","Pages"
|
178 |
-
"Payment method","Payment method"
|
179 |
-
"Period","Period"
|
180 |
-
"per page","per page"
|
181 |
-
"Please generate datafeed file first","Please generate datafeed file first"
|
182 |
-
"Please provide your web service username/password in the extension settings page.","Please provide your web service username/password in the extension settings page."
|
183 |
-
"Please type in the sort of enclosure character for your products.","Please type in the sort of enclosure character for your products."
|
184 |
-
"Position","Position"
|
185 |
-
"Preffix","Preffix"
|
186 |
-
"Preview","Preview"
|
187 |
-
"Product Data Feed","Product Data Feed"
|
188 |
-
"Product ID","Product ID"
|
189 |
-
"Product Name","Product Name"
|
190 |
-
"Product parameters","Product parameters"
|
191 |
-
"Product properties","Product properties"
|
192 |
-
"Product rating","Product rating"
|
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 which just deviate by color, size or price.","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 which just deviate by color, size or price."
|
194 |
-
"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 which just deviate by color.","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 which just deviate by color."
|
195 |
-
"pSub1","pSub1"
|
196 |
-
"pSub2","pSub2"
|
197 |
-
"Publicity","Publicity"
|
198 |
-
"Publisher","Publisher"
|
199 |
-
"Publisher commission","Publisher commission"
|
200 |
-
"Publisher filter","Publisher filter"
|
201 |
-
"Publisher ID","Publisher ID"
|
202 |
-
"Publisher segment","Publisher segment"
|
203 |
-
"Publisher volume","Publisher volume"
|
204 |
-
"Q","Q"
|
205 |
-
"Quantities of ordered products","Quantities of ordered products"
|
206 |
-
"Quantity","Quantity"
|
207 |
-
"Quantity (qty)","Quantity (qty)"
|
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"
|
215 |
-
"Repeat every","Repeat every"
|
216 |
-
"Retargeting","Retargeting"
|
217 |
-
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase"
|
218 |
-
"Sale Commission (Confirmed)","Sale Commission (Confirmed)"
|
219 |
-
"Sale Commission (Open)","Sale Commission (Open)"
|
220 |
-
"Sale Conversion Rate (Confirmed)","Sale Conversion Rate (Confirmed)"
|
221 |
-
"Sale Conversion Rate (Open)","Sale Conversion Rate (Open)"
|
222 |
-
"Sales","Sales"
|
223 |
-
"Save and Continue Edit","Save and Continue Edit"
|
224 |
-
"Select, if the feed should be activated for cron job batch export.","Select, if the feed should be activated for cron job batch export."
|
225 |
-
"Select advertising medium","Select advertising medium"
|
226 |
-
"Select reporting period","Select reporting period"
|
227 |
-
"Select the Store whose products shall be included in the feed.","Select the Store whose products shall be included in the feed."
|
228 |
-
"Send message to the test e-mail","Send message to the test e-mail"
|
229 |
-
"Settings","Settings"
|
230 |
-
"Shipping method","Shipping method"
|
231 |
-
"Show","Show"
|
232 |
-
"Show orders","Show orders"
|
233 |
-
"Show statistics","Show statistics"
|
234 |
-
"Single price","Single price"
|
235 |
-
"SKU","SKU"
|
236 |
-
"Spain","Spain"
|
237 |
-
"Start at","Start at"
|
238 |
-
"Statistics","Statistics"
|
239 |
-
"Status","Status"
|
240 |
-
"Stop generating","Stop generating"
|
241 |
-
"Store View","Store View"
|
242 |
-
"Submit the feed to affilinet","Submit the feed to affilinet"
|
243 |
-
"Suffix","Suffix"
|
244 |
-
"Sum of commissions","Sum of commissions"
|
245 |
-
"Sum of commissions (Confirmed)","Sum of commissions (Confirmed)"
|
246 |
-
"Sum of commissions (Open)","Sum of commissions (Open)"
|
247 |
-
"Switzerland","Switzerland"
|
248 |
-
"Test e-mail","Test e-mail"
|
249 |
-
"Text link","Text link"
|
250 |
-
"Text links","Text links"
|
251 |
-
"The attribute used to uniquely identify the products.","The attribute used to uniquely identify the products."
|
252 |
-
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic."
|
253 |
-
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","The directory is missing and the script has been unable to create it. Please create it manually. Path %s"
|
254 |
-
"The information in this tab has been changed.","The information in this tab has been changed."
|
255 |
-
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share."
|
256 |
-
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings."
|
257 |
-
"This extension integrates easily your Magento shop with affilinet services.","This extension integrates easily your Magento shop with affilinet services."
|
258 |
-
"This extension uses the default base currency of the store for all product values that are tracked","This extension uses the default base currency of the store for all product values that are tracked"
|
259 |
-
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)"
|
260 |
-
"This tab contains invalid data. Please solve the problem before saving.","This tab contains invalid data. Please solve the problem before saving."
|
261 |
-
"Time span","Time span"
|
262 |
-
"Time span between dates cannot exceed 3 months","Time span between dates cannot exceed 3 months"
|
263 |
-
"Title","Title"
|
264 |
-
"To","To"
|
265 |
-
"Total %d records found","Total %d records found"
|
266 |
-
"Total price","Total price"
|
267 |
-
"Total Revenue (Confirmed)","Total Revenue (Confirmed)"
|
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"
|
276 |
-
"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.","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."
|
277 |
-
"Unable to find item to save","Unable to find item to save"
|
278 |
-
"Unable to send feed","Unable to send feed"
|
279 |
-
"Unable to stop","Unable to stop"
|
280 |
-
"Unique product identifier","Unique product identifier"
|
281 |
-
"United Kingdom","United Kingdom"
|
282 |
-
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Uploads are scaled proportionally to a size of 120 x 40 Pixels."
|
283 |
-
"URL","URL"
|
284 |
-
"URL of category image","URL of category image"
|
285 |
-
"URL of category image (URL encoded)","URL of category image (URL encoded)"
|
286 |
-
"UTF-8","UTF-8"
|
287 |
-
"View","View"
|
288 |
-
"Views","Views"
|
289 |
-
"Visible for the advertiser only","Visible for the advertiser only"
|
290 |
-
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Visit <a href=""%s"" target=""_blank"">%s</a> to get more information."
|
291 |
-
"Webservice Password","Webservice Password"
|
292 |
-
"Webservice Username","Webservice Username"
|
293 |
-
"Week","Week"
|
294 |
-
"Which of the following parameters shall be relayed to affilinet?","Which of the following parameters shall be relayed to affilinet?"
|
295 |
-
"Yes","Yes"
|
296 |
-
"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 your contact data. Your web service password will be sent to the submitted email address.","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 your contact data. Your web service password will be sent to the submitted email address."
|
1 |
+
"# of bonus payments","# of bonus payments"
|
2 |
+
"# of Leads","# of Leads"
|
3 |
+
"# of Leads (Cancelled)","# of Leads (Cancelled)"
|
4 |
+
"# of Leads (Confirmed)","# of Leads (Confirmed)"
|
5 |
+
"# of Leads (Open)","# of Leads (Open)"
|
6 |
+
"# of Sales","# of Sales"
|
7 |
+
"# of Sales (Cancelled)","# of Sales (Cancelled)"
|
8 |
+
"# of Sales (Confirmed)","# of Sales (Confirmed)"
|
9 |
+
"# of Sales (Open)","# of Sales (Open)"
|
10 |
+
"-- Please Select --","-- Please Select --"
|
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","Activate/deactivate column titles in the feed"
|
14 |
+
"Activate the export of products only for active products","Activate the export of products only for active products"
|
15 |
+
"Activate the export of products only for products which can be ordered.","Activate the export of products only for products which can be ordered."
|
16 |
+
"Active","Active"
|
17 |
+
"Add New","Add New"
|
18 |
+
"Add new","Add new"
|
19 |
+
"Advertising medium","Advertising medium"
|
20 |
+
"affilinet","affilinet"
|
21 |
+
"Affilinet fee","Affilinet fee"
|
22 |
+
"affilinet Introduction","affilinet Introduction"
|
23 |
+
"affilinet Registration","affilinet Registration"
|
24 |
+
"All","All"
|
25 |
+
"All banners","All banners"
|
26 |
+
"All channels","All channels"
|
27 |
+
"All HTML links","All HTML links"
|
28 |
+
"All media","All media"
|
29 |
+
"All publishers","All publishers"
|
30 |
+
"All segments","All segments"
|
31 |
+
"All text links","All text links"
|
32 |
+
"Amount of paid bonuses","Amount of paid bonuses"
|
33 |
+
"Appoint the export start time.","Appoint the export start time."
|
34 |
+
"Article number","Article number"
|
35 |
+
"Attribute which defines the manufacturer of the product.","Attribute which defines the manufacturer of the product."
|
36 |
+
"August","August"
|
37 |
+
"Austria","Austria"
|
38 |
+
"Auto action","Auto action"
|
39 |
+
"Auto action in days","Auto action in days"
|
40 |
+
"Back","Back"
|
41 |
+
"Backslash","Backslash"
|
42 |
+
"Banner","Banner"
|
43 |
+
"Banners","Banners"
|
44 |
+
"Basket","Basket"
|
45 |
+
"BasketId","BasketId"
|
46 |
+
"Begin at","Begin at"
|
47 |
+
"Bonus count","Bonus count"
|
48 |
+
"Brand","Brand"
|
49 |
+
"By name","By name"
|
50 |
+
"By publisher ID","By publisher ID"
|
51 |
+
"By URL","By URL"
|
52 |
+
"Calendar week","Calendar week"
|
53 |
+
"Cancellation reason","Cancellation reason"
|
54 |
+
"Cancelled","Cancelled"
|
55 |
+
"Cart IDs","Cart IDs"
|
56 |
+
"Cart parameters","Cart parameters"
|
57 |
+
"Cart tracking","Cart tracking"
|
58 |
+
"Category","Category"
|
59 |
+
"Category (category_ids)","Category (category_ids)"
|
60 |
+
"Category parameters","Category parameters"
|
61 |
+
"Channel","Channel"
|
62 |
+
"Checkout parameters","Checkout parameters"
|
63 |
+
"Choose Store View:","Choose Store View:"
|
64 |
+
"Click-Through","Click-Through"
|
65 |
+
"Click date","Click date"
|
66 |
+
"Clicks","Clicks"
|
67 |
+
"Clicks (Gross)","Clicks (Gross)"
|
68 |
+
"Clicks (Net)","Clicks (Net)"
|
69 |
+
"Collection size","Collection size"
|
70 |
+
"Column title","Column title"
|
71 |
+
"Comma separated","Comma separated"
|
72 |
+
"Commission","Commission"
|
73 |
+
"Company logo","Company logo"
|
74 |
+
"Concatenation","Concatenation"
|
75 |
+
"Confirmation","Confirmation"
|
76 |
+
"Confirmed","Confirmed"
|
77 |
+
"Cron","Cron"
|
78 |
+
"Cronjob","Cronjob"
|
79 |
+
"CTR","CTR"
|
80 |
+
"Currency (currency)","Currency (currency)"
|
81 |
+
"CW","CW"
|
82 |
+
"DeepLink (deeplink)","DeepLink (deeplink)"
|
83 |
+
"Delete","Delete"
|
84 |
+
"Delete Field","Delete Field"
|
85 |
+
"Delete Filter","Delete Filter"
|
86 |
+
"Delete Image","Delete Image"
|
87 |
+
"Delimiter","Delimiter"
|
88 |
+
"Delimiter after last column","Delimiter after last column"
|
89 |
+
"Disabled","Disabled"
|
90 |
+
"Doubling","Doubling"
|
91 |
+
"Edit date","Edit date"
|
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."
|
99 |
+
"Enter publisher filter string","Enter publisher filter string"
|
100 |
+
"Escape","Escape"
|
101 |
+
"Escaping character for strings","Escaping character for strings"
|
102 |
+
"Evaluation method","Evaluation method"
|
103 |
+
"Feed link","Feed link"
|
104 |
+
"Feed submission","Feed submission"
|
105 |
+
"Feed was successfully sent to Affili.net","Feed was successfully sent to Affili.net"
|
106 |
+
"Field filter","Field filter"
|
107 |
+
"Field mapper","Field mapper"
|
108 |
+
"Fieldname","Fieldname"
|
109 |
+
"File is generating. You will be able to download file when it finish","File is generating. You will be able to download file when it finish"
|
110 |
+
"File name","File name"
|
111 |
+
"Filter","Filter"
|
112 |
+
"Filter active articles","Filter active articles"
|
113 |
+
"Filter active stock","Filter active stock"
|
114 |
+
"Filter criteria","Filter criteria"
|
115 |
+
"Filter criteria for orders","Filter criteria for orders"
|
116 |
+
"Filter criteria for statistics","Filter criteria for statistics"
|
117 |
+
"Flag","Flag"
|
118 |
+
"France","France"
|
119 |
+
"From","From"
|
120 |
+
"General","General"
|
121 |
+
"General delimiter of fields in the feed","General delimiter of fields in the feed"
|
122 |
+
"Generate File","Generate File"
|
123 |
+
"Generating feed was successfully stopped","Generating feed was successfully stopped"
|
124 |
+
"Generating progress","Generating progress"
|
125 |
+
"Germany","Germany"
|
126 |
+
"Gross","Gross"
|
127 |
+
"Gross Clicks","Gross Clicks"
|
128 |
+
"Gross item value (including tax).","Gross item value (including tax)."
|
129 |
+
"Hide","Hide"
|
130 |
+
"Hours","Hours"
|
131 |
+
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
+
"ID","ID"
|
133 |
+
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
+
"Individual prices of ordered products","Individual prices of ordered products"
|
135 |
+
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)"
|
136 |
+
"Introduction","Introduction"
|
137 |
+
"Is in stock (is_in_stock)","Is in stock (is_in_stock)"
|
138 |
+
"ISO-8859-1","ISO-8859-1"
|
139 |
+
"Item was successfully deleted","Item was successfully deleted"
|
140 |
+
"Item was successfully saved","Item was successfully saved"
|
141 |
+
"July","July"
|
142 |
+
"June","June"
|
143 |
+
"Label for main products or accessory","Label for main products or accessory"
|
144 |
+
"Label for main products or accessory. 0 = main product, 1 = accessory","Label for main products or accessory. 0 = main product, 1 = accessory"
|
145 |
+
"Label for reduced prices","Label for reduced prices"
|
146 |
+
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Label if a product is reduced or not. 0 = no regular price, 1 = reduced price."
|
147 |
+
"Lead Commission (Confirmed)","Lead Commission (Confirmed)"
|
148 |
+
"Lead Commission (Open)","Lead Commission (Open)"
|
149 |
+
"Lead Conversion Rate (Confirmed)","Lead Conversion Rate (Confirmed)"
|
150 |
+
"Lead Conversion Rate (Open)","Lead Conversion Rate (Open)"
|
151 |
+
"Leads","Leads"
|
152 |
+
"Manufacturer attribute","Manufacturer attribute"
|
153 |
+
"Month","Month"
|
154 |
+
"n/a","n/a"
|
155 |
+
"Name","Name"
|
156 |
+
"Net","Net"
|
157 |
+
"Net bonus payments","Net bonus payments"
|
158 |
+
"Netherlands","Netherlands"
|
159 |
+
"Net price","Net price"
|
160 |
+
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible."
|
161 |
+
"New Magento product datafeed","New Magento product datafeed"
|
162 |
+
"No","No"
|
163 |
+
"No records found for these criteria.","No records found for these criteria."
|
164 |
+
"Number of ordered products separated by pipes |.","Number of ordered products separated by pipes |."
|
165 |
+
"Number of pages processed by each cronjob iteration (default: 5).","Number of pages processed by each cronjob iteration (default: 5)."
|
166 |
+
"Number of products included in every page (default: 500).","Number of products included in every page (default: 500)."
|
167 |
+
"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.","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."
|
168 |
+
"of %s pages","of %s pages"
|
169 |
+
"Only one product variation","Only one product variation"
|
170 |
+
"Open","Open"
|
171 |
+
"Order ID","Order ID"
|
172 |
+
"Orders","Orders"
|
173 |
+
"Original price of a product","Original price of a product"
|
174 |
+
"Original price of a product, if reduced","Original price of a product, if reduced"
|
175 |
+
"Overview","Overview"
|
176 |
+
"Page","Page"
|
177 |
+
"Pages","Pages"
|
178 |
+
"Payment method","Payment method"
|
179 |
+
"Period","Period"
|
180 |
+
"per page","per page"
|
181 |
+
"Please generate datafeed file first","Please generate datafeed file first"
|
182 |
+
"Please provide your web service username/password in the extension settings page.","Please provide your web service username/password in the extension settings page."
|
183 |
+
"Please type in the sort of enclosure character for your products.","Please type in the sort of enclosure character for your products."
|
184 |
+
"Position","Position"
|
185 |
+
"Preffix","Preffix"
|
186 |
+
"Preview","Preview"
|
187 |
+
"Product Data Feed","Product Data Feed"
|
188 |
+
"Product ID","Product ID"
|
189 |
+
"Product Name","Product Name"
|
190 |
+
"Product parameters","Product parameters"
|
191 |
+
"Product properties","Product properties"
|
192 |
+
"Product rating","Product rating"
|
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 which just deviate by color, size or price.","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 which just deviate by color, size or price."
|
194 |
+
"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 which just deviate by color.","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 which just deviate by color."
|
195 |
+
"pSub1","pSub1"
|
196 |
+
"pSub2","pSub2"
|
197 |
+
"Publicity","Publicity"
|
198 |
+
"Publisher","Publisher"
|
199 |
+
"Publisher commission","Publisher commission"
|
200 |
+
"Publisher filter","Publisher filter"
|
201 |
+
"Publisher ID","Publisher ID"
|
202 |
+
"Publisher segment","Publisher segment"
|
203 |
+
"Publisher volume","Publisher volume"
|
204 |
+
"Q","Q"
|
205 |
+
"Quantities of ordered products","Quantities of ordered products"
|
206 |
+
"Quantity","Quantity"
|
207 |
+
"Quantity (qty)","Quantity (qty)"
|
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"
|
215 |
+
"Repeat every","Repeat every"
|
216 |
+
"Retargeting","Retargeting"
|
217 |
+
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase"
|
218 |
+
"Sale Commission (Confirmed)","Sale Commission (Confirmed)"
|
219 |
+
"Sale Commission (Open)","Sale Commission (Open)"
|
220 |
+
"Sale Conversion Rate (Confirmed)","Sale Conversion Rate (Confirmed)"
|
221 |
+
"Sale Conversion Rate (Open)","Sale Conversion Rate (Open)"
|
222 |
+
"Sales","Sales"
|
223 |
+
"Save and Continue Edit","Save and Continue Edit"
|
224 |
+
"Select, if the feed should be activated for cron job batch export.","Select, if the feed should be activated for cron job batch export."
|
225 |
+
"Select advertising medium","Select advertising medium"
|
226 |
+
"Select reporting period","Select reporting period"
|
227 |
+
"Select the Store whose products shall be included in the feed.","Select the Store whose products shall be included in the feed."
|
228 |
+
"Send message to the test e-mail","Send message to the test e-mail"
|
229 |
+
"Settings","Settings"
|
230 |
+
"Shipping method","Shipping method"
|
231 |
+
"Show","Show"
|
232 |
+
"Show orders","Show orders"
|
233 |
+
"Show statistics","Show statistics"
|
234 |
+
"Single price","Single price"
|
235 |
+
"SKU","SKU"
|
236 |
+
"Spain","Spain"
|
237 |
+
"Start at","Start at"
|
238 |
+
"Statistics","Statistics"
|
239 |
+
"Status","Status"
|
240 |
+
"Stop generating","Stop generating"
|
241 |
+
"Store View","Store View"
|
242 |
+
"Submit the feed to affilinet","Submit the feed to affilinet"
|
243 |
+
"Suffix","Suffix"
|
244 |
+
"Sum of commissions","Sum of commissions"
|
245 |
+
"Sum of commissions (Confirmed)","Sum of commissions (Confirmed)"
|
246 |
+
"Sum of commissions (Open)","Sum of commissions (Open)"
|
247 |
+
"Switzerland","Switzerland"
|
248 |
+
"Test e-mail","Test e-mail"
|
249 |
+
"Text link","Text link"
|
250 |
+
"Text links","Text links"
|
251 |
+
"The attribute used to uniquely identify the products.","The attribute used to uniquely identify the products."
|
252 |
+
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic."
|
253 |
+
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","The directory is missing and the script has been unable to create it. Please create it manually. Path %s"
|
254 |
+
"The information in this tab has been changed.","The information in this tab has been changed."
|
255 |
+
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share."
|
256 |
+
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings."
|
257 |
+
"This extension integrates easily your Magento shop with affilinet services.","This extension integrates easily your Magento shop with affilinet services."
|
258 |
+
"This extension uses the default base currency of the store for all product values that are tracked","This extension uses the default base currency of the store for all product values that are tracked"
|
259 |
+
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)"
|
260 |
+
"This tab contains invalid data. Please solve the problem before saving.","This tab contains invalid data. Please solve the problem before saving."
|
261 |
+
"Time span","Time span"
|
262 |
+
"Time span between dates cannot exceed 3 months","Time span between dates cannot exceed 3 months"
|
263 |
+
"Title","Title"
|
264 |
+
"To","To"
|
265 |
+
"Total %d records found","Total %d records found"
|
266 |
+
"Total price","Total price"
|
267 |
+
"Total Revenue (Confirmed)","Total Revenue (Confirmed)"
|
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"
|
276 |
+
"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.","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."
|
277 |
+
"Unable to find item to save","Unable to find item to save"
|
278 |
+
"Unable to send feed","Unable to send feed"
|
279 |
+
"Unable to stop","Unable to stop"
|
280 |
+
"Unique product identifier","Unique product identifier"
|
281 |
+
"United Kingdom","United Kingdom"
|
282 |
+
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Uploads are scaled proportionally to a size of 120 x 40 Pixels."
|
283 |
+
"URL","URL"
|
284 |
+
"URL of category image","URL of category image"
|
285 |
+
"URL of category image (URL encoded)","URL of category image (URL encoded)"
|
286 |
+
"UTF-8","UTF-8"
|
287 |
+
"View","View"
|
288 |
+
"Views","Views"
|
289 |
+
"Visible for the advertiser only","Visible for the advertiser only"
|
290 |
+
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Visit <a href=""%s"" target=""_blank"">%s</a> to get more information."
|
291 |
+
"Webservice Password","Webservice Password"
|
292 |
+
"Webservice Username","Webservice Username"
|
293 |
+
"Week","Week"
|
294 |
+
"Which of the following parameters shall be relayed to affilinet?","Which of the following parameters shall be relayed to affilinet?"
|
295 |
+
"Yes","Yes"
|
296 |
+
"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 your contact data. Your web service password will be sent to the submitted email address.","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 your contact data. Your web service password will be sent to the submitted email address."
|
app/locale/en_GB/template/email/affilinet_feed.html
CHANGED
@@ -1,19 +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
|
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
|
app/locale/en_US/Creativestyle_AffiliNet.csv
CHANGED
@@ -1,296 +1,296 @@
|
|
1 |
-
"# of bonus payments","# of bonus payments"
|
2 |
-
"# of Leads","# of Leads"
|
3 |
-
"# of Leads (Cancelled)","# of Leads (Cancelled)"
|
4 |
-
"# of Leads (Confirmed)","# of Leads (Confirmed)"
|
5 |
-
"# of Leads (Open)","# of Leads (Open)"
|
6 |
-
"# of Sales","# of Sales"
|
7 |
-
"# of Sales (Cancelled)","# of Sales (Cancelled)"
|
8 |
-
"# of Sales (Confirmed)","# of Sales (Confirmed)"
|
9 |
-
"# of Sales (Open)","# of Sales (Open)"
|
10 |
-
"-- Please Select --","-- Please Select --"
|
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","Activate/deactivate column titles in the feed"
|
14 |
-
"Activate the export of products only for active products","Activate the export of products only for active products"
|
15 |
-
"Activate the export of products only for products which can be ordered.","Activate the export of products only for products which can be ordered."
|
16 |
-
"Active","Active"
|
17 |
-
"Add New","Add New"
|
18 |
-
"Add new","Add new"
|
19 |
-
"Advertising medium","Advertising medium"
|
20 |
-
"affilinet","affilinet"
|
21 |
-
"Affilinet fee","Affilinet fee"
|
22 |
-
"affilinet Introduction","affilinet Introduction"
|
23 |
-
"affilinet Registration","affilinet Registration"
|
24 |
-
"All","All"
|
25 |
-
"All banners","All banners"
|
26 |
-
"All channels","All channels"
|
27 |
-
"All HTML links","All HTML links"
|
28 |
-
"All media","All media"
|
29 |
-
"All publishers","All publishers"
|
30 |
-
"All segments","All segments"
|
31 |
-
"All text links","All text links"
|
32 |
-
"Amount of paid bonuses","Amount of paid bonuses"
|
33 |
-
"Appoint the export start time.","Appoint the export start time."
|
34 |
-
"Article number","Article number"
|
35 |
-
"Attribute which defines the manufacturer of the product.","Attribute which defines the manufacturer of the product."
|
36 |
-
"August","August"
|
37 |
-
"Austria","Austria"
|
38 |
-
"Auto action","Auto action"
|
39 |
-
"Auto action in days","Auto action in days"
|
40 |
-
"Back","Back"
|
41 |
-
"Backslash","Backslash"
|
42 |
-
"Banner","Banner"
|
43 |
-
"Banners","Banners"
|
44 |
-
"Basket","Basket"
|
45 |
-
"BasketId","BasketId"
|
46 |
-
"Begin at","Begin at"
|
47 |
-
"Bonus count","Bonus count"
|
48 |
-
"Brand","Brand"
|
49 |
-
"By name","By name"
|
50 |
-
"By publisher ID","By publisher ID"
|
51 |
-
"By URL","By URL"
|
52 |
-
"Calendar week","Calendar week"
|
53 |
-
"Cancellation reason","Cancellation reason"
|
54 |
-
"Cancelled","Cancelled"
|
55 |
-
"Cart IDs","Cart IDs"
|
56 |
-
"Cart parameters","Cart parameters"
|
57 |
-
"Cart tracking","Cart tracking"
|
58 |
-
"Category","Category"
|
59 |
-
"Category (category_ids)","Category (category_ids)"
|
60 |
-
"Category parameters","Category parameters"
|
61 |
-
"Channel","Channel"
|
62 |
-
"Checkout parameters","Checkout parameters"
|
63 |
-
"Choose Store View:","Choose Store View:"
|
64 |
-
"Click-Through","Click-Through"
|
65 |
-
"Click date","Click date"
|
66 |
-
"Clicks","Clicks"
|
67 |
-
"Clicks (Gross)","Clicks (Gross)"
|
68 |
-
"Clicks (Net)","Clicks (Net)"
|
69 |
-
"Collection size","Collection size"
|
70 |
-
"Column title","Column title"
|
71 |
-
"Comma separated","Comma separated"
|
72 |
-
"Commission","Commission"
|
73 |
-
"Company logo","Company logo"
|
74 |
-
"Concatenation","Concatenation"
|
75 |
-
"Confirmation","Confirmation"
|
76 |
-
"Confirmed","Confirmed"
|
77 |
-
"Cron","Cron"
|
78 |
-
"Cronjob","Cronjob"
|
79 |
-
"CTR","CTR"
|
80 |
-
"Currency (currency)","Currency (currency)"
|
81 |
-
"CW","CW"
|
82 |
-
"DeepLink (deeplink)","DeepLink (deeplink)"
|
83 |
-
"Delete","Delete"
|
84 |
-
"Delete Field","Delete Field"
|
85 |
-
"Delete Filter","Delete Filter"
|
86 |
-
"Delete Image","Delete Image"
|
87 |
-
"Delimiter","Delimiter"
|
88 |
-
"Delimiter after last column","Delimiter after last column"
|
89 |
-
"Disabled","Disabled"
|
90 |
-
"Doubling","Doubling"
|
91 |
-
"Edit date","Edit date"
|
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."
|
99 |
-
"Enter publisher filter string","Enter publisher filter string"
|
100 |
-
"Escape","Escape"
|
101 |
-
"Escaping character for strings","Escaping character for strings"
|
102 |
-
"Evaluation method","Evaluation method"
|
103 |
-
"Feed link","Feed link"
|
104 |
-
"Feed submission","Feed submission"
|
105 |
-
"Feed was successfully sent to Affili.net","Feed was successfully sent to Affili.net"
|
106 |
-
"Field filter","Field filter"
|
107 |
-
"Field mapper","Field mapper"
|
108 |
-
"Fieldname","Fieldname"
|
109 |
-
"File is generating. You will be able to download file when it finish","File is generating. You will be able to download file when it finish"
|
110 |
-
"File name","File name"
|
111 |
-
"Filter","Filter"
|
112 |
-
"Filter active articles","Filter active articles"
|
113 |
-
"Filter active stock","Filter active stock"
|
114 |
-
"Filter criteria","Filter criteria"
|
115 |
-
"Filter criteria for orders","Filter criteria for orders"
|
116 |
-
"Filter criteria for statistics","Filter criteria for statistics"
|
117 |
-
"Flag","Flag"
|
118 |
-
"France","France"
|
119 |
-
"From","From"
|
120 |
-
"General","General"
|
121 |
-
"General delimiter of fields in the feed","General delimiter of fields in the feed"
|
122 |
-
"Generate File","Generate File"
|
123 |
-
"Generating feed was successfully stopped","Generating feed was successfully stopped"
|
124 |
-
"Generating progress","Generating progress"
|
125 |
-
"Germany","Germany"
|
126 |
-
"Gross","Gross"
|
127 |
-
"Gross Clicks","Gross Clicks"
|
128 |
-
"Gross item value (including tax).","Gross item value (including tax)."
|
129 |
-
"Hide","Hide"
|
130 |
-
"Hours","Hours"
|
131 |
-
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
-
"ID","ID"
|
133 |
-
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
-
"Individual prices of ordered products","Individual prices of ordered products"
|
135 |
-
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)"
|
136 |
-
"Introduction","Introduction"
|
137 |
-
"Is in stock (is_in_stock)","Is in stock (is_in_stock)"
|
138 |
-
"ISO-8859-1","ISO-8859-1"
|
139 |
-
"Item was successfully deleted","Item was successfully deleted"
|
140 |
-
"Item was successfully saved","Item was successfully saved"
|
141 |
-
"July","July"
|
142 |
-
"June","June"
|
143 |
-
"Label for main products or accessory","Label for main products or accessory"
|
144 |
-
"Label for main products or accessory. 0 = main product, 1 = accessory","Label for main products or accessory. 0 = main product, 1 = accessory"
|
145 |
-
"Label for reduced prices","Label for reduced prices"
|
146 |
-
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Label if a product is reduced or not. 0 = no regular price, 1 = reduced price."
|
147 |
-
"Lead Commission (Confirmed)","Lead Commission (Confirmed)"
|
148 |
-
"Lead Commission (Open)","Lead Commission (Open)"
|
149 |
-
"Lead Conversion Rate (Confirmed)","Lead Conversion Rate (Confirmed)"
|
150 |
-
"Lead Conversion Rate (Open)","Lead Conversion Rate (Open)"
|
151 |
-
"Leads","Leads"
|
152 |
-
"Manufacturer attribute","Manufacturer attribute"
|
153 |
-
"Month","Month"
|
154 |
-
"n/a","n/a"
|
155 |
-
"Name","Name"
|
156 |
-
"Net","Net"
|
157 |
-
"Net bonus payments","Net bonus payments"
|
158 |
-
"Netherlands","Netherlands"
|
159 |
-
"Net price","Net price"
|
160 |
-
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible."
|
161 |
-
"New Magento product datafeed","New Magento product datafeed"
|
162 |
-
"No","No"
|
163 |
-
"No records found for these criteria.","No records found for these criteria."
|
164 |
-
"Number of ordered products separated by pipes |.","Number of ordered products separated by pipes |."
|
165 |
-
"Number of pages processed by each cronjob iteration (default: 5).","Number of pages processed by each cronjob iteration (default: 5)."
|
166 |
-
"Number of products included in every page (default: 500).","Number of products included in every page (default: 500)."
|
167 |
-
"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.","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."
|
168 |
-
"of %s pages","of %s pages"
|
169 |
-
"Only one product variation","Only one product variation"
|
170 |
-
"Open","Open"
|
171 |
-
"Order ID","Order ID"
|
172 |
-
"Orders","Orders"
|
173 |
-
"Original price of a product","Original price of a product"
|
174 |
-
"Original price of a product, if reduced","Original price of a product, if reduced"
|
175 |
-
"Overview","Overview"
|
176 |
-
"Page","Page"
|
177 |
-
"Pages","Pages"
|
178 |
-
"Payment method","Payment method"
|
179 |
-
"Period","Period"
|
180 |
-
"per page","per page"
|
181 |
-
"Please generate datafeed file first","Please generate datafeed file first"
|
182 |
-
"Please provide your web service username/password in the extension settings page.","Please provide your web service username/password in the extension settings page."
|
183 |
-
"Please type in the sort of enclosure character for your products.","Please type in the sort of enclosure character for your products."
|
184 |
-
"Position","Position"
|
185 |
-
"Preffix","Preffix"
|
186 |
-
"Preview","Preview"
|
187 |
-
"Product Data Feed","Product Data Feed"
|
188 |
-
"Product ID","Product ID"
|
189 |
-
"Product Name","Product Name"
|
190 |
-
"Product parameters","Product parameters"
|
191 |
-
"Product properties","Product properties"
|
192 |
-
"Product rating","Product rating"
|
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 which just deviate by color, size or price.","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 which just deviate by color, size or price."
|
194 |
-
"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 which just deviate by color.","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 which just deviate by color."
|
195 |
-
"pSub1","pSub1"
|
196 |
-
"pSub2","pSub2"
|
197 |
-
"Publicity","Publicity"
|
198 |
-
"Publisher","Publisher"
|
199 |
-
"Publisher commission","Publisher commission"
|
200 |
-
"Publisher filter","Publisher filter"
|
201 |
-
"Publisher ID","Publisher ID"
|
202 |
-
"Publisher segment","Publisher segment"
|
203 |
-
"Publisher volume","Publisher volume"
|
204 |
-
"Q","Q"
|
205 |
-
"Quantities of ordered products","Quantities of ordered products"
|
206 |
-
"Quantity","Quantity"
|
207 |
-
"Quantity (qty)","Quantity (qty)"
|
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"
|
215 |
-
"Repeat every","Repeat every"
|
216 |
-
"Retargeting","Retargeting"
|
217 |
-
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase"
|
218 |
-
"Sale Commission (Confirmed)","Sale Commission (Confirmed)"
|
219 |
-
"Sale Commission (Open)","Sale Commission (Open)"
|
220 |
-
"Sale Conversion Rate (Confirmed)","Sale Conversion Rate (Confirmed)"
|
221 |
-
"Sale Conversion Rate (Open)","Sale Conversion Rate (Open)"
|
222 |
-
"Sales","Sales"
|
223 |
-
"Save and Continue Edit","Save and Continue Edit"
|
224 |
-
"Select, if the feed should be activated for cron job batch export.","Select, if the feed should be activated for cron job batch export."
|
225 |
-
"Select advertising medium","Select advertising medium"
|
226 |
-
"Select reporting period","Select reporting period"
|
227 |
-
"Select the Store whose products shall be included in the feed.","Select the Store whose products shall be included in the feed."
|
228 |
-
"Send message to the test e-mail","Send message to the test e-mail"
|
229 |
-
"Settings","Settings"
|
230 |
-
"Shipping method","Shipping method"
|
231 |
-
"Show","Show"
|
232 |
-
"Show orders","Show orders"
|
233 |
-
"Show statistics","Show statistics"
|
234 |
-
"Single price","Single price"
|
235 |
-
"SKU","SKU"
|
236 |
-
"Spain","Spain"
|
237 |
-
"Start at","Start at"
|
238 |
-
"Statistics","Statistics"
|
239 |
-
"Status","Status"
|
240 |
-
"Stop generating","Stop generating"
|
241 |
-
"Store View","Store View"
|
242 |
-
"Submit the feed to affilinet","Submit the feed to affilinet"
|
243 |
-
"Suffix","Suffix"
|
244 |
-
"Sum of commissions","Sum of commissions"
|
245 |
-
"Sum of commissions (Confirmed)","Sum of commissions (Confirmed)"
|
246 |
-
"Sum of commissions (Open)","Sum of commissions (Open)"
|
247 |
-
"Switzerland","Switzerland"
|
248 |
-
"Test e-mail","Test e-mail"
|
249 |
-
"Text link","Text link"
|
250 |
-
"Text links","Text links"
|
251 |
-
"The attribute used to uniquely identify the products.","The attribute used to uniquely identify the products."
|
252 |
-
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic."
|
253 |
-
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","The directory is missing and the script has been unable to create it. Please create it manually. Path %s"
|
254 |
-
"The information in this tab has been changed.","The information in this tab has been changed."
|
255 |
-
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share."
|
256 |
-
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings."
|
257 |
-
"This extension integrates easily your Magento shop with affilinet services.","This extension integrates easily your Magento shop with affilinet services."
|
258 |
-
"This extension uses the default base currency of the store for all product values that are tracked","This extension uses the default base currency of the store for all product values that are tracked"
|
259 |
-
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)"
|
260 |
-
"This tab contains invalid data. Please solve the problem before saving.","This tab contains invalid data. Please solve the problem before saving."
|
261 |
-
"Time span","Time span"
|
262 |
-
"Time span between dates cannot exceed 3 months","Time span between dates cannot exceed 3 months"
|
263 |
-
"Title","Title"
|
264 |
-
"To","To"
|
265 |
-
"Total %d records found","Total %d records found"
|
266 |
-
"Total price","Total price"
|
267 |
-
"Total Revenue (Confirmed)","Total Revenue (Confirmed)"
|
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"
|
276 |
-
"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.","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."
|
277 |
-
"Unable to find item to save","Unable to find item to save"
|
278 |
-
"Unable to send feed","Unable to send feed"
|
279 |
-
"Unable to stop","Unable to stop"
|
280 |
-
"Unique product identifier","Unique product identifier"
|
281 |
-
"United Kingdom","United Kingdom"
|
282 |
-
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Uploads are scaled proportionally to a size of 120 x 40 Pixels."
|
283 |
-
"URL","URL"
|
284 |
-
"URL of category image","URL of category image"
|
285 |
-
"URL of category image (URL encoded)","URL of category image (URL encoded)"
|
286 |
-
"UTF-8","UTF-8"
|
287 |
-
"View","View"
|
288 |
-
"Views","Views"
|
289 |
-
"Visible for the advertiser only","Visible for the advertiser only"
|
290 |
-
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Visit <a href=""%s"" target=""_blank"">%s</a> to get more information."
|
291 |
-
"Webservice Password","Webservice Password"
|
292 |
-
"Webservice Username","Webservice Username"
|
293 |
-
"Week","Week"
|
294 |
-
"Which of the following parameters shall be relayed to affilinet?","Which of the following parameters shall be relayed to affilinet?"
|
295 |
-
"Yes","Yes"
|
296 |
-
"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 your contact data. Your web service password will be sent to the submitted email address.","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 your contact data. Your web service password will be sent to the submitted email address."
|
1 |
+
"# of bonus payments","# of bonus payments"
|
2 |
+
"# of Leads","# of Leads"
|
3 |
+
"# of Leads (Cancelled)","# of Leads (Cancelled)"
|
4 |
+
"# of Leads (Confirmed)","# of Leads (Confirmed)"
|
5 |
+
"# of Leads (Open)","# of Leads (Open)"
|
6 |
+
"# of Sales","# of Sales"
|
7 |
+
"# of Sales (Cancelled)","# of Sales (Cancelled)"
|
8 |
+
"# of Sales (Confirmed)","# of Sales (Confirmed)"
|
9 |
+
"# of Sales (Open)","# of Sales (Open)"
|
10 |
+
"-- Please Select --","-- Please Select --"
|
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","Activate/deactivate column titles in the feed"
|
14 |
+
"Activate the export of products only for active products","Activate the export of products only for active products"
|
15 |
+
"Activate the export of products only for products which can be ordered.","Activate the export of products only for products which can be ordered."
|
16 |
+
"Active","Active"
|
17 |
+
"Add New","Add New"
|
18 |
+
"Add new","Add new"
|
19 |
+
"Advertising medium","Advertising medium"
|
20 |
+
"affilinet","affilinet"
|
21 |
+
"Affilinet fee","Affilinet fee"
|
22 |
+
"affilinet Introduction","affilinet Introduction"
|
23 |
+
"affilinet Registration","affilinet Registration"
|
24 |
+
"All","All"
|
25 |
+
"All banners","All banners"
|
26 |
+
"All channels","All channels"
|
27 |
+
"All HTML links","All HTML links"
|
28 |
+
"All media","All media"
|
29 |
+
"All publishers","All publishers"
|
30 |
+
"All segments","All segments"
|
31 |
+
"All text links","All text links"
|
32 |
+
"Amount of paid bonuses","Amount of paid bonuses"
|
33 |
+
"Appoint the export start time.","Appoint the export start time."
|
34 |
+
"Article number","Article number"
|
35 |
+
"Attribute which defines the manufacturer of the product.","Attribute which defines the manufacturer of the product."
|
36 |
+
"August","August"
|
37 |
+
"Austria","Austria"
|
38 |
+
"Auto action","Auto action"
|
39 |
+
"Auto action in days","Auto action in days"
|
40 |
+
"Back","Back"
|
41 |
+
"Backslash","Backslash"
|
42 |
+
"Banner","Banner"
|
43 |
+
"Banners","Banners"
|
44 |
+
"Basket","Basket"
|
45 |
+
"BasketId","BasketId"
|
46 |
+
"Begin at","Begin at"
|
47 |
+
"Bonus count","Bonus count"
|
48 |
+
"Brand","Brand"
|
49 |
+
"By name","By name"
|
50 |
+
"By publisher ID","By publisher ID"
|
51 |
+
"By URL","By URL"
|
52 |
+
"Calendar week","Calendar week"
|
53 |
+
"Cancellation reason","Cancellation reason"
|
54 |
+
"Cancelled","Cancelled"
|
55 |
+
"Cart IDs","Cart IDs"
|
56 |
+
"Cart parameters","Cart parameters"
|
57 |
+
"Cart tracking","Cart tracking"
|
58 |
+
"Category","Category"
|
59 |
+
"Category (category_ids)","Category (category_ids)"
|
60 |
+
"Category parameters","Category parameters"
|
61 |
+
"Channel","Channel"
|
62 |
+
"Checkout parameters","Checkout parameters"
|
63 |
+
"Choose Store View:","Choose Store View:"
|
64 |
+
"Click-Through","Click-Through"
|
65 |
+
"Click date","Click date"
|
66 |
+
"Clicks","Clicks"
|
67 |
+
"Clicks (Gross)","Clicks (Gross)"
|
68 |
+
"Clicks (Net)","Clicks (Net)"
|
69 |
+
"Collection size","Collection size"
|
70 |
+
"Column title","Column title"
|
71 |
+
"Comma separated","Comma separated"
|
72 |
+
"Commission","Commission"
|
73 |
+
"Company logo","Company logo"
|
74 |
+
"Concatenation","Concatenation"
|
75 |
+
"Confirmation","Confirmation"
|
76 |
+
"Confirmed","Confirmed"
|
77 |
+
"Cron","Cron"
|
78 |
+
"Cronjob","Cronjob"
|
79 |
+
"CTR","CTR"
|
80 |
+
"Currency (currency)","Currency (currency)"
|
81 |
+
"CW","CW"
|
82 |
+
"DeepLink (deeplink)","DeepLink (deeplink)"
|
83 |
+
"Delete","Delete"
|
84 |
+
"Delete Field","Delete Field"
|
85 |
+
"Delete Filter","Delete Filter"
|
86 |
+
"Delete Image","Delete Image"
|
87 |
+
"Delimiter","Delimiter"
|
88 |
+
"Delimiter after last column","Delimiter after last column"
|
89 |
+
"Disabled","Disabled"
|
90 |
+
"Doubling","Doubling"
|
91 |
+
"Edit date","Edit date"
|
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."
|
99 |
+
"Enter publisher filter string","Enter publisher filter string"
|
100 |
+
"Escape","Escape"
|
101 |
+
"Escaping character for strings","Escaping character for strings"
|
102 |
+
"Evaluation method","Evaluation method"
|
103 |
+
"Feed link","Feed link"
|
104 |
+
"Feed submission","Feed submission"
|
105 |
+
"Feed was successfully sent to Affili.net","Feed was successfully sent to Affili.net"
|
106 |
+
"Field filter","Field filter"
|
107 |
+
"Field mapper","Field mapper"
|
108 |
+
"Fieldname","Fieldname"
|
109 |
+
"File is generating. You will be able to download file when it finish","File is generating. You will be able to download file when it finish"
|
110 |
+
"File name","File name"
|
111 |
+
"Filter","Filter"
|
112 |
+
"Filter active articles","Filter active articles"
|
113 |
+
"Filter active stock","Filter active stock"
|
114 |
+
"Filter criteria","Filter criteria"
|
115 |
+
"Filter criteria for orders","Filter criteria for orders"
|
116 |
+
"Filter criteria for statistics","Filter criteria for statistics"
|
117 |
+
"Flag","Flag"
|
118 |
+
"France","France"
|
119 |
+
"From","From"
|
120 |
+
"General","General"
|
121 |
+
"General delimiter of fields in the feed","General delimiter of fields in the feed"
|
122 |
+
"Generate File","Generate File"
|
123 |
+
"Generating feed was successfully stopped","Generating feed was successfully stopped"
|
124 |
+
"Generating progress","Generating progress"
|
125 |
+
"Germany","Germany"
|
126 |
+
"Gross","Gross"
|
127 |
+
"Gross Clicks","Gross Clicks"
|
128 |
+
"Gross item value (including tax).","Gross item value (including tax)."
|
129 |
+
"Hide","Hide"
|
130 |
+
"Hours","Hours"
|
131 |
+
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
+
"ID","ID"
|
133 |
+
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
+
"Individual prices of ordered products","Individual prices of ordered products"
|
135 |
+
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)"
|
136 |
+
"Introduction","Introduction"
|
137 |
+
"Is in stock (is_in_stock)","Is in stock (is_in_stock)"
|
138 |
+
"ISO-8859-1","ISO-8859-1"
|
139 |
+
"Item was successfully deleted","Item was successfully deleted"
|
140 |
+
"Item was successfully saved","Item was successfully saved"
|
141 |
+
"July","July"
|
142 |
+
"June","June"
|
143 |
+
"Label for main products or accessory","Label for main products or accessory"
|
144 |
+
"Label for main products or accessory. 0 = main product, 1 = accessory","Label for main products or accessory. 0 = main product, 1 = accessory"
|
145 |
+
"Label for reduced prices","Label for reduced prices"
|
146 |
+
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Label if a product is reduced or not. 0 = no regular price, 1 = reduced price."
|
147 |
+
"Lead Commission (Confirmed)","Lead Commission (Confirmed)"
|
148 |
+
"Lead Commission (Open)","Lead Commission (Open)"
|
149 |
+
"Lead Conversion Rate (Confirmed)","Lead Conversion Rate (Confirmed)"
|
150 |
+
"Lead Conversion Rate (Open)","Lead Conversion Rate (Open)"
|
151 |
+
"Leads","Leads"
|
152 |
+
"Manufacturer attribute","Manufacturer attribute"
|
153 |
+
"Month","Month"
|
154 |
+
"n/a","n/a"
|
155 |
+
"Name","Name"
|
156 |
+
"Net","Net"
|
157 |
+
"Net bonus payments","Net bonus payments"
|
158 |
+
"Netherlands","Netherlands"
|
159 |
+
"Net price","Net price"
|
160 |
+
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible."
|
161 |
+
"New Magento product datafeed","New Magento product datafeed"
|
162 |
+
"No","No"
|
163 |
+
"No records found for these criteria.","No records found for these criteria."
|
164 |
+
"Number of ordered products separated by pipes |.","Number of ordered products separated by pipes |."
|
165 |
+
"Number of pages processed by each cronjob iteration (default: 5).","Number of pages processed by each cronjob iteration (default: 5)."
|
166 |
+
"Number of products included in every page (default: 500).","Number of products included in every page (default: 500)."
|
167 |
+
"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.","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."
|
168 |
+
"of %s pages","of %s pages"
|
169 |
+
"Only one product variation","Only one product variation"
|
170 |
+
"Open","Open"
|
171 |
+
"Order ID","Order ID"
|
172 |
+
"Orders","Orders"
|
173 |
+
"Original price of a product","Original price of a product"
|
174 |
+
"Original price of a product, if reduced","Original price of a product, if reduced"
|
175 |
+
"Overview","Overview"
|
176 |
+
"Page","Page"
|
177 |
+
"Pages","Pages"
|
178 |
+
"Payment method","Payment method"
|
179 |
+
"Period","Period"
|
180 |
+
"per page","per page"
|
181 |
+
"Please generate datafeed file first","Please generate datafeed file first"
|
182 |
+
"Please provide your web service username/password in the extension settings page.","Please provide your web service username/password in the extension settings page."
|
183 |
+
"Please type in the sort of enclosure character for your products.","Please type in the sort of enclosure character for your products."
|
184 |
+
"Position","Position"
|
185 |
+
"Preffix","Preffix"
|
186 |
+
"Preview","Preview"
|
187 |
+
"Product Data Feed","Product Data Feed"
|
188 |
+
"Product ID","Product ID"
|
189 |
+
"Product Name","Product Name"
|
190 |
+
"Product parameters","Product parameters"
|
191 |
+
"Product properties","Product properties"
|
192 |
+
"Product rating","Product rating"
|
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 which just deviate by color, size or price.","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 which just deviate by color, size or price."
|
194 |
+
"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 which just deviate by color.","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 which just deviate by color."
|
195 |
+
"pSub1","pSub1"
|
196 |
+
"pSub2","pSub2"
|
197 |
+
"Publicity","Publicity"
|
198 |
+
"Publisher","Publisher"
|
199 |
+
"Publisher commission","Publisher commission"
|
200 |
+
"Publisher filter","Publisher filter"
|
201 |
+
"Publisher ID","Publisher ID"
|
202 |
+
"Publisher segment","Publisher segment"
|
203 |
+
"Publisher volume","Publisher volume"
|
204 |
+
"Q","Q"
|
205 |
+
"Quantities of ordered products","Quantities of ordered products"
|
206 |
+
"Quantity","Quantity"
|
207 |
+
"Quantity (qty)","Quantity (qty)"
|
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"
|
215 |
+
"Repeat every","Repeat every"
|
216 |
+
"Retargeting","Retargeting"
|
217 |
+
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase"
|
218 |
+
"Sale Commission (Confirmed)","Sale Commission (Confirmed)"
|
219 |
+
"Sale Commission (Open)","Sale Commission (Open)"
|
220 |
+
"Sale Conversion Rate (Confirmed)","Sale Conversion Rate (Confirmed)"
|
221 |
+
"Sale Conversion Rate (Open)","Sale Conversion Rate (Open)"
|
222 |
+
"Sales","Sales"
|
223 |
+
"Save and Continue Edit","Save and Continue Edit"
|
224 |
+
"Select, if the feed should be activated for cron job batch export.","Select, if the feed should be activated for cron job batch export."
|
225 |
+
"Select advertising medium","Select advertising medium"
|
226 |
+
"Select reporting period","Select reporting period"
|
227 |
+
"Select the Store whose products shall be included in the feed.","Select the Store whose products shall be included in the feed."
|
228 |
+
"Send message to the test e-mail","Send message to the test e-mail"
|
229 |
+
"Settings","Settings"
|
230 |
+
"Shipping method","Shipping method"
|
231 |
+
"Show","Show"
|
232 |
+
"Show orders","Show orders"
|
233 |
+
"Show statistics","Show statistics"
|
234 |
+
"Single price","Single price"
|
235 |
+
"SKU","SKU"
|
236 |
+
"Spain","Spain"
|
237 |
+
"Start at","Start at"
|
238 |
+
"Statistics","Statistics"
|
239 |
+
"Status","Status"
|
240 |
+
"Stop generating","Stop generating"
|
241 |
+
"Store View","Store View"
|
242 |
+
"Submit the feed to affilinet","Submit the feed to affilinet"
|
243 |
+
"Suffix","Suffix"
|
244 |
+
"Sum of commissions","Sum of commissions"
|
245 |
+
"Sum of commissions (Confirmed)","Sum of commissions (Confirmed)"
|
246 |
+
"Sum of commissions (Open)","Sum of commissions (Open)"
|
247 |
+
"Switzerland","Switzerland"
|
248 |
+
"Test e-mail","Test e-mail"
|
249 |
+
"Text link","Text link"
|
250 |
+
"Text links","Text links"
|
251 |
+
"The attribute used to uniquely identify the products.","The attribute used to uniquely identify the products."
|
252 |
+
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic."
|
253 |
+
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","The directory is missing and the script has been unable to create it. Please create it manually. Path %s"
|
254 |
+
"The information in this tab has been changed.","The information in this tab has been changed."
|
255 |
+
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share."
|
256 |
+
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings."
|
257 |
+
"This extension integrates easily your Magento shop with affilinet services.","This extension integrates easily your Magento shop with affilinet services."
|
258 |
+
"This extension uses the default base currency of the store for all product values that are tracked","This extension uses the default base currency of the store for all product values that are tracked"
|
259 |
+
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)"
|
260 |
+
"This tab contains invalid data. Please solve the problem before saving.","This tab contains invalid data. Please solve the problem before saving."
|
261 |
+
"Time span","Time span"
|
262 |
+
"Time span between dates cannot exceed 3 months","Time span between dates cannot exceed 3 months"
|
263 |
+
"Title","Title"
|
264 |
+
"To","To"
|
265 |
+
"Total %d records found","Total %d records found"
|
266 |
+
"Total price","Total price"
|
267 |
+
"Total Revenue (Confirmed)","Total Revenue (Confirmed)"
|
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"
|
276 |
+
"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.","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."
|
277 |
+
"Unable to find item to save","Unable to find item to save"
|
278 |
+
"Unable to send feed","Unable to send feed"
|
279 |
+
"Unable to stop","Unable to stop"
|
280 |
+
"Unique product identifier","Unique product identifier"
|
281 |
+
"United Kingdom","United Kingdom"
|
282 |
+
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Uploads are scaled proportionally to a size of 120 x 40 Pixels."
|
283 |
+
"URL","URL"
|
284 |
+
"URL of category image","URL of category image"
|
285 |
+
"URL of category image (URL encoded)","URL of category image (URL encoded)"
|
286 |
+
"UTF-8","UTF-8"
|
287 |
+
"View","View"
|
288 |
+
"Views","Views"
|
289 |
+
"Visible for the advertiser only","Visible for the advertiser only"
|
290 |
+
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Visit <a href=""%s"" target=""_blank"">%s</a> to get more information."
|
291 |
+
"Webservice Password","Webservice Password"
|
292 |
+
"Webservice Username","Webservice Username"
|
293 |
+
"Week","Week"
|
294 |
+
"Which of the following parameters shall be relayed to affilinet?","Which of the following parameters shall be relayed to affilinet?"
|
295 |
+
"Yes","Yes"
|
296 |
+
"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 your contact data. Your web service password will be sent to the submitted email address.","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 your contact data. Your web service password will be sent to the submitted email address."
|
app/locale/en_US/template/email/affilinet_feed.html
CHANGED
@@ -1,19 +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
|
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
|
app/locale/es_ES/Creativestyle_AffiliNet.csv
CHANGED
@@ -1,296 +1,296 @@
|
|
1 |
-
"# of bonus payments","# de pagos de bonos"
|
2 |
-
"# of Leads","# de Leads"
|
3 |
-
"# of Leads (Cancelled)","# de Leads (Cancelado)"
|
4 |
-
"# of Leads (Confirmed)","# de Leads (Confirmado)"
|
5 |
-
"# of Leads (Open)","# de Leads (Abierto)"
|
6 |
-
"# of Sales","# de Ventas"
|
7 |
-
"# of Sales (Cancelled)","# de Ventas (Cancelado)"
|
8 |
-
"# of Sales (Confirmed)","# de Ventas (Confirmado)"
|
9 |
-
"# of Sales (Open)","# de Ventas (Abierto)"
|
10 |
-
"-- Please Select --","-- Por favor, seleccione --"
|
11 |
-
"<div id=""creative-system-config"">creativestyle Extensions</div>","<div id=""creative-system-config"">creativestyle Extensions</div>"
|
12 |
-
"Action","Acción"
|
13 |
-
"Activate/deactivate column titles in the feed","Activar/desactivar títulos de las columnas en el feed"
|
14 |
-
"Activate the export of products only for active products","Activar la exportación de productos sólo para productos activos"
|
15 |
-
"Activate the export of products only for products which can be ordered.","Activar la exportación de productos sólo para los productos que se pueden pedir."
|
16 |
-
"Active","Activo"
|
17 |
-
"Add New","Añadir nuevo"
|
18 |
-
"Add new","Añadir nuevo"
|
19 |
-
"Advertising medium","Soporte publicitario"
|
20 |
-
"affilinet","affilinet"
|
21 |
-
"Affilinet fee","Tarifa affilinet"
|
22 |
-
"affilinet Introduction","Introducción affilinet"
|
23 |
-
"affilinet Registration","Registro affilinet"
|
24 |
-
"All","Todo"
|
25 |
-
"All banners","Todos los banners"
|
26 |
-
"All channels","Todos los canales"
|
27 |
-
"All HTML links","Todos los HTML links"
|
28 |
-
"All media","Todos los medios"
|
29 |
-
"All publishers","Todos los publishers"
|
30 |
-
"All segments","Todos los segmentos"
|
31 |
-
"All text links","Todos los enlaces de textos"
|
32 |
-
"Amount of paid bonuses","Importe de los bonus pagados"
|
33 |
-
"Appoint the export start time.","Designar hora de inicio de las exportaciones."
|
34 |
-
"Article number","Número de articulo"
|
35 |
-
"Attribute which defines the manufacturer of the product.","Atributo que define el fabricante del producto."
|
36 |
-
"August","Agosto"
|
37 |
-
"Austria","Austria"
|
38 |
-
"Auto action","Auto acción"
|
39 |
-
"Auto action in days","Auto acción en días"
|
40 |
-
"Back","Volver"
|
41 |
-
"Backslash","Barra invertida"
|
42 |
-
"Banner","Banner"
|
43 |
-
"Banners","Banners"
|
44 |
-
"Basket","Cesta"
|
45 |
-
"BasketId","ID de la Cesta"
|
46 |
-
"Begin at","Comenzar en"
|
47 |
-
"Bonus count","Total bonus"
|
48 |
-
"Brand","Marca"
|
49 |
-
"By name","Por nombre"
|
50 |
-
"By publisher ID","Por publisher ID"
|
51 |
-
"By URL","Por URL"
|
52 |
-
"Calendar week","Calendario semanal"
|
53 |
-
"Cancellation reason","Razón de de la cancelación"
|
54 |
-
"Cancelled","Cancelado"
|
55 |
-
"Cart IDs","Id's de la Cesta"
|
56 |
-
"Cart parameters","Parametros de la cesta"
|
57 |
-
"Cart tracking","Cesta de seguimiento"
|
58 |
-
"Category","Categoria"
|
59 |
-
"Category (category_ids)","Categoría(categoría id's)"
|
60 |
-
"Category parameters","Categoría parametros"
|
61 |
-
"Channel","Canal"
|
62 |
-
"Checkout parameters","Check out parametros"
|
63 |
-
"Choose Store View:","Elegir vista de la tienda:"
|
64 |
-
"Click-Through","Click-Through"
|
65 |
-
"Click date","Fecha del click"
|
66 |
-
"Clicks","Clicks"
|
67 |
-
"Clicks (Gross)","Clicks (Bruto)"
|
68 |
-
"Clicks (Net)","Clicks (Neto)"
|
69 |
-
"Collection size","Tamaño de la colección"
|
70 |
-
"Column title","Título de la columna"
|
71 |
-
"Comma separated","Comas separadas"
|
72 |
-
"Commission","Comisión"
|
73 |
-
"Company logo","Logo de la compañía"
|
74 |
-
"Concatenation","Concatenación"
|
75 |
-
"Confirmation","Confirmación"
|
76 |
-
"Confirmed","Confirmado"
|
77 |
-
"Cron","Cron"
|
78 |
-
"Cronjob","Cron job"
|
79 |
-
"CTR","CTR"
|
80 |
-
"Currency (currency)","Moneda (moneda)"
|
81 |
-
"CW","CW"
|
82 |
-
"DeepLink (deeplink)","Enlace profundo (deeplink)"
|
83 |
-
"Delete","Eliminar"
|
84 |
-
"Delete Field","Eliminar campo"
|
85 |
-
"Delete Filter","Eliminar filtro"
|
86 |
-
"Delete Image","Eliminar imagen"
|
87 |
-
"Delimiter","Delimitador "
|
88 |
-
"Delimiter after last column","Delimitador después de la última columna"
|
89 |
-
"Disabled","Inhabilitado"
|
90 |
-
"Doubling","Duplicando"
|
91 |
-
"Edit date","Editar fecha"
|
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 "
|
99 |
-
"Enter publisher filter string","Introduce la cadena de filtro de publisher"
|
100 |
-
"Escape","Escapar"
|
101 |
-
"Escaping character for strings","Escapar caracteres para cadenas"
|
102 |
-
"Evaluation method","Método de evaluación"
|
103 |
-
"Feed link","Enlace del feed"
|
104 |
-
"Feed submission","Presentación del feed"
|
105 |
-
"Feed was successfully sent to Affili.net","El Feed ha sido enviado con éxito a Affili.net"
|
106 |
-
"Field filter","Filtro de campo"
|
107 |
-
"Field mapper","Asignador de campo"
|
108 |
-
"Fieldname","Nombre del campo"
|
109 |
-
"File is generating. You will be able to download file when it finish","El archivo se está generando. Usted será capaz de descargar el archivo cuando termine."
|
110 |
-
"File name","Nombre del archivo"
|
111 |
-
"Filter","Filtro"
|
112 |
-
"Filter active articles","Filtro de articulos activos"
|
113 |
-
"Filter active stock","Filtro de stock activo"
|
114 |
-
"Filter criteria","Criterios de filtro"
|
115 |
-
"Filter criteria for orders","Criterios de filtro para pedidos"
|
116 |
-
"Filter criteria for statistics","Criterios de filtro para las estadísticas"
|
117 |
-
"Flag","Marcador"
|
118 |
-
"France","Francia"
|
119 |
-
"From","De"
|
120 |
-
"General","General"
|
121 |
-
"General delimiter of fields in the feed","Delimitador General de campos en el feed"
|
122 |
-
"Generate File","Generar archivo"
|
123 |
-
"Generating feed was successfully stopped","La generación del feed fue detenida correctamente"
|
124 |
-
"Generating progress","Generación del progreso"
|
125 |
-
"Germany","Alemania"
|
126 |
-
"Gross","Bruto"
|
127 |
-
"Gross Clicks","Clicks brutos"
|
128 |
-
"Gross item value (including tax).","Valor bruto artículo (impuestos incluidos)."
|
129 |
-
"Hide","Ocultar"
|
130 |
-
"Hours","Horas"
|
131 |
-
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
-
"ID","ID"
|
133 |
-
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
-
"Individual prices of ordered products","Precios individuales del producto solicitado"
|
135 |
-
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Precios individuales de los productos solicitados, separados por pipe |. Valor bruto artículo (sin los gastos de envío)"
|
136 |
-
"Introduction","Introducción"
|
137 |
-
"Is in stock (is_in_stock)","Está en stock (está_en_stock)"
|
138 |
-
"ISO-8859-1","ISO-8859-1"
|
139 |
-
"Item was successfully deleted","El artículo fue eliminado correctamente"
|
140 |
-
"Item was successfully saved","El artículo fue guardado correctamente"
|
141 |
-
"July","Julio"
|
142 |
-
"June","Junio"
|
143 |
-
"Label for main products or accessory","Etiqueta para productos principales o accesorios"
|
144 |
-
"Label for main products or accessory. 0 = main product, 1 = accessory","Etiqueta para los productos principales o accesorios. 0 = producto principal, 1 = accesorio"
|
145 |
-
"Label for reduced prices","Etiqueta para precios reducidos"
|
146 |
-
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Marque si un producto se reduce o no. 0 = sin precio normal, 1 = precio reducido."
|
147 |
-
"Lead Commission (Confirmed)","Comission Lead (Confirmado)"
|
148 |
-
"Lead Commission (Open)","Comission Lead (Abierto)"
|
149 |
-
"Lead Conversion Rate (Confirmed)","Ratio de Conversión del Lead (Confirmado)"
|
150 |
-
"Lead Conversion Rate (Open)","Ratio de Conversión del Lead (Abierto)"
|
151 |
-
"Leads","Leads"
|
152 |
-
"Manufacturer attribute","Atributo del fabricante"
|
153 |
-
"Month","Mes"
|
154 |
-
"n/a","n/a"
|
155 |
-
"Name","Nombre"
|
156 |
-
"Net","Neto"
|
157 |
-
"Net bonus payments","Pagos bonus netos"
|
158 |
-
"Netherlands","Holanda"
|
159 |
-
"Net price","Precio neto"
|
160 |
-
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","Nuevos datos de la cesta se han enviado a affilinet. Puede tomar hasta unos minutos hasta que los cambios se hacen visibles."
|
161 |
-
"New Magento product datafeed","New Magento product datafeed"
|
162 |
-
"No","No"
|
163 |
-
"No records found for these criteria.","No se encontraron registros para estos criterios."
|
164 |
-
"Number of ordered products separated by pipes |.","Número de productos solicitados, separados por pipes |."
|
165 |
-
"Number of pages processed by each cronjob iteration (default: 5).","Número de páginas procesadas por cada iteración de cronjob (por defecto: 5)."
|
166 |
-
"Number of products included in every page (default: 500).","Número de productos incluidos en cada página (por defecto: 500)."
|
167 |
-
"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.","Número de productos que el usuario ha colocado en el carrito de compra. Por otra parte, varias cantidades se pueden enumerar aquí separados por pipes |, dependiendo de cómo se ha implementado la función añadir al carro de la compra."
|
168 |
-
"of %s pages","de %s páginas"
|
169 |
-
"Only one product variation","Sólo una variación del producto"
|
170 |
-
"Open","Abrir"
|
171 |
-
"Order ID","Order ID"
|
172 |
-
"Orders","Órdenes"
|
173 |
-
"Original price of a product","Precio original de un producto"
|
174 |
-
"Original price of a product, if reduced","Precio original de un producto, si se reduce"
|
175 |
-
"Overview","Overview"
|
176 |
-
"Page","Página"
|
177 |
-
"Pages","Páginas"
|
178 |
-
"Payment method","Método de pago"
|
179 |
-
"Period","Periodo"
|
180 |
-
"per page","por página"
|
181 |
-
"Please generate datafeed file first","Por favor, generar primero el archivo datafeed "
|
182 |
-
"Please provide your web service username/password in the extension settings page.","Por favor, proporcionar al servicio web el nombre de usuario/contraseña en la página de configuración básica."
|
183 |
-
"Please type in the sort of enclosure character for your products.","Por favor, escribe el tipo de carácter delimitador para sus productos"
|
184 |
-
"Position","Posición"
|
185 |
-
"Preffix","Prefijo"
|
186 |
-
"Preview","Vista preeliminar"
|
187 |
-
"Product Data Feed","Feed de datos de producto"
|
188 |
-
"Product ID","ID del producto"
|
189 |
-
"Product Name","Nombre del producto"
|
190 |
-
"Product parameters","Parámetros del producto"
|
191 |
-
"Product properties","Características del producto"
|
192 |
-
"Product rating","Clasificación del producto"
|
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","Las variaciones del producto deben proporcionarse como conjuntos de datos separado. Especialmente para objetivos de retargeting , los products feeds especiales pueden generar una sólo variación del producto para evitar múltiples productos similares de un"
|
194 |
-
"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","Las variaciones del producto deben proporcionarse como conjuntos de datos separado. Especialmente para objetivos de retargeting , los products feeds especiales pueden generar una sólo variación del producto para evitar múltiples productos similares de un"
|
195 |
-
"pSub1","pSub1"
|
196 |
-
"pSub2","pSub2"
|
197 |
-
"Publicity","Publicidad"
|
198 |
-
"Publisher","Publisher"
|
199 |
-
"Publisher commission","Comisión del publisher"
|
200 |
-
"Publisher filter","Filtro publisher"
|
201 |
-
"Publisher ID","Publisher ID"
|
202 |
-
"Publisher segment","Segmento publisher"
|
203 |
-
"Publisher volume","Volumen publisher"
|
204 |
-
"Q","Q"
|
205 |
-
"Quantities of ordered products","Cantidades de los productos solicitados"
|
206 |
-
"Quantity","Cantidad"
|
207 |
-
"Quantity (qty)","Cantidad (qty)"
|
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"
|
215 |
-
"Repeat every","Repetir cada"
|
216 |
-
"Retargeting","Retargeting"
|
217 |
-
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","El retargeting le permite re direccionar específicamente a clientes interesados. Clientes potenciales, que dejaron su tienda en línea sin una compra"
|
218 |
-
"Sale Commission (Confirmed)","Comisión de venta (Confirmada)"
|
219 |
-
"Sale Commission (Open)","Comisión de venta (Abierto)"
|
220 |
-
"Sale Conversion Rate (Confirmed)","Ratio de conversión de venta (Confirmado)"
|
221 |
-
"Sale Conversion Rate (Open)","Ratio de conversión de venta (Abierto)"
|
222 |
-
"Sales","Ventas"
|
223 |
-
"Save and Continue Edit","Guardar y continuar. Editar"
|
224 |
-
"Select, if the feed should be activated for cron job batch export.","Selecciona, si el feed debería ser activado mediante una exportación batch con un cron job"
|
225 |
-
"Select advertising medium","Seleccionar el soporte de publicidad"
|
226 |
-
"Select reporting period","Seleccionar el periodo del reporte"
|
227 |
-
"Select the Store whose products shall be included in the feed.","Seleccione la tienda cuyos productos se incluirán en el feed."
|
228 |
-
"Send message to the test e-mail","Enviar mensaje al correo electrónico de prueba"
|
229 |
-
"Settings","Ajustes"
|
230 |
-
"Shipping method","Método de envío"
|
231 |
-
"Show","Mostrar"
|
232 |
-
"Show orders","Mostrar órdenes"
|
233 |
-
"Show statistics","Mostrar estadísticas"
|
234 |
-
"Single price","Precio único"
|
235 |
-
"SKU","SKU"
|
236 |
-
"Spain","España"
|
237 |
-
"Start at","Comenzar en"
|
238 |
-
"Statistics","Estadísticas"
|
239 |
-
"Status","Estado"
|
240 |
-
"Stop generating","Dejar de generar"
|
241 |
-
"Store View","Vista de tienda"
|
242 |
-
"Submit the feed to affilinet","Enviar el feed a affilinet"
|
243 |
-
"Suffix","Sufijo"
|
244 |
-
"Sum of commissions","Suma de las comisiones"
|
245 |
-
"Sum of commissions (Confirmed)","Suma de las comisiones (Confirmado)"
|
246 |
-
"Sum of commissions (Open)","Suma de las comisiones (Abierto)"
|
247 |
-
"Switzerland","Suiza"
|
248 |
-
"Test e-mail","Probar e-mail"
|
249 |
-
"Text link","Enlace de texto"
|
250 |
-
"Text links","Enlace de textos"
|
251 |
-
"The attribute used to uniquely identify the products.","El atributo utilizado identifica de forma exclusiva los productos."
|
252 |
-
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","El sistema de basket tracking le ayuda a desglosar las órdenes generadas a través de los publishers de affilinet y analizar las compras en el nivel de la cesta-artículo. Esta información le permite evaluar el rendimiento de las ventas de sus productos a través de afiliados de marketing, mientras que ayuda a los publishers a optimizar sus actividades de marketing y enviar tráfico mejor conversión."
|
253 |
-
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","El directorio no se encuentra y el script no fue capaz de crearlo. Por favor, créalo manualmente. Ruta %s"
|
254 |
-
"The information in this tab has been changed.","La información contenida en esta ficha se ha cambiado."
|
255 |
-
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","A estas propiedades también pueden acceder y analizar aquellos publishers que envian tráfico a su sitio Web. Por lo tanto sólo transmita información que usted está dispuesto a compartir."
|
256 |
-
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Esta página de alta a la plataforma affilinet se desactiva desde que ha introducido un programa ID en la configuración de la extensión."
|
257 |
-
"This extension integrates easily your Magento shop with affilinet services.","Esta extensión se integra fácilmente en tu tienda Magento con los servicios de affilinet."
|
258 |
-
"This extension uses the default base currency of the store for all product values that are tracked","Esta extensión utiliza la moneda base por defecto de la tienda para todos los valores del producto en los que se realiza seguimiento."
|
259 |
-
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","Esto ayuda a los usuarios a través de productos con una alta calificación, por ejemplo. Valor numérico: 0 (no clasificada) a 10 (máxima calificación)"
|
260 |
-
"This tab contains invalid data. Please solve the problem before saving.","Esta pestaña contiene datos no válidos. Solucione por favor el problema antes de guardar."
|
261 |
-
"Time span","Tiempo de duración"
|
262 |
-
"Time span between dates cannot exceed 3 months","El periodo de tiempo entre las fechas no puede exceder de 3 meses"
|
263 |
-
"Title","Título"
|
264 |
-
"To","A"
|
265 |
-
"Total %d records found","Total %d de registros encontrados"
|
266 |
-
"Total price","Precio total"
|
267 |
-
"Total Revenue (Confirmed)","Total de ingresos (Confirmado)"
|
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"
|
276 |
-
"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.","Escriba su program ID de affilinet. Si no tiene una cuenta de affilinet hasta ahora, puede enviar fácilmente una solicitud para una cuenta en affilinet debajo de la ficha de inscripción."
|
277 |
-
"Unable to find item to save","No se pudo encontrar elemento para guardar"
|
278 |
-
"Unable to send feed","No se pudo enviar feed"
|
279 |
-
"Unable to stop","No se pudo detener"
|
280 |
-
"Unique product identifier","Identificador de producto único"
|
281 |
-
"United Kingdom","Reino Unido"
|
282 |
-
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Los ficheros subidos se escalan proporcionalmente a un tamaño de 120 x 40 píxeles."
|
283 |
-
"URL","URL"
|
284 |
-
"URL of category image","URL de la imagen de la categoría"
|
285 |
-
"URL of category image (URL encoded)","URL de la imagen de la categoría (URL codificada)"
|
286 |
-
"UTF-8","UTF-8"
|
287 |
-
"View","Vista"
|
288 |
-
"Views","Vistas"
|
289 |
-
"Visible for the advertiser only","Sólo visible para anunciantes"
|
290 |
-
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Visita <a href=""%s"" target=""_blank"">% s </a> Cómo conseguir a más información."
|
291 |
-
"Webservice Password","Contraseña del Webservice"
|
292 |
-
"Webservice Username","Nombre de usuario del Webservice"
|
293 |
-
"Week","Semana"
|
294 |
-
"Which of the following parameters shall be relayed to affilinet?","¿Cuál de los siguientes parámetros se retransmite a affilinet?"
|
295 |
-
"Yes","Sí"
|
296 |
-
"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","Puede recuperar su nombre de usuario del Webservice en la zona de inicio de sesión affilinet. Simplemente inicie sesión en la siguiente URL: https://advertiser.affili.net/Login.aspx y desplácese hasta la sección Cuenta > Datos de la cuenta. Usted encontra"
|
1 |
+
"# of bonus payments","# de pagos de bonos"
|
2 |
+
"# of Leads","# de Leads"
|
3 |
+
"# of Leads (Cancelled)","# de Leads (Cancelado)"
|
4 |
+
"# of Leads (Confirmed)","# de Leads (Confirmado)"
|
5 |
+
"# of Leads (Open)","# de Leads (Abierto)"
|
6 |
+
"# of Sales","# de Ventas"
|
7 |
+
"# of Sales (Cancelled)","# de Ventas (Cancelado)"
|
8 |
+
"# of Sales (Confirmed)","# de Ventas (Confirmado)"
|
9 |
+
"# of Sales (Open)","# de Ventas (Abierto)"
|
10 |
+
"-- Please Select --","-- Por favor, seleccione --"
|
11 |
+
"<div id=""creative-system-config"">creativestyle Extensions</div>","<div id=""creative-system-config"">creativestyle Extensions</div>"
|
12 |
+
"Action","Acción"
|
13 |
+
"Activate/deactivate column titles in the feed","Activar/desactivar títulos de las columnas en el feed"
|
14 |
+
"Activate the export of products only for active products","Activar la exportación de productos sólo para productos activos"
|
15 |
+
"Activate the export of products only for products which can be ordered.","Activar la exportación de productos sólo para los productos que se pueden pedir."
|
16 |
+
"Active","Activo"
|
17 |
+
"Add New","Añadir nuevo"
|
18 |
+
"Add new","Añadir nuevo"
|
19 |
+
"Advertising medium","Soporte publicitario"
|
20 |
+
"affilinet","affilinet"
|
21 |
+
"Affilinet fee","Tarifa affilinet"
|
22 |
+
"affilinet Introduction","Introducción affilinet"
|
23 |
+
"affilinet Registration","Registro affilinet"
|
24 |
+
"All","Todo"
|
25 |
+
"All banners","Todos los banners"
|
26 |
+
"All channels","Todos los canales"
|
27 |
+
"All HTML links","Todos los HTML links"
|
28 |
+
"All media","Todos los medios"
|
29 |
+
"All publishers","Todos los publishers"
|
30 |
+
"All segments","Todos los segmentos"
|
31 |
+
"All text links","Todos los enlaces de textos"
|
32 |
+
"Amount of paid bonuses","Importe de los bonus pagados"
|
33 |
+
"Appoint the export start time.","Designar hora de inicio de las exportaciones."
|
34 |
+
"Article number","Número de articulo"
|
35 |
+
"Attribute which defines the manufacturer of the product.","Atributo que define el fabricante del producto."
|
36 |
+
"August","Agosto"
|
37 |
+
"Austria","Austria"
|
38 |
+
"Auto action","Auto acción"
|
39 |
+
"Auto action in days","Auto acción en días"
|
40 |
+
"Back","Volver"
|
41 |
+
"Backslash","Barra invertida"
|
42 |
+
"Banner","Banner"
|
43 |
+
"Banners","Banners"
|
44 |
+
"Basket","Cesta"
|
45 |
+
"BasketId","ID de la Cesta"
|
46 |
+
"Begin at","Comenzar en"
|
47 |
+
"Bonus count","Total bonus"
|
48 |
+
"Brand","Marca"
|
49 |
+
"By name","Por nombre"
|
50 |
+
"By publisher ID","Por publisher ID"
|
51 |
+
"By URL","Por URL"
|
52 |
+
"Calendar week","Calendario semanal"
|
53 |
+
"Cancellation reason","Razón de de la cancelación"
|
54 |
+
"Cancelled","Cancelado"
|
55 |
+
"Cart IDs","Id's de la Cesta"
|
56 |
+
"Cart parameters","Parametros de la cesta"
|
57 |
+
"Cart tracking","Cesta de seguimiento"
|
58 |
+
"Category","Categoria"
|
59 |
+
"Category (category_ids)","Categoría(categoría id's)"
|
60 |
+
"Category parameters","Categoría parametros"
|
61 |
+
"Channel","Canal"
|
62 |
+
"Checkout parameters","Check out parametros"
|
63 |
+
"Choose Store View:","Elegir vista de la tienda:"
|
64 |
+
"Click-Through","Click-Through"
|
65 |
+
"Click date","Fecha del click"
|
66 |
+
"Clicks","Clicks"
|
67 |
+
"Clicks (Gross)","Clicks (Bruto)"
|
68 |
+
"Clicks (Net)","Clicks (Neto)"
|
69 |
+
"Collection size","Tamaño de la colección"
|
70 |
+
"Column title","Título de la columna"
|
71 |
+
"Comma separated","Comas separadas"
|
72 |
+
"Commission","Comisión"
|
73 |
+
"Company logo","Logo de la compañía"
|
74 |
+
"Concatenation","Concatenación"
|
75 |
+
"Confirmation","Confirmación"
|
76 |
+
"Confirmed","Confirmado"
|
77 |
+
"Cron","Cron"
|
78 |
+
"Cronjob","Cron job"
|
79 |
+
"CTR","CTR"
|
80 |
+
"Currency (currency)","Moneda (moneda)"
|
81 |
+
"CW","CW"
|
82 |
+
"DeepLink (deeplink)","Enlace profundo (deeplink)"
|
83 |
+
"Delete","Eliminar"
|
84 |
+
"Delete Field","Eliminar campo"
|
85 |
+
"Delete Filter","Eliminar filtro"
|
86 |
+
"Delete Image","Eliminar imagen"
|
87 |
+
"Delimiter","Delimitador "
|
88 |
+
"Delimiter after last column","Delimitador después de la última columna"
|
89 |
+
"Disabled","Inhabilitado"
|
90 |
+
"Doubling","Duplicando"
|
91 |
+
"Edit date","Editar fecha"
|
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 "
|
99 |
+
"Enter publisher filter string","Introduce la cadena de filtro de publisher"
|
100 |
+
"Escape","Escapar"
|
101 |
+
"Escaping character for strings","Escapar caracteres para cadenas"
|
102 |
+
"Evaluation method","Método de evaluación"
|
103 |
+
"Feed link","Enlace del feed"
|
104 |
+
"Feed submission","Presentación del feed"
|
105 |
+
"Feed was successfully sent to Affili.net","El Feed ha sido enviado con éxito a Affili.net"
|
106 |
+
"Field filter","Filtro de campo"
|
107 |
+
"Field mapper","Asignador de campo"
|
108 |
+
"Fieldname","Nombre del campo"
|
109 |
+
"File is generating. You will be able to download file when it finish","El archivo se está generando. Usted será capaz de descargar el archivo cuando termine."
|
110 |
+
"File name","Nombre del archivo"
|
111 |
+
"Filter","Filtro"
|
112 |
+
"Filter active articles","Filtro de articulos activos"
|
113 |
+
"Filter active stock","Filtro de stock activo"
|
114 |
+
"Filter criteria","Criterios de filtro"
|
115 |
+
"Filter criteria for orders","Criterios de filtro para pedidos"
|
116 |
+
"Filter criteria for statistics","Criterios de filtro para las estadísticas"
|
117 |
+
"Flag","Marcador"
|
118 |
+
"France","Francia"
|
119 |
+
"From","De"
|
120 |
+
"General","General"
|
121 |
+
"General delimiter of fields in the feed","Delimitador General de campos en el feed"
|
122 |
+
"Generate File","Generar archivo"
|
123 |
+
"Generating feed was successfully stopped","La generación del feed fue detenida correctamente"
|
124 |
+
"Generating progress","Generación del progreso"
|
125 |
+
"Germany","Alemania"
|
126 |
+
"Gross","Bruto"
|
127 |
+
"Gross Clicks","Clicks brutos"
|
128 |
+
"Gross item value (including tax).","Valor bruto artículo (impuestos incluidos)."
|
129 |
+
"Hide","Ocultar"
|
130 |
+
"Hours","Horas"
|
131 |
+
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
+
"ID","ID"
|
133 |
+
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
+
"Individual prices of ordered products","Precios individuales del producto solicitado"
|
135 |
+
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Precios individuales de los productos solicitados, separados por pipe |. Valor bruto artículo (sin los gastos de envío)"
|
136 |
+
"Introduction","Introducción"
|
137 |
+
"Is in stock (is_in_stock)","Está en stock (está_en_stock)"
|
138 |
+
"ISO-8859-1","ISO-8859-1"
|
139 |
+
"Item was successfully deleted","El artículo fue eliminado correctamente"
|
140 |
+
"Item was successfully saved","El artículo fue guardado correctamente"
|
141 |
+
"July","Julio"
|
142 |
+
"June","Junio"
|
143 |
+
"Label for main products or accessory","Etiqueta para productos principales o accesorios"
|
144 |
+
"Label for main products or accessory. 0 = main product, 1 = accessory","Etiqueta para los productos principales o accesorios. 0 = producto principal, 1 = accesorio"
|
145 |
+
"Label for reduced prices","Etiqueta para precios reducidos"
|
146 |
+
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Marque si un producto se reduce o no. 0 = sin precio normal, 1 = precio reducido."
|
147 |
+
"Lead Commission (Confirmed)","Comission Lead (Confirmado)"
|
148 |
+
"Lead Commission (Open)","Comission Lead (Abierto)"
|
149 |
+
"Lead Conversion Rate (Confirmed)","Ratio de Conversión del Lead (Confirmado)"
|
150 |
+
"Lead Conversion Rate (Open)","Ratio de Conversión del Lead (Abierto)"
|
151 |
+
"Leads","Leads"
|
152 |
+
"Manufacturer attribute","Atributo del fabricante"
|
153 |
+
"Month","Mes"
|
154 |
+
"n/a","n/a"
|
155 |
+
"Name","Nombre"
|
156 |
+
"Net","Neto"
|
157 |
+
"Net bonus payments","Pagos bonus netos"
|
158 |
+
"Netherlands","Holanda"
|
159 |
+
"Net price","Precio neto"
|
160 |
+
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","Nuevos datos de la cesta se han enviado a affilinet. Puede tomar hasta unos minutos hasta que los cambios se hacen visibles."
|
161 |
+
"New Magento product datafeed","New Magento product datafeed"
|
162 |
+
"No","No"
|
163 |
+
"No records found for these criteria.","No se encontraron registros para estos criterios."
|
164 |
+
"Number of ordered products separated by pipes |.","Número de productos solicitados, separados por pipes |."
|
165 |
+
"Number of pages processed by each cronjob iteration (default: 5).","Número de páginas procesadas por cada iteración de cronjob (por defecto: 5)."
|
166 |
+
"Number of products included in every page (default: 500).","Número de productos incluidos en cada página (por defecto: 500)."
|
167 |
+
"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.","Número de productos que el usuario ha colocado en el carrito de compra. Por otra parte, varias cantidades se pueden enumerar aquí separados por pipes |, dependiendo de cómo se ha implementado la función añadir al carro de la compra."
|
168 |
+
"of %s pages","de %s páginas"
|
169 |
+
"Only one product variation","Sólo una variación del producto"
|
170 |
+
"Open","Abrir"
|
171 |
+
"Order ID","Order ID"
|
172 |
+
"Orders","Órdenes"
|
173 |
+
"Original price of a product","Precio original de un producto"
|
174 |
+
"Original price of a product, if reduced","Precio original de un producto, si se reduce"
|
175 |
+
"Overview","Overview"
|
176 |
+
"Page","Página"
|
177 |
+
"Pages","Páginas"
|
178 |
+
"Payment method","Método de pago"
|
179 |
+
"Period","Periodo"
|
180 |
+
"per page","por página"
|
181 |
+
"Please generate datafeed file first","Por favor, generar primero el archivo datafeed "
|
182 |
+
"Please provide your web service username/password in the extension settings page.","Por favor, proporcionar al servicio web el nombre de usuario/contraseña en la página de configuración básica."
|
183 |
+
"Please type in the sort of enclosure character for your products.","Por favor, escribe el tipo de carácter delimitador para sus productos"
|
184 |
+
"Position","Posición"
|
185 |
+
"Preffix","Prefijo"
|
186 |
+
"Preview","Vista preeliminar"
|
187 |
+
"Product Data Feed","Feed de datos de producto"
|
188 |
+
"Product ID","ID del producto"
|
189 |
+
"Product Name","Nombre del producto"
|
190 |
+
"Product parameters","Parámetros del producto"
|
191 |
+
"Product properties","Características del producto"
|
192 |
+
"Product rating","Clasificación del producto"
|
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","Las variaciones del producto deben proporcionarse como conjuntos de datos separado. Especialmente para objetivos de retargeting , los products feeds especiales pueden generar una sólo variación del producto para evitar múltiples productos similares de un"
|
194 |
+
"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","Las variaciones del producto deben proporcionarse como conjuntos de datos separado. Especialmente para objetivos de retargeting , los products feeds especiales pueden generar una sólo variación del producto para evitar múltiples productos similares de un"
|
195 |
+
"pSub1","pSub1"
|
196 |
+
"pSub2","pSub2"
|
197 |
+
"Publicity","Publicidad"
|
198 |
+
"Publisher","Publisher"
|
199 |
+
"Publisher commission","Comisión del publisher"
|
200 |
+
"Publisher filter","Filtro publisher"
|
201 |
+
"Publisher ID","Publisher ID"
|
202 |
+
"Publisher segment","Segmento publisher"
|
203 |
+
"Publisher volume","Volumen publisher"
|
204 |
+
"Q","Q"
|
205 |
+
"Quantities of ordered products","Cantidades de los productos solicitados"
|
206 |
+
"Quantity","Cantidad"
|
207 |
+
"Quantity (qty)","Cantidad (qty)"
|
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"
|
215 |
+
"Repeat every","Repetir cada"
|
216 |
+
"Retargeting","Retargeting"
|
217 |
+
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","El retargeting le permite re direccionar específicamente a clientes interesados. Clientes potenciales, que dejaron su tienda en línea sin una compra"
|
218 |
+
"Sale Commission (Confirmed)","Comisión de venta (Confirmada)"
|
219 |
+
"Sale Commission (Open)","Comisión de venta (Abierto)"
|
220 |
+
"Sale Conversion Rate (Confirmed)","Ratio de conversión de venta (Confirmado)"
|
221 |
+
"Sale Conversion Rate (Open)","Ratio de conversión de venta (Abierto)"
|
222 |
+
"Sales","Ventas"
|
223 |
+
"Save and Continue Edit","Guardar y continuar. Editar"
|
224 |
+
"Select, if the feed should be activated for cron job batch export.","Selecciona, si el feed debería ser activado mediante una exportación batch con un cron job"
|
225 |
+
"Select advertising medium","Seleccionar el soporte de publicidad"
|
226 |
+
"Select reporting period","Seleccionar el periodo del reporte"
|
227 |
+
"Select the Store whose products shall be included in the feed.","Seleccione la tienda cuyos productos se incluirán en el feed."
|
228 |
+
"Send message to the test e-mail","Enviar mensaje al correo electrónico de prueba"
|
229 |
+
"Settings","Ajustes"
|
230 |
+
"Shipping method","Método de envío"
|
231 |
+
"Show","Mostrar"
|
232 |
+
"Show orders","Mostrar órdenes"
|
233 |
+
"Show statistics","Mostrar estadísticas"
|
234 |
+
"Single price","Precio único"
|
235 |
+
"SKU","SKU"
|
236 |
+
"Spain","España"
|
237 |
+
"Start at","Comenzar en"
|
238 |
+
"Statistics","Estadísticas"
|
239 |
+
"Status","Estado"
|
240 |
+
"Stop generating","Dejar de generar"
|
241 |
+
"Store View","Vista de tienda"
|
242 |
+
"Submit the feed to affilinet","Enviar el feed a affilinet"
|
243 |
+
"Suffix","Sufijo"
|
244 |
+
"Sum of commissions","Suma de las comisiones"
|
245 |
+
"Sum of commissions (Confirmed)","Suma de las comisiones (Confirmado)"
|
246 |
+
"Sum of commissions (Open)","Suma de las comisiones (Abierto)"
|
247 |
+
"Switzerland","Suiza"
|
248 |
+
"Test e-mail","Probar e-mail"
|
249 |
+
"Text link","Enlace de texto"
|
250 |
+
"Text links","Enlace de textos"
|
251 |
+
"The attribute used to uniquely identify the products.","El atributo utilizado identifica de forma exclusiva los productos."
|
252 |
+
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while helping publishers to optimize their marketing activities and send better converting traffic.","El sistema de basket tracking le ayuda a desglosar las órdenes generadas a través de los publishers de affilinet y analizar las compras en el nivel de la cesta-artículo. Esta información le permite evaluar el rendimiento de las ventas de sus productos a través de afiliados de marketing, mientras que ayuda a los publishers a optimizar sus actividades de marketing y enviar tráfico mejor conversión."
|
253 |
+
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","El directorio no se encuentra y el script no fue capaz de crearlo. Por favor, créalo manualmente. Ruta %s"
|
254 |
+
"The information in this tab has been changed.","La información contenida en esta ficha se ha cambiado."
|
255 |
+
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","A estas propiedades también pueden acceder y analizar aquellos publishers que envian tráfico a su sitio Web. Por lo tanto sólo transmita información que usted está dispuesto a compartir."
|
256 |
+
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Esta página de alta a la plataforma affilinet se desactiva desde que ha introducido un programa ID en la configuración de la extensión."
|
257 |
+
"This extension integrates easily your Magento shop with affilinet services.","Esta extensión se integra fácilmente en tu tienda Magento con los servicios de affilinet."
|
258 |
+
"This extension uses the default base currency of the store for all product values that are tracked","Esta extensión utiliza la moneda base por defecto de la tienda para todos los valores del producto en los que se realiza seguimiento."
|
259 |
+
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","Esto ayuda a los usuarios a través de productos con una alta calificación, por ejemplo. Valor numérico: 0 (no clasificada) a 10 (máxima calificación)"
|
260 |
+
"This tab contains invalid data. Please solve the problem before saving.","Esta pestaña contiene datos no válidos. Solucione por favor el problema antes de guardar."
|
261 |
+
"Time span","Tiempo de duración"
|
262 |
+
"Time span between dates cannot exceed 3 months","El periodo de tiempo entre las fechas no puede exceder de 3 meses"
|
263 |
+
"Title","Título"
|
264 |
+
"To","A"
|
265 |
+
"Total %d records found","Total %d de registros encontrados"
|
266 |
+
"Total price","Precio total"
|
267 |
+
"Total Revenue (Confirmed)","Total de ingresos (Confirmado)"
|
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"
|
276 |
+
"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.","Escriba su program ID de affilinet. Si no tiene una cuenta de affilinet hasta ahora, puede enviar fácilmente una solicitud para una cuenta en affilinet debajo de la ficha de inscripción."
|
277 |
+
"Unable to find item to save","No se pudo encontrar elemento para guardar"
|
278 |
+
"Unable to send feed","No se pudo enviar feed"
|
279 |
+
"Unable to stop","No se pudo detener"
|
280 |
+
"Unique product identifier","Identificador de producto único"
|
281 |
+
"United Kingdom","Reino Unido"
|
282 |
+
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Los ficheros subidos se escalan proporcionalmente a un tamaño de 120 x 40 píxeles."
|
283 |
+
"URL","URL"
|
284 |
+
"URL of category image","URL de la imagen de la categoría"
|
285 |
+
"URL of category image (URL encoded)","URL de la imagen de la categoría (URL codificada)"
|
286 |
+
"UTF-8","UTF-8"
|
287 |
+
"View","Vista"
|
288 |
+
"Views","Vistas"
|
289 |
+
"Visible for the advertiser only","Sólo visible para anunciantes"
|
290 |
+
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Visita <a href=""%s"" target=""_blank"">% s </a> Cómo conseguir a más información."
|
291 |
+
"Webservice Password","Contraseña del Webservice"
|
292 |
+
"Webservice Username","Nombre de usuario del Webservice"
|
293 |
+
"Week","Semana"
|
294 |
+
"Which of the following parameters shall be relayed to affilinet?","¿Cuál de los siguientes parámetros se retransmite a affilinet?"
|
295 |
+
"Yes","Sí"
|
296 |
+
"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","Puede recuperar su nombre de usuario del Webservice en la zona de inicio de sesión affilinet. Simplemente inicie sesión en la siguiente URL: https://advertiser.affili.net/Login.aspx y desplácese hasta la sección Cuenta > Datos de la cuenta. Usted encontra"
|
app/locale/es_ES/template/email/affilinet_feed.html
CHANGED
@@ -1,19 +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
|
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
|
app/locale/fr_FR/Creativestyle_AffiliNet.csv
CHANGED
@@ -1,296 +1,296 @@
|
|
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 |
-
"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"
|
99 |
-
"Enter publisher filter string","Saisissez un critère de filtre"
|
100 |
-
"Escape","Escape"
|
101 |
-
"Escaping character for strings","Caractère d'escape pour les chaînes de caractères"
|
102 |
-
"Evaluation method","Méthode d'évaluation"
|
103 |
-
"Feed link","Lien vers le flux"
|
104 |
-
"Feed submission","Soumettre le flux"
|
105 |
-
"Feed was successfully sent to Affili.net","Le flux a été soumis à affilinet"
|
106 |
-
"Field filter","Filtre"
|
107 |
-
"Field mapper","Mappeur des champs"
|
108 |
-
"Fieldname","Nom du champs"
|
109 |
-
"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. "
|
110 |
-
"File name","Nom du fichier"
|
111 |
-
"Filter","Filtre"
|
112 |
-
"Filter active articles","Filtrer les articles actifs"
|
113 |
-
"Filter active stock","Filtrer les articles en stock"
|
114 |
-
"Filter criteria","Critères de filtre"
|
115 |
-
"Filter criteria for orders","Critères de filtre pour les transactions"
|
116 |
-
"Filter criteria for statistics","Critères de filtre pour les statistiques"
|
117 |
-
"Flag","Marquage"
|
118 |
-
"France","France"
|
119 |
-
"From","De"
|
120 |
-
"General","Général"
|
121 |
-
"General delimiter of fields in the feed","Délimiteur général de champs dans le flux"
|
122 |
-
"Generate File","Générer le fichier"
|
123 |
-
"Generating feed was successfully stopped","La création du flux a bien été stoppée"
|
124 |
-
"Generating progress","Progression de la création"
|
125 |
-
"Germany","Allemagne"
|
126 |
-
"Gross","Brut"
|
127 |
-
"Gross Clicks","Clics bruts"
|
128 |
-
"Gross item value (including tax).","Prix unitaire brut (TTC)"
|
129 |
-
"Hide","Masquer"
|
130 |
-
"Hours","Heures"
|
131 |
-
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
-
"ID","ID"
|
133 |
-
"ImgUrl (imgurl)","ImgURL (imgurl)"
|
134 |
-
"Individual prices of ordered products","Prix unitaires des produits achetés"
|
135 |
-
"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)"
|
136 |
-
"Introduction","Présentation"
|
137 |
-
"Is in stock (is_in_stock)","Disponible (is_in_stock)"
|
138 |
-
"ISO-8859-1","ISO-8859-1"
|
139 |
-
"Item was successfully deleted","L'article a bien été supprimé."
|
140 |
-
"Item was successfully saved","L'article a bien été sauvegardé."
|
141 |
-
"July","Juillet"
|
142 |
-
"June","Juin"
|
143 |
-
"Label for main products or accessory","Indicateur pour les produits principaux ou accessoires"
|
144 |
-
"Label for main products or accessory. 0 = main product, 1 = accessory","Indicateur pour les produits principaux ou accessoires. 0= produit principal, 1 = accessoire"
|
145 |
-
"Label for reduced prices","Indicateur pour les prix réduits"
|
146 |
-
"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"
|
147 |
-
"Lead Commission (Confirmed)","Commission sur les leads (Confirmée)"
|
148 |
-
"Lead Commission (Open)","Commission sur les leads (En attente)"
|
149 |
-
"Lead Conversion Rate (Confirmed)","Taux de conversion des leads (Confirmée)"
|
150 |
-
"Lead Conversion Rate (Open)","Taux de conversion des leads (En attente)"
|
151 |
-
"Leads","Leads"
|
152 |
-
"Manufacturer attribute","Attribut fabriquant"
|
153 |
-
"Month","Mois"
|
154 |
-
"n/a","n/a"
|
155 |
-
"Name","Nom"
|
156 |
-
"Net","Net"
|
157 |
-
"Net bonus payments","Montant des primes"
|
158 |
-
"Netherlands","Pays-Bas"
|
159 |
-
"Net price","Prix net"
|
160 |
-
"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."
|
161 |
-
"New Magento product datafeed","New Magento product datafeed"
|
162 |
-
"No","Non"
|
163 |
-
"No records found for these criteria.","Aucun résultat pour ces critères de recherche."
|
164 |
-
"Number of ordered products separated by pipes |.","Nombre de produits commandés séparés par des pipes |."
|
165 |
-
"Number of pages processed by each cronjob iteration (default: 5).","Nombre de pages traitées à chaque cronjob (valeur par défaut : 5)"
|
166 |
-
"Number of products included in every page (default: 500).","Nombre de produits inclus dans chaque page (valeur par défaut : 500)"
|
167 |
-
"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 |."
|
168 |
-
"of %s pages","sur %s pages"
|
169 |
-
"Only one product variation","Une seule variante de produit"
|
170 |
-
"Open","En attente"
|
171 |
-
"Order ID","Order ID"
|
172 |
-
"Orders","Transactions"
|
173 |
-
"Original price of a product","Prix d'origine du produit"
|
174 |
-
"Original price of a product, if reduced","Prix d'origine du produit, si réduit"
|
175 |
-
"Overview","Overview"
|
176 |
-
"Page","Page"
|
177 |
-
"Pages","Pages"
|
178 |
-
"Payment method","Mode de paiement"
|
179 |
-
"Period","Période"
|
180 |
-
"per page","par page"
|
181 |
-
"Please generate datafeed file first","Veuillez générer d'abord le fichier du flux."
|
182 |
-
"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"
|
183 |
-
"Please type in the sort of enclosure character for your products.","Veuillez saisir le type de séparateur de champs pour vos produits."
|
184 |
-
"Position","Position"
|
185 |
-
"Preffix","Préfixe"
|
186 |
-
"Preview","Aperçu"
|
187 |
-
"Product Data Feed","Flux de données produits"
|
188 |
-
"Product ID","Id produit"
|
189 |
-
"Product Name","Nom du produit"
|
190 |
-
"Product parameters","Paramètres du produit"
|
191 |
-
"Product properties","Caractéristiques du produit"
|
192 |
-
"Product rating","Notation du produit"
|
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 |
-
"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"
|
195 |
-
"pSub1","pSub1"
|
196 |
-
"pSub2","pSub2"
|
197 |
-
"Publicity","Publicité"
|
198 |
-
"Publisher","Editeur"
|
199 |
-
"Publisher commission","Commission éditeur"
|
200 |
-
"Publisher filter","Filtre pour les affiliés"
|
201 |
-
"Publisher ID","Id affilié"
|
202 |
-
"Publisher segment","Segment d'affiliés"
|
203 |
-
"Publisher volume","Volume d'affiliés"
|
204 |
-
"Q","Q"
|
205 |
-
"Quantities of ordered products","Nombre de produits commandés"
|
206 |
-
"Quantity","Quantité"
|
207 |
-
"Quantity (qty)","Quantité (qty)"
|
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"
|
215 |
-
"Repeat every","Répéter tout"
|
216 |
-
"Retargeting","Retargeting"
|
217 |
-
"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."
|
218 |
-
"Sale Commission (Confirmed)","Commission sur les ventes (Confirmée)"
|
219 |
-
"Sale Commission (Open)","Commission sur les ventes (En attente)"
|
220 |
-
"Sale Conversion Rate (Confirmed)","Taux de conversion des ventes (Confirmée)"
|
221 |
-
"Sale Conversion Rate (Open)","Taux de conversion des ventes (En attente)"
|
222 |
-
"Sales","Ventes"
|
223 |
-
"Save and Continue Edit","Sauvegarder et continuer l'édition"
|
224 |
-
"Select, if the feed should be activated for cron job batch export.","Sélectionnez, si le flux doit être exporté par un cron job."
|
225 |
-
"Select advertising medium","Sélectionner le media publicitaire"
|
226 |
-
"Select reporting period","Sélectionner la période de reporting"
|
227 |
-
"Select the Store whose products shall be included in the feed.","Sélectionner la boutique dont les produits doivent être inclus dans le flux."
|
228 |
-
"Send message to the test e-mail","Envoyer un message à l'adresse e-mail test"
|
229 |
-
"Settings","Paramètres"
|
230 |
-
"Shipping method","Mode de livraison"
|
231 |
-
"Show","Afficher"
|
232 |
-
"Show orders","Afficher les transactions"
|
233 |
-
"Show statistics","Afficher les statistiques"
|
234 |
-
"Single price","Prix unitaire"
|
235 |
-
"SKU","SKU"
|
236 |
-
"Spain","Espagne"
|
237 |
-
"Start at","Démarrer le"
|
238 |
-
"Statistics","Statistiques"
|
239 |
-
"Status","Statut"
|
240 |
-
"Stop generating","Stopper la création"
|
241 |
-
"Store View","Vue Boutique (Store View)"
|
242 |
-
"Submit the feed to affilinet","Soumettre le flux à affilinet"
|
243 |
-
"Suffix","Suffixe"
|
244 |
-
"Sum of commissions","Total des commissions"
|
245 |
-
"Sum of commissions (Confirmed)","Total des commissions (Confirmée)"
|
246 |
-
"Sum of commissions (Open)","Total des commissions (En attente)"
|
247 |
-
"Switzerland","Suisse"
|
248 |
-
"Test e-mail","E-mail test"
|
249 |
-
"Text link","Lien texte"
|
250 |
-
"Text links","Liens texte"
|
251 |
-
"The attribute used to uniquely identify the products.","L'attribut utilisé pour identifier les produits de façon unique."
|
252 |
-
"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"
|
253 |
-
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","Le dossier est manquant et le script n’est pas en mesure de le créer. Veuillez le créer manuellement s’il vous plaît. Chemin %s"
|
254 |
-
"The information in this tab has been changed.","Les informations de cet onglet ont été changées."
|
255 |
-
"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."
|
256 |
-
"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."
|
257 |
-
"This extension integrates easily your Magento shop with affilinet services.","Cette extension facilite l'intégration des services affilinet dans votre boutique Magento."
|
258 |
-
"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."
|
259 |
-
"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)"
|
260 |
-
"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."
|
261 |
-
"Time span","Intervalle"
|
262 |
-
"Time span between dates cannot exceed 3 months","L'intervalle entre les dates ne peut excéder 3 mois."
|
263 |
-
"Title","Titre"
|
264 |
-
"To","A"
|
265 |
-
"Total %d records found","%d résultats trouvés."
|
266 |
-
"Total price","Prix total"
|
267 |
-
"Total Revenue (Confirmed)","Chiffres d'affaires total (Confirmée)"
|
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"
|
276 |
-
"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""."
|
277 |
-
"Unable to find item to save","Impossible de trouver un article à sauvegarder."
|
278 |
-
"Unable to send feed","Impossible d'envoyer le flux"
|
279 |
-
"Unable to stop","Impossible de stopper"
|
280 |
-
"Unique product identifier","Identifiant de produit unique"
|
281 |
-
"United Kingdom","Royaume Uni"
|
282 |
-
"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"
|
283 |
-
"URL","URL"
|
284 |
-
"URL of category image","URL de l'image de la catégorie"
|
285 |
-
"URL of category image (URL encoded)","URL de l'image de la catégorie (URL encodée)"
|
286 |
-
"UTF-8","UTF-8"
|
287 |
-
"View","Affichage"
|
288 |
-
"Views","Affichages"
|
289 |
-
"Visible for the advertiser only","Visible uniquement pour l'annonceur"
|
290 |
-
"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"
|
291 |
-
"Webservice Password","Mot de passe web service"
|
292 |
-
"Webservice Username","Login web service"
|
293 |
-
"Week","Semaine"
|
294 |
-
"Which of the following parameters shall be relayed to affilinet?","Lesquels de ces paramètres doivent être transmis à affilinet ?"
|
295 |
-
"Yes","Oui"
|
296 |
-
"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"
|
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 |
+
"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"
|
99 |
+
"Enter publisher filter string","Saisissez un critère de filtre"
|
100 |
+
"Escape","Escape"
|
101 |
+
"Escaping character for strings","Caractère d'escape pour les chaînes de caractères"
|
102 |
+
"Evaluation method","Méthode d'évaluation"
|
103 |
+
"Feed link","Lien vers le flux"
|
104 |
+
"Feed submission","Soumettre le flux"
|
105 |
+
"Feed was successfully sent to Affili.net","Le flux a été soumis à affilinet"
|
106 |
+
"Field filter","Filtre"
|
107 |
+
"Field mapper","Mappeur des champs"
|
108 |
+
"Fieldname","Nom du champs"
|
109 |
+
"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. "
|
110 |
+
"File name","Nom du fichier"
|
111 |
+
"Filter","Filtre"
|
112 |
+
"Filter active articles","Filtrer les articles actifs"
|
113 |
+
"Filter active stock","Filtrer les articles en stock"
|
114 |
+
"Filter criteria","Critères de filtre"
|
115 |
+
"Filter criteria for orders","Critères de filtre pour les transactions"
|
116 |
+
"Filter criteria for statistics","Critères de filtre pour les statistiques"
|
117 |
+
"Flag","Marquage"
|
118 |
+
"France","France"
|
119 |
+
"From","De"
|
120 |
+
"General","Général"
|
121 |
+
"General delimiter of fields in the feed","Délimiteur général de champs dans le flux"
|
122 |
+
"Generate File","Générer le fichier"
|
123 |
+
"Generating feed was successfully stopped","La création du flux a bien été stoppée"
|
124 |
+
"Generating progress","Progression de la création"
|
125 |
+
"Germany","Allemagne"
|
126 |
+
"Gross","Brut"
|
127 |
+
"Gross Clicks","Clics bruts"
|
128 |
+
"Gross item value (including tax).","Prix unitaire brut (TTC)"
|
129 |
+
"Hide","Masquer"
|
130 |
+
"Hours","Heures"
|
131 |
+
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
+
"ID","ID"
|
133 |
+
"ImgUrl (imgurl)","ImgURL (imgurl)"
|
134 |
+
"Individual prices of ordered products","Prix unitaires des produits achetés"
|
135 |
+
"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)"
|
136 |
+
"Introduction","Présentation"
|
137 |
+
"Is in stock (is_in_stock)","Disponible (is_in_stock)"
|
138 |
+
"ISO-8859-1","ISO-8859-1"
|
139 |
+
"Item was successfully deleted","L'article a bien été supprimé."
|
140 |
+
"Item was successfully saved","L'article a bien été sauvegardé."
|
141 |
+
"July","Juillet"
|
142 |
+
"June","Juin"
|
143 |
+
"Label for main products or accessory","Indicateur pour les produits principaux ou accessoires"
|
144 |
+
"Label for main products or accessory. 0 = main product, 1 = accessory","Indicateur pour les produits principaux ou accessoires. 0= produit principal, 1 = accessoire"
|
145 |
+
"Label for reduced prices","Indicateur pour les prix réduits"
|
146 |
+
"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"
|
147 |
+
"Lead Commission (Confirmed)","Commission sur les leads (Confirmée)"
|
148 |
+
"Lead Commission (Open)","Commission sur les leads (En attente)"
|
149 |
+
"Lead Conversion Rate (Confirmed)","Taux de conversion des leads (Confirmée)"
|
150 |
+
"Lead Conversion Rate (Open)","Taux de conversion des leads (En attente)"
|
151 |
+
"Leads","Leads"
|
152 |
+
"Manufacturer attribute","Attribut fabriquant"
|
153 |
+
"Month","Mois"
|
154 |
+
"n/a","n/a"
|
155 |
+
"Name","Nom"
|
156 |
+
"Net","Net"
|
157 |
+
"Net bonus payments","Montant des primes"
|
158 |
+
"Netherlands","Pays-Bas"
|
159 |
+
"Net price","Prix net"
|
160 |
+
"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."
|
161 |
+
"New Magento product datafeed","New Magento product datafeed"
|
162 |
+
"No","Non"
|
163 |
+
"No records found for these criteria.","Aucun résultat pour ces critères de recherche."
|
164 |
+
"Number of ordered products separated by pipes |.","Nombre de produits commandés séparés par des pipes |."
|
165 |
+
"Number of pages processed by each cronjob iteration (default: 5).","Nombre de pages traitées à chaque cronjob (valeur par défaut : 5)"
|
166 |
+
"Number of products included in every page (default: 500).","Nombre de produits inclus dans chaque page (valeur par défaut : 500)"
|
167 |
+
"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 |."
|
168 |
+
"of %s pages","sur %s pages"
|
169 |
+
"Only one product variation","Une seule variante de produit"
|
170 |
+
"Open","En attente"
|
171 |
+
"Order ID","Order ID"
|
172 |
+
"Orders","Transactions"
|
173 |
+
"Original price of a product","Prix d'origine du produit"
|
174 |
+
"Original price of a product, if reduced","Prix d'origine du produit, si réduit"
|
175 |
+
"Overview","Overview"
|
176 |
+
"Page","Page"
|
177 |
+
"Pages","Pages"
|
178 |
+
"Payment method","Mode de paiement"
|
179 |
+
"Period","Période"
|
180 |
+
"per page","par page"
|
181 |
+
"Please generate datafeed file first","Veuillez générer d'abord le fichier du flux."
|
182 |
+
"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"
|
183 |
+
"Please type in the sort of enclosure character for your products.","Veuillez saisir le type de séparateur de champs pour vos produits."
|
184 |
+
"Position","Position"
|
185 |
+
"Preffix","Préfixe"
|
186 |
+
"Preview","Aperçu"
|
187 |
+
"Product Data Feed","Flux de données produits"
|
188 |
+
"Product ID","Id produit"
|
189 |
+
"Product Name","Nom du produit"
|
190 |
+
"Product parameters","Paramètres du produit"
|
191 |
+
"Product properties","Caractéristiques du produit"
|
192 |
+
"Product rating","Notation du produit"
|
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 |
+
"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"
|
195 |
+
"pSub1","pSub1"
|
196 |
+
"pSub2","pSub2"
|
197 |
+
"Publicity","Publicité"
|
198 |
+
"Publisher","Editeur"
|
199 |
+
"Publisher commission","Commission éditeur"
|
200 |
+
"Publisher filter","Filtre pour les affiliés"
|
201 |
+
"Publisher ID","Id affilié"
|
202 |
+
"Publisher segment","Segment d'affiliés"
|
203 |
+
"Publisher volume","Volume d'affiliés"
|
204 |
+
"Q","Q"
|
205 |
+
"Quantities of ordered products","Nombre de produits commandés"
|
206 |
+
"Quantity","Quantité"
|
207 |
+
"Quantity (qty)","Quantité (qty)"
|
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"
|
215 |
+
"Repeat every","Répéter tout"
|
216 |
+
"Retargeting","Retargeting"
|
217 |
+
"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."
|
218 |
+
"Sale Commission (Confirmed)","Commission sur les ventes (Confirmée)"
|
219 |
+
"Sale Commission (Open)","Commission sur les ventes (En attente)"
|
220 |
+
"Sale Conversion Rate (Confirmed)","Taux de conversion des ventes (Confirmée)"
|
221 |
+
"Sale Conversion Rate (Open)","Taux de conversion des ventes (En attente)"
|
222 |
+
"Sales","Ventes"
|
223 |
+
"Save and Continue Edit","Sauvegarder et continuer l'édition"
|
224 |
+
"Select, if the feed should be activated for cron job batch export.","Sélectionnez, si le flux doit être exporté par un cron job."
|
225 |
+
"Select advertising medium","Sélectionner le media publicitaire"
|
226 |
+
"Select reporting period","Sélectionner la période de reporting"
|
227 |
+
"Select the Store whose products shall be included in the feed.","Sélectionner la boutique dont les produits doivent être inclus dans le flux."
|
228 |
+
"Send message to the test e-mail","Envoyer un message à l'adresse e-mail test"
|
229 |
+
"Settings","Paramètres"
|
230 |
+
"Shipping method","Mode de livraison"
|
231 |
+
"Show","Afficher"
|
232 |
+
"Show orders","Afficher les transactions"
|
233 |
+
"Show statistics","Afficher les statistiques"
|
234 |
+
"Single price","Prix unitaire"
|
235 |
+
"SKU","SKU"
|
236 |
+
"Spain","Espagne"
|
237 |
+
"Start at","Démarrer le"
|
238 |
+
"Statistics","Statistiques"
|
239 |
+
"Status","Statut"
|
240 |
+
"Stop generating","Stopper la création"
|
241 |
+
"Store View","Vue Boutique (Store View)"
|
242 |
+
"Submit the feed to affilinet","Soumettre le flux à affilinet"
|
243 |
+
"Suffix","Suffixe"
|
244 |
+
"Sum of commissions","Total des commissions"
|
245 |
+
"Sum of commissions (Confirmed)","Total des commissions (Confirmée)"
|
246 |
+
"Sum of commissions (Open)","Total des commissions (En attente)"
|
247 |
+
"Switzerland","Suisse"
|
248 |
+
"Test e-mail","E-mail test"
|
249 |
+
"Text link","Lien texte"
|
250 |
+
"Text links","Liens texte"
|
251 |
+
"The attribute used to uniquely identify the products.","L'attribut utilisé pour identifier les produits de façon unique."
|
252 |
+
"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"
|
253 |
+
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","Le dossier est manquant et le script n’est pas en mesure de le créer. Veuillez le créer manuellement s’il vous plaît. Chemin %s"
|
254 |
+
"The information in this tab has been changed.","Les informations de cet onglet ont été changées."
|
255 |
+
"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."
|
256 |
+
"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."
|
257 |
+
"This extension integrates easily your Magento shop with affilinet services.","Cette extension facilite l'intégration des services affilinet dans votre boutique Magento."
|
258 |
+
"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."
|
259 |
+
"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)"
|
260 |
+
"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."
|
261 |
+
"Time span","Intervalle"
|
262 |
+
"Time span between dates cannot exceed 3 months","L'intervalle entre les dates ne peut excéder 3 mois."
|
263 |
+
"Title","Titre"
|
264 |
+
"To","A"
|
265 |
+
"Total %d records found","%d résultats trouvés."
|
266 |
+
"Total price","Prix total"
|
267 |
+
"Total Revenue (Confirmed)","Chiffres d'affaires total (Confirmée)"
|
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"
|
276 |
+
"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""."
|
277 |
+
"Unable to find item to save","Impossible de trouver un article à sauvegarder."
|
278 |
+
"Unable to send feed","Impossible d'envoyer le flux"
|
279 |
+
"Unable to stop","Impossible de stopper"
|
280 |
+
"Unique product identifier","Identifiant de produit unique"
|
281 |
+
"United Kingdom","Royaume Uni"
|
282 |
+
"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"
|
283 |
+
"URL","URL"
|
284 |
+
"URL of category image","URL de l'image de la catégorie"
|
285 |
+
"URL of category image (URL encoded)","URL de l'image de la catégorie (URL encodée)"
|
286 |
+
"UTF-8","UTF-8"
|
287 |
+
"View","Affichage"
|
288 |
+
"Views","Affichages"
|
289 |
+
"Visible for the advertiser only","Visible uniquement pour l'annonceur"
|
290 |
+
"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"
|
291 |
+
"Webservice Password","Mot de passe web service"
|
292 |
+
"Webservice Username","Login web service"
|
293 |
+
"Week","Semaine"
|
294 |
+
"Which of the following parameters shall be relayed to affilinet?","Lesquels de ces paramètres doivent être transmis à affilinet ?"
|
295 |
+
"Yes","Oui"
|
296 |
+
"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
CHANGED
@@ -1,19 +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
|
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
|
app/locale/nl_NL/Creativestyle_AffiliNet.csv
CHANGED
@@ -1,296 +1,296 @@
|
|
1 |
-
"# of bonus payments","# bonusbetalingen"
|
2 |
-
"# of Leads","# leads"
|
3 |
-
"# of Leads (Cancelled)","# leads (Geannuleerd)"
|
4 |
-
"# of Leads (Confirmed)","# leads (Goedgekeurd)"
|
5 |
-
"# of Leads (Open)","# leads (Open)"
|
6 |
-
"# of Sales","# sales"
|
7 |
-
"# of Sales (Cancelled)","# sales (Geannuleerd)"
|
8 |
-
"# of Sales (Confirmed)","# sales (Goedgekeurd)"
|
9 |
-
"# of Sales (Open)","# sales (Open)"
|
10 |
-
"-- Please Select --","-- Selecteer --"
|
11 |
-
"<div id=""creative-system-config"">creativestyle Extensions</div>","<div id=""creative-system-config"">creativestyle Extensions</div>"
|
12 |
-
"Action","Actie"
|
13 |
-
"Activate/deactivate column titles in the feed","Activeer/deactiveer de kolom titels in de feed"
|
14 |
-
"Activate the export of products only for active products","Activeer export - actieve producten"
|
15 |
-
"Activate the export of products only for products which can be ordered.","Activeer export - voorradige producten"
|
16 |
-
"Active","Actief"
|
17 |
-
"Add New","Voeg toe"
|
18 |
-
"Add new","Voeg toe"
|
19 |
-
"Advertising medium","Advertentie medium"
|
20 |
-
"affilinet","affilinet"
|
21 |
-
"Affilinet fee","affilinet vergoeding"
|
22 |
-
"affilinet Introduction","affilinet Introductie"
|
23 |
-
"affilinet Registration","affilinet Registratie"
|
24 |
-
"All","Alle"
|
25 |
-
"All banners","Alle banners"
|
26 |
-
"All channels","Alle kanalen"
|
27 |
-
"All HTML links","Alle HTML links"
|
28 |
-
"All media","Alle media"
|
29 |
-
"All publishers","Alle publishers"
|
30 |
-
"All segments","Alle segmenten"
|
31 |
-
"All text links","Alle tekstlinks"
|
32 |
-
"Amount of paid bonuses","Totaal uitgekeerde bonussen"
|
33 |
-
"Appoint the export start time.","Starttijd export"
|
34 |
-
"Article number","Artikelnummer"
|
35 |
-
"Attribute which defines the manufacturer of the product.","Kies de fabrikant"
|
36 |
-
"August","Augustus"
|
37 |
-
"Austria","Oostenrijk"
|
38 |
-
"Auto action","Automatische actie"
|
39 |
-
"Auto action in days","Automatische actie in dagen"
|
40 |
-
"Back","Terug"
|
41 |
-
"Backslash","Backspace"
|
42 |
-
"Banner","Banner"
|
43 |
-
"Banners","Banners"
|
44 |
-
"Basket","Basket"
|
45 |
-
"BasketId","BasketID"
|
46 |
-
"Begin at","Begin"
|
47 |
-
"Bonus count","Bonus"
|
48 |
-
"Brand","Merk"
|
49 |
-
"By name","Naam"
|
50 |
-
"By publisher ID","Publisher ID"
|
51 |
-
"By URL","URL"
|
52 |
-
"Calendar week","Kalenderweek"
|
53 |
-
"Cancellation reason","Reden van annulering"
|
54 |
-
"Cancelled","Geannuleerd"
|
55 |
-
"Cart IDs","Cart IDs"
|
56 |
-
"Cart parameters","Cart parameters"
|
57 |
-
"Cart tracking","Cart tracking"
|
58 |
-
"Category","Category"
|
59 |
-
"Category (category_ids)","Category (category_ids)"
|
60 |
-
"Category parameters","Category parameters"
|
61 |
-
"Channel","Channel"
|
62 |
-
"Checkout parameters","Checkout parameters"
|
63 |
-
"Choose Store View:","Kies Store View:"
|
64 |
-
"Click-Through","Click-through"
|
65 |
-
"Click date","Click datum"
|
66 |
-
"Clicks","Clicks"
|
67 |
-
"Clicks (Gross)","Clicks (Bruto)"
|
68 |
-
"Clicks (Net)","Clicks (Netto)"
|
69 |
-
"Collection size","Collectie grootte"
|
70 |
-
"Column title","Kolom titels"
|
71 |
-
"Comma separated","Gescheiden door komma"
|
72 |
-
"Commission","Commissie"
|
73 |
-
"Company logo","Bedrijfslogo"
|
74 |
-
"Concatenation","Aaneenschakeling"
|
75 |
-
"Confirmation","Bevestiging"
|
76 |
-
"Confirmed","Bevestigd"
|
77 |
-
"Cron","Cron"
|
78 |
-
"Cronjob","Cronjob"
|
79 |
-
"CTR","CTR"
|
80 |
-
"Currency (currency)","Valuta"
|
81 |
-
"CW","CW"
|
82 |
-
"DeepLink (deeplink)","DeepLink (deeplink)"
|
83 |
-
"Delete","Verwijderen"
|
84 |
-
"Delete Field","Verwijder Veld"
|
85 |
-
"Delete Filter","Verwijder Filter"
|
86 |
-
"Delete Image","Verwijder Afbeelding"
|
87 |
-
"Delimiter","Scheidingsteken"
|
88 |
-
"Delimiter after last column","Scheidingsteken achter de laatste kolom"
|
89 |
-
"Disabled","Uitgezet"
|
90 |
-
"Doubling","Doubling"
|
91 |
-
"Edit date","Laatst bijgewerkt"
|
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)"
|
99 |
-
"Enter publisher filter string","Publisher filter string"
|
100 |
-
"Escape","Escape"
|
101 |
-
"Escaping character for strings","Escaping character for strings"
|
102 |
-
"Evaluation method","Evaluatiemethode"
|
103 |
-
"Feed link","Feed link"
|
104 |
-
"Feed submission","Verzend feed"
|
105 |
-
"Feed was successfully sent to Affili.net","Feed is succesvol verstuurd naar affilinet"
|
106 |
-
"Field filter","Field filter"
|
107 |
-
"Field mapper","Field mapper"
|
108 |
-
"Fieldname","Fieldname"
|
109 |
-
"File is generating. You will be able to download file when it finish","Moment geduld, feed wordt gegeneerd. "
|
110 |
-
"File name","Bestandsnaam"
|
111 |
-
"Filter","Filter"
|
112 |
-
"Filter active articles","Filter actieve artikelen"
|
113 |
-
"Filter active stock","Filter actieve voorraad"
|
114 |
-
"Filter criteria","Filter criteria"
|
115 |
-
"Filter criteria for orders","Filter criteria voor orders"
|
116 |
-
"Filter criteria for statistics","Filter criteria voor statistieken"
|
117 |
-
"Flag","Vlag"
|
118 |
-
"France","Frankrijk"
|
119 |
-
"From","Van"
|
120 |
-
"General","Algemeen"
|
121 |
-
"General delimiter of fields in the feed","Algemeen scheidingsteken van velden in de feed"
|
122 |
-
"Generate File","Creëer bestand"
|
123 |
-
"Generating feed was successfully stopped","Creëeren van de feed is gestopt"
|
124 |
-
"Generating progress","Voortgang feedcreatie"
|
125 |
-
"Germany","Duitsland"
|
126 |
-
"Gross","Bruto"
|
127 |
-
"Gross Clicks","Bruto Clicks"
|
128 |
-
"Gross item value (including tax).","Bruto productwaarde (inclusief BTW)."
|
129 |
-
"Hide","Verbergen"
|
130 |
-
"Hours","Uren"
|
131 |
-
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
-
"ID","ID"
|
133 |
-
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
-
"Individual prices of ordered products","Orderwaarde"
|
135 |
-
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Orderwaarde gescheiden door kolommen. Bruto orderwaarde zonder verzendkosten"
|
136 |
-
"Introduction","Introductie"
|
137 |
-
"Is in stock (is_in_stock)","Op voorraad (is_voorradig)"
|
138 |
-
"ISO-8859-1","ISO-8859-1"
|
139 |
-
"Item was successfully deleted","Product verwijderd"
|
140 |
-
"Item was successfully saved","Product opgeslagen"
|
141 |
-
"July","Juli"
|
142 |
-
"June","Juni"
|
143 |
-
"Label for main products or accessory","Label van de belangrijkste producten of accessoires"
|
144 |
-
"Label for main products or accessory. 0 = main product, 1 = accessory","Label van de belangrijkste producten of accessoires 0=belangrijkste product 1=accessoires"
|
145 |
-
"Label for reduced prices","Label van actieprijs"
|
146 |
-
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Label actieprijs 0= gewone prijs 1= actieprijs"
|
147 |
-
"Lead Commission (Confirmed)","Lead Commissie (Goedgekeurd)"
|
148 |
-
"Lead Commission (Open)","Lead Commissie (Open)"
|
149 |
-
"Lead Conversion Rate (Confirmed)","Lead Vergoeding (Goedgekeurd)"
|
150 |
-
"Lead Conversion Rate (Open)","Lead Vergoeding (Open)"
|
151 |
-
"Leads","Leads"
|
152 |
-
"Manufacturer attribute","Toevoeging Fabrikant "
|
153 |
-
"Month","Maand"
|
154 |
-
"n/a","Naam"
|
155 |
-
"Name","Naam"
|
156 |
-
"Net","Netto"
|
157 |
-
"Net bonus payments","Netto bonus betaling"
|
158 |
-
"Netherlands","Nederland"
|
159 |
-
"Net price","Netto prijs"
|
160 |
-
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","Basket data verzonden. "
|
161 |
-
"New Magento product datafeed","New Magento product datafeed"
|
162 |
-
"No","Nee"
|
163 |
-
"No records found for these criteria.","Geen resultaten gevonden voor deze criteria"
|
164 |
-
"Number of ordered products separated by pipes |.","Aantal bestelde producten gescheiden door kolommen |."
|
165 |
-
"Number of pages processed by each cronjob iteration (default: 5).","Aantal verwerkte pagina´s door elke cronjob herhaling (default: 5)."
|
166 |
-
"Number of products included in every page (default: 500).","Aantal producten verwerkt in elke pagina (default: 500)."
|
167 |
-
"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.","Aantal producten in winkelwagen"
|
168 |
-
"of %s pages","van %s paginas"
|
169 |
-
"Only one product variation","Alleen één product variatie"
|
170 |
-
"Open","Open"
|
171 |
-
"Order ID","Order ID"
|
172 |
-
"Orders","Orders"
|
173 |
-
"Original price of a product","Originele prijs van het product"
|
174 |
-
"Original price of a product, if reduced","Originele prijs van het product, als deze is afgeprijsd"
|
175 |
-
"Overview","Overview"
|
176 |
-
"Page","Pagina"
|
177 |
-
"Pages","Pagina´s"
|
178 |
-
"Payment method","Betaal mogelijkheid"
|
179 |
-
"Period","Periode"
|
180 |
-
"per page","per pagina"
|
181 |
-
"Please generate datafeed file first","Genereer eerst een datafeed bestand"
|
182 |
-
"Please provide your web service username/password in the extension settings page.","Voer eerst uw webservice gebruikersnaam/wachtwoord in op de configuratie pagina"
|
183 |
-
"Please type in the sort of enclosure character for your products.","Voer het enclosure character in."
|
184 |
-
"Position","Positie"
|
185 |
-
"Preffix","Preffix"
|
186 |
-
"Preview","Preview"
|
187 |
-
"Product Data Feed","Product Data Feed"
|
188 |
-
"Product ID","Product ID"
|
189 |
-
"Product Name","Product Naam"
|
190 |
-
"Product parameters","Product parameters"
|
191 |
-
"Product properties","Product eigenschappen"
|
192 |
-
"Product rating","Product waardering"
|
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","Product variaties moeten worden aangeleverd als aparte datasets. We raden aan speciale productfeeds aan te maken, om te vermijden dat meerdere dezelfde producten worden getoond in bijvoorbeeld productbanners, die dan alleen afwijken qua kleur, afmeting of"
|
194 |
-
"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","Product variaties moeten worden aangeleverd als aparte datasets. We raden aan speciale productfeeds aan te maken, om te vermijden dat meerdere dezelfde producten worden getoond in bijvoorbeeld productbanners, die dan alleen afwijken qua kleur."
|
195 |
-
"pSub1","pSub1"
|
196 |
-
"pSub2","pSub2"
|
197 |
-
"Publicity","Publiciteit"
|
198 |
-
"Publisher","Publisher"
|
199 |
-
"Publisher commission","Publisher commissie"
|
200 |
-
"Publisher filter","Publisher filter"
|
201 |
-
"Publisher ID","Publisher ID"
|
202 |
-
"Publisher segment","Publisher segment"
|
203 |
-
"Publisher volume","Publisher volume"
|
204 |
-
"Q","Q"
|
205 |
-
"Quantities of ordered products","Hoeveelheid bestelde producten"
|
206 |
-
"Quantity","Hoeveelheid"
|
207 |
-
"Quantity (qty)","Hoeveelheid (qty)"
|
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"
|
215 |
-
"Repeat every","Herhaal elke"
|
216 |
-
"Retargeting","Retargeting"
|
217 |
-
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Retargeting maakt het mogelijk om geïnteresseerde klanten die uw webshop hebben verlaten zonder aankoop opnieuw te benaderen."
|
218 |
-
"Sale Commission (Confirmed)","Sale Commissie (Goedgekeurd)"
|
219 |
-
"Sale Commission (Open)","Sale Commissie (Open)"
|
220 |
-
"Sale Conversion Rate (Confirmed)","Sale vergoeding (Goedgekeurd)"
|
221 |
-
"Sale Conversion Rate (Open)","Sale vergoeding (Open)"
|
222 |
-
"Sales","Sales"
|
223 |
-
"Save and Continue Edit","Opslaan en verdergaan met bewerken"
|
224 |
-
"Select, if the feed should be activated for cron job batch export.","Selecteer, als de feed geactiveerd moet zijn voor cronjob batch exports. "
|
225 |
-
"Select advertising medium","Selecteer advertentie medium"
|
226 |
-
"Select reporting period","Selecteer rapportage periode"
|
227 |
-
"Select the Store whose products shall be included in the feed.","Selecteer de winkel waarvan de producten moeten worden opgenomen in de feed"
|
228 |
-
"Send message to the test e-mail","Stuur bericht naar test e-mail adres"
|
229 |
-
"Settings","Instellingen"
|
230 |
-
"Shipping method","Verzendwijze"
|
231 |
-
"Show","Toon"
|
232 |
-
"Show orders","Toon orders"
|
233 |
-
"Show statistics","Toon statistieken"
|
234 |
-
"Single price","Sinlge price"
|
235 |
-
"SKU","SKU"
|
236 |
-
"Spain","Spanje"
|
237 |
-
"Start at","Begin "
|
238 |
-
"Statistics","Statistieken"
|
239 |
-
"Status","Status"
|
240 |
-
"Stop generating","Stoppen"
|
241 |
-
"Store View","Store View"
|
242 |
-
"Submit the feed to affilinet","Verstuur de feed naar affilinet"
|
243 |
-
"Suffix","Suffix"
|
244 |
-
"Sum of commissions","Totaal Commissie"
|
245 |
-
"Sum of commissions (Confirmed)","Totaal Commissie (Goedgekeurd)"
|
246 |
-
"Sum of commissions (Open)","Totaal Commissie (Open)"
|
247 |
-
"Switzerland","Zwitserland"
|
248 |
-
"Test e-mail","Test e-mail"
|
249 |
-
"Text link","Tekstlink"
|
250 |
-
"Text links","Tekstlinks"
|
251 |
-
"The attribute used to uniquely identify the products.","Het kenmerk dat is gebruikt om op een unieke wijze het product te identificeren"
|
252 |
-
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while h","Basket tracking helpt u om de aankopen te analyseren op winkelwagen-niveau. Deze informatie geeft u de mogelijkheid om de salesresultaten die u ontvangt via affiliate marketing te analyseren, terwijl u publishers helpt om hun marketing activiteiten te opt"
|
253 |
-
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","De directory ontbreekt en kon niet aangemaakt worden door script. Maak handmatig een directory. Path %s"
|
254 |
-
"The information in this tab has been changed.","De informatie in dit tabblad is veranderd."
|
255 |
-
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Deze gegevens kunnen worden bekeken en geanalyseerd door publishers die traffic naar u website sturen. Stuur daarom alleen informatie terug die u wil delen."
|
256 |
-
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Deze affilinet inlogpagina is gedeactiveerd , omdat u al een programma ID heeft ingevoerd in de uitgebreide instellingen."
|
257 |
-
"This extension integrates easily your Magento shop with affilinet services.","Deze extensie integreert makkelijk uw Magento winkel met diensten van affilinet"
|
258 |
-
"This extension uses the default base currency of the store for all product values that are tracked","Deze extensie gebruikt automatisch de valuta van de winkel als basis voor alle tracking."
|
259 |
-
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","Productwaardering. Waardering: 0 ( Niet beoordeeld) tot 10 ( hoogste waardering)"
|
260 |
-
"This tab contains invalid data. Please solve the problem before saving.","Dit tabblad bevat ongeldige data. Los het probleem op voor u verder gaat."
|
261 |
-
"Time span","Tijdsduur"
|
262 |
-
"Time span between dates cannot exceed 3 months","Tijdsduur tussen data mag niet meer dan 3 maanden bedragen"
|
263 |
-
"Title","Titel"
|
264 |
-
"To","Naar"
|
265 |
-
"Total %d records found","Totaal %d gevonden boekingen"
|
266 |
-
"Total price","Totale prijs"
|
267 |
-
"Total Revenue (Confirmed)","Totale revenue (Goedgekeurd)"
|
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"
|
276 |
-
"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.","Voer affilinet programma ID in. Als u nog geen affilinet account heeft, kan u zich gemakkelijk aanmelden via het tabblad registratie."
|
277 |
-
"Unable to find item to save","Product niet gevonden"
|
278 |
-
"Unable to send feed","Feed niet verzonden"
|
279 |
-
"Unable to stop","Actie niet gestopt"
|
280 |
-
"Unique product identifier","Unique product identifier"
|
281 |
-
"United Kingdom","Verenigd Koninkrijk"
|
282 |
-
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Uploads zijn in verhouding geschaald naar een afmeting van 120 x 40 pixels"
|
283 |
-
"URL","URL"
|
284 |
-
"URL of category image","URL van categorie afbeelding"
|
285 |
-
"URL of category image (URL encoded)","URL van categorie afbeelding (URL gecodeerd)"
|
286 |
-
"UTF-8","UTF-8"
|
287 |
-
"View","View"
|
288 |
-
"Views","Views"
|
289 |
-
"Visible for the advertiser only","Voor de adverteerder alleen zichtbaar"
|
290 |
-
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Meer informatie: <a href=""%s"" target=""_blank"">%s</a>"
|
291 |
-
"Webservice Password","Webservice Wachtwoord"
|
292 |
-
"Webservice Username","Webservice Gebruikersnaam"
|
293 |
-
"Week","Week"
|
294 |
-
"Which of the following parameters shall be relayed to affilinet?","Welke van de volgende parameters moeten worden teruggegeven aan affilinet?"
|
295 |
-
"Yes","Ja"
|
296 |
-
"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","Uw webservice gebruikersnaam haalt u uit de affilinet portal. Log in door de volgende URL te gebruiken: https://advertiser.affili.net/Login.aspx en navigeer naar de sectie Account -> Account Data. U vindt uw webservice toegang onder de contact data. Uw we"
|
1 |
+
"# of bonus payments","# bonusbetalingen"
|
2 |
+
"# of Leads","# leads"
|
3 |
+
"# of Leads (Cancelled)","# leads (Geannuleerd)"
|
4 |
+
"# of Leads (Confirmed)","# leads (Goedgekeurd)"
|
5 |
+
"# of Leads (Open)","# leads (Open)"
|
6 |
+
"# of Sales","# sales"
|
7 |
+
"# of Sales (Cancelled)","# sales (Geannuleerd)"
|
8 |
+
"# of Sales (Confirmed)","# sales (Goedgekeurd)"
|
9 |
+
"# of Sales (Open)","# sales (Open)"
|
10 |
+
"-- Please Select --","-- Selecteer --"
|
11 |
+
"<div id=""creative-system-config"">creativestyle Extensions</div>","<div id=""creative-system-config"">creativestyle Extensions</div>"
|
12 |
+
"Action","Actie"
|
13 |
+
"Activate/deactivate column titles in the feed","Activeer/deactiveer de kolom titels in de feed"
|
14 |
+
"Activate the export of products only for active products","Activeer export - actieve producten"
|
15 |
+
"Activate the export of products only for products which can be ordered.","Activeer export - voorradige producten"
|
16 |
+
"Active","Actief"
|
17 |
+
"Add New","Voeg toe"
|
18 |
+
"Add new","Voeg toe"
|
19 |
+
"Advertising medium","Advertentie medium"
|
20 |
+
"affilinet","affilinet"
|
21 |
+
"Affilinet fee","affilinet vergoeding"
|
22 |
+
"affilinet Introduction","affilinet Introductie"
|
23 |
+
"affilinet Registration","affilinet Registratie"
|
24 |
+
"All","Alle"
|
25 |
+
"All banners","Alle banners"
|
26 |
+
"All channels","Alle kanalen"
|
27 |
+
"All HTML links","Alle HTML links"
|
28 |
+
"All media","Alle media"
|
29 |
+
"All publishers","Alle publishers"
|
30 |
+
"All segments","Alle segmenten"
|
31 |
+
"All text links","Alle tekstlinks"
|
32 |
+
"Amount of paid bonuses","Totaal uitgekeerde bonussen"
|
33 |
+
"Appoint the export start time.","Starttijd export"
|
34 |
+
"Article number","Artikelnummer"
|
35 |
+
"Attribute which defines the manufacturer of the product.","Kies de fabrikant"
|
36 |
+
"August","Augustus"
|
37 |
+
"Austria","Oostenrijk"
|
38 |
+
"Auto action","Automatische actie"
|
39 |
+
"Auto action in days","Automatische actie in dagen"
|
40 |
+
"Back","Terug"
|
41 |
+
"Backslash","Backspace"
|
42 |
+
"Banner","Banner"
|
43 |
+
"Banners","Banners"
|
44 |
+
"Basket","Basket"
|
45 |
+
"BasketId","BasketID"
|
46 |
+
"Begin at","Begin"
|
47 |
+
"Bonus count","Bonus"
|
48 |
+
"Brand","Merk"
|
49 |
+
"By name","Naam"
|
50 |
+
"By publisher ID","Publisher ID"
|
51 |
+
"By URL","URL"
|
52 |
+
"Calendar week","Kalenderweek"
|
53 |
+
"Cancellation reason","Reden van annulering"
|
54 |
+
"Cancelled","Geannuleerd"
|
55 |
+
"Cart IDs","Cart IDs"
|
56 |
+
"Cart parameters","Cart parameters"
|
57 |
+
"Cart tracking","Cart tracking"
|
58 |
+
"Category","Category"
|
59 |
+
"Category (category_ids)","Category (category_ids)"
|
60 |
+
"Category parameters","Category parameters"
|
61 |
+
"Channel","Channel"
|
62 |
+
"Checkout parameters","Checkout parameters"
|
63 |
+
"Choose Store View:","Kies Store View:"
|
64 |
+
"Click-Through","Click-through"
|
65 |
+
"Click date","Click datum"
|
66 |
+
"Clicks","Clicks"
|
67 |
+
"Clicks (Gross)","Clicks (Bruto)"
|
68 |
+
"Clicks (Net)","Clicks (Netto)"
|
69 |
+
"Collection size","Collectie grootte"
|
70 |
+
"Column title","Kolom titels"
|
71 |
+
"Comma separated","Gescheiden door komma"
|
72 |
+
"Commission","Commissie"
|
73 |
+
"Company logo","Bedrijfslogo"
|
74 |
+
"Concatenation","Aaneenschakeling"
|
75 |
+
"Confirmation","Bevestiging"
|
76 |
+
"Confirmed","Bevestigd"
|
77 |
+
"Cron","Cron"
|
78 |
+
"Cronjob","Cronjob"
|
79 |
+
"CTR","CTR"
|
80 |
+
"Currency (currency)","Valuta"
|
81 |
+
"CW","CW"
|
82 |
+
"DeepLink (deeplink)","DeepLink (deeplink)"
|
83 |
+
"Delete","Verwijderen"
|
84 |
+
"Delete Field","Verwijder Veld"
|
85 |
+
"Delete Filter","Verwijder Filter"
|
86 |
+
"Delete Image","Verwijder Afbeelding"
|
87 |
+
"Delimiter","Scheidingsteken"
|
88 |
+
"Delimiter after last column","Scheidingsteken achter de laatste kolom"
|
89 |
+
"Disabled","Uitgezet"
|
90 |
+
"Doubling","Doubling"
|
91 |
+
"Edit date","Laatst bijgewerkt"
|
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)"
|
99 |
+
"Enter publisher filter string","Publisher filter string"
|
100 |
+
"Escape","Escape"
|
101 |
+
"Escaping character for strings","Escaping character for strings"
|
102 |
+
"Evaluation method","Evaluatiemethode"
|
103 |
+
"Feed link","Feed link"
|
104 |
+
"Feed submission","Verzend feed"
|
105 |
+
"Feed was successfully sent to Affili.net","Feed is succesvol verstuurd naar affilinet"
|
106 |
+
"Field filter","Field filter"
|
107 |
+
"Field mapper","Field mapper"
|
108 |
+
"Fieldname","Fieldname"
|
109 |
+
"File is generating. You will be able to download file when it finish","Moment geduld, feed wordt gegeneerd. "
|
110 |
+
"File name","Bestandsnaam"
|
111 |
+
"Filter","Filter"
|
112 |
+
"Filter active articles","Filter actieve artikelen"
|
113 |
+
"Filter active stock","Filter actieve voorraad"
|
114 |
+
"Filter criteria","Filter criteria"
|
115 |
+
"Filter criteria for orders","Filter criteria voor orders"
|
116 |
+
"Filter criteria for statistics","Filter criteria voor statistieken"
|
117 |
+
"Flag","Vlag"
|
118 |
+
"France","Frankrijk"
|
119 |
+
"From","Van"
|
120 |
+
"General","Algemeen"
|
121 |
+
"General delimiter of fields in the feed","Algemeen scheidingsteken van velden in de feed"
|
122 |
+
"Generate File","Creëer bestand"
|
123 |
+
"Generating feed was successfully stopped","Creëeren van de feed is gestopt"
|
124 |
+
"Generating progress","Voortgang feedcreatie"
|
125 |
+
"Germany","Duitsland"
|
126 |
+
"Gross","Bruto"
|
127 |
+
"Gross Clicks","Bruto Clicks"
|
128 |
+
"Gross item value (including tax).","Bruto productwaarde (inclusief BTW)."
|
129 |
+
"Hide","Verbergen"
|
130 |
+
"Hours","Uren"
|
131 |
+
"http://www.creativestyle.net/services/magento.html","http://www.creativestyle.net/services/magento.html"
|
132 |
+
"ID","ID"
|
133 |
+
"ImgUrl (imgurl)","ImgUrl (imgurl)"
|
134 |
+
"Individual prices of ordered products","Orderwaarde"
|
135 |
+
"Individual prices of ordered products separated by pipes |. Gross item value (w/o shipping costs)","Orderwaarde gescheiden door kolommen. Bruto orderwaarde zonder verzendkosten"
|
136 |
+
"Introduction","Introductie"
|
137 |
+
"Is in stock (is_in_stock)","Op voorraad (is_voorradig)"
|
138 |
+
"ISO-8859-1","ISO-8859-1"
|
139 |
+
"Item was successfully deleted","Product verwijderd"
|
140 |
+
"Item was successfully saved","Product opgeslagen"
|
141 |
+
"July","Juli"
|
142 |
+
"June","Juni"
|
143 |
+
"Label for main products or accessory","Label van de belangrijkste producten of accessoires"
|
144 |
+
"Label for main products or accessory. 0 = main product, 1 = accessory","Label van de belangrijkste producten of accessoires 0=belangrijkste product 1=accessoires"
|
145 |
+
"Label for reduced prices","Label van actieprijs"
|
146 |
+
"Label if a product is reduced or not. 0 = no regular price, 1 = reduced price.","Label actieprijs 0= gewone prijs 1= actieprijs"
|
147 |
+
"Lead Commission (Confirmed)","Lead Commissie (Goedgekeurd)"
|
148 |
+
"Lead Commission (Open)","Lead Commissie (Open)"
|
149 |
+
"Lead Conversion Rate (Confirmed)","Lead Vergoeding (Goedgekeurd)"
|
150 |
+
"Lead Conversion Rate (Open)","Lead Vergoeding (Open)"
|
151 |
+
"Leads","Leads"
|
152 |
+
"Manufacturer attribute","Toevoeging Fabrikant "
|
153 |
+
"Month","Maand"
|
154 |
+
"n/a","Naam"
|
155 |
+
"Name","Naam"
|
156 |
+
"Net","Netto"
|
157 |
+
"Net bonus payments","Netto bonus betaling"
|
158 |
+
"Netherlands","Nederland"
|
159 |
+
"Net price","Netto prijs"
|
160 |
+
"New basket data have been submitted to affilinet. It may take up to few minutes until the changes become visible.","Basket data verzonden. "
|
161 |
+
"New Magento product datafeed","New Magento product datafeed"
|
162 |
+
"No","Nee"
|
163 |
+
"No records found for these criteria.","Geen resultaten gevonden voor deze criteria"
|
164 |
+
"Number of ordered products separated by pipes |.","Aantal bestelde producten gescheiden door kolommen |."
|
165 |
+
"Number of pages processed by each cronjob iteration (default: 5).","Aantal verwerkte pagina´s door elke cronjob herhaling (default: 5)."
|
166 |
+
"Number of products included in every page (default: 500).","Aantal producten verwerkt in elke pagina (default: 500)."
|
167 |
+
"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.","Aantal producten in winkelwagen"
|
168 |
+
"of %s pages","van %s paginas"
|
169 |
+
"Only one product variation","Alleen één product variatie"
|
170 |
+
"Open","Open"
|
171 |
+
"Order ID","Order ID"
|
172 |
+
"Orders","Orders"
|
173 |
+
"Original price of a product","Originele prijs van het product"
|
174 |
+
"Original price of a product, if reduced","Originele prijs van het product, als deze is afgeprijsd"
|
175 |
+
"Overview","Overview"
|
176 |
+
"Page","Pagina"
|
177 |
+
"Pages","Pagina´s"
|
178 |
+
"Payment method","Betaal mogelijkheid"
|
179 |
+
"Period","Periode"
|
180 |
+
"per page","per pagina"
|
181 |
+
"Please generate datafeed file first","Genereer eerst een datafeed bestand"
|
182 |
+
"Please provide your web service username/password in the extension settings page.","Voer eerst uw webservice gebruikersnaam/wachtwoord in op de configuratie pagina"
|
183 |
+
"Please type in the sort of enclosure character for your products.","Voer het enclosure character in."
|
184 |
+
"Position","Positie"
|
185 |
+
"Preffix","Preffix"
|
186 |
+
"Preview","Preview"
|
187 |
+
"Product Data Feed","Product Data Feed"
|
188 |
+
"Product ID","Product ID"
|
189 |
+
"Product Name","Product Naam"
|
190 |
+
"Product parameters","Product parameters"
|
191 |
+
"Product properties","Product eigenschappen"
|
192 |
+
"Product rating","Product waardering"
|
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","Product variaties moeten worden aangeleverd als aparte datasets. We raden aan speciale productfeeds aan te maken, om te vermijden dat meerdere dezelfde producten worden getoond in bijvoorbeeld productbanners, die dan alleen afwijken qua kleur, afmeting of"
|
194 |
+
"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","Product variaties moeten worden aangeleverd als aparte datasets. We raden aan speciale productfeeds aan te maken, om te vermijden dat meerdere dezelfde producten worden getoond in bijvoorbeeld productbanners, die dan alleen afwijken qua kleur."
|
195 |
+
"pSub1","pSub1"
|
196 |
+
"pSub2","pSub2"
|
197 |
+
"Publicity","Publiciteit"
|
198 |
+
"Publisher","Publisher"
|
199 |
+
"Publisher commission","Publisher commissie"
|
200 |
+
"Publisher filter","Publisher filter"
|
201 |
+
"Publisher ID","Publisher ID"
|
202 |
+
"Publisher segment","Publisher segment"
|
203 |
+
"Publisher volume","Publisher volume"
|
204 |
+
"Q","Q"
|
205 |
+
"Quantities of ordered products","Hoeveelheid bestelde producten"
|
206 |
+
"Quantity","Hoeveelheid"
|
207 |
+
"Quantity (qty)","Hoeveelheid (qty)"
|
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"
|
215 |
+
"Repeat every","Herhaal elke"
|
216 |
+
"Retargeting","Retargeting"
|
217 |
+
"Retargeting enables you to re-address specifically interested customers. Potential customers, who left your online shop without a purchase","Retargeting maakt het mogelijk om geïnteresseerde klanten die uw webshop hebben verlaten zonder aankoop opnieuw te benaderen."
|
218 |
+
"Sale Commission (Confirmed)","Sale Commissie (Goedgekeurd)"
|
219 |
+
"Sale Commission (Open)","Sale Commissie (Open)"
|
220 |
+
"Sale Conversion Rate (Confirmed)","Sale vergoeding (Goedgekeurd)"
|
221 |
+
"Sale Conversion Rate (Open)","Sale vergoeding (Open)"
|
222 |
+
"Sales","Sales"
|
223 |
+
"Save and Continue Edit","Opslaan en verdergaan met bewerken"
|
224 |
+
"Select, if the feed should be activated for cron job batch export.","Selecteer, als de feed geactiveerd moet zijn voor cronjob batch exports. "
|
225 |
+
"Select advertising medium","Selecteer advertentie medium"
|
226 |
+
"Select reporting period","Selecteer rapportage periode"
|
227 |
+
"Select the Store whose products shall be included in the feed.","Selecteer de winkel waarvan de producten moeten worden opgenomen in de feed"
|
228 |
+
"Send message to the test e-mail","Stuur bericht naar test e-mail adres"
|
229 |
+
"Settings","Instellingen"
|
230 |
+
"Shipping method","Verzendwijze"
|
231 |
+
"Show","Toon"
|
232 |
+
"Show orders","Toon orders"
|
233 |
+
"Show statistics","Toon statistieken"
|
234 |
+
"Single price","Sinlge price"
|
235 |
+
"SKU","SKU"
|
236 |
+
"Spain","Spanje"
|
237 |
+
"Start at","Begin "
|
238 |
+
"Statistics","Statistieken"
|
239 |
+
"Status","Status"
|
240 |
+
"Stop generating","Stoppen"
|
241 |
+
"Store View","Store View"
|
242 |
+
"Submit the feed to affilinet","Verstuur de feed naar affilinet"
|
243 |
+
"Suffix","Suffix"
|
244 |
+
"Sum of commissions","Totaal Commissie"
|
245 |
+
"Sum of commissions (Confirmed)","Totaal Commissie (Goedgekeurd)"
|
246 |
+
"Sum of commissions (Open)","Totaal Commissie (Open)"
|
247 |
+
"Switzerland","Zwitserland"
|
248 |
+
"Test e-mail","Test e-mail"
|
249 |
+
"Text link","Tekstlink"
|
250 |
+
"Text links","Tekstlinks"
|
251 |
+
"The attribute used to uniquely identify the products.","Het kenmerk dat is gebruikt om op een unieke wijze het product te identificeren"
|
252 |
+
"The basket tracking system helps you drill down orders generated through affilinet publishers and analyze the purchases on basket-item level. This information enables you to evaluate the sales performance of your products via affiliate marketing, while h","Basket tracking helpt u om de aankopen te analyseren op winkelwagen-niveau. Deze informatie geeft u de mogelijkheid om de salesresultaten die u ontvangt via affiliate marketing te analyseren, terwijl u publishers helpt om hun marketing activiteiten te opt"
|
253 |
+
"The directory is missing and the script has been unable to create it. Please create it manually. Path %s","De directory ontbreekt en kon niet aangemaakt worden door script. Maak handmatig een directory. Path %s"
|
254 |
+
"The information in this tab has been changed.","De informatie in dit tabblad is veranderd."
|
255 |
+
"These properties can also be accessed and analyzed by publishers sending traffic to your website. Thus only relay information you are willing to share.","Deze gegevens kunnen worden bekeken en geanalyseerd door publishers die traffic naar u website sturen. Stuur daarom alleen informatie terug die u wil delen."
|
256 |
+
"This affilinet platform signup page is deactivated since you already entered a Program ID in the extension settings.","Deze affilinet inlogpagina is gedeactiveerd , omdat u al een programma ID heeft ingevoerd in de uitgebreide instellingen."
|
257 |
+
"This extension integrates easily your Magento shop with affilinet services.","Deze extensie integreert makkelijk uw Magento winkel met diensten van affilinet"
|
258 |
+
"This extension uses the default base currency of the store for all product values that are tracked","Deze extensie gebruikt automatisch de valuta van de winkel als basis voor alle tracking."
|
259 |
+
"This helps target users via products with a high rating, for instance. Numeric value: 0 (not rated) to 10 (highest rating)","Productwaardering. Waardering: 0 ( Niet beoordeeld) tot 10 ( hoogste waardering)"
|
260 |
+
"This tab contains invalid data. Please solve the problem before saving.","Dit tabblad bevat ongeldige data. Los het probleem op voor u verder gaat."
|
261 |
+
"Time span","Tijdsduur"
|
262 |
+
"Time span between dates cannot exceed 3 months","Tijdsduur tussen data mag niet meer dan 3 maanden bedragen"
|
263 |
+
"Title","Titel"
|
264 |
+
"To","Naar"
|
265 |
+
"Total %d records found","Totaal %d gevonden boekingen"
|
266 |
+
"Total price","Totale prijs"
|
267 |
+
"Total Revenue (Confirmed)","Totale revenue (Goedgekeurd)"
|
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"
|
276 |
+
"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.","Voer affilinet programma ID in. Als u nog geen affilinet account heeft, kan u zich gemakkelijk aanmelden via het tabblad registratie."
|
277 |
+
"Unable to find item to save","Product niet gevonden"
|
278 |
+
"Unable to send feed","Feed niet verzonden"
|
279 |
+
"Unable to stop","Actie niet gestopt"
|
280 |
+
"Unique product identifier","Unique product identifier"
|
281 |
+
"United Kingdom","Verenigd Koninkrijk"
|
282 |
+
"Uploads are scaled proportionally to a size of 120 x 40 Pixels.","Uploads zijn in verhouding geschaald naar een afmeting van 120 x 40 pixels"
|
283 |
+
"URL","URL"
|
284 |
+
"URL of category image","URL van categorie afbeelding"
|
285 |
+
"URL of category image (URL encoded)","URL van categorie afbeelding (URL gecodeerd)"
|
286 |
+
"UTF-8","UTF-8"
|
287 |
+
"View","View"
|
288 |
+
"Views","Views"
|
289 |
+
"Visible for the advertiser only","Voor de adverteerder alleen zichtbaar"
|
290 |
+
"Visit <a href=""%s"" target=""_blank"">%s</a> to get more information.","Meer informatie: <a href=""%s"" target=""_blank"">%s</a>"
|
291 |
+
"Webservice Password","Webservice Wachtwoord"
|
292 |
+
"Webservice Username","Webservice Gebruikersnaam"
|
293 |
+
"Week","Week"
|
294 |
+
"Which of the following parameters shall be relayed to affilinet?","Welke van de volgende parameters moeten worden teruggegeven aan affilinet?"
|
295 |
+
"Yes","Ja"
|
296 |
+
"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","Uw webservice gebruikersnaam haalt u uit de affilinet portal. Log in door de volgende URL te gebruiken: https://advertiser.affili.net/Login.aspx en navigeer naar de sectie Account -> Account Data. U vindt uw webservice toegang onder de contact data. Uw we"
|
app/locale/nl_NL/template/email/affilinet_feed.html
CHANGED
@@ -1,19 +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
|
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
|
js/creativestyle/adminhtml/affilinet.js
CHANGED
@@ -1,134 +1,134 @@
|
|
1 |
-
/**
|
2 |
-
* @category Creativestyle
|
3 |
-
* @package Creativestyle_AffiliNet
|
4 |
-
* @copyright Copyright (c) 2014 creativestyle GmbH
|
5 |
-
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
6 |
-
*/
|
7 |
-
if (!window.AffiliNet) var AffiliNet = {};
|
8 |
-
|
9 |
-
AffiliNet.StatisticsGrid = Class.create();
|
10 |
-
|
11 |
-
AffiliNet.StatisticsGrid.prototype = {
|
12 |
-
initialize: function(container, groups, subs, buttonContainerSelector) {
|
13 |
-
this.container = $(container);
|
14 |
-
this.table = $(container + '_table');
|
15 |
-
buttonContainerSelector = buttonContainerSelector || '.filter-actions';
|
16 |
-
if (this.container.select(buttonContainerSelector).length) {
|
17 |
-
this.buttonContainer = this.container.select(buttonContainerSelector).first();
|
18 |
-
}
|
19 |
-
this.groups = groups || {};
|
20 |
-
this.subs = subs || {};
|
21 |
-
this.setupHeaders().setupButtons();
|
22 |
-
},
|
23 |
-
|
24 |
-
setupHeaders: function() {
|
25 |
-
var headers = this.table.select('thead th');
|
26 |
-
this.table.select('thead').first()
|
27 |
-
.insert({top: this.getGroupHeaders(headers), bottom: this.getSubHeaders(headers)});
|
28 |
-
return this;
|
29 |
-
},
|
30 |
-
|
31 |
-
setupButtons: function() {
|
32 |
-
['overview', 'sales', 'leads', 'commission'].each(function(group) {
|
33 |
-
button = this.addButton(group, this.groups[group]);
|
34 |
-
if (group != 'overview') AffiliNet.StatisticsGrid.toggleGroup(group, button);
|
35 |
-
}.bind(this));
|
36 |
-
return this;
|
37 |
-
},
|
38 |
-
|
39 |
-
getGroupHeaders: function(headers) {
|
40 |
-
var groupHeaders = [], groupHeadersRow = new Element('tr', {class: 'group_headings'});
|
41 |
-
headers.each(function(header) {
|
42 |
-
var headerGroupClass = $w(header.className).detect(function(className) { return className.include('_group') });
|
43 |
-
var groupKey = headerGroupClass ? headerGroupClass.gsub(/_group/, '') : null;
|
44 |
-
if (groupHeaders.length && groupKey == groupHeaders.last().key) {
|
45 |
-
groupHeaders.last().count++;
|
46 |
-
} else {
|
47 |
-
var groupTitle = groupKey
|
48 |
-
? typeof this.groups[groupKey] != 'undefined'
|
49 |
-
? this.groups[groupKey]
|
50 |
-
: groupKey.capitalize()
|
51 |
-
: null;
|
52 |
-
groupHeaders.push({key: groupKey, title: groupTitle, count: 1});
|
53 |
-
}
|
54 |
-
}.bind(this));
|
55 |
-
|
56 |
-
// generate row of grouping headers
|
57 |
-
groupHeaders.each(function(group) {
|
58 |
-
var groupHeader = new Element('th', {class: group.key ? group.key + '_group' : null, colspan: group.count}).update(group.title);
|
59 |
-
groupHeadersRow.insert({bottom: groupHeader})
|
60 |
-
});
|
61 |
-
groupHeadersRow.select('th').last().addClassName('last');
|
62 |
-
|
63 |
-
return groupHeadersRow;
|
64 |
-
},
|
65 |
-
|
66 |
-
getSubHeaders: function(headers) {
|
67 |
-
var subHeaders = [], subHeadersRow = new Element('tr', {class: 'headings'});
|
68 |
-
headers.each(function(header) {
|
69 |
-
var subheaderClass = $w(header.className).detect(function(className) { return className.include('_subheader') });
|
70 |
-
var subheaderValueClass = $w(header.className).detect(function(className) { return className.include('_subvalue') });
|
71 |
-
var subKey = subheaderClass ? subheaderClass.gsub(/_subheader/, '') : null;
|
72 |
-
var subValue = subheaderValueClass ? subheaderValueClass.gsub(/_subvalue/, '') : null;
|
73 |
-
if (subHeaders.length && subKey == subHeaders.last().key) {
|
74 |
-
subHeaders.last().count++;
|
75 |
-
} else {
|
76 |
-
subHeaders.push({key: subKey, count: 1, values: []});
|
77 |
-
}
|
78 |
-
if (subValue) {
|
79 |
-
var subTitle = typeof this.subs[subValue] != 'undefined'
|
80 |
-
? this.subs[subValue]
|
81 |
-
: subValue.capitalize();
|
82 |
-
subHeaders.last().values.push(subTitle);
|
83 |
-
}
|
84 |
-
}.bind(this));
|
85 |
-
|
86 |
-
// generate subheaders row
|
87 |
-
var counter = 0;
|
88 |
-
subHeaders.each(function(sub) {
|
89 |
-
if (sub.values.length) {
|
90 |
-
sub.values.each(function(subValue) {
|
91 |
-
var subHeader = new Element('th').update('<span class="nobr">' + subValue + '</span>');
|
92 |
-
var subHeaderClasses = $w(headers[counter].className).findAll(function(className) {
|
93 |
-
return !(className.include('_subvalue') || className.include('_subheader'));
|
94 |
-
});
|
95 |
-
subHeaderClasses.each(function(className) {
|
96 |
-
subHeader.addClassName(className);
|
97 |
-
});
|
98 |
-
subHeadersRow.insert({bottom: subHeader});
|
99 |
-
});
|
100 |
-
headers[counter].colSpan = sub.count;
|
101 |
-
headers[counter].addClassName('has_sub_headings');
|
102 |
-
headers[counter].update('<span class="nobr">' + headers[counter].innerHTML.stripTags().sub(/(.*?)(\s+\(.*?\))/, '#{1}') + '</span>');
|
103 |
-
for (var i = 1; i < sub.count; i++) {
|
104 |
-
if (headers[counter + i].hasClassName('last')) headers[counter].addClassName('last');
|
105 |
-
headers[counter + i].remove();
|
106 |
-
}
|
107 |
-
} else {
|
108 |
-
for (var i = 0; i < sub.count; i++) {
|
109 |
-
headers[counter + i].rowSpan = 2;
|
110 |
-
}
|
111 |
-
}
|
112 |
-
counter += sub.count;
|
113 |
-
});
|
114 |
-
subHeadersRow.select('th').last().addClassName('last');
|
115 |
-
|
116 |
-
return subHeadersRow;
|
117 |
-
},
|
118 |
-
|
119 |
-
addButton: function(key, title) {
|
120 |
-
if (this.buttonContainer) {
|
121 |
-
var button = new Element('button', {type: 'button', class: 'scalable save'}).update('<span><span><span>' + title + '</span></span></span>');
|
122 |
-
Event.observe(button, 'click', AffiliNet.StatisticsGrid.toggleGroup.bind(this, key, button));
|
123 |
-
this.buttonContainer.insert(button);
|
124 |
-
return button;
|
125 |
-
}
|
126 |
-
return null;
|
127 |
-
}
|
128 |
-
|
129 |
-
};
|
130 |
-
|
131 |
-
AffiliNet.StatisticsGrid.toggleGroup = function(key, button) {
|
132 |
-
$$('.' + key + '_group').invoke('toggle');
|
133 |
-
button.toggleClassName('save');
|
134 |
-
}
|
1 |
+
/**
|
2 |
+
* @category Creativestyle
|
3 |
+
* @package Creativestyle_AffiliNet
|
4 |
+
* @copyright Copyright (c) 2014 creativestyle GmbH
|
5 |
+
* @author Marek Zabrowarny / creativestyle GmbH <support@creativestyle.de>
|
6 |
+
*/
|
7 |
+
if (!window.AffiliNet) var AffiliNet = {};
|
8 |
+
|
9 |
+
AffiliNet.StatisticsGrid = Class.create();
|
10 |
+
|
11 |
+
AffiliNet.StatisticsGrid.prototype = {
|
12 |
+
initialize: function(container, groups, subs, buttonContainerSelector) {
|
13 |
+
this.container = $(container);
|
14 |
+
this.table = $(container + '_table');
|
15 |
+
buttonContainerSelector = buttonContainerSelector || '.filter-actions';
|
16 |
+
if (this.container.select(buttonContainerSelector).length) {
|
17 |
+
this.buttonContainer = this.container.select(buttonContainerSelector).first();
|
18 |
+
}
|
19 |
+
this.groups = groups || {};
|
20 |
+
this.subs = subs || {};
|
21 |
+
this.setupHeaders().setupButtons();
|
22 |
+
},
|
23 |
+
|
24 |
+
setupHeaders: function() {
|
25 |
+
var headers = this.table.select('thead th');
|
26 |
+
this.table.select('thead').first()
|
27 |
+
.insert({top: this.getGroupHeaders(headers), bottom: this.getSubHeaders(headers)});
|
28 |
+
return this;
|
29 |
+
},
|
30 |
+
|
31 |
+
setupButtons: function() {
|
32 |
+
['overview', 'sales', 'leads', 'commission'].each(function(group) {
|
33 |
+
button = this.addButton(group, this.groups[group]);
|
34 |
+
if (group != 'overview') AffiliNet.StatisticsGrid.toggleGroup(group, button);
|
35 |
+
}.bind(this));
|
36 |
+
return this;
|
37 |
+
},
|
38 |
+
|
39 |
+
getGroupHeaders: function(headers) {
|
40 |
+
var groupHeaders = [], groupHeadersRow = new Element('tr', {class: 'group_headings'});
|
41 |
+
headers.each(function(header) {
|
42 |
+
var headerGroupClass = $w(header.className).detect(function(className) { return className.include('_group') });
|
43 |
+
var groupKey = headerGroupClass ? headerGroupClass.gsub(/_group/, '') : null;
|
44 |
+
if (groupHeaders.length && groupKey == groupHeaders.last().key) {
|
45 |
+
groupHeaders.last().count++;
|
46 |
+
} else {
|
47 |
+
var groupTitle = groupKey
|
48 |
+
? typeof this.groups[groupKey] != 'undefined'
|
49 |
+
? this.groups[groupKey]
|
50 |
+
: groupKey.capitalize()
|
51 |
+
: null;
|
52 |
+
groupHeaders.push({key: groupKey, title: groupTitle, count: 1});
|
53 |
+
}
|
54 |
+
}.bind(this));
|
55 |
+
|
56 |
+
// generate row of grouping headers
|
57 |
+
groupHeaders.each(function(group) {
|
58 |
+
var groupHeader = new Element('th', {class: group.key ? group.key + '_group' : null, colspan: group.count}).update(group.title);
|
59 |
+
groupHeadersRow.insert({bottom: groupHeader})
|
60 |
+
});
|
61 |
+
groupHeadersRow.select('th').last().addClassName('last');
|
62 |
+
|
63 |
+
return groupHeadersRow;
|
64 |
+
},
|
65 |
+
|
66 |
+
getSubHeaders: function(headers) {
|
67 |
+
var subHeaders = [], subHeadersRow = new Element('tr', {class: 'headings'});
|
68 |
+
headers.each(function(header) {
|
69 |
+
var subheaderClass = $w(header.className).detect(function(className) { return className.include('_subheader') });
|
70 |
+
var subheaderValueClass = $w(header.className).detect(function(className) { return className.include('_subvalue') });
|
71 |
+
var subKey = subheaderClass ? subheaderClass.gsub(/_subheader/, '') : null;
|
72 |
+
var subValue = subheaderValueClass ? subheaderValueClass.gsub(/_subvalue/, '') : null;
|
73 |
+
if (subHeaders.length && subKey == subHeaders.last().key) {
|
74 |
+
subHeaders.last().count++;
|
75 |
+
} else {
|
76 |
+
subHeaders.push({key: subKey, count: 1, values: []});
|
77 |
+
}
|
78 |
+
if (subValue) {
|
79 |
+
var subTitle = typeof this.subs[subValue] != 'undefined'
|
80 |
+
? this.subs[subValue]
|
81 |
+
: subValue.capitalize();
|
82 |
+
subHeaders.last().values.push(subTitle);
|
83 |
+
}
|
84 |
+
}.bind(this));
|
85 |
+
|
86 |
+
// generate subheaders row
|
87 |
+
var counter = 0;
|
88 |
+
subHeaders.each(function(sub) {
|
89 |
+
if (sub.values.length) {
|
90 |
+
sub.values.each(function(subValue) {
|
91 |
+
var subHeader = new Element('th').update('<span class="nobr">' + subValue + '</span>');
|
92 |
+
var subHeaderClasses = $w(headers[counter].className).findAll(function(className) {
|
93 |
+
return !(className.include('_subvalue') || className.include('_subheader'));
|
94 |
+
});
|
95 |
+
subHeaderClasses.each(function(className) {
|
96 |
+
subHeader.addClassName(className);
|
97 |
+
});
|
98 |
+
subHeadersRow.insert({bottom: subHeader});
|
99 |
+
});
|
100 |
+
headers[counter].colSpan = sub.count;
|
101 |
+
headers[counter].addClassName('has_sub_headings');
|
102 |
+
headers[counter].update('<span class="nobr">' + headers[counter].innerHTML.stripTags().sub(/(.*?)(\s+\(.*?\))/, '#{1}') + '</span>');
|
103 |
+
for (var i = 1; i < sub.count; i++) {
|
104 |
+
if (headers[counter + i].hasClassName('last')) headers[counter].addClassName('last');
|
105 |
+
headers[counter + i].remove();
|
106 |
+
}
|
107 |
+
} else {
|
108 |
+
for (var i = 0; i < sub.count; i++) {
|
109 |
+
headers[counter + i].rowSpan = 2;
|
110 |
+
}
|
111 |
+
}
|
112 |
+
counter += sub.count;
|
113 |
+
});
|
114 |
+
subHeadersRow.select('th').last().addClassName('last');
|
115 |
+
|
116 |
+
return subHeadersRow;
|
117 |
+
},
|
118 |
+
|
119 |
+
addButton: function(key, title) {
|
120 |
+
if (this.buttonContainer) {
|
121 |
+
var button = new Element('button', {type: 'button', class: 'scalable save'}).update('<span><span><span>' + title + '</span></span></span>');
|
122 |
+
Event.observe(button, 'click', AffiliNet.StatisticsGrid.toggleGroup.bind(this, key, button));
|
123 |
+
this.buttonContainer.insert(button);
|
124 |
+
return button;
|
125 |
+
}
|
126 |
+
return null;
|
127 |
+
}
|
128 |
+
|
129 |
+
};
|
130 |
+
|
131 |
+
AffiliNet.StatisticsGrid.toggleGroup = function(key, button) {
|
132 |
+
$$('.' + key + '_group').invoke('toggle');
|
133 |
+
button.toggleClassName('save');
|
134 |
+
}
|
package.xml
CHANGED
@@ -1,22 +1,21 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Creativestyle_AffiliNet</name>
|
4 |
-
<version>1.1.
|
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:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
</notes>
|
16 |
<authors><author><name>affilinet GmbH</name><user>affilinet</user><email>magento@affili.net</email></author></authors>
|
17 |
-
<date>2015-
|
18 |
-
<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>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Creativestyle_AffiliNet</name>
|
4 |
+
<version>1.1.4</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 support for orders management grid
|
12 |
+
MODIFIED: feed data sanitization
|
13 |
+
FIXED: displaying config options that depend on other settings for Magento lower than 1.8
|
14 |
+
REMOVED: source code encryption</notes>
|
|
|
15 |
<authors><author><name>affilinet GmbH</name><user>affilinet</user><email>magento@affili.net</email></author></authors>
|
16 |
+
<date>2015-07-06</date>
|
17 |
+
<time>13:20:34</time>
|
18 |
+
<contents><target name="magecommunity"><dir name="Creativestyle"><dir name="AffiliNet"><dir name="Block"><file name="Abstract.php" hash="baca64b73ca13142a56983c74f3ea4cd"/><dir name="Adminhtml"><file name="Cms.php" hash="91a42fa1f67b19062e74eabebbfa801a"/><dir name="Datafeed"><dir name="Edit"><file name="Form.php" hash="4ce1b427831935281f7574b608eb8671"/><dir name="Tab"><file name="Cron.php" hash="f7a732996774569ac6f99f74bd278b0b"/><file name="Filter.php" hash="6b059c22009f2908d73396e22c1ed953"/><file name="General.php" hash="34135b3cb9658f6bd8b5506d51278cfc"/><file name="Mapper.php" hash="592966331516d318754362525e422891"/><file name="Submit.php" hash="a252f9564178e783172e07a21e42b90b"/></dir><file name="Tabs.php" hash="80db9367722f7865fe91312452fcab32"/></dir><file name="Edit.php" hash="07f9bb39c8a15aa02f56e9a457609e1b"/><dir name="Form"><dir name="Field"><file name="Image.php" hash="7e938c4b1b3623f47a0289fe0a2c7576"/></dir></dir><file name="Grid.php" hash="61a93403b4caf29dd7a275156e369340"/><file name="Preview.php" hash="7c8d03f28196dca2b3745d42a76c1f6c"/><dir name="Renderer"><file name="Filter.php" hash="2302e6a5e8e008dcab4cdcf145596c08"/><file name="Mapper.php" hash="4e2c70ba4f3f480807bb0b5b20f472a3"/><file name="Sendfeed.php" hash="647476f7041f28416b9dfe384844e107"/><file name="Startat.php" hash="1461075a13288e581fb09d73e86e32a1"/><file name="Url.php" hash="cc471d4b8fb40fb2c5687d53d48301e3"/></dir></dir><file name="Datafeed.php" hash="498c091f0a64138be3ae2d7065388d3c"/><file name="Info.php" hash="a097f8a2d1cda163f676a5a661472833"/><dir name="Report"><file name="Abstract.php" hash="61a8c0b3aec0510e53216c5e76088d8a"/><dir name="Container"><file name="Abstract.php" hash="5fbf9849ffef70fb20ca28afaf413f42"/></dir><dir name="Filter"><dir name="Form"><file name="Abstract.php" hash="b220f415bc33e325f6b6dd374a7fdf91"/><dir name="Field"><file name="PublisherVolume.php" hash="6148c9d54137b82fac25de6d2499b6c6"/></dir></dir></dir><dir name="Order"><dir name="Filter"><file name="Form.php" hash="138e4c1e69e5b2cc1c89c6739cdd2f44"/></dir><dir name="Grid"><file name="BasketInfo.php" hash="392e18140750924e7c96fa259bc66829"/></dir><file name="Grid.php" hash="638b146ada40dbff263483621f897d1b"/><dir name="Renderer"><file name="ActionInDays.php" hash="847790a89d6284047bf753c7e2d4d204"/><file name="BasketInfo.php" hash="7213345682aadab46e0993f50d851267"/><file name="Flag.php" hash="f5f73800549db03934f8ac98b85e8ba9"/><file name="NetPrice.php" hash="41b12a17f213ebb459a175ae80a81a12"/><file name="NewStatus.php" hash="0a5db3134b4fbc4d619a67f7b0d0e23d"/></dir></dir><file name="Order.php" hash="d00f516313d0e8b714427fa8ad5cdd2f"/><dir name="Statistics"><dir name="Filter"><file name="Form.php" hash="6d87c331eb9c47cf3d6b3333f6d39b81"/></dir><file name="Grid.php" hash="a09919d8e55d9d0f7e1904f692fb61d4"/><dir name="Renderer"><file name="Abstract.php" hash="58d344b42e192375ebbcc4d66c58778f"/><file name="Clicks.php" hash="f0cb82752620afdc9c4152a5c14a91fb"/><file name="Leads.php" hash="b40415618856d95292e3a5bf979f3bcc"/><file name="Sales.php" hash="ab64acc7c6622277cbb47a1a498dbc36"/></dir></dir><file name="Statistics.php" hash="ecf6e0c0ccae99c31f488c4dc1ad165b"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Checkbox.php" hash="0a3822603120e5d869a8e5e46ea7489c"/><file name="Currency.php" hash="1bd8fb4ff196880b993c686c52d7770e"/><file name="Headinginfo.php" hash="68a163d02d1c58864ad4403bfba37fc0"/><file name="Image.php" hash="3312e43a6f4359ba382feb50fbfa2985"/><file name="PublisherRate.php" hash="82365977924823dde0cbaf4cf09dcbff"/></dir></dir></dir></dir></dir><file name="Retargeting.php" hash="5ce43a15cd5c36e366f21f796f6ec01e"/><file name="Tracking.php" hash="35e0380d98995fd9a1d0317fe594b2a0"/></dir><dir name="Controller"><dir name="Adminhtml"><dir name="Report"><file name="Abstract.php" hash="a69e3eecbc2c77481f45c45fdc4b8472"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="97fb7eb4fb6a1abfeca688f432bbbb59"/></dir><dir name="Model"><dir name="Api"><dir name="Client"><file name="Abstract.php" hash="229a20459f36c500b5bd9a17614f147c"/><file name="Orders.php" hash="b9c5ad202f8e22a4c673b9b9de1e6f8c"/><file name="Statistics.php" hash="81e4a34844f6328a7707c130af2b5e93"/><file name="Toolbox.php" hash="e1d6dd2fcd9f123c5cbfd4f2dcac9ae1"/></dir><dir name="Model"><file name="Abstract.php" hash="06caec95c84ba972908edc8332795830"/><file name="BasketItem.php" hash="2689a41d60e4fd9deb9528f4efc06a16"/><file name="Channel.php" hash="40acd753b14fcbef3b7442f6f5d63b42"/><file name="Creative.php" hash="b423cb3ab3f86f9daaa090a8aa25c5b0"/><file name="Order.php" hash="bfb6cd173e81666a8f6cc1c447e0bbc5"/><file name="PublisherSegment.php" hash="35c29119e2a40455ee53650a6106db7a"/><file name="PublisherStatistics.php" hash="42fffd201037a7c4b4d8e062d2ec712b"/><file name="Rate.php" hash="8b7a8b1ae7dfe3e4916d8b389dc16636"/></dir><file name="Security.php" hash="a063a7968beee5643a801417a64213cc"/><dir name="Source"><file name="Abstract.php" hash="421ff0d28d0fb8fd604a2872638e67a2"/><file name="CancellationReason.php" hash="ad48bf8acd71874e9854cc8a7bcc9c99"/><file name="Channel.php" hash="441a2682c37c51cd87e24b472fa95765"/><file name="Creative.php" hash="038e71e5320724d4bc0c99c84a3ef18b"/><file name="CreativeType.php" hash="e81bfdbb25212a6f20bf873c3f22732e"/><file name="EvaluationType.php" hash="adb01f6c4c3b73b5097edc691bca42c9"/><dir name="Period"><file name="Type.php" hash="d2b0e709432bb6e8c6e0b6fcff6a9d3c"/></dir><file name="Period.php" hash="3fa3e82f8703a90096bba23976da2996"/><file name="PublisherFilter.php" hash="b8fa11eb5f4270331c68e3c99ede3eb4"/><file name="PublisherSegment.php" hash="070b89f5d58babf6b2a24edeefd15872"/><file name="TransactionStatus.php" hash="f5d7fbffdee21b848b817eec8666cbfc"/><file name="VolumeType.php" hash="1e449402d1375fbfe4a65e650b7e4ee9"/></dir><file name="UsernameToken.php" hash="6374a74793f09581500b94b570d3031b"/></dir><file name="Api.php" hash="eb1847d35f245ff106560011d64e6255"/><file name="Config.php" hash="e26f440539262e57d148f2f3ae548a84"/><file name="Datafeed.php" hash="8bb373980737cea4334e43468213c4d7"/><file name="Filter.php" hash="0cc2d8c86d4f2933c7007bab5c89e9c4"/><file name="Mapper.php" hash="7bbde1f1a619962b738bb97872080d6c"/><file name="Observer.php" hash="2c45c495441a7c5509bf295267f01595"/><dir name="Resource"><dir name="Api"><dir name="Model"><dir name="BasketItem"><file name="Collection.php" hash="d3770854136beff6cf4c7ba80d05aec8"/></dir><dir name="Channel"><file name="Collection.php" hash="9cd6a79701e0bdedd28c6ecd6a225b40"/></dir><dir name="Collection"><file name="Abstract.php" hash="61be14fb4295e6b241c4ce118b95c477"/></dir><dir name="Creative"><file name="Collection.php" hash="3fe67718a8e5f27933533ec4ac21b36a"/></dir><dir name="Order"><file name="Collection.php" hash="11061588fd7c471db7adcf1652f800d4"/></dir><dir name="PublisherSegment"><file name="Collection.php" hash="eceff28298489c11da890cfafba0f91e"/></dir><dir name="PublisherStatistics"><file name="Collection.php" hash="a3a3cd535342e071fee454ff56a717a4"/></dir><dir name="Rate"><file name="Collection.php" hash="05e2a4599d09922542e34cc7433957a4"/></dir></dir></dir><dir name="Datafeed"><file name="Collection.php" hash="5a065e9330b1f9bbd77b351322a852c1"/></dir><file name="Datafeed.php" hash="c4444fb84b072b7367ae4129d2c611bf"/><dir name="Filter"><file name="Collection.php" hash="0cdc65706c719033d955871a9e1d35e0"/></dir><file name="Filter.php" hash="4c4918f5538454c6f5a5121b5bc2a645"/><dir name="Mapper"><file name="Collection.php" hash="47e104471faf72233a66b55a75a91c45"/></dir><file name="Mapper.php" hash="6be25a431465ce19e301666bfd889a5f"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Image.php" hash="0b333d05bf4a8500c2982a4902e43677"/><file name="Rate.php" hash="e60af2fbc3913dac543fda408ccfe893"/></dir><dir name="Source"><file name="Abstract.php" hash="154be9a346d4a7db2766be650eb50758"/><file name="Attribute.php" hash="f6d9a2b2c3a82b6d118b70234c4fc144"/><file name="Platform.php" hash="95b94b8bdc783151da3279263589f650"/><dir name="Product"><file name="Attribute.php" hash="4f7bca95704128a86e6988862a24e60f"/><file name="Id.php" hash="5263eaf63d66641e85fcadd9aed99f33"/></dir><dir name="Retargeting"><file name="Cart.php" hash="7b818edd7b9e5ca319c0efdf70531833"/><file name="Category.php" hash="b0c84ee220f97687a5fb1d4f357cc2d5"/><file name="Checkout.php" hash="82c8db7a65c4b1879a885d9126ba52d5"/><file name="Product.php" hash="b0e9e902b03df6017c4cd7bdb26ad92e"/></dir><dir name="Tracking"><file name="Parameters.php" hash="91fa01890f09fae399931ac781a7b3d1"/><file name="Type.php" hash="29ce52da1bd3557583254db33a5cff78"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="CmsController.php" hash="9c65cc20464933d219b486b5fb4314a7"/><file name="DatafeedController.php" hash="11632e883aa1f47e83c1937de87b8051"/><dir name="Report"><file name="OrderController.php" hash="d4c550b21c64bc55de5771c92afc0698"/><file name="StatisticsController.php" hash="5164d893ef2c56d557784a9a7d7215f6"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7d27aff883f5f0c067968205f5310f79"/><file name="config.xml" hash="17a115d0bf065e19cde8c322b7aa00c1"/><file name="system.xml" hash="3e06c5cbafddbe8f988a73531ec86619"/></dir><dir name="sql"><dir name="datafeed_setup"><file name="install-1.0.0.php" hash="b34cd4c821233a2dae444ad7ff83417e"/></dir><dir name="filter_setup"><file name="install-1.0.0.php" hash="4bdc3517c61e5fcdc8e66c7aba790e7c"/></dir><dir name="mapper_setup"><file name="install-1.0.0.php" hash="f681b6b93ea6ade9039fbdb3fc75d173"/></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="e853d085349bfe3cf2388064040a7f6f"/></dir><dir name="template"><dir name="creativestyle"><dir name="affilinet"><dir name="datafeed"><file name="filter.phtml" hash="12a8e8aaa37adeeb0ee62cb5d5c425fb"/><file name="mapper.phtml" hash="46e229e257941028f953405dddd3350f"/><file name="preview.phtml" hash="7e51577a695d607f6d9b082c374042dd"/><file name="sendfeed.phtml" hash="4a96e87c6d3804a66d6b13bf9b7e5246"/></dir><file name="info.phtml" hash="079ac935abf6032675cd256cdd0326f5"/><file name="init.phtml" hash="bd99201cd8b1b2408c9f5a0a251ebde8"/><file name="introduction.phtml" hash="0dcfdd8c0402da4fb033d7ff5c301ee2"/><dir name="order"><dir name="grid"><file name="basket.phtml" hash="740cff03934d5c7fe0c26283a16054c9"/><file name="container.phtml" hash="5924735329a9d714692da0f773add16b"/></dir></dir><file name="signup.phtml" hash="5bf8db41b8e0e8a9e8f05e9055d05b6f"/><dir name="statistics"><dir name="grid"><file name="container.phtml" hash="ccb0ffe0434e0810cf372544eb3208e8"/></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="982cd00070c00ec1968ed8ef5cf238ce"/></dir><dir name="template"><dir name="creativestyle"><dir name="affilinet"><dir name="retargeting"><file name="cart.phtml" hash="6192cd8aa6e6113701692e8b1643e24b"/><file name="category.phtml" hash="db5edbd8f6930c5e83adbd5d5faeb96f"/><file name="checkout.phtml" hash="ab038532c58ddd75842138d55365293f"/><file name="customer_data.phtml" hash="c407f705e47b7347bce8b8f671ca894a"/><file name="landing_page.phtml" hash="0808e451219d80b918baa172894a111d"/><file name="product.phtml" hash="23acd1f0bef13101c26e27dad7254075"/><file name="search.phtml" hash="61ef2e81a1b2990b0b7ea4a4dff146c4"/></dir><file name="tracking.phtml" hash="1f26325a4711bcc05d8a96d72756dd3a"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Creativestyle_AffiliNet.xml" hash="4315ebd67b71f026e8530b76f2702aa8"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Creativestyle_AffiliNet.csv" hash="00bb857ec4858fe364a2ec8e4e3f0ebd"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="07ccb1ec0ab9fd1fb2f1ed6537eb6c0d"/></dir></dir></dir><dir name="en_GB"><file name="Creativestyle_AffiliNet.csv" hash="dbe15454a6ce31f66d2698b0c1f55f2f"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="1ecbafdfa6b9b6716a91ca4555b4571b"/></dir></dir></dir><dir name="en_US"><file name="Creativestyle_AffiliNet.csv" hash="dbe15454a6ce31f66d2698b0c1f55f2f"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="1ecbafdfa6b9b6716a91ca4555b4571b"/></dir></dir></dir><dir name="es_ES"><file name="Creativestyle_AffiliNet.csv" hash="b9e9bd3aadec7e9d823eafc9dc264690"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="1ecbafdfa6b9b6716a91ca4555b4571b"/></dir></dir></dir><dir name="nl_NL"><file name="Creativestyle_AffiliNet.csv" hash="72602761735c49b47896b9ae12845a76"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="1ecbafdfa6b9b6716a91ca4555b4571b"/></dir></dir></dir><dir name="fr_FR"><file name="Creativestyle_AffiliNet.csv" hash="defcdb90267a39e651cd5b4958d518bc"/><dir name="template"><dir name="email"><file name="affilinet_feed.html" hash="1ecbafdfa6b9b6716a91ca4555b4571b"/></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="6ab71d9b577cda9fcd307b1a8c648f97"/></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="cd89ab8351072f4011b3db9c137b1287"/></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
skin/adminhtml/default/default/creativestyle/css/affilinet.css
CHANGED
@@ -1,98 +1,98 @@
|
|
1 |
-
.creativestyle-info {
|
2 |
-
border: 1px solid #cccccc;
|
3 |
-
background: #e7efef;
|
4 |
-
margin-bottom: 10px;
|
5 |
-
padding: 10px;
|
6 |
-
height: auto;
|
7 |
-
}
|
8 |
-
.creativestyle-info .creativestyle-logo {
|
9 |
-
float: right;
|
10 |
-
padding: 5px;
|
11 |
-
}
|
12 |
-
.creativestyle-info h3 {
|
13 |
-
color: #ea7601;
|
14 |
-
}
|
15 |
-
.creativestyle-info h3 small {
|
16 |
-
font-weight: normal;
|
17 |
-
font-size: 80%;
|
18 |
-
font-style: italic;
|
19 |
-
}
|
20 |
-
|
21 |
-
h3.affili-net-header {
|
22 |
-
background: url('../images/affili-net-header.png') no-repeat scroll 0 0 transparent;
|
23 |
-
height: 0;
|
24 |
-
overflow: hidden;
|
25 |
-
padding: 35px 0 0;
|
26 |
-
width: 155px;
|
27 |
-
margin-bottom: 5px;
|
28 |
-
}
|
29 |
-
ul.tabs a.affili-net-section, ul.tabs a.affili-net-section:hover {
|
30 |
-
background: url('../../images/tabs_span_bg.gif') repeat-x scroll 0 100% transparent;
|
31 |
-
border-bottom: medium none;
|
32 |
-
padding: 0.5em 0.5em 0.5em 1.5em;
|
33 |
-
}
|
34 |
-
ul.tabs a.affili-net-section.active, ul.tabs a.affili-net-section.active:hover {
|
35 |
-
background-color: #ffffff;
|
36 |
-
}
|
37 |
-
ul.tabs a.affili-net-section:hover {
|
38 |
-
background-color: #d8e6e6;
|
39 |
-
}
|
40 |
-
ul.tabs a.affili-net-section span, ul.tabs a.affili-net-section:hover span {
|
41 |
-
background: url('../images/affili-net-section.png') no-repeat scroll 0 0 transparent;
|
42 |
-
width: 116px;
|
43 |
-
height: 0;
|
44 |
-
overflow: hidden;
|
45 |
-
padding: 20px 0 0;
|
46 |
-
}
|
47 |
-
.xml-preview {
|
48 |
-
margin-bottom: 10px;
|
49 |
-
border: 1px solid #cddddd;
|
50 |
-
background: #e7efef;
|
51 |
-
padding: 10px;
|
52 |
-
white-space: pre-wrap;
|
53 |
-
}
|
54 |
-
.publisher-volume-separator {
|
55 |
-
padding: 0 8px 0 5px;
|
56 |
-
font-size: 15px;
|
57 |
-
font-weight: bold;
|
58 |
-
}
|
59 |
-
.publisher-volume-amount-input {
|
60 |
-
width: 46px;
|
61 |
-
}
|
62 |
-
.form-list td.value .publisher-volume-type-select {
|
63 |
-
width: 130px;
|
64 |
-
}
|
65 |
-
#affilinetStatisticsGrid_table .headings { background: url('../images/sort_affili.gif') repeat; }
|
66 |
-
#affilinetStatisticsGrid_table .nobr {
|
67 |
-
white-space: normal;
|
68 |
-
min-width: 100px;
|
69 |
-
}
|
70 |
-
#affilinetStatisticsGrid_table .group_headings th {
|
71 |
-
background: #999999;
|
72 |
-
color: #ffffff;
|
73 |
-
text-align: center;
|
74 |
-
font-size: .9em;
|
75 |
-
border-color: #d1cfcf;
|
76 |
-
border-style: solid;
|
77 |
-
border-width: 0 1px 0 0;
|
78 |
-
}
|
79 |
-
#affilinetStatisticsGrid_table .group_headings th.last {
|
80 |
-
border-right: 0;
|
81 |
-
}
|
82 |
-
#affilinetStatisticsGrid_table th.has_sub_headings {
|
83 |
-
border-color: #f9f9f9 #d1cfcf #d1cfcf #f9f9f9;
|
84 |
-
}
|
85 |
-
|
86 |
-
.admin-affilinet-adminhtml-datafeed-edit .field-tooltip {position:absolute; margin:4px;}
|
87 |
-
.admin-affilinet-adminhtml-datafeed-edit .form-list select.cron_start {width:45px !important;}
|
88 |
-
|
89 |
-
.affilinetBasketInfo { padding: 0 !important; }
|
90 |
-
.affilinet-order-form-buttons { text-align: right; padding: 5px 0;}
|
91 |
-
.affilinetBasketInfo .affilinet-order-form-buttons { padding: 5px; }
|
92 |
-
.affilinet-order-form-buttons button { margin: 0 0 0 5px; }
|
93 |
-
|
94 |
-
body.admin-affilinet-adminhtml-report-statistics-index,
|
95 |
-
body.admin-affilinet-adminhtml-report-order-index {
|
96 |
-
overflow: auto;
|
97 |
-
display: table;
|
98 |
}
|
1 |
+
.creativestyle-info {
|
2 |
+
border: 1px solid #cccccc;
|
3 |
+
background: #e7efef;
|
4 |
+
margin-bottom: 10px;
|
5 |
+
padding: 10px;
|
6 |
+
height: auto;
|
7 |
+
}
|
8 |
+
.creativestyle-info .creativestyle-logo {
|
9 |
+
float: right;
|
10 |
+
padding: 5px;
|
11 |
+
}
|
12 |
+
.creativestyle-info h3 {
|
13 |
+
color: #ea7601;
|
14 |
+
}
|
15 |
+
.creativestyle-info h3 small {
|
16 |
+
font-weight: normal;
|
17 |
+
font-size: 80%;
|
18 |
+
font-style: italic;
|
19 |
+
}
|
20 |
+
|
21 |
+
h3.affili-net-header {
|
22 |
+
background: url('../images/affili-net-header.png') no-repeat scroll 0 0 transparent;
|
23 |
+
height: 0;
|
24 |
+
overflow: hidden;
|
25 |
+
padding: 35px 0 0;
|
26 |
+
width: 155px;
|
27 |
+
margin-bottom: 5px;
|
28 |
+
}
|
29 |
+
ul.tabs a.affili-net-section, ul.tabs a.affili-net-section:hover {
|
30 |
+
background: url('../../images/tabs_span_bg.gif') repeat-x scroll 0 100% transparent;
|
31 |
+
border-bottom: medium none;
|
32 |
+
padding: 0.5em 0.5em 0.5em 1.5em;
|
33 |
+
}
|
34 |
+
ul.tabs a.affili-net-section.active, ul.tabs a.affili-net-section.active:hover {
|
35 |
+
background-color: #ffffff;
|
36 |
+
}
|
37 |
+
ul.tabs a.affili-net-section:hover {
|
38 |
+
background-color: #d8e6e6;
|
39 |
+
}
|
40 |
+
ul.tabs a.affili-net-section span, ul.tabs a.affili-net-section:hover span {
|
41 |
+
background: url('../images/affili-net-section.png') no-repeat scroll 0 0 transparent;
|
42 |
+
width: 116px;
|
43 |
+
height: 0;
|
44 |
+
overflow: hidden;
|
45 |
+
padding: 20px 0 0;
|
46 |
+
}
|
47 |
+
.xml-preview {
|
48 |
+
margin-bottom: 10px;
|
49 |
+
border: 1px solid #cddddd;
|
50 |
+
background: #e7efef;
|
51 |
+
padding: 10px;
|
52 |
+
white-space: pre-wrap;
|
53 |
+
}
|
54 |
+
.publisher-volume-separator {
|
55 |
+
padding: 0 8px 0 5px;
|
56 |
+
font-size: 15px;
|
57 |
+
font-weight: bold;
|
58 |
+
}
|
59 |
+
.publisher-volume-amount-input {
|
60 |
+
width: 46px;
|
61 |
+
}
|
62 |
+
.form-list td.value .publisher-volume-type-select {
|
63 |
+
width: 130px;
|
64 |
+
}
|
65 |
+
#affilinetStatisticsGrid_table .headings { background: url('../images/sort_affili.gif') repeat; }
|
66 |
+
#affilinetStatisticsGrid_table .nobr {
|
67 |
+
white-space: normal;
|
68 |
+
min-width: 100px;
|
69 |
+
}
|
70 |
+
#affilinetStatisticsGrid_table .group_headings th {
|
71 |
+
background: #999999;
|
72 |
+
color: #ffffff;
|
73 |
+
text-align: center;
|
74 |
+
font-size: .9em;
|
75 |
+
border-color: #d1cfcf;
|
76 |
+
border-style: solid;
|
77 |
+
border-width: 0 1px 0 0;
|
78 |
+
}
|
79 |
+
#affilinetStatisticsGrid_table .group_headings th.last {
|
80 |
+
border-right: 0;
|
81 |
+
}
|
82 |
+
#affilinetStatisticsGrid_table th.has_sub_headings {
|
83 |
+
border-color: #f9f9f9 #d1cfcf #d1cfcf #f9f9f9;
|
84 |
+
}
|
85 |
+
|
86 |
+
.admin-affilinet-adminhtml-datafeed-edit .field-tooltip {position:absolute; margin:4px;}
|
87 |
+
.admin-affilinet-adminhtml-datafeed-edit .form-list select.cron_start {width:45px !important;}
|
88 |
+
|
89 |
+
.affilinetBasketInfo { padding: 0 !important; }
|
90 |
+
.affilinet-order-form-buttons { text-align: right; padding: 5px 0;}
|
91 |
+
.affilinetBasketInfo .affilinet-order-form-buttons { padding: 5px; }
|
92 |
+
.affilinet-order-form-buttons button { margin: 0 0 0 5px; }
|
93 |
+
|
94 |
+
body.admin-affilinet-adminhtml-report-statistics-index,
|
95 |
+
body.admin-affilinet-adminhtml-report-order-index {
|
96 |
+
overflow: auto;
|
97 |
+
display: table;
|
98 |
}
|