Version Notes
Added Klarna
Moved all Payment Method configs to the paynl admin page
Added option to show payment costs in checkout
Download this release
Release Info
Developer | Andy Pieters |
Extension | Pay_NL |
Version | 3.6.0 |
Comparing to | |
See all releases |
Code changes from version 3.5.9 to 3.6.0
- app/code/community/Pay/Payment/Block/Form/Abstract.php +86 -14
- app/code/community/Pay/Payment/Block/Form/Afterpay.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Afterpayem.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Amex.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Billink.php +6 -21
- app/code/community/Pay/Payment/Block/Form/Bitcoin.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Capayable.php +1 -0
- app/code/community/Pay/Payment/Block/Form/CapayableGespreid.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Cartebleue.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Cashticket.php +0 -8
- app/code/community/Pay/Payment/Block/Form/Clickandbuy.php +0 -8
- app/code/community/Pay/Payment/Block/Form/Ebon.php +0 -8
- app/code/community/Pay/Payment/Block/Form/Fashioncheque.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Focum.php +2 -27
- app/code/community/Pay/Payment/Block/Form/Gezondheidsbon.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Giropay.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Givacard.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Ideal.php +11 -21
- app/code/community/Pay/Payment/Block/Form/Incasso.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Klarna.php +10 -0
- app/code/community/Pay/Payment/Block/Form/Maestro.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Minitixsms.php +0 -8
- app/code/community/Pay/Payment/Block/Form/Mistercash.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Mybank.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Overboeking.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Paypal.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Paysafecard.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Podiumkadokaart.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Postepay.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Sofortbanking.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Telefoon.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Visamastercard.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Vvvgiftcard.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Webshopgiftcard.php +2 -0
- app/code/community/Pay/Payment/Block/Form/Wijncadeau.php +1 -0
- app/code/community/Pay/Payment/Block/Form/Yourgift.php +1 -0
- app/code/community/Pay/Payment/Helper/Api/Capture.php +37 -0
- app/code/community/Pay/Payment/Helper/Order.php +184 -183
- app/code/community/Pay/Payment/Model/Paymentmethod.php +276 -9
- app/code/community/Pay/Payment/Model/Paymentmethod/Billink.php +1 -30
- app/code/community/Pay/Payment/Model/Paymentmethod/Cashticket.php +0 -8
- app/code/community/Pay/Payment/Model/Paymentmethod/Clickandbuy.php +0 -8
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingat.php +0 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingbe.php +0 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingch.php +0 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingde.php +0 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankinggb.php +0 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingnl.php +0 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Ebon.php +0 -8
- app/code/community/Pay/Payment/Model/Paymentmethod/Fasterpay.php +0 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Focum.php +0 -34
- app/code/community/Pay/Payment/Model/Paymentmethod/Ideal.php +23 -23
- app/code/community/Pay/Payment/Model/Paymentmethod/Klarna.php +103 -0
- app/code/community/Pay/Payment/Model/Paymentmethod/Minitixsms.php +0 -8
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Cashticket/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Clickandbuy/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingat/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingbe/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingch/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingde/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankinggb/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingnl/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Ebon/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Fasterpay/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Klarna/Active.php +4 -0
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Minitixsms/Active.php +0 -4
- app/code/community/Pay/Payment/Model/Source/Showfee.php +18 -0
- app/code/community/Pay/Payment/Model/Transaction.php +1 -0
- app/code/community/Pay/Payment/controllers/CheckoutController.php +25 -238
- app/code/community/Pay/Payment/etc/config.xml +18 -54
- app/code/community/Pay/Payment/etc/system.xml +1115 -816
- app/design/frontend/base/default/template/pay/payment/form/billink.phtml +4 -5
- app/design/frontend/base/default/template/pay/payment/form/focum.phtml +5 -8
- app/design/frontend/base/default/template/pay/payment/form/klarna.phtml +34 -0
- package.xml +9 -6
app/code/community/Pay/Payment/Block/Form/Abstract.php
CHANGED
@@ -1,31 +1,103 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class Pay_Payment_Block_Form_Abstract extends Mage_Payment_Block_Form
|
|
|
4 |
|
5 |
protected $paymentMethodId = 0;
|
6 |
protected $paymentMethodName = '';
|
|
|
7 |
|
8 |
-
protected
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
$showIcons = Mage::getStoreConfig('pay_payment/general/show_icons', Mage::app()->getStore());
|
11 |
$iconSize = Mage::getStoreConfig('pay_payment/general/icon_size', Mage::app()->getStore());
|
12 |
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
}
|
16 |
|
17 |
-
$mark = new $
|
18 |
$mark->setTemplate('pay/payment/mark.phtml')
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
$template->setMethodLabelAfterHtml($mark->toHtml());
|
26 |
}
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
1 |
<?php
|
2 |
|
3 |
+
class Pay_Payment_Block_Form_Abstract extends Mage_Payment_Block_Form
|
4 |
+
{
|
5 |
|
6 |
protected $paymentMethodId = 0;
|
7 |
protected $paymentMethodName = '';
|
8 |
+
protected $methodCode = '';
|
9 |
|
10 |
+
protected $template = 'pay/payment/form/default.phtml';
|
11 |
+
|
12 |
+
/**
|
13 |
+
* @var $quote Mage_Sales_Model_Quote
|
14 |
+
*/
|
15 |
+
protected $quote;
|
16 |
+
|
17 |
+
protected function _construct()
|
18 |
+
{
|
19 |
+
parent::_construct();
|
20 |
+
/* @var $session Mage_Checkout_Model_Session */
|
21 |
+
$session = Mage::getSingleton('checkout/session');
|
22 |
+
$this->quote = $session->getQuote();
|
23 |
+
|
24 |
+
|
25 |
+
$markClass = Mage::getConfig()->getBlockClassName('core/template');
|
26 |
$showIcons = Mage::getStoreConfig('pay_payment/general/show_icons', Mage::app()->getStore());
|
27 |
$iconSize = Mage::getStoreConfig('pay_payment/general/icon_size', Mage::app()->getStore());
|
28 |
|
29 |
+
$showFee = Mage::getStoreConfig('pay_payment/general/show_fee', Mage::app()->getStore());
|
30 |
+
|
31 |
+
if (strpos($iconSize, 'x') === false) {
|
32 |
+
$iconSize = $iconSize . 'x' . $iconSize;
|
33 |
}
|
34 |
|
35 |
+
$mark = new $markClass;
|
36 |
$mark->setTemplate('pay/payment/mark.phtml')
|
37 |
+
->setPaymentMethodImageSrc('https://www.pay.nl/images/payment_profiles/' . $iconSize . '/' . $this->paymentMethodId . '.png')
|
38 |
+
->setPaymentMethodName($this->paymentMethodName);
|
39 |
+
|
40 |
+
$fee = $this->getPaymentCharge();
|
41 |
+
|
42 |
+
$template = $this->setTemplate($this->template);
|
43 |
+
|
44 |
+
$addHtml = '';
|
45 |
|
46 |
+
if ($showIcons) {
|
47 |
+
$addHtml = $mark->toHtml();
|
|
|
48 |
}
|
49 |
+
|
50 |
+
if ($showFee > 0) {
|
51 |
+
if ($fee > 0 || $showFee == 2) {
|
52 |
+
$currencyCode = $this->quote->getQuoteCurrencyCode();
|
53 |
+
$currencySymbol = Mage::app()->getLocale()->currency($currencyCode)->getSymbol();
|
54 |
+
$addHtml .= "<span class='price'>$currencySymbol " . number_format($fee, 2, ',', '.') . '</span>';
|
55 |
+
}
|
56 |
+
}
|
57 |
+
|
58 |
+
$template->setMethodLabelAfterHtml($addHtml);
|
59 |
+
|
60 |
+
}
|
61 |
+
|
62 |
+
protected function getPaymentCharge()
|
63 |
+
{
|
64 |
+
$baseAmount = Mage::helper('pay_payment')->getPaymentCharge($this->methodCode, $this->quote);
|
65 |
+
$amount = Mage::helper('directory')->currencyConvert($baseAmount, Mage::app()->getWebsite()->getConfig('currency/options/default'), Mage::app()->getStore()->getCurrentCurrencyCode());
|
66 |
+
|
67 |
+
return $amount;
|
68 |
}
|
69 |
|
70 |
+
|
71 |
+
|
72 |
+
protected function getIban()
|
73 |
+
{
|
74 |
+
$session = Mage::getSingleton('checkout/session');
|
75 |
+
$additionalData = $session->getPaynlPaymentData();
|
76 |
+
if(isset($additionalData['iban'])){
|
77 |
+
return $additionalData['iban'];
|
78 |
+
}
|
79 |
+
return '';
|
80 |
+
}
|
81 |
+
|
82 |
+
protected function getDob()
|
83 |
+
{
|
84 |
+
$session = Mage::getSingleton('checkout/session');
|
85 |
+
|
86 |
+
$additionalData = $session->getPaynlPaymentData();
|
87 |
+
|
88 |
+
if (
|
89 |
+
isset($additionalData['birthday_day']) &&
|
90 |
+
isset($additionalData['birthday_month']) &&
|
91 |
+
isset($additionalData['birthday_year'])
|
92 |
+
) {
|
93 |
+
return $additionalData['birthday_year'] . '-' . $additionalData['birthday_month'] . '-' . $additionalData['birthday_day'];
|
94 |
+
}
|
95 |
+
|
96 |
+
list($dob) = explode(' ', $this->quote->getCustomerDob());
|
97 |
+
|
98 |
+
|
99 |
+
return $dob;
|
100 |
+
}
|
101 |
+
|
102 |
+
|
103 |
}
|
app/code/community/Pay/Payment/Block/Form/Afterpay.php
CHANGED
@@ -4,5 +4,6 @@ class Pay_Payment_Block_Form_Afterpay extends Pay_Payment_Block_Form_Abstract {
|
|
4 |
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Afterpay::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Afterpay';
|
|
|
7 |
|
8 |
}
|
4 |
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Afterpay::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Afterpay';
|
7 |
+
protected $methodCode = 'pay_payment_afterpay';
|
8 |
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Afterpayem.php
CHANGED
@@ -4,5 +4,6 @@ class Pay_Payment_Block_Form_Afterpayem extends Pay_Payment_Block_Form_Abstract
|
|
4 |
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Afterpayem::OPTION_ID;
|
6 |
protected $paymentMethodName = 'AfterpayEM';
|
|
|
7 |
|
8 |
}
|
4 |
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Afterpayem::OPTION_ID;
|
6 |
protected $paymentMethodName = 'AfterpayEM';
|
7 |
+
protected $methodCode = 'pay_payment_afterpayem';
|
8 |
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Amex.php
CHANGED
@@ -4,5 +4,6 @@ class Pay_Payment_Block_Form_Amex extends Pay_Payment_Block_Form_Abstract {
|
|
4 |
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Amex::OPTION_ID;
|
6 |
protected $paymentMethodName = 'American Express';
|
|
|
7 |
|
8 |
}
|
4 |
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Amex::OPTION_ID;
|
6 |
protected $paymentMethodName = 'American Express';
|
7 |
+
protected $methodCode = 'pay_payment_amex';
|
8 |
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Billink.php
CHANGED
@@ -1,38 +1,23 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class Pay_Payment_Block_Form_Billink extends
|
4 |
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Billink::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Billink';
|
|
|
7 |
|
8 |
-
protected
|
9 |
-
|
10 |
-
// $bankSelectType = Mage::getStoreConfig('payment/pay_payment_ideal/bank_select_type', Mage::app()->getStore());
|
11 |
-
$showIcons = Mage::getStoreConfig('pay_payment/general/show_icons', Mage::app()->getStore());
|
12 |
-
$iconSize = Mage::getStoreConfig('pay_payment/general/icon_size', Mage::app()->getStore());
|
13 |
|
|
|
14 |
$enablePersonal = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_personal', Mage::app()->getStore());
|
15 |
$enableBusiness = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_business', Mage::app()->getStore());
|
16 |
|
17 |
-
if(strpos($iconSize, 'x') === false){
|
18 |
-
$iconSize = $iconSize.'x'.$iconSize;
|
19 |
-
}
|
20 |
-
|
21 |
-
$mark = Mage::getConfig()->getBlockClassName('core/template');
|
22 |
-
$mark = new $mark;
|
23 |
-
$mark->setTemplate('pay/payment/mark.phtml')
|
24 |
-
->setPaymentMethodImageSrc('https://www.pay.nl/images/payment_profiles/'.$iconSize.'/'.$this->paymentMethodId.'.png')
|
25 |
-
->setPaymentMethodName('Billink');
|
26 |
-
|
27 |
if($enablePersonal == 1 || $enableBusiness == 1){
|
28 |
-
$template =
|
29 |
} else {
|
30 |
-
$template =
|
31 |
}
|
32 |
|
33 |
-
if($showIcons){
|
34 |
-
$template->setMethodLabelAfterHtml($mark->toHtml());
|
35 |
-
}
|
36 |
return parent::_construct();
|
37 |
}
|
38 |
|
1 |
<?php
|
2 |
|
3 |
+
class Pay_Payment_Block_Form_Billink extends Pay_Payment_Block_Form_Abstract {
|
4 |
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Billink::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Billink';
|
7 |
+
protected $methodCode = 'pay_payment_billink';
|
8 |
|
9 |
+
protected $template = 'pay/payment/form/default.phtml';
|
|
|
|
|
|
|
|
|
10 |
|
11 |
+
protected function _construct() {
|
12 |
$enablePersonal = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_personal', Mage::app()->getStore());
|
13 |
$enableBusiness = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_business', Mage::app()->getStore());
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
if($enablePersonal == 1 || $enableBusiness == 1){
|
16 |
+
$this->template ='pay/payment/form/billink.phtml';
|
17 |
} else {
|
18 |
+
$this->template = 'pay/payment/form/default.phtml';
|
19 |
}
|
20 |
|
|
|
|
|
|
|
21 |
return parent::_construct();
|
22 |
}
|
23 |
|
app/code/community/Pay/Payment/Block/Form/Bitcoin.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Bitcoin extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Bitcoin::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Bitcoin';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Bitcoin::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Bitcoin';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_bitcoin';
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Capayable.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Capayable extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Capayable::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Capayable';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Capayable::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Capayable';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_capayable';
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/CapayableGespreid.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_CapayableGespreid extends Pay_Payment_Block_Form_Ab
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_CapayableGespreid::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Capayable Gespreid';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_CapayableGespreid::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Capayable Gespreid';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_capayablegespreid';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Cartebleue.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Cartebleue extends Pay_Payment_Block_Form_Abstract
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Cartebleue::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Cartebleue';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Cartebleue::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Cartebleue';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_cartebleue';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Cashticket.php
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Cashticket extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Cashticket::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Cashticket';
|
7 |
-
|
8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Block/Form/Clickandbuy.php
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Clickandbuy extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Clickandbuy::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Clickandbuy';
|
7 |
-
|
8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Block/Form/Ebon.php
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Ebon extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Ebon::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Ebon';
|
7 |
-
|
8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Block/Form/Fashioncheque.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Fashioncheque extends Pay_Payment_Block_Form_Abstra
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Fashioncheque::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Fashioncheque';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Fashioncheque::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Fashioncheque';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_fashioncheque';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Focum.php
CHANGED
@@ -2,35 +2,10 @@
|
|
2 |
|
3 |
class Pay_Payment_Block_Form_Focum extends Pay_Payment_Block_Form_Abstract
|
4 |
{
|
5 |
-
|
6 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Focum::OPTION_ID;
|
7 |
protected $paymentMethodName = 'Focum (AchterafBetalen.nl)';
|
8 |
|
9 |
-
protected
|
10 |
-
{
|
11 |
-
|
12 |
-
$showIcons = Mage::getStoreConfig('pay_payment/general/show_icons', Mage::app()->getStore());
|
13 |
-
$iconSize = Mage::getStoreConfig('pay_payment/general/icon_size', Mage::app()->getStore());
|
14 |
-
|
15 |
-
if (strpos($iconSize, 'x') === false) {
|
16 |
-
$iconSize = $iconSize . 'x' . $iconSize;
|
17 |
-
}
|
18 |
-
|
19 |
-
$mark = Mage::getConfig()->getBlockClassName('core/template');
|
20 |
-
$mark = new $mark;
|
21 |
-
$mark->setTemplate('pay/payment/mark.phtml')
|
22 |
-
->setPaymentMethodImageSrc('https://www.pay.nl/images/payment_profiles/' . $iconSize . '/' . $this->paymentMethodId . '.png')
|
23 |
-
->setPaymentMethodName($this->paymentMethodName);
|
24 |
-
|
25 |
-
|
26 |
-
$template = $this->setTemplate('pay/payment/form/focum.phtml');
|
27 |
-
|
28 |
-
|
29 |
-
if ($showIcons) {
|
30 |
-
$template->setMethodLabelAfterHtml($mark->toHtml());
|
31 |
-
}
|
32 |
-
return $this;
|
33 |
-
// return parent::_construct();
|
34 |
-
}
|
35 |
|
|
|
36 |
}
|
2 |
|
3 |
class Pay_Payment_Block_Form_Focum extends Pay_Payment_Block_Form_Abstract
|
4 |
{
|
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Focum::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Focum (AchterafBetalen.nl)';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_focum';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
+
protected $template = 'pay/payment/form/focum.phtml';
|
11 |
}
|
app/code/community/Pay/Payment/Block/Form/Gezondheidsbon.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Gezondheidsbon extends Pay_Payment_Block_Form_Abstr
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Gezondheidsbon::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Gezondheidsbon';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Gezondheidsbon::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Gezondheidsbon';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_gezondheidsbon';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Giropay.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Giropay extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Giropay::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Giropay';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Giropay::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Giropay';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_giropay';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Givacard.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Givacard extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Givacard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Givacard';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Givacard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Givacard';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_givacard';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Ideal.php
CHANGED
@@ -6,37 +6,27 @@
|
|
6 |
* and open the template in the editor.
|
7 |
*/
|
8 |
|
9 |
-
class Pay_Payment_Block_Form_Ideal extends
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
/**
|
12 |
* Constructor. Set template.
|
13 |
*/
|
14 |
protected function _construct() {
|
15 |
-
|
16 |
$bankSelectType = Mage::getStoreConfig('payment/pay_payment_ideal/bank_select_type', Mage::app()->getStore());
|
17 |
-
|
18 |
-
$iconSize = Mage::getStoreConfig('pay_payment/general/icon_size', Mage::app()->getStore());
|
19 |
-
if(strpos($iconSize, 'x') === false){
|
20 |
-
$iconSize = $iconSize.'x'.$iconSize;
|
21 |
-
}
|
22 |
-
|
23 |
-
$mark = Mage::getConfig()->getBlockClassName('core/template');
|
24 |
-
$mark = new $mark;
|
25 |
-
$mark->setTemplate('pay/payment/mark.phtml')
|
26 |
-
->setPaymentMethodImageSrc('https://www.pay.nl/images/payment_profiles/'.$iconSize.'/10.png')
|
27 |
-
->setPaymentMethodName('iDEAL');
|
28 |
-
|
29 |
-
|
30 |
if ($bankSelectType == 'radio') {
|
31 |
-
$template =
|
32 |
} elseif($bankSelectType == 'select') {
|
33 |
-
$template =
|
34 |
} else {
|
35 |
-
$template =
|
36 |
-
}
|
37 |
-
if($showIcons){
|
38 |
-
$template->setMethodLabelAfterHtml($mark->toHtml());
|
39 |
}
|
|
|
40 |
return parent::_construct();
|
41 |
}
|
42 |
|
6 |
* and open the template in the editor.
|
7 |
*/
|
8 |
|
9 |
+
class Pay_Payment_Block_Form_Ideal extends Pay_Payment_Block_Form_Abstract {
|
10 |
+
protected $paymentMethodId = 10;
|
11 |
+
protected $paymentMethodName = 'iDEAL';
|
12 |
+
protected $methodCode = 'pay_payment_ideal';
|
13 |
+
|
14 |
+
protected $template = 'pay/payment/form/default.phtml';
|
15 |
|
16 |
/**
|
17 |
* Constructor. Set template.
|
18 |
*/
|
19 |
protected function _construct() {
|
|
|
20 |
$bankSelectType = Mage::getStoreConfig('payment/pay_payment_ideal/bank_select_type', Mage::app()->getStore());
|
21 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
if ($bankSelectType == 'radio') {
|
23 |
+
$this->template = 'pay/payment/form/ideal.phtml';
|
24 |
} elseif($bankSelectType == 'select') {
|
25 |
+
$this->template = 'pay/payment/form/idealSelect.phtml';
|
26 |
} else {
|
27 |
+
$this->template = 'pay/payment/form/default.phtml';
|
|
|
|
|
|
|
28 |
}
|
29 |
+
|
30 |
return parent::_construct();
|
31 |
}
|
32 |
|
app/code/community/Pay/Payment/Block/Form/Incasso.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Incasso extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Incasso::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Incasso';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Incasso::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Incasso';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_incasso';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Klarna.php
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Klarna extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Klarna::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Klarna';
|
7 |
+
protected $methodCode = 'pay_payment_klarna';
|
8 |
+
|
9 |
+
protected $template = 'pay/payment/form/klarna.phtml';
|
10 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Maestro.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Maestro extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Maestro::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Maestro';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Maestro::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Maestro';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_maestro';
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Minitixsms.php
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Minitixsms extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Minitixsms::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Minitixsms';
|
7 |
-
|
8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Block/Form/Mistercash.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Mistercash extends Pay_Payment_Block_Form_Abstract
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Mistercash::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Bancontact/Mistercash';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Mistercash::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Bancontact/Mistercash';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_mistercash';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Mybank.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Mybank extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Mybank::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Mybank';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Mybank::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Mybank';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_mybank';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Overboeking.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Overboeking extends Pay_Payment_Block_Form_Abstract
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Overboeking::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Overboeking';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Overboeking::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Overboeking';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_overboeking';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Paypal.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Paypal extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Paypal::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Paypal';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Paypal::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Paypal';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_paypal';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Paysafecard.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Paysafecard extends Pay_Payment_Block_Form_Abstract
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Paysafecard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Paysafecard';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Paysafecard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Paysafecard';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_paysafecard';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Podiumkadokaart.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Podiumkadokaart extends Pay_Payment_Block_Form_Abst
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Podiumkadokaart::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Podiumkadokaart';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Podiumkadokaart::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Podiumkadokaart';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_podiumkadokaart';
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Postepay.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Postepay extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Postepay::OPTION_ID;
|
6 |
protected $paymentMethodName = 'PostePay';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Postepay::OPTION_ID;
|
6 |
protected $paymentMethodName = 'PostePay';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_postepay';
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Sofortbanking.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Sofortbanking extends Pay_Payment_Block_Form_Abstra
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Sofortbanking::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Sofortbanking';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Sofortbanking::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Sofortbanking';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_sofortbanking';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Telefoon.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Telefoon extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Telefoon::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Telefoon';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Telefoon::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Telefoon';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_telefoon';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Visamastercard.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Visamastercard extends Pay_Payment_Block_Form_Abstr
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Visamastercard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Visa/Mastercard';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Visamastercard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Visa/Mastercard';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_visamastercard';
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Vvvgiftcard.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Vvvgiftcard extends Pay_Payment_Block_Form_Abstract
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Vvvgiftcard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'VVV Giftcard';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Vvvgiftcard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'VVV Giftcard';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_vvvgiftcard';
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Webshopgiftcard.php
CHANGED
@@ -5,4 +5,6 @@ class Pay_Payment_Block_Form_Webshopgiftcard extends Pay_Payment_Block_Form_Abst
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Webshopgiftcard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Webshopgiftcard';
|
7 |
|
|
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Webshopgiftcard::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Webshopgiftcard';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_webshopgiftcard';
|
9 |
+
|
10 |
}
|
app/code/community/Pay/Payment/Block/Form/Wijncadeau.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Wijncadeau extends Pay_Payment_Block_Form_Abstract
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Wijncadeau::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Wijncadeau';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Wijncadeau::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Wijncadeau';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_wijncadeau';
|
9 |
}
|
app/code/community/Pay/Payment/Block/Form/Yourgift.php
CHANGED
@@ -5,4 +5,5 @@ class Pay_Payment_Block_Form_Yourgift extends Pay_Payment_Block_Form_Abstract {
|
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Yourgift::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Yourgift';
|
7 |
|
|
|
8 |
}
|
5 |
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Yourgift::OPTION_ID;
|
6 |
protected $paymentMethodName = 'Yourgift';
|
7 |
|
8 |
+
protected $methodCode = 'pay_payment_yourgift';
|
9 |
}
|
app/code/community/Pay/Payment/Helper/Api/Capture.php
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Api_Capture extends Pay_Payment_Helper_Api {
|
4 |
+
|
5 |
+
protected $_version = 'v6';
|
6 |
+
protected $_controller = 'transaction';
|
7 |
+
protected $_action = 'capture';
|
8 |
+
|
9 |
+
|
10 |
+
protected $_amount = '';
|
11 |
+
protected $_description = '';
|
12 |
+
|
13 |
+
public function setTransactionId($transactionId){
|
14 |
+
$this->_postData['transactionId'] = $transactionId;
|
15 |
+
}
|
16 |
+
|
17 |
+
public function setAmount($amount){
|
18 |
+
$this->_amount = $amount;
|
19 |
+
}
|
20 |
+
|
21 |
+
protected function _getPostData() {
|
22 |
+
$data = parent::_getPostData();
|
23 |
+
if ($this->_apiToken == '') {
|
24 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
25 |
+
} else {
|
26 |
+
$data['token'] = $this->_apiToken;
|
27 |
+
}
|
28 |
+
if(!isset($this->_postData['transactionId'])){
|
29 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'transactionId is not set', 1);
|
30 |
+
}
|
31 |
+
if($this->_amount != ''){
|
32 |
+
$data['amount'] = $this->_amount;
|
33 |
+
}
|
34 |
+
|
35 |
+
return $data;
|
36 |
+
}
|
37 |
+
}
|
app/code/community/Pay/Payment/Helper/Order.php
CHANGED
@@ -3,107 +3,74 @@
|
|
3 |
class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
4 |
{
|
5 |
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
{
|
8 |
-
if ($
|
9 |
-
|
10 |
-
|
11 |
-
->setData('status', 'processing')
|
12 |
-
->setData('base_discount_canceled', 0)
|
13 |
-
->setData('base_shipping_canceled', 0)
|
14 |
-
->setData('base_subtotal_canceled', 0)
|
15 |
-
->setData('base_tax_canceled', 0)
|
16 |
-
->setData('base_total_canceled', 0)
|
17 |
-
->setData('discount_canceled', 0)
|
18 |
-
->setData('shipping_canceled', 0)
|
19 |
-
->setData('subtotal_canceled', 0)
|
20 |
-
->setData('tax_canceled', 0)
|
21 |
-
->setData('total_canceled', 0);
|
22 |
|
23 |
-
|
24 |
-
$productUpdates = array();
|
25 |
-
foreach ($items as $item)
|
26 |
-
{
|
27 |
-
$canceled = $item->getQtyCanceled();
|
28 |
-
if ($canceled > 0)
|
29 |
-
{
|
30 |
-
$productUpdates[$item->getProductId()] = array('qty' => $canceled);
|
31 |
-
}
|
32 |
-
$item->setData('qty_canceled', 0);
|
33 |
-
}
|
34 |
-
try
|
35 |
-
{
|
36 |
-
Mage::getSingleton('cataloginventory/stock')->registerProductsSale($productUpdates);
|
37 |
-
$items->save();
|
38 |
-
$currentState = $order->getState();
|
39 |
-
$currentStatus = $order->getStatus();
|
40 |
|
41 |
-
|
42 |
-
$currentState, $currentStatus, Mage::helper('adminhtml')->__('Order uncanceled'), false
|
43 |
-
)->save();
|
44 |
-
$order->save();
|
45 |
-
} catch (Exception $ex)
|
46 |
-
{
|
47 |
-
Mage::log('Error uncancel order: ' . $ex->getMessage());
|
48 |
-
return false;
|
49 |
-
}
|
50 |
-
return true;
|
51 |
-
}
|
52 |
-
return false;
|
53 |
-
}
|
54 |
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
|
|
|
|
|
|
66 |
|
67 |
-
//
|
68 |
-
$
|
69 |
-
/* @var $order Mage_Sales_Model_Order */
|
70 |
-
$order->load($transaction->getOrderId());
|
71 |
|
72 |
-
return $
|
73 |
}
|
74 |
|
75 |
-
|
76 |
-
* Return invoice model for transaction
|
77 |
-
*
|
78 |
-
* @param Mage_Sales_Model_Order $order
|
79 |
-
* @param string $transactionId
|
80 |
-
* @return Mage_Sales_Model_Order_Invoice
|
81 |
-
*/
|
82 |
-
protected function _getInvoiceForTransactionId($order, $transactionId)
|
83 |
{
|
84 |
-
|
85 |
-
|
86 |
-
if ($invoice->getTransactionId() == $transactionId)
|
87 |
-
{
|
88 |
-
return $invoice;
|
89 |
-
}
|
90 |
}
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
98 |
}
|
99 |
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
|
103 |
public function updateState($transactionId, $status, $paidAmount = null, $endUserId = null, $store = null)
|
104 |
{
|
105 |
-
if ($store == null)
|
106 |
-
{
|
107 |
$store = Mage::app()->getStore();
|
108 |
}
|
109 |
|
@@ -113,20 +80,21 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
113 |
$transaction = $helperData->getTransaction($transactionId);
|
114 |
|
115 |
$order = $this->getOrderByTransactionId($transactionId);
|
|
|
116 |
|
117 |
|
118 |
-
|
119 |
-
if ($transaction->getStatus() == $status)
|
120 |
-
{
|
121 |
//status is al verwerkt - geen actie vereist
|
122 |
throw Mage::exception('Pay_Payment', 'Already processed', 0);
|
123 |
}
|
|
|
|
|
|
|
|
|
124 |
|
125 |
-
if ($status == Pay_Payment_Model_Transaction::STATE_SUCCESS)
|
126 |
-
{
|
127 |
// als het order al canceled was, gaan we hem nu uncancelen
|
128 |
-
if ($order->isCanceled())
|
129 |
-
{
|
130 |
$this->uncancel($order);
|
131 |
}
|
132 |
|
@@ -134,27 +102,22 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
134 |
$paidAmount = intval(round($paidAmount));
|
135 |
|
136 |
//controleren of het gehele bedrag betaald is
|
137 |
-
if ($orderAmount != $paidAmount)
|
138 |
-
{
|
139 |
$order->addStatusHistoryComment('Bedrag komt niet overeen. Order bedrag: ' . ($orderAmount / 100) . ' Betaald: ' . ($paidAmount / 100));
|
140 |
}
|
141 |
-
$payment = $order->getPayment();
|
142 |
|
143 |
-
$autoInvoice = $store->getConfig('pay_payment/general/auto_invoice');
|
144 |
-
$invoiceEmail = $store->getConfig('pay_payment/general/invoice_email');
|
145 |
|
146 |
-
if ($autoInvoice)
|
147 |
-
{
|
148 |
$payment->setTransactionId($transactionId);
|
149 |
$payment->setCurrencyCode($order->getOrderCurrencyCode());
|
150 |
$payment->setShouldCloseParentTransaction(true);
|
151 |
$payment->setIsTransactionClosed(0);
|
152 |
$payment->registerCaptureNotification(
|
153 |
-
|
154 |
);
|
155 |
|
156 |
$invoice = $this->_getInvoiceForTransactionId($order, $transactionId);
|
157 |
-
|
158 |
if (is_bool($invoice) && $invoice == false) // er is nog geen invoice gemaakt
|
159 |
{
|
160 |
if ($order->getState() == Mage_Sales_Model_Order::STATE_PAYMENT_REVIEW) // Om een of andere reden kan een state in payment_review komen, dit is slecht, want dit veroorzaakt een lock
|
@@ -163,23 +126,21 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
163 |
$order->save();
|
164 |
}
|
165 |
|
166 |
-
if (!$order->canInvoice())
|
167 |
-
{
|
168 |
die('Cannot create an invoice.');
|
169 |
}
|
170 |
|
171 |
$invoice = Mage::getModel('sales/service_order', $order)->prepareInvoice();
|
172 |
|
173 |
-
if (!$invoice->getTotalQty())
|
174 |
-
{
|
175 |
die('Cannot create an invoice without products.');
|
176 |
}
|
177 |
|
178 |
$invoice->setRequestedCaptureCase(Mage_Sales_Model_Order_Invoice::CAPTURE_ONLINE);
|
179 |
$invoice->register();
|
180 |
$transactionSave = Mage::getModel('core/resource_transaction')
|
181 |
-
|
182 |
-
|
183 |
|
184 |
$transactionSave->save();
|
185 |
}
|
@@ -192,8 +153,7 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
192 |
$order->setTaxInvoiced($invoice->getTaxAmount());
|
193 |
$order->save();
|
194 |
|
195 |
-
if ($invoiceEmail)
|
196 |
-
{
|
197 |
$invoice->sendEmail();
|
198 |
$invoice->setEmailSent(true);
|
199 |
$invoice->save();
|
@@ -210,25 +170,21 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
210 |
$stateMessage = 'Betaling ontvangen, klantkenmerk: ' . $endUserId;
|
211 |
|
212 |
$order->setState(
|
213 |
-
|
214 |
);
|
215 |
$order->save();
|
216 |
|
217 |
$sendMail = $store->getConfig('payment/' . $payment->getMethod() . '/send_mail');
|
218 |
$sendStatusupdates = $store->getConfig('pay_payment/general/send_statusupdates');
|
219 |
|
220 |
-
if ($sendMail == 'start')
|
221 |
-
{
|
222 |
// De bevestigingsmail is al verstuurd, we gaan alleen de update sturen
|
223 |
-
if ($sendStatusupdates)
|
224 |
-
{
|
225 |
$order->sendOrderUpdateEmail();
|
226 |
}
|
227 |
-
} else
|
228 |
-
{
|
229 |
// De bevestigingsmail is nog niet verstuurd, dus doen we het nu
|
230 |
-
if (!$order->getEmailSent())
|
231 |
-
{
|
232 |
$order->sendNewOrderEmail();
|
233 |
$order->setEmailSent(true);
|
234 |
}
|
@@ -243,12 +199,43 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
243 |
|
244 |
|
245 |
return true;
|
246 |
-
} elseif ($status == Pay_Payment_Model_Transaction::
|
247 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
|
249 |
/** @var $order Mage_Sales_Model_Order */
|
250 |
-
if ($order->getTotalDue() <= 0 || $transaction->getStatus() == Pay_Payment_Model_Transaction::STATE_SUCCESS)
|
251 |
-
{
|
252 |
throw Mage::exception('Pay_Payment', 'Cannot cancel already paid order');
|
253 |
}
|
254 |
|
@@ -257,8 +244,7 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
257 |
$order->cancel();
|
258 |
$order->save();
|
259 |
$sendStatusupdates = $store->getConfig('pay_payment/general/send_statusupdates');
|
260 |
-
if ($sendStatusupdates)
|
261 |
-
{
|
262 |
$order->sendOrderUpdateEmail();
|
263 |
}
|
264 |
// transactie in pay tabel updaten
|
@@ -267,79 +253,97 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
267 |
$transaction->save();
|
268 |
|
269 |
return true;
|
270 |
-
} else
|
271 |
-
{
|
272 |
throw Mage::exception('Pay_Payment', 'Unknown status ' . $status, 1);
|
273 |
}
|
274 |
}
|
275 |
|
276 |
-
|
277 |
-
|
|
|
|
|
|
|
|
|
|
|
278 |
{
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
}
|
283 |
|
284 |
-
|
285 |
-
|
|
|
|
|
286 |
|
|
|
|
|
287 |
|
288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
290 |
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
|
|
|
|
|
|
|
|
|
|
295 |
}
|
296 |
-
|
297 |
-
$helperApi->setApiToken($apiToken);
|
298 |
-
$helperApi->setTransactionId($transactionId);
|
299 |
-
|
300 |
-
$transactionInfo = $helperApi->doRequest();
|
301 |
-
|
302 |
-
return $transactionInfo;
|
303 |
}
|
304 |
|
305 |
/**
|
306 |
-
*
|
307 |
-
*
|
|
|
308 |
* @param string $transactionId
|
309 |
-
* @
|
310 |
-
* @return string|null the new status
|
311 |
*/
|
312 |
-
|
313 |
{
|
314 |
-
|
315 |
-
|
316 |
-
|
|
|
317 |
}
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
//status bepalen
|
324 |
-
if ($transactionInfo['paymentDetails']['state'] == 100)
|
325 |
-
{
|
326 |
-
$status = Pay_Payment_Model_Transaction::STATE_SUCCESS;
|
327 |
-
} elseif ($transactionInfo['paymentDetails']['state'] < 0)
|
328 |
-
{
|
329 |
-
$status = Pay_Payment_Model_Transaction::STATE_CANCELED;
|
330 |
-
} else
|
331 |
-
{
|
332 |
-
$status = Pay_Payment_Model_Transaction::STATE_PENDING;
|
333 |
-
//we gaan geen update doen
|
334 |
-
return;
|
335 |
}
|
336 |
-
$paidAmount = $transactionInfo['paymentDetails']['paidAmount'];
|
337 |
-
$endUserId = $transactionInfo['paymentDetails']['identifierPublic'];
|
338 |
-
|
339 |
-
// alle data is opgehaald status updaten
|
340 |
-
$this->updateState($transactionId, $status, $paidAmount, $endUserId, $store);
|
341 |
|
342 |
-
return
|
343 |
}
|
344 |
|
345 |
public function getTransactionStatus($transactionId, $store = null)
|
@@ -349,14 +353,11 @@ class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
|
349 |
$status = Pay_Payment_Model_Transaction::STATE_PENDING;
|
350 |
|
351 |
//status bepalen
|
352 |
-
if ($transactionInfo['paymentDetails']['state'] == 100)
|
353 |
-
{
|
354 |
return Pay_Payment_Model_Transaction::STATE_SUCCESS;
|
355 |
-
} elseif ($transactionInfo['paymentDetails']['state'] < 0)
|
356 |
-
{
|
357 |
return Pay_Payment_Model_Transaction::STATE_CANCELED;
|
358 |
-
} else
|
359 |
-
{
|
360 |
return Pay_Payment_Model_Transaction::STATE_PENDING;
|
361 |
}
|
362 |
}
|
3 |
class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
4 |
{
|
5 |
|
6 |
+
/**
|
7 |
+
* Processes the order by transactionId, the data is collected by calling the pay api
|
8 |
+
*
|
9 |
+
* @param string $transactionId
|
10 |
+
* @param Mage_Core_Model_Store $store
|
11 |
+
* @return string|null the new status
|
12 |
+
*/
|
13 |
+
public function processByTransactionId($transactionId, $store = null)
|
14 |
{
|
15 |
+
if ($store == null) {
|
16 |
+
$store = Mage::app()->getStore();
|
17 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
$transactionInfo = $this->getTransactionInfo($transactionId, $store);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
+
$status = Pay_Payment_Model_Transaction::STATE_PENDING;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
+
//status bepalen
|
24 |
+
if ($transactionInfo['paymentDetails']['state'] == 100) {
|
25 |
+
$status = Pay_Payment_Model_Transaction::STATE_SUCCESS;
|
26 |
+
} elseif ($transactionInfo['paymentDetails']['state'] == 95) {
|
27 |
+
$status = Pay_Payment_Model_Transaction::STATE_AUTHORIZED;
|
28 |
+
} elseif ($transactionInfo['paymentDetails']['state'] < 0) {
|
29 |
+
$status = Pay_Payment_Model_Transaction::STATE_CANCELED;
|
30 |
+
} else {
|
31 |
+
$status = Pay_Payment_Model_Transaction::STATE_PENDING;
|
32 |
+
//we gaan geen update doen
|
33 |
+
return;
|
34 |
+
}
|
35 |
+
$paidAmount = $transactionInfo['paymentDetails']['paidAmount'];
|
36 |
+
$endUserId = $transactionInfo['paymentDetails']['identifierPublic'];
|
37 |
|
38 |
+
// alle data is opgehaald status updaten
|
39 |
+
$this->updateState($transactionId, $status, $paidAmount, $endUserId, $store);
|
|
|
|
|
40 |
|
41 |
+
return $status;
|
42 |
}
|
43 |
|
44 |
+
public function getTransactionInfo($transactionId, $store = null)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
{
|
46 |
+
if ($store == null) {
|
47 |
+
$store = Mage::app()->getStore();
|
|
|
|
|
|
|
|
|
48 |
}
|
49 |
+
|
50 |
+
$helperApi = Mage::helper('pay_payment/api_info');
|
51 |
+
/* @var $helperApi Pay_Payment_Helper_Api_Info */
|
52 |
+
|
53 |
+
|
54 |
+
$apiToken = $store->getConfig('pay_payment/general/apitoken');
|
55 |
+
|
56 |
+
|
57 |
+
$useBackupApi = Mage::getStoreConfig('pay_payment/general/use_backup_api', $store);
|
58 |
+
$backupApiUrl = Mage::getStoreConfig('pay_payment/general/backup_api_url', $store);
|
59 |
+
if ($useBackupApi == 1) {
|
60 |
+
Pay_Payment_Helper_Api::_setBackupApiUrl($backupApiUrl);
|
61 |
}
|
62 |
|
63 |
+
$helperApi->setApiToken($apiToken);
|
64 |
+
$helperApi->setTransactionId($transactionId);
|
65 |
+
|
66 |
+
$transactionInfo = $helperApi->doRequest();
|
67 |
+
|
68 |
+
return $transactionInfo;
|
69 |
}
|
70 |
|
71 |
public function updateState($transactionId, $status, $paidAmount = null, $endUserId = null, $store = null)
|
72 |
{
|
73 |
+
if ($store == null) {
|
|
|
74 |
$store = Mage::app()->getStore();
|
75 |
}
|
76 |
|
80 |
$transaction = $helperData->getTransaction($transactionId);
|
81 |
|
82 |
$order = $this->getOrderByTransactionId($transactionId);
|
83 |
+
$payment = $order->getPayment();
|
84 |
|
85 |
|
86 |
+
if ($transaction->getStatus() == $status || $order->getTotalDue() == 0) {
|
|
|
|
|
87 |
//status is al verwerkt - geen actie vereist
|
88 |
throw Mage::exception('Pay_Payment', 'Already processed', 0);
|
89 |
}
|
90 |
+
$autoInvoice = $store->getConfig('pay_payment/general/auto_invoice');
|
91 |
+
$invoiceEmail = $store->getConfig('pay_payment/general/invoice_email');
|
92 |
+
|
93 |
+
$autoCapture = $store->getConfig('payment/'.$payment->getMethod().'/auto_capture');
|
94 |
|
95 |
+
if ($status == Pay_Payment_Model_Transaction::STATE_SUCCESS) {
|
|
|
96 |
// als het order al canceled was, gaan we hem nu uncancelen
|
97 |
+
if ($order->isCanceled()) {
|
|
|
98 |
$this->uncancel($order);
|
99 |
}
|
100 |
|
102 |
$paidAmount = intval(round($paidAmount));
|
103 |
|
104 |
//controleren of het gehele bedrag betaald is
|
105 |
+
if ($orderAmount != $paidAmount) {
|
|
|
106 |
$order->addStatusHistoryComment('Bedrag komt niet overeen. Order bedrag: ' . ($orderAmount / 100) . ' Betaald: ' . ($paidAmount / 100));
|
107 |
}
|
|
|
108 |
|
|
|
|
|
109 |
|
110 |
+
if ($autoInvoice) {
|
|
|
111 |
$payment->setTransactionId($transactionId);
|
112 |
$payment->setCurrencyCode($order->getOrderCurrencyCode());
|
113 |
$payment->setShouldCloseParentTransaction(true);
|
114 |
$payment->setIsTransactionClosed(0);
|
115 |
$payment->registerCaptureNotification(
|
116 |
+
$order->getGrandTotal(), true
|
117 |
);
|
118 |
|
119 |
$invoice = $this->_getInvoiceForTransactionId($order, $transactionId);
|
120 |
+
|
121 |
if (is_bool($invoice) && $invoice == false) // er is nog geen invoice gemaakt
|
122 |
{
|
123 |
if ($order->getState() == Mage_Sales_Model_Order::STATE_PAYMENT_REVIEW) // Om een of andere reden kan een state in payment_review komen, dit is slecht, want dit veroorzaakt een lock
|
126 |
$order->save();
|
127 |
}
|
128 |
|
129 |
+
if (!$order->canInvoice()) {
|
|
|
130 |
die('Cannot create an invoice.');
|
131 |
}
|
132 |
|
133 |
$invoice = Mage::getModel('sales/service_order', $order)->prepareInvoice();
|
134 |
|
135 |
+
if (!$invoice->getTotalQty()) {
|
|
|
136 |
die('Cannot create an invoice without products.');
|
137 |
}
|
138 |
|
139 |
$invoice->setRequestedCaptureCase(Mage_Sales_Model_Order_Invoice::CAPTURE_ONLINE);
|
140 |
$invoice->register();
|
141 |
$transactionSave = Mage::getModel('core/resource_transaction')
|
142 |
+
->addObject($invoice)
|
143 |
+
->addObject($invoice->getOrder());
|
144 |
|
145 |
$transactionSave->save();
|
146 |
}
|
153 |
$order->setTaxInvoiced($invoice->getTaxAmount());
|
154 |
$order->save();
|
155 |
|
156 |
+
if ($invoiceEmail) {
|
|
|
157 |
$invoice->sendEmail();
|
158 |
$invoice->setEmailSent(true);
|
159 |
$invoice->save();
|
170 |
$stateMessage = 'Betaling ontvangen, klantkenmerk: ' . $endUserId;
|
171 |
|
172 |
$order->setState(
|
173 |
+
Mage_Sales_Model_Order::STATE_PROCESSING, $processedStatus, $stateMessage, true
|
174 |
);
|
175 |
$order->save();
|
176 |
|
177 |
$sendMail = $store->getConfig('payment/' . $payment->getMethod() . '/send_mail');
|
178 |
$sendStatusupdates = $store->getConfig('pay_payment/general/send_statusupdates');
|
179 |
|
180 |
+
if ($sendMail == 'start') {
|
|
|
181 |
// De bevestigingsmail is al verstuurd, we gaan alleen de update sturen
|
182 |
+
if ($sendStatusupdates) {
|
|
|
183 |
$order->sendOrderUpdateEmail();
|
184 |
}
|
185 |
+
} else {
|
|
|
186 |
// De bevestigingsmail is nog niet verstuurd, dus doen we het nu
|
187 |
+
if (!$order->getEmailSent()) {
|
|
|
188 |
$order->sendNewOrderEmail();
|
189 |
$order->setEmailSent(true);
|
190 |
}
|
199 |
|
200 |
|
201 |
return true;
|
202 |
+
} elseif ($status == Pay_Payment_Model_Transaction::STATE_AUTHORIZED) {
|
203 |
+
$payment = $order->getPayment();
|
204 |
+
|
205 |
+
$payment->registerAuthorizationNotification($order->getTotalDue());
|
206 |
+
$payment->setTransactionId($transactionId);
|
207 |
+
|
208 |
+
$auth_transaction = $payment->addTransaction(Mage_Sales_Model_Order_Payment_Transaction::TYPE_AUTH);
|
209 |
+
// $mage_transaction->setTxnId($transactionId);
|
210 |
+
$auth_transaction->setIsClosed(0);
|
211 |
+
$auth_transaction->save();
|
212 |
+
$payment->save();
|
213 |
+
|
214 |
+
$order->setState(Mage_Sales_Model_Order::STATE_PROCESSING, 'processing', '', false);
|
215 |
+
|
216 |
+
$order->save();
|
217 |
+
// auto capture
|
218 |
+
if ($autoCapture) {
|
219 |
+
$payment->capture();
|
220 |
+
|
221 |
+
$invoice = $this->_getInvoiceForTransactionId($order, $transactionId);
|
222 |
+
$invoice->setRequestedCaptureCase(Mage_Sales_Model_Order_Invoice::CAPTURE_ONLINE);
|
223 |
+
$invoice->register();
|
224 |
+
$invoice->save();
|
225 |
+
|
226 |
+
if ($invoiceEmail) {
|
227 |
+
$invoice->sendEmail();
|
228 |
+
$invoice->setEmailSent(true);
|
229 |
+
$invoice->save();
|
230 |
+
}
|
231 |
+
}
|
232 |
+
$order->save();
|
233 |
+
$payment->save();
|
234 |
+
|
235 |
+
} elseif ($status == Pay_Payment_Model_Transaction::STATE_CANCELED) {
|
236 |
|
237 |
/** @var $order Mage_Sales_Model_Order */
|
238 |
+
if ($order->getTotalDue() <= 0 || $transaction->getStatus() == Pay_Payment_Model_Transaction::STATE_SUCCESS) {
|
|
|
239 |
throw Mage::exception('Pay_Payment', 'Cannot cancel already paid order');
|
240 |
}
|
241 |
|
244 |
$order->cancel();
|
245 |
$order->save();
|
246 |
$sendStatusupdates = $store->getConfig('pay_payment/general/send_statusupdates');
|
247 |
+
if ($sendStatusupdates) {
|
|
|
248 |
$order->sendOrderUpdateEmail();
|
249 |
}
|
250 |
// transactie in pay tabel updaten
|
253 |
$transaction->save();
|
254 |
|
255 |
return true;
|
256 |
+
} else {
|
|
|
257 |
throw Mage::exception('Pay_Payment', 'Unknown status ' . $status, 1);
|
258 |
}
|
259 |
}
|
260 |
|
261 |
+
/**
|
262 |
+
* Returns the order object
|
263 |
+
*
|
264 |
+
* @param int $transactionId
|
265 |
+
* @return Mage_Sales_Model_Order
|
266 |
+
*/
|
267 |
+
public function getOrderByTransactionId($transactionId)
|
268 |
{
|
269 |
+
//transactie ophalen uit pay tabel
|
270 |
+
$helperData = Mage::helper('pay_payment');
|
271 |
+
$transaction = $helperData->getTransaction($transactionId);
|
|
|
272 |
|
273 |
+
//order ophalen
|
274 |
+
$order = Mage::getModel('sales/order');
|
275 |
+
/* @var $order Mage_Sales_Model_Order */
|
276 |
+
$order->load($transaction->getOrderId());
|
277 |
|
278 |
+
return $order;
|
279 |
+
}
|
280 |
|
281 |
+
public function uncancel($order)
|
282 |
+
{
|
283 |
+
if ($order->getId()) {
|
284 |
+
$order->setData('state', 'processing')
|
285 |
+
->setData('status', 'processing')
|
286 |
+
->setData('base_discount_canceled', 0)
|
287 |
+
->setData('base_shipping_canceled', 0)
|
288 |
+
->setData('base_subtotal_canceled', 0)
|
289 |
+
->setData('base_tax_canceled', 0)
|
290 |
+
->setData('base_total_canceled', 0)
|
291 |
+
->setData('discount_canceled', 0)
|
292 |
+
->setData('shipping_canceled', 0)
|
293 |
+
->setData('subtotal_canceled', 0)
|
294 |
+
->setData('tax_canceled', 0)
|
295 |
+
->setData('total_canceled', 0);
|
296 |
|
297 |
+
$items = $order->getItemsCollection();
|
298 |
+
$productUpdates = array();
|
299 |
+
foreach ($items as $item) {
|
300 |
+
$canceled = $item->getQtyCanceled();
|
301 |
+
if ($canceled > 0) {
|
302 |
+
$productUpdates[$item->getProductId()] = array('qty' => $canceled);
|
303 |
+
}
|
304 |
+
$item->setData('qty_canceled', 0);
|
305 |
+
}
|
306 |
+
try {
|
307 |
+
Mage::getSingleton('cataloginventory/stock')->registerProductsSale($productUpdates);
|
308 |
+
$items->save();
|
309 |
+
$currentState = $order->getState();
|
310 |
+
$currentStatus = $order->getStatus();
|
311 |
|
312 |
+
$order->setState(
|
313 |
+
$currentState, $currentStatus, Mage::helper('adminhtml')->__('Order uncanceled'), false
|
314 |
+
)->save();
|
315 |
+
$order->save();
|
316 |
+
} catch (Exception $ex) {
|
317 |
+
Mage::log('Error uncancel order: ' . $ex->getMessage());
|
318 |
+
return false;
|
319 |
+
}
|
320 |
+
return true;
|
321 |
}
|
322 |
+
return false;
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
}
|
324 |
|
325 |
/**
|
326 |
+
* Return invoice model for transaction
|
327 |
+
*
|
328 |
+
* @param Mage_Sales_Model_Order $order
|
329 |
* @param string $transactionId
|
330 |
+
* @return Mage_Sales_Model_Order_Invoice
|
|
|
331 |
*/
|
332 |
+
protected function _getInvoiceForTransactionId($order, $transactionId)
|
333 |
{
|
334 |
+
foreach ($order->getInvoiceCollection() as $invoice) {
|
335 |
+
if ($invoice->getTransactionId() == $transactionId) {
|
336 |
+
return $invoice;
|
337 |
+
}
|
338 |
}
|
339 |
+
foreach ($order->getInvoiceCollection() as $invoice) {
|
340 |
+
if ($invoice->getState() == Mage_Sales_Model_Order_Invoice::STATE_OPEN) {
|
341 |
+
$invoice->setTransactionId($transactionId);
|
342 |
+
return $invoice;
|
343 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
}
|
|
|
|
|
|
|
|
|
|
|
345 |
|
346 |
+
return false;
|
347 |
}
|
348 |
|
349 |
public function getTransactionStatus($transactionId, $store = null)
|
353 |
$status = Pay_Payment_Model_Transaction::STATE_PENDING;
|
354 |
|
355 |
//status bepalen
|
356 |
+
if ($transactionInfo['paymentDetails']['state'] == 100) {
|
|
|
357 |
return Pay_Payment_Model_Transaction::STATE_SUCCESS;
|
358 |
+
} elseif ($transactionInfo['paymentDetails']['state'] < 0) {
|
|
|
359 |
return Pay_Payment_Model_Transaction::STATE_CANCELED;
|
360 |
+
} else {
|
|
|
361 |
return Pay_Payment_Model_Transaction::STATE_PENDING;
|
362 |
}
|
363 |
}
|
app/code/community/Pay/Payment/Model/Paymentmethod.php
CHANGED
@@ -12,13 +12,9 @@ class Pay_Payment_Model_Paymentmethod extends Mage_Payment_Model_Method_Abstract
|
|
12 |
protected $_canRefund = true;
|
13 |
protected $_canRefundInvoicePartial = true;
|
14 |
|
15 |
-
protected $_paymentOptionId;
|
16 |
protected $_paymentOptionName;
|
17 |
|
18 |
-
|
19 |
-
{
|
20 |
-
return $this->_paymentOptionId;
|
21 |
-
}
|
22 |
|
23 |
public function isApplicableToQuote($quote, $checksBitMask)
|
24 |
{
|
@@ -89,23 +85,294 @@ class Pay_Payment_Model_Paymentmethod extends Mage_Payment_Model_Method_Abstract
|
|
89 |
return $this;
|
90 |
}
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
public function getOrderPlaceRedirectUrl()
|
94 |
{
|
|
|
95 |
return Mage::getUrl('pay_payment/checkout/redirect');
|
96 |
}
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
// /**
|
99 |
// * Instantiate state and set it to state object
|
100 |
// * @param string $paymentAction
|
101 |
// * @param Varien_Object
|
102 |
// */
|
103 |
-
|
|
|
104 |
{
|
105 |
$session = Mage::getSingleton('checkout/session');
|
106 |
-
/* @var $session Mage_Checkout_Model_Session */
|
107 |
|
108 |
-
|
109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
}
|
111 |
}
|
12 |
protected $_canRefund = true;
|
13 |
protected $_canRefundInvoicePartial = true;
|
14 |
|
|
|
15 |
protected $_paymentOptionName;
|
16 |
|
17 |
+
protected $_additionalData = array();
|
|
|
|
|
|
|
18 |
|
19 |
public function isApplicableToQuote($quote, $checksBitMask)
|
20 |
{
|
85 |
return $this;
|
86 |
}
|
87 |
|
88 |
+
public function startPayment(Mage_Sales_Model_Order $order)
|
89 |
+
{
|
90 |
+
$session = Mage::getSingleton('checkout/session');
|
91 |
+
|
92 |
+
Mage::log('Starting payment for order: ' . $order->getId(), null, 'paynl.log');
|
93 |
+
|
94 |
+
$payment = $order->getPayment();
|
95 |
+
|
96 |
+
$additionalData = $session->getPaynlPaymentData();
|
97 |
+
|
98 |
+
/** @var Pay_Payment_Helper_Data $helper */
|
99 |
+
$helper = Mage::helper('pay_payment');
|
100 |
+
|
101 |
+
$optionId = $this->_paymentOptionId;
|
102 |
+
$optionSubId = $additionalData['option_sub'] ? $additionalData['option_sub'] : null;
|
103 |
+
$iban = $additionalData['iban'] ? $additionalData['iban'] : null;
|
104 |
+
|
105 |
+
if (
|
106 |
+
isset($additionalData['birthday_day']) &&
|
107 |
+
isset($additionalData['birthday_month']) &&
|
108 |
+
isset($additionalData['birthday_year'])
|
109 |
+
) {
|
110 |
+
$birthDate = $additionalData['birthday_year'] . '-' . $additionalData['birthday_month'] . '-' . $additionalData['birthday_day'];
|
111 |
+
|
112 |
+
$order->setCustomerDob($birthDate);
|
113 |
+
$order->save();
|
114 |
+
}
|
115 |
+
|
116 |
+
list($birthDate) = explode(' ', $order->getCustomerDob());
|
117 |
+
list($dobYear, $dobMonth, $dobDay) = explode('-', $birthDate);
|
118 |
+
|
119 |
+
$birthDate = $dobDay . '-' . $dobMonth . '-' . $dobYear;
|
120 |
+
|
121 |
+
$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', Mage::app()->getStore());
|
122 |
+
|
123 |
+
$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', Mage::app()->getStore());
|
124 |
+
$useBackupApi = Mage::getStoreConfig('pay_payment/general/use_backup_api', Mage::app()->getStore());
|
125 |
+
$backupApiUrl = Mage::getStoreConfig('pay_payment/general/backup_api_url', Mage::app()->getStore());
|
126 |
+
if ($useBackupApi == 1) {
|
127 |
+
Pay_Payment_Helper_Api::_setBackupApiUrl($backupApiUrl);
|
128 |
+
}
|
129 |
+
|
130 |
+
$amount = $order->getGrandTotal();
|
131 |
+
|
132 |
+
$sendOrderData = Mage::getStoreConfig('pay_payment/general/send_order_data', Mage::app()->getStore());
|
133 |
+
|
134 |
+
$api = Mage::helper('pay_payment/api_start');
|
135 |
+
/* @var $api Pay_Payment_Helper_Api_Start */
|
136 |
+
$api->setExtra2($order->getCustomerEmail());
|
137 |
+
|
138 |
+
if ($sendOrderData == 1) {
|
139 |
+
$items = $order->getItemsCollection();
|
140 |
+
foreach ($items as $item) {
|
141 |
+
/* @var $item Mage_Sales_Model_Order_Item */
|
142 |
+
$productId = $item->getId();
|
143 |
+
$description = $item->getName();
|
144 |
+
$price = $item->getPriceInclTax();
|
145 |
+
$taxAmount = $item->getTaxAmount();
|
146 |
+
$quantity = $item->getQtyOrdered();
|
147 |
+
|
148 |
+
if ($price != 0) {
|
149 |
+
$taxClass = $helper->calculateTaxClass($price, $taxAmount / $quantity);
|
150 |
+
$price = round($price * 100);
|
151 |
+
$api->addProduct($productId, $description, $price, $quantity, $taxClass);
|
152 |
+
}
|
153 |
+
|
154 |
+
}
|
155 |
+
|
156 |
+
$discountAmount = $order->getDiscountAmount();
|
157 |
+
|
158 |
+
if ($discountAmount < 0) {
|
159 |
+
$api->addProduct(0, 'Korting (' . $order->getDiscountDescription() . ')', round($discountAmount * 100), 1, 'N');
|
160 |
+
}
|
161 |
+
|
162 |
+
$shipping = $order->getShippingInclTax();
|
163 |
+
|
164 |
+
if ($shipping > 0) {
|
165 |
+
$shippingTax = $order->getShippingTaxAmount();
|
166 |
+
$shippingTaxClass = $helper->calculateTaxClass($shipping, $shippingTax);
|
167 |
+
$shipping = round($shipping * 100);
|
168 |
+
if ($shipping != 0) {
|
169 |
+
$api->addProduct('0', 'Verzendkosten', $shipping, 1, $shippingTaxClass);
|
170 |
+
}
|
171 |
+
}
|
172 |
+
|
173 |
+
$extraFee = $order->getPaymentCharge();
|
174 |
+
if ($extraFee != 0) {
|
175 |
+
$code = $payment->getMethod();
|
176 |
+
$taxClass = $helper->getPaymentChargeTaxClass($code);
|
177 |
+
|
178 |
+
$taxCalculationModel = Mage::getSingleton('tax/calculation');
|
179 |
+
$request = $taxCalculationModel->getRateRequest($order->getShippingAddress(), $order->getBillingAddress());
|
180 |
+
$request->setStore(Mage::app()->getStore());
|
181 |
+
$rate = $taxCalculationModel->getRate($request->setProductClassId($taxClass));
|
182 |
+
|
183 |
+
$taxCode = $helper->getTaxCodeFromRate($rate);
|
184 |
+
|
185 |
+
$api->addProduct('0', Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore()), round($extraFee * 100), 1, $taxCode);
|
186 |
+
}
|
187 |
+
|
188 |
+
$arrEnduser = array();
|
189 |
+
$shippingAddress = $order->getShippingAddress();
|
190 |
+
|
191 |
+
$arrEnduser['gender'] = substr($order->getCustomerGender(), 0, 1);
|
192 |
+
|
193 |
+
if (isset($iban)) {
|
194 |
+
$arrEnduser['iban'] = $iban;
|
195 |
+
}
|
196 |
+
|
197 |
+
$arrEnduser['dob'] = $birthDate;
|
198 |
+
$arrEnduser['emailAddress'] = $order->getCustomerEmail();
|
199 |
+
$billingAddress = $order->getBillingAddress();
|
200 |
+
|
201 |
+
if (!empty($shippingAddress)) {
|
202 |
+
// $arrEnduser['initials'] = substr($shippingAddress->getFirstname(), 0, 1);
|
203 |
+
$arrEnduser['initials'] = $shippingAddress->getFirstname();
|
204 |
+
$arrEnduser['lastName'] = substr($shippingAddress->getLastname(), 0, 30);
|
205 |
+
|
206 |
+
$arrEnduser['phoneNumber'] = substr($shippingAddress->getTelephone(), 0, 30);
|
207 |
+
|
208 |
+
$addressFull = $shippingAddress->getStreetFull();
|
209 |
+
$addressFull = str_replace("\n", ' ', $addressFull);
|
210 |
+
$addressFull = str_replace("\r", ' ', $addressFull);
|
211 |
+
|
212 |
+
list($address, $housenumber) = $helper->splitAddress($addressFull);
|
213 |
+
|
214 |
+
$arrEnduser['address']['streetName'] = $address;
|
215 |
+
$arrEnduser['address']['streetNumber'] = $housenumber;
|
216 |
+
$arrEnduser['address']['zipCode'] = $shippingAddress->getPostcode();
|
217 |
+
$arrEnduser['address']['city'] = $shippingAddress->getCity();
|
218 |
+
$arrEnduser['address']['countryCode'] = $shippingAddress->getCountry();
|
219 |
+
} elseif (!empty($billingAddress)) {
|
220 |
+
$arrEnduser['initials'] = substr($billingAddress->getFirstname(), 0, 1);
|
221 |
+
$arrEnduser['lastName'] = substr($billingAddress->getLastname(), 0, 30);
|
222 |
+
}
|
223 |
+
|
224 |
+
if (!empty($billingAddress)) {
|
225 |
+
$addressFull = $billingAddress->getStreetFull();
|
226 |
+
$addressFull = str_replace("\n", ' ', $addressFull);
|
227 |
+
$addressFull = str_replace("\r", ' ', $addressFull);
|
228 |
+
|
229 |
+
list($address, $housenumber) = $helper->splitAddress($addressFull);
|
230 |
+
|
231 |
+
$arrEnduser['invoiceAddress']['streetName'] = $address;
|
232 |
+
$arrEnduser['invoiceAddress']['streetNumber'] = $housenumber;
|
233 |
+
$arrEnduser['invoiceAddress']['zipCode'] = $billingAddress->getPostcode();
|
234 |
+
$arrEnduser['invoiceAddress']['city'] = $billingAddress->getCity();
|
235 |
+
$arrEnduser['invoiceAddress']['countryCode'] = $billingAddress->getCountry();
|
236 |
+
|
237 |
+
// $arrEnduser['invoiceAddress']['initials'] = substr($billingAddress->getFirstname(), 0, 1);
|
238 |
+
$arrEnduser['invoiceAddress']['initials'] = $billingAddress->getFirstname();
|
239 |
+
$arrEnduser['invoiceAddress']['lastName'] = substr($billingAddress->getLastname(), 0, 30);
|
240 |
+
}
|
241 |
+
$api->setEnduser($arrEnduser);
|
242 |
+
}
|
243 |
+
|
244 |
+
$api->setServiceId($serviceId);
|
245 |
+
$api->setApiToken($apiToken);
|
246 |
+
|
247 |
+
$api->setAmount(round($amount * 100));
|
248 |
+
$api->setCurrency($order->getOrderCurrencyCode());
|
249 |
+
|
250 |
+
$api->setPaymentOptionId($optionId);
|
251 |
+
$api->setFinishUrl(Mage::getUrl('pay_payment/order/return'));
|
252 |
+
|
253 |
+
$api->setExchangeUrl(Mage::getUrl('pay_payment/order/exchange'));
|
254 |
+
$api->setOrderId($order->getIncrementId());
|
255 |
+
|
256 |
+
if (!empty($optionSubId)) {
|
257 |
+
$api->setPaymentOptionSubId($optionSubId);
|
258 |
+
}
|
259 |
+
try {
|
260 |
+
Mage::log('Calling Pay api to start transaction', null, 'paynl.log');
|
261 |
+
|
262 |
+
$resultData = $api->doRequest();
|
263 |
+
|
264 |
+
} catch (Exception $e) {
|
265 |
+
Mage::log("Creating transaction failed, Exception: " . $e->getMessage(), null, 'paynl.log');
|
266 |
+
// Reset previous errors
|
267 |
+
Mage::getSingleton('checkout/session')->getMessages(true);
|
268 |
+
|
269 |
+
// cart restoren
|
270 |
+
$restoreCart = Mage::getStoreConfig('pay_payment/general/restore_cart', Mage::app()->getStore());
|
271 |
+
if ($restoreCart) {
|
272 |
+
$quoteModel = Mage::getModel('sales/quote');
|
273 |
+
$quoteId = $order->getQuoteId();
|
274 |
+
|
275 |
+
/**
|
276 |
+
* @var $quote Mage_Sales_Model_Quote
|
277 |
+
*/
|
278 |
+
$quote = $quoteModel->load($quoteId);
|
279 |
+
|
280 |
+
$quote->setIsActive(true)->save();
|
281 |
+
}
|
282 |
+
|
283 |
+
// Add error to cart
|
284 |
+
Mage::getSingleton('checkout/session')->addError(Mage::helper('pay_payment')->__('Er is een storing bij de door u gekozen betaalmethode of bank. Kiest u alstublieft een andere betaalmethode of probeer het later nogmaals'));
|
285 |
+
Mage::getSingleton('checkout/session')->addError($e->getMessage());
|
286 |
+
// Mage::getSingleton('checkout/session')->addError(print_r($api->getPostData(),1));
|
287 |
+
// Redirect via header
|
288 |
+
|
289 |
+
return array('url' => Mage::getUrl('checkout/cart'));
|
290 |
+
}
|
291 |
+
|
292 |
+
$transaction = Mage::getModel('pay_payment/transaction');
|
293 |
+
|
294 |
+
$transactionId = $resultData['transaction']['transactionId'];
|
295 |
+
|
296 |
+
Mage::log('Transaction started, transactionId: ' . $transactionId, null, 'paynl.log');
|
297 |
+
|
298 |
+
$transaction->setData(
|
299 |
+
array(
|
300 |
+
'transaction_id' => $transactionId,
|
301 |
+
'service_id' => $serviceId,
|
302 |
+
'option_id' => $optionId,
|
303 |
+
'option_sub_id' => $optionSubId,
|
304 |
+
'amount' => round($amount * 100),
|
305 |
+
'order_id' => $order->getId(),
|
306 |
+
'status' => Pay_Payment_Model_Transaction::STATE_PENDING,
|
307 |
+
'created' => time(),
|
308 |
+
'last_update' => time(),
|
309 |
+
));
|
310 |
+
|
311 |
+
$transaction->save();
|
312 |
+
|
313 |
+
//redirecten
|
314 |
+
$url = $resultData['transaction']['paymentURL'];
|
315 |
+
|
316 |
+
$statusPending = Mage::getStoreConfig('payment/' . $payment->getMethod() . '/order_status', Mage::app()->getStore());
|
317 |
+
|
318 |
+
$order->addStatusHistoryComment(
|
319 |
+
'Transactie gestart, transactieId: ' . $transactionId . " \nBetaalUrl: " . $url
|
320 |
+
);
|
321 |
+
|
322 |
+
|
323 |
+
$order->save();
|
324 |
+
|
325 |
+
$sendMail = Mage::getStoreConfig('payment/' . $payment->getMethod() . '/send_mail', Mage::app()->getStore());
|
326 |
+
if ($sendMail == 'start') {
|
327 |
+
$order->sendNewOrderEmail();
|
328 |
+
}
|
329 |
+
return array(
|
330 |
+
'url' => $url,
|
331 |
+
'transactionId' => $transactionId
|
332 |
+
);
|
333 |
+
}
|
334 |
|
335 |
public function getOrderPlaceRedirectUrl()
|
336 |
{
|
337 |
+
|
338 |
return Mage::getUrl('pay_payment/checkout/redirect');
|
339 |
}
|
340 |
|
341 |
+
public function initialize($paymentAction, $stateObject)
|
342 |
+
{
|
343 |
+
$session = Mage::getSingleton('checkout/session');
|
344 |
+
/* @var $session Mage_Checkout_Model_Session */
|
345 |
+
|
346 |
+
$session->setOptionId($this->getPaymentOptionId());
|
347 |
+
return true;
|
348 |
+
}
|
349 |
+
|
350 |
+
public function getPaymentOptionId()
|
351 |
+
{
|
352 |
+
return $this->_paymentOptionId;
|
353 |
+
}
|
354 |
+
|
355 |
// /**
|
356 |
// * Instantiate state and set it to state object
|
357 |
// * @param string $paymentAction
|
358 |
// * @param Varien_Object
|
359 |
// */
|
360 |
+
|
361 |
+
public function assignData($data)
|
362 |
{
|
363 |
$session = Mage::getSingleton('checkout/session');
|
|
|
364 |
|
365 |
+
|
366 |
+
if (!($data instanceof Varien_Object)) {
|
367 |
+
$data = new Varien_Object($data);
|
368 |
+
}
|
369 |
+
|
370 |
+
$data = $data->getData();
|
371 |
+
|
372 |
+
$this->_additionalData = $data;
|
373 |
+
|
374 |
+
$session->setPaynlPaymentData($data);
|
375 |
+
|
376 |
+
return parent::assignData($data);
|
377 |
}
|
378 |
}
|
app/code/community/Pay/Payment/Model/Paymentmethod/Billink.php
CHANGED
@@ -12,17 +12,9 @@ class Pay_Payment_Model_Paymentmethod_Billink extends Pay_Payment_Model_Paymentm
|
|
12 |
$session = Mage::getSingleton('checkout/session');
|
13 |
/* @var $session Mage_Checkout_Model_Session */
|
14 |
$session->setBillinkAgree(0);
|
15 |
-
$session->setBirthdayDay('');
|
16 |
-
$session->setBirthdayMonth('');
|
17 |
-
$session->setBirthdayYear('');
|
18 |
-
$session->setKvknummer('');
|
19 |
-
|
20 |
|
21 |
$enablePersonal = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_personal', Mage::app()->getStore());
|
22 |
$enableBusiness = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_business', Mage::app()->getStore());
|
23 |
-
if($enablePersonal == 0 && $enableBusiness == 0){
|
24 |
-
return parent::assignData($data);
|
25 |
-
}
|
26 |
|
27 |
if (!($data instanceof Varien_Object)) {
|
28 |
$data = new Varien_Object($data);
|
@@ -34,28 +26,7 @@ class Pay_Payment_Model_Paymentmethod_Billink extends Pay_Payment_Model_Paymentm
|
|
34 |
$session->setBillinkAgree(0);
|
35 |
Mage::throwException(Mage::helper('payment')->__('Om met billink te betalen, moet je akkoord gaan met de voorwaarden'));
|
36 |
}
|
37 |
-
|
38 |
-
if($enablePersonal == 1 && ($enableBusiness == 0 || $data->getTypeOrder() == 'p')){
|
39 |
-
if ($data->getBirthdayDay()) {
|
40 |
-
$birthdayDay = $data->getBirthdayDay();
|
41 |
-
$session->setBirthdayDay($birthdayDay);
|
42 |
-
}
|
43 |
-
if ($data->getBirthdayMonth()) {
|
44 |
-
$birthdayMonth = $data->getBirthdayMonth();
|
45 |
-
$session->setBirthdayMonth($birthdayMonth);
|
46 |
-
}
|
47 |
-
if ($data->getBirthdayYear()) {
|
48 |
-
$birthdayYear = $data->getBirthdayYear();
|
49 |
-
$session->setBirthdayYear($birthdayYear);
|
50 |
-
}
|
51 |
-
}
|
52 |
-
if($enableBusiness == 1 && ($enablePersonal == 0 || $data->getTypeOrder() == 'b')){
|
53 |
-
if($data->getKvknummer()){
|
54 |
-
$kvknummer = $data->getKvknummer();
|
55 |
-
$session->setKvknummer($kvknummer);
|
56 |
-
}
|
57 |
-
}
|
58 |
-
return $this;
|
59 |
}
|
60 |
}
|
61 |
|
12 |
$session = Mage::getSingleton('checkout/session');
|
13 |
/* @var $session Mage_Checkout_Model_Session */
|
14 |
$session->setBillinkAgree(0);
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
$enablePersonal = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_personal', Mage::app()->getStore());
|
17 |
$enableBusiness = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_business', Mage::app()->getStore());
|
|
|
|
|
|
|
18 |
|
19 |
if (!($data instanceof Varien_Object)) {
|
20 |
$data = new Varien_Object($data);
|
26 |
$session->setBillinkAgree(0);
|
27 |
Mage::throwException(Mage::helper('payment')->__('Om met billink te betalen, moet je akkoord gaan met de voorwaarden'));
|
28 |
}
|
29 |
+
return parent::assignData($data);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
}
|
31 |
}
|
32 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Cashticket.php
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Cashticket extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 550;
|
4 |
-
protected $_paymentOptionId = 550;
|
5 |
-
protected $_code = 'pay_payment_cashticket';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_cashticket';
|
7 |
-
}
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Clickandbuy.php
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Clickandbuy extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 139;
|
4 |
-
protected $_paymentOptionId = 139;
|
5 |
-
protected $_code = 'pay_payment_clickandbuy';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_clickandbuy';
|
7 |
-
}
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingat.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Directebankingat extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 568;
|
4 |
-
protected $_paymentOptionId = 568;
|
5 |
-
protected $_code = 'pay_payment_directebankingat';
|
6 |
-
}
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingbe.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Directebankingbe extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 559;
|
4 |
-
protected $_paymentOptionId = 559;
|
5 |
-
protected $_code = 'pay_payment_directebankingbe';
|
6 |
-
}
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingch.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Directebankingch extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 571;
|
4 |
-
protected $_paymentOptionId = 571;
|
5 |
-
protected $_code = 'pay_payment_directebankingch';
|
6 |
-
}
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingde.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Directebankingde extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 562;
|
4 |
-
protected $_paymentOptionId = 562;
|
5 |
-
protected $_code = 'pay_payment_directebankingde';
|
6 |
-
}
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Directebankinggb.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Directebankinggb extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 565;
|
4 |
-
protected $_paymentOptionId = 565;
|
5 |
-
protected $_code = 'pay_payment_directebankinggb';
|
6 |
-
}
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingnl.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Directebankingnl extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 556;
|
4 |
-
protected $_paymentOptionId = 556;
|
5 |
-
protected $_code = 'pay_payment_directebankingnl';
|
6 |
-
}
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Ebon.php
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Ebon extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 998;
|
4 |
-
protected $_paymentOptionId = 998;
|
5 |
-
protected $_code = 'pay_payment_ebon';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_ebon';
|
7 |
-
}
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Fasterpay.php
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Fasterpay extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 610;
|
4 |
-
protected $_paymentOptionId = 610;
|
5 |
-
protected $_code = 'pay_payment_fasterpay';
|
6 |
-
}
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Paymentmethod/Focum.php
CHANGED
@@ -4,39 +4,5 @@ class Pay_Payment_Model_Paymentmethod_Focum extends Pay_Payment_Model_Paymentmet
|
|
4 |
protected $_paymentOptionId = 1702;
|
5 |
protected $_code = 'pay_payment_focum';
|
6 |
protected $_formBlockType = 'pay_payment/form_focum';
|
7 |
-
public function assignData($data) {
|
8 |
-
$store = Mage::app()->getStore();
|
9 |
-
|
10 |
-
$session = Mage::getSingleton('checkout/session');
|
11 |
-
/* @var $session Mage_Checkout_Model_Session */
|
12 |
-
$session->setBirthdayDay('');
|
13 |
-
$session->setBirthdayMonth('');
|
14 |
-
$session->setBirthdayYear('');
|
15 |
-
$session->setIban('');
|
16 |
-
|
17 |
-
if (!($data instanceof Varien_Object)) {
|
18 |
-
$data = new Varien_Object($data);
|
19 |
-
}
|
20 |
-
|
21 |
-
if ($data->getBirthdayDay()) {
|
22 |
-
$birthdayDay = $data->getBirthdayDay();
|
23 |
-
$session->setBirthdayDay($birthdayDay);
|
24 |
-
}
|
25 |
-
if ($data->getBirthdayMonth()) {
|
26 |
-
$birthdayMonth = $data->getBirthdayMonth();
|
27 |
-
$session->setBirthdayMonth($birthdayMonth);
|
28 |
-
}
|
29 |
-
if ($data->getBirthdayYear()) {
|
30 |
-
$birthdayYear = $data->getBirthdayYear();
|
31 |
-
$session->setBirthdayYear($birthdayYear);
|
32 |
-
}
|
33 |
-
|
34 |
-
if($data->getIban()){
|
35 |
-
$iban = $data->getIban();
|
36 |
-
$session->setIban($iban);
|
37 |
-
}
|
38 |
-
|
39 |
-
return $this;
|
40 |
-
}
|
41 |
}
|
42 |
|
4 |
protected $_paymentOptionId = 1702;
|
5 |
protected $_code = 'pay_payment_focum';
|
6 |
protected $_formBlockType = 'pay_payment/form_focum';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Ideal.php
CHANGED
@@ -16,28 +16,28 @@ class Pay_Payment_Model_Paymentmethod_Ideal extends Pay_Payment_Model_Paymentmet
|
|
16 |
}
|
17 |
|
18 |
|
19 |
-
public function assignData($data) {
|
20 |
-
$store = Mage::app()->getStore();
|
21 |
-
$bankSelectType = $store->getConfig('payment/pay_payment_ideal/bank_select_type');
|
22 |
-
|
23 |
-
if($bankSelectType == 'none'){
|
24 |
-
return $this;
|
25 |
-
}
|
26 |
-
|
27 |
-
if (!($data instanceof Varien_Object)) {
|
28 |
-
$data = new Varien_Object($data);
|
29 |
-
}
|
30 |
-
$session = Mage::getSingleton('checkout/session');
|
31 |
-
/* @var $session Mage_Checkout_Model_Session */
|
32 |
-
|
33 |
-
$session->setOptionSubId();
|
34 |
-
|
35 |
-
if ($data->getOptionSub()) {
|
36 |
-
$optionSub = $data->getOptionSub();
|
37 |
-
$session->setOptionSubId($optionSub);
|
38 |
-
}
|
39 |
-
|
40 |
-
return $
|
41 |
-
}
|
42 |
|
43 |
}
|
16 |
}
|
17 |
|
18 |
|
19 |
+
// public function assignData($data) {
|
20 |
+
// $store = Mage::app()->getStore();
|
21 |
+
// $bankSelectType = $store->getConfig('payment/pay_payment_ideal/bank_select_type');
|
22 |
+
//// $bankSelectType = Mage::getStoreConfig('payment/pay_payment_ideal/bank_select_type', Mage::app()->getStore());
|
23 |
+
// if($bankSelectType == 'none'){
|
24 |
+
// return $this;
|
25 |
+
// }
|
26 |
+
//
|
27 |
+
// if (!($data instanceof Varien_Object)) {
|
28 |
+
// $data = new Varien_Object($data);
|
29 |
+
// }
|
30 |
+
// $session = Mage::getSingleton('checkout/session');
|
31 |
+
// /* @var $session Mage_Checkout_Model_Session */
|
32 |
+
//
|
33 |
+
// $session->setOptionSubId();
|
34 |
+
//
|
35 |
+
// if ($data->getOptionSub()) {
|
36 |
+
// $optionSub = $data->getOptionSub();
|
37 |
+
// $session->setOptionSubId($optionSub);
|
38 |
+
// }
|
39 |
+
//
|
40 |
+
// return parent::assignData($data);
|
41 |
+
// }
|
42 |
|
43 |
}
|
app/code/community/Pay/Payment/Model/Paymentmethod/Klarna.php
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Klarna extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1717;
|
4 |
+
protected $_paymentOptionId = 1717;
|
5 |
+
protected $_code = 'pay_payment_klarna';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_klarna';
|
7 |
+
|
8 |
+
protected $_canAuthorize = true;
|
9 |
+
protected $_canCapture = true;
|
10 |
+
protected $_canCapturePartial = false;
|
11 |
+
|
12 |
+
|
13 |
+
// public function authorize(Mage_Sales_Model_Order_Payment $payment, $amount)
|
14 |
+
// {
|
15 |
+
// $order = $payment->getOrder();
|
16 |
+
// $method = $payment->getMethodInstance();
|
17 |
+
//
|
18 |
+
// $data = $method->startPayment($order);
|
19 |
+
//
|
20 |
+
// $payment->setTransactionId($data['transactionId'])
|
21 |
+
// ->setIsTransactionClosed(0);
|
22 |
+
//
|
23 |
+
// $transaction = $payment->addTransaction(Mage_Sales_Model_Order_Payment_Transaction::TYPE_AUTH);
|
24 |
+
//
|
25 |
+
// $transaction->setId($data['transactionId']);
|
26 |
+
//// $transaction->setIsClosed(0);
|
27 |
+
// $transaction->save();
|
28 |
+
// $payment->save();
|
29 |
+
//
|
30 |
+
// return parent::authorize($payment, $amount); // TODO: Change the autogenerated stub
|
31 |
+
// }
|
32 |
+
|
33 |
+
/**
|
34 |
+
* @return boolean
|
35 |
+
*/
|
36 |
+
|
37 |
+
public function capture(Mage_Sales_Model_Order_Payment $payment, $amount)
|
38 |
+
{
|
39 |
+
$transaction = $payment->getAuthorizationTransaction();
|
40 |
+
|
41 |
+
if(!$transaction){
|
42 |
+
Mage::throwException('Cannot find authorize transaction');
|
43 |
+
}
|
44 |
+
$transactionId = $transaction->getTxnId();
|
45 |
+
|
46 |
+
$order = $payment->getOrder();
|
47 |
+
$store = $order->getStore();
|
48 |
+
|
49 |
+
$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', $store);
|
50 |
+
|
51 |
+
$useBackupApi = Mage::getStoreConfig('pay_payment/general/use_backup_api', $store);
|
52 |
+
$backupApiUrl = Mage::getStoreConfig('pay_payment/general/backup_api_url', $store);
|
53 |
+
if ($useBackupApi == 1) {
|
54 |
+
Pay_Payment_Helper_Api::_setBackupApiUrl($backupApiUrl);
|
55 |
+
}
|
56 |
+
/**
|
57 |
+
* @var Pay_Payment_Helper_Api_Capture $apiCapture
|
58 |
+
*/
|
59 |
+
$apiCapture = Mage::helper('pay_payment/api_capture');
|
60 |
+
|
61 |
+
$apiCapture->setApiToken($apiToken);
|
62 |
+
$apiCapture->setAmount($amount);
|
63 |
+
$apiCapture->setTransactionId($transactionId);
|
64 |
+
$result = $apiCapture->doRequest();
|
65 |
+
|
66 |
+
if($result['request']['result'] == true) {
|
67 |
+
return true;
|
68 |
+
}
|
69 |
+
else throw new Exception($result['request']['errorMessage']);
|
70 |
+
}
|
71 |
+
|
72 |
+
//
|
73 |
+
// /**
|
74 |
+
// * Instantiate state and set it to state object
|
75 |
+
// *
|
76 |
+
// * @param string $paymentAction
|
77 |
+
// * @param Varien_Object
|
78 |
+
// */
|
79 |
+
// public function initialize($paymentAction, $stateObject)
|
80 |
+
// {
|
81 |
+
// switch ($paymentAction) {
|
82 |
+
// case self::ACTION_AUTHORIZE:
|
83 |
+
// case self::ACTION_AUTHORIZE_CAPTURE:
|
84 |
+
// $payment = $this->getInfoInstance();
|
85 |
+
// $order = $payment->getOrder();
|
86 |
+
// $order->setCanSendNewEmailFlag(false);
|
87 |
+
// $payment->authorize(true, $order->getBaseTotalDue()); // base amount will be set inside
|
88 |
+
// $payment->setAmountAuthorized($order->getTotalDue());
|
89 |
+
//
|
90 |
+
// $order->setState(Mage_Sales_Model_Order::STATE_PENDING_PAYMENT, 'pending_payment', '', false);
|
91 |
+
//
|
92 |
+
// $stateObject->setState(Mage_Sales_Model_Order::STATE_PENDING_PAYMENT);
|
93 |
+
// $stateObject->setStatus('pending_payment');
|
94 |
+
// $stateObject->setIsNotified(false);
|
95 |
+
// break;
|
96 |
+
// default:
|
97 |
+
// break;
|
98 |
+
// }
|
99 |
+
// parent::initialize();
|
100 |
+
// }
|
101 |
+
|
102 |
+
}
|
103 |
+
|
app/code/community/Pay/Payment/Model/Paymentmethod/Minitixsms.php
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Minitixsms extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 808;
|
4 |
-
protected $_paymentOptionId = 808;
|
5 |
-
protected $_code = 'pay_payment_minitixsms';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_minitixsms';
|
7 |
-
}
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Cashticket/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Cashticket_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Cashticket::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Clickandbuy/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Clickandbuy_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Clickandbuy::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingat/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Directebankingat_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Directebankingat::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingbe/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Directebankingbe_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Directebankingbe::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingch/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Directebankingch_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Directebankingch::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingde/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Directebankingde_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Directebankingde::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankinggb/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Directebankinggb_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Directebankinggb::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingnl/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Directebankingnl_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Directebankingnl::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Ebon/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Ebon_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Ebon::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Fasterpay/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Fasterpay_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Fasterpay::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Klarna/Active.php
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Klarna_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Klarna::OPTION_ID;
|
4 |
+
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Minitixsms/Active.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Minitixsms_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Minitixsms::OPTION_ID;
|
4 |
-
}
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Source/Showfee.php
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Source_Showfee {
|
4 |
+
/**
|
5 |
+
* Options getter
|
6 |
+
*
|
7 |
+
* @return array
|
8 |
+
*/
|
9 |
+
public function toOptionArray() {
|
10 |
+
|
11 |
+
return array(
|
12 |
+
array('value' => '0', 'label' => 'Nee'),
|
13 |
+
array('value' => '1', 'label' => 'Alleen als er kosten zijn'),
|
14 |
+
array('value' => '2', 'label' => 'Altijd'),
|
15 |
+
);
|
16 |
+
}
|
17 |
+
|
18 |
+
}
|
app/code/community/Pay/Payment/Model/Transaction.php
CHANGED
@@ -5,6 +5,7 @@ class Pay_Payment_Model_Transaction extends Mage_Core_Model_Abstract{
|
|
5 |
const STATE_PENDING = 'PENDING';
|
6 |
const STATE_CANCELED = 'CANCELED';
|
7 |
const STATE_SUCCESS = 'SUCCESS';
|
|
|
8 |
|
9 |
public function __construct() {
|
10 |
$this->_init('pay_payment/transaction');
|
5 |
const STATE_PENDING = 'PENDING';
|
6 |
const STATE_CANCELED = 'CANCELED';
|
7 |
const STATE_SUCCESS = 'SUCCESS';
|
8 |
+
const STATE_AUTHORIZED = 'AUTHORIZED';
|
9 |
|
10 |
public function __construct() {
|
11 |
$this->_init('pay_payment/transaction');
|
app/code/community/Pay/Payment/controllers/CheckoutController.php
CHANGED
@@ -11,255 +11,42 @@ class Pay_Payment_CheckoutController extends Mage_Core_Controller_Front_Action
|
|
11 |
/* @var $session Mage_Checkout_Model_Session */
|
12 |
if ($session->getLastRealOrderId()) {
|
13 |
Mage::log('Order found in session, orderId: ' . $session->getLastRealOrderId(), null, 'paynl.log');
|
14 |
-
$order = Mage::getModel('sales/order')->loadByIncrementId($session->getLastRealOrderId());
|
15 |
-
/* @var $order Mage_Sales_Model_Order */
|
16 |
-
$payment = $order->getPayment();
|
17 |
-
|
18 |
-
if ($order->getId()) {
|
19 |
-
Mage::log('Order loaded from session, orderId: ' . $session->getLastRealOrderId(), null, 'paynl.log');
|
20 |
-
$optionId = $session->getOptionId();
|
21 |
-
$optionSubId = $session->getOptionSubId();
|
22 |
-
|
23 |
-
$birthdayDay = $session->getBirthdayDay();
|
24 |
-
$birthdayMonth = $session->getBirthdayMonth();
|
25 |
-
$birthdayYear = $session->getBirthdayYear();
|
26 |
-
$birthdate = '';
|
27 |
-
|
28 |
-
if (!empty($birthdayDay) && !empty($birthdayMonth) && !empty($birthdayYear)) {
|
29 |
-
$birthdate = $birthdayDay . '-' . $birthdayMonth . '-' . $birthdayYear;
|
30 |
-
}
|
31 |
-
|
32 |
-
$iban = $session->getIban();
|
33 |
-
|
34 |
-
$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', Mage::app()->getStore());
|
35 |
-
|
36 |
-
$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', Mage::app()->getStore());
|
37 |
-
$useBackupApi = Mage::getStoreConfig('pay_payment/general/use_backup_api', Mage::app()->getStore());
|
38 |
-
$backupApiUrl = Mage::getStoreConfig('pay_payment/general/backup_api_url', Mage::app()->getStore());
|
39 |
-
if($useBackupApi == 1){
|
40 |
-
Pay_Payment_Helper_Api::_setBackupApiUrl($backupApiUrl);
|
41 |
-
}
|
42 |
-
|
43 |
-
$amount = $order->getGrandTotal();
|
44 |
-
|
45 |
-
$sendOrderData = Mage::getStoreConfig('pay_payment/general/send_order_data', Mage::app()->getStore());
|
46 |
-
|
47 |
-
$api = Mage::helper('pay_payment/api_start');
|
48 |
-
/* @var $api Pay_Payment_Helper_Api_Start */
|
49 |
-
$api->setExtra2($order->getCustomerEmail());
|
50 |
-
|
51 |
-
if ($sendOrderData == 1) {
|
52 |
-
$items = $order->getItemsCollection();
|
53 |
-
foreach ($items as $item)
|
54 |
-
{
|
55 |
-
/* @var $item Mage_Sales_Model_Order_Item */
|
56 |
-
$productId = $item->getId();
|
57 |
-
$description = $item->getName();
|
58 |
-
$price = $item->getPriceInclTax();
|
59 |
-
$taxAmount = $item->getTaxAmount();
|
60 |
-
$quantity = $item->getQtyOrdered();
|
61 |
-
|
62 |
-
if ($price != 0)
|
63 |
-
{
|
64 |
-
$taxClass = $helper->calculateTaxClass($price, $taxAmount / $quantity);
|
65 |
-
$price = round($price * 100);
|
66 |
-
$api->addProduct($productId, $description, $price, $quantity, $taxClass);
|
67 |
-
}
|
68 |
-
|
69 |
-
}
|
70 |
-
|
71 |
-
$discountAmount = $order->getDiscountAmount();
|
72 |
-
|
73 |
-
if ($discountAmount < 0) {
|
74 |
-
$api->addProduct(0, 'Korting (' . $order->getDiscountDescription() . ')', round($discountAmount * 100), 1, 'N');
|
75 |
-
}
|
76 |
-
|
77 |
-
$shipping = $order->getShippingInclTax();
|
78 |
-
|
79 |
-
if ($shipping > 0) {
|
80 |
-
$shippingTax = $order->getShippingTaxAmount();
|
81 |
-
$shippingTaxClass = $helper->calculateTaxClass($shipping, $shippingTax);
|
82 |
-
$shipping = round($shipping * 100);
|
83 |
-
if ($shipping != 0) {
|
84 |
-
$api->addProduct('0', 'Verzendkosten', $shipping, 1, $shippingTaxClass);
|
85 |
-
}
|
86 |
-
}
|
87 |
-
|
88 |
-
$extraFee = $order->getPaymentCharge();
|
89 |
-
if ($extraFee != 0) {
|
90 |
-
$code = $payment->getMethod();
|
91 |
-
$taxClass = $helper->getPaymentChargeTaxClass($code);
|
92 |
-
|
93 |
-
$taxCalculationModel = Mage::getSingleton('tax/calculation');
|
94 |
-
$request = $taxCalculationModel->getRateRequest($order->getShippingAddress(), $order->getBillingAddress());
|
95 |
-
$request->setStore(Mage::app()->getStore());
|
96 |
-
$rate = $taxCalculationModel->getRate($request->setProductClassId($taxClass));
|
97 |
-
|
98 |
-
$taxCode = $helper->getTaxCodeFromRate($rate);
|
99 |
-
|
100 |
-
$api->addProduct('0', Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore()), round($extraFee * 100), 1, $taxCode);
|
101 |
-
}
|
102 |
-
|
103 |
-
$arrEnduser = array();
|
104 |
-
$shippingAddress = $order->getShippingAddress();
|
105 |
-
|
106 |
-
$arrEnduser['gender'] = substr($order->getCustomerGender(), 0, 1);
|
107 |
-
|
108 |
-
if (empty($birthdate)) {
|
109 |
-
$birthdate = $order->getCustomerDob();
|
110 |
-
if (!empty($birthdate)) {
|
111 |
-
$birthdate = substr($birthdate, 0, strpos($birthdate, ' '));
|
112 |
-
list($year, $month, $day) = explode('-', $birthdate);
|
113 |
-
$birthdate = $day . '-' . $month . '-' . $year;
|
114 |
-
}
|
115 |
-
}
|
116 |
-
if(isset($iban)){
|
117 |
-
$arrEnduser['iban'] = $iban;
|
118 |
-
}
|
119 |
-
|
120 |
-
$arrEnduser['dob'] = $birthdate;
|
121 |
-
$arrEnduser['emailAddress'] = $order->getCustomerEmail();
|
122 |
-
$billingAddress = $order->getBillingAddress();
|
123 |
-
|
124 |
-
if (!empty($shippingAddress)) {
|
125 |
-
$arrEnduser['initials'] = substr($shippingAddress->getFirstname(), 0, 1);
|
126 |
-
$arrEnduser['lastName'] = substr($shippingAddress->getLastname(), 0, 30);
|
127 |
|
128 |
-
|
129 |
-
|
130 |
-
$addressFull = $shippingAddress->getStreetFull();
|
131 |
-
$addressFull = str_replace("\n", ' ', $addressFull);
|
132 |
-
$addressFull = str_replace("\r", ' ', $addressFull);
|
133 |
-
|
134 |
-
list($address, $housenumber) = $helper->splitAddress($addressFull);
|
135 |
-
|
136 |
-
$arrEnduser['address']['streetName'] = $address;
|
137 |
-
$arrEnduser['address']['streetNumber'] = $housenumber;
|
138 |
-
$arrEnduser['address']['zipCode'] = $shippingAddress->getPostcode();
|
139 |
-
$arrEnduser['address']['city'] = $shippingAddress->getCity();
|
140 |
-
$arrEnduser['address']['countryCode'] = $shippingAddress->getCountry();
|
141 |
-
} elseif (!empty($billingAddress)) {
|
142 |
-
$arrEnduser['initials'] = substr($billingAddress->getFirstname(), 0, 1);
|
143 |
-
$arrEnduser['lastName'] = substr($billingAddress->getLastname(), 0, 30);
|
144 |
-
}
|
145 |
-
|
146 |
-
if (!empty($billingAddress)) {
|
147 |
-
$addressFull = $billingAddress->getStreetFull();
|
148 |
-
$addressFull = str_replace("\n", ' ', $addressFull);
|
149 |
-
$addressFull = str_replace("\r", ' ', $addressFull);
|
150 |
-
|
151 |
-
list($address, $housenumber) = $helper->splitAddress($addressFull);
|
152 |
-
|
153 |
-
$arrEnduser['invoiceAddress']['streetName'] = $address;
|
154 |
-
$arrEnduser['invoiceAddress']['streetNumber'] = $housenumber;
|
155 |
-
$arrEnduser['invoiceAddress']['zipCode'] = $billingAddress->getPostcode();
|
156 |
-
$arrEnduser['invoiceAddress']['city'] = $billingAddress->getCity();
|
157 |
-
$arrEnduser['invoiceAddress']['countryCode'] = $billingAddress->getCountry();
|
158 |
-
|
159 |
-
$arrEnduser['invoiceAddress']['initials'] = substr($billingAddress->getFirstname(), 0, 1);
|
160 |
-
$arrEnduser['invoiceAddress']['lastName'] = substr($billingAddress->getLastname(), 0, 30);
|
161 |
-
}
|
162 |
-
$api->setEnduser($arrEnduser);
|
163 |
-
}
|
164 |
-
|
165 |
-
$api->setServiceId($serviceId);
|
166 |
-
$api->setApiToken($apiToken);
|
167 |
-
|
168 |
-
$api->setAmount(round($amount * 100));
|
169 |
-
$api->setCurrency($order->getOrderCurrencyCode());
|
170 |
-
|
171 |
-
$api->setPaymentOptionId($optionId);
|
172 |
-
$api->setFinishUrl(Mage::getUrl('pay_payment/order/return'));
|
173 |
-
|
174 |
-
$api->setExchangeUrl(Mage::getUrl('pay_payment/order/exchange'));
|
175 |
-
$api->setOrderId($order->getIncrementId());
|
176 |
-
|
177 |
-
if (!empty($optionSubId)) {
|
178 |
-
$api->setPaymentOptionSubId($optionSubId);
|
179 |
-
}
|
180 |
-
try {
|
181 |
-
Mage::log('Calling Pay api to start transaction', null, 'paynl.log');
|
182 |
-
|
183 |
-
$resultData = $api->doRequest();
|
184 |
-
|
185 |
-
} catch (Exception $e) {
|
186 |
-
Mage::log("Creating transaction failed, Exception: " . $e->getMessage(), null, 'paynl.log');
|
187 |
-
// Reset previous errors
|
188 |
-
Mage::getSingleton('checkout/session')->getMessages(true);
|
189 |
-
|
190 |
-
// cart restoren
|
191 |
-
$restoreCart = Mage::getStoreConfig('pay_payment/general/restore_cart', Mage::app()->getStore());
|
192 |
-
if ($restoreCart) {
|
193 |
-
$items = $order->getItemsCollection();
|
194 |
-
foreach ($items as $item) {
|
195 |
-
try {
|
196 |
-
$cart = Mage::getSingleton('checkout/cart');
|
197 |
-
|
198 |
-
$cart->addOrderItem($item);
|
199 |
-
} catch (Mage_Core_Exception $e) {
|
200 |
-
if (Mage::getSingleton('checkout/session')->getUseNotice(true)) {
|
201 |
-
Mage::getSingleton('checkout/session')->addNotice($e->getMessage());
|
202 |
-
} else {
|
203 |
-
Mage::getSingleton('checkout/session')->addError($e->getMessage());
|
204 |
-
}
|
205 |
-
} catch (Exception $e) {
|
206 |
-
Mage::getSingleton('checkout/session')->addException($e, Mage::helper('checkout')->__('Cannot add the item to shopping cart.')
|
207 |
-
);
|
208 |
-
}
|
209 |
-
}
|
210 |
-
$cart->save();
|
211 |
-
}
|
212 |
-
|
213 |
-
// Add error to cart
|
214 |
-
Mage::getSingleton('checkout/session')->addError(Mage::helper('pay_payment')->__('Er is een storing bij de door u gekozen betaalmethode of bank. Kiest u alstublieft een andere betaalmethode of probeer het later nogmaals'));
|
215 |
-
Mage::getSingleton('checkout/session')->addError($e->getMessage());
|
216 |
-
// Mage::getSingleton('checkout/session')->addError(print_r($api->getPostData(),1));
|
217 |
-
// Redirect via header
|
218 |
-
Mage::app()->getResponse()->setRedirect(Mage::getUrl('checkout/cart'));
|
219 |
-
return;
|
220 |
-
// Fallback redirect via javascript
|
221 |
-
//echo 'window.location = \'' . Mage::getUrl('checkout/cart') . '\'';
|
222 |
-
}
|
223 |
-
|
224 |
-
$transaction = Mage::getModel('pay_payment/transaction');
|
225 |
-
|
226 |
-
$transactionId = $resultData['transaction']['transactionId'];
|
227 |
|
228 |
-
Mage::log('Transaction started, transactionId: ' . $transactionId, null, 'paynl.log');
|
229 |
|
230 |
-
|
231 |
-
|
232 |
-
'transaction_id' => $transactionId,
|
233 |
-
'service_id' => $serviceId,
|
234 |
-
'option_id' => $optionId,
|
235 |
-
'option_sub_id' => $optionSubId,
|
236 |
-
'amount' => round($amount * 100),
|
237 |
-
'order_id' => $order->getId(),
|
238 |
-
'status' => Pay_Payment_Model_Transaction::STATE_PENDING,
|
239 |
-
'created' => time(),
|
240 |
-
'last_update' => time(),
|
241 |
-
));
|
242 |
|
243 |
-
|
244 |
|
245 |
-
|
246 |
-
$
|
|
|
|
|
|
|
|
|
247 |
|
248 |
-
|
|
|
|
|
249 |
|
250 |
-
|
251 |
-
|
252 |
-
);
|
|
|
|
|
253 |
|
|
|
254 |
|
255 |
-
|
|
|
256 |
|
257 |
-
|
258 |
-
|
259 |
-
$order->sendNewOrderEmail();
|
260 |
-
}
|
261 |
|
262 |
-
Mage::app()->getResponse()->setRedirect($url);
|
263 |
} else {
|
264 |
// loading order failed
|
265 |
Mage::log('Error: OrderId found in session but loading the order failed, orderId:' . $session->getLastRealOrderId(), null, 'paynl.log');
|
11 |
/* @var $session Mage_Checkout_Model_Session */
|
12 |
if ($session->getLastRealOrderId()) {
|
13 |
Mage::log('Order found in session, orderId: ' . $session->getLastRealOrderId(), null, 'paynl.log');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
/** @var Mage_Sales_Model_Order $order */
|
16 |
+
$order = Mage::getModel('sales/order')->loadByIncrementId($session->getLastRealOrderId());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
|
|
18 |
|
19 |
+
/** @var Mage_Sales_Model_Order_Payment $payment */
|
20 |
+
$payment = $order->getPayment();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
+
$additionalData = array();
|
23 |
|
24 |
+
if($session->getIban()){
|
25 |
+
$additionalData['iban'] = $session->getIban();
|
26 |
+
}
|
27 |
+
if($session->getOptionSubId()){
|
28 |
+
$additionalData['optionSubId'] = $session->getOptionSubId();
|
29 |
+
}
|
30 |
|
31 |
+
$birthdayDay = $session->getBirthdayDay();
|
32 |
+
$birthdayMonth = $session->getBirthdayMonth();
|
33 |
+
$birthdayYear = $session->getBirthdayYear();
|
34 |
|
35 |
+
if(!empty($birthdayDay) && !empty($birthdayMonth) &&!empty($birthdayYear)){
|
36 |
+
$birthDate = $birthdayYear.'-'.$birthdayMonth.'-'.$birthdayDay;
|
37 |
+
$order->setCustomerDob($birthDate);
|
38 |
+
$order->save();
|
39 |
+
}
|
40 |
|
41 |
+
$payment->setAdditionalData($additionalData);
|
42 |
|
43 |
+
/** @var Pay_Payment_Model_Paymentmethod $method */
|
44 |
+
$method = $order->getPayment()->getMethodInstance();
|
45 |
|
46 |
+
if ($order->getId()) {
|
47 |
+
$data = $method->startPayment($order);
|
|
|
|
|
48 |
|
49 |
+
Mage::app()->getResponse()->setRedirect($data['url']);
|
50 |
} else {
|
51 |
// loading order failed
|
52 |
Mage::log('Error: OrderId found in session but loading the order failed, orderId:' . $session->getLastRealOrderId(), null, 'paynl.log');
|
app/code/community/Pay/Payment/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pay_Payment>
|
5 |
-
<version>3.
|
6 |
</Pay_Payment>
|
7 |
</modules>
|
8 |
|
@@ -42,8 +42,10 @@
|
|
42 |
<rewrite>
|
43 |
<sales_totals>Pay_Payment_Block_Adminhtml_Sales_Totals</sales_totals>
|
44 |
<sales_order_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Totals</sales_order_totals>
|
45 |
-
<sales_order_invoice_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Invoice_Totals
|
46 |
-
|
|
|
|
|
47 |
</rewrite>
|
48 |
</adminhtml>
|
49 |
</blocks>
|
@@ -114,7 +116,7 @@
|
|
114 |
<payment_charge translate="title">
|
115 |
<title>Pay.nl betaalmethode kosten</title>
|
116 |
<source_field>payment_charge</source_field>
|
117 |
-
<amount_prefix
|
118 |
<font_size>7</font_size>
|
119 |
<display_zero>0</display_zero>
|
120 |
<sort_order>200</sort_order>
|
@@ -182,6 +184,7 @@
|
|
182 |
<page_canceled>checkout/cart</page_canceled>
|
183 |
<use_backup_api>0</use_backup_api>
|
184 |
<enable_refund>1</enable_refund>
|
|
|
185 |
</general>
|
186 |
</pay_payment>
|
187 |
<payment>
|
@@ -196,6 +199,17 @@
|
|
196 |
<send_mail>success</send_mail>
|
197 |
<limit_shipping>0</limit_shipping>
|
198 |
</pay_payment_ideal>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
<pay_payment_bitcoin>
|
200 |
<active>0</active>
|
201 |
<model>pay_payment/Paymentmethod_Bitcoin</model>
|
@@ -236,16 +250,6 @@
|
|
236 |
<send_mail>success</send_mail>
|
237 |
<limit_shipping>0</limit_shipping>
|
238 |
</pay_payment_mybank>
|
239 |
-
<pay_payment_ebon>
|
240 |
-
<active>0</active>
|
241 |
-
<model>pay_payment/Paymentmethod_Ebon</model>
|
242 |
-
<title>E-Bon</title>
|
243 |
-
<payment_action>authorize</payment_action>
|
244 |
-
<order_status>pending_payment</order_status>
|
245 |
-
<order_status_success>processing</order_status_success>
|
246 |
-
<send_mail>success</send_mail>
|
247 |
-
<limit_shipping>0</limit_shipping>
|
248 |
-
</pay_payment_ebon>
|
249 |
<pay_payment_fashioncheque>
|
250 |
<active>0</active>
|
251 |
<model>pay_payment/Paymentmethod_Fashioncheque</model>
|
@@ -316,16 +320,6 @@
|
|
316 |
<send_mail>success</send_mail>
|
317 |
<limit_shipping>0</limit_shipping>
|
318 |
</pay_payment_paypal>
|
319 |
-
<pay_payment_clickandbuy>
|
320 |
-
<active>0</active>
|
321 |
-
<model>pay_payment/Paymentmethod_Clickandbuy</model>
|
322 |
-
<title>ClickAndBuy</title>
|
323 |
-
<payment_action>authorize</payment_action>
|
324 |
-
<order_status>pending_payment</order_status>
|
325 |
-
<order_status_success>processing</order_status_success>
|
326 |
-
<send_mail>success</send_mail>
|
327 |
-
<limit_shipping>0</limit_shipping>
|
328 |
-
</pay_payment_clickandbuy>
|
329 |
<pay_payment_mistercash>
|
330 |
<active>0</active>
|
331 |
<model>pay_payment/Paymentmethod_Mistercash</model>
|
@@ -336,16 +330,6 @@
|
|
336 |
<send_mail>success</send_mail>
|
337 |
<limit_shipping>0</limit_shipping>
|
338 |
</pay_payment_mistercash>
|
339 |
-
<pay_payment_cashticket>
|
340 |
-
<active>0</active>
|
341 |
-
<model>pay_payment/Paymentmethod_Cashticket</model>
|
342 |
-
<title>Cashticket</title>
|
343 |
-
<payment_action>authorize</payment_action>
|
344 |
-
<order_status>pending_payment</order_status>
|
345 |
-
<order_status_success>processing</order_status_success>
|
346 |
-
<send_mail>success</send_mail>
|
347 |
-
<limit_shipping>0</limit_shipping>
|
348 |
-
</pay_payment_cashticket>
|
349 |
<pay_payment_sofortbanking>
|
350 |
<active>0</active>
|
351 |
<model>pay_payment/Paymentmethod_Sofortbanking</model>
|
@@ -356,16 +340,6 @@
|
|
356 |
<send_mail>success</send_mail>
|
357 |
<limit_shipping>0</limit_shipping>
|
358 |
</pay_payment_sofortbanking>
|
359 |
-
<pay_payment_fasterpay>
|
360 |
-
<active>0</active>
|
361 |
-
<model>pay_payment/Paymentmethod_Fasterpay</model>
|
362 |
-
<title>Fasterpay</title>
|
363 |
-
<payment_action>authorize</payment_action>
|
364 |
-
<order_status>pending_payment</order_status>
|
365 |
-
<order_status_success>processing</order_status_success>
|
366 |
-
<send_mail>success</send_mail>
|
367 |
-
<limit_shipping>0</limit_shipping>
|
368 |
-
</pay_payment_fasterpay>
|
369 |
<pay_payment_giropay>
|
370 |
<active>0</active>
|
371 |
<model>pay_payment/Paymentmethod_Giropay</model>
|
@@ -426,16 +400,6 @@
|
|
426 |
<send_mail>success</send_mail>
|
427 |
<limit_shipping>0</limit_shipping>
|
428 |
</pay_payment_telefoon>
|
429 |
-
<pay_payment_minitixsms>
|
430 |
-
<active>0</active>
|
431 |
-
<model>pay_payment/Paymentmethod_Minitixsms</model>
|
432 |
-
<title>Minitix sms</title>
|
433 |
-
<payment_action>authorize</payment_action>
|
434 |
-
<order_status>pending_payment</order_status>
|
435 |
-
<order_status_success>processing</order_status_success>
|
436 |
-
<send_mail>success</send_mail>
|
437 |
-
<limit_shipping>0</limit_shipping>
|
438 |
-
</pay_payment_minitixsms>
|
439 |
<pay_payment_paysafecard>
|
440 |
<active>0</active>
|
441 |
<model>pay_payment/Paymentmethod_Paysafecard</model>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pay_Payment>
|
5 |
+
<version>3.6.0</version>
|
6 |
</Pay_Payment>
|
7 |
</modules>
|
8 |
|
42 |
<rewrite>
|
43 |
<sales_totals>Pay_Payment_Block_Adminhtml_Sales_Totals</sales_totals>
|
44 |
<sales_order_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Totals</sales_order_totals>
|
45 |
+
<sales_order_invoice_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Invoice_Totals
|
46 |
+
</sales_order_invoice_totals>
|
47 |
+
<sales_order_creditmemo_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Creditmemo_Totals
|
48 |
+
</sales_order_creditmemo_totals>
|
49 |
</rewrite>
|
50 |
</adminhtml>
|
51 |
</blocks>
|
116 |
<payment_charge translate="title">
|
117 |
<title>Pay.nl betaalmethode kosten</title>
|
118 |
<source_field>payment_charge</source_field>
|
119 |
+
<amount_prefix></amount_prefix>
|
120 |
<font_size>7</font_size>
|
121 |
<display_zero>0</display_zero>
|
122 |
<sort_order>200</sort_order>
|
184 |
<page_canceled>checkout/cart</page_canceled>
|
185 |
<use_backup_api>0</use_backup_api>
|
186 |
<enable_refund>1</enable_refund>
|
187 |
+
<show_fee>1</show_fee>
|
188 |
</general>
|
189 |
</pay_payment>
|
190 |
<payment>
|
199 |
<send_mail>success</send_mail>
|
200 |
<limit_shipping>0</limit_shipping>
|
201 |
</pay_payment_ideal>
|
202 |
+
<pay_payment_klarna>
|
203 |
+
<active>0</active>
|
204 |
+
<model>pay_payment/Paymentmethod_Klarna</model>
|
205 |
+
<auto_capture>1</auto_capture>
|
206 |
+
<title>Klarna</title>
|
207 |
+
<payment_action>authorize</payment_action>
|
208 |
+
<order_status>pending_payment</order_status>
|
209 |
+
<order_status_success>processing</order_status_success>
|
210 |
+
<send_mail>success</send_mail>
|
211 |
+
<limit_shipping>0</limit_shipping>
|
212 |
+
</pay_payment_klarna>
|
213 |
<pay_payment_bitcoin>
|
214 |
<active>0</active>
|
215 |
<model>pay_payment/Paymentmethod_Bitcoin</model>
|
250 |
<send_mail>success</send_mail>
|
251 |
<limit_shipping>0</limit_shipping>
|
252 |
</pay_payment_mybank>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
<pay_payment_fashioncheque>
|
254 |
<active>0</active>
|
255 |
<model>pay_payment/Paymentmethod_Fashioncheque</model>
|
320 |
<send_mail>success</send_mail>
|
321 |
<limit_shipping>0</limit_shipping>
|
322 |
</pay_payment_paypal>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
<pay_payment_mistercash>
|
324 |
<active>0</active>
|
325 |
<model>pay_payment/Paymentmethod_Mistercash</model>
|
330 |
<send_mail>success</send_mail>
|
331 |
<limit_shipping>0</limit_shipping>
|
332 |
</pay_payment_mistercash>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
333 |
<pay_payment_sofortbanking>
|
334 |
<active>0</active>
|
335 |
<model>pay_payment/Paymentmethod_Sofortbanking</model>
|
340 |
<send_mail>success</send_mail>
|
341 |
<limit_shipping>0</limit_shipping>
|
342 |
</pay_payment_sofortbanking>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
<pay_payment_giropay>
|
344 |
<active>0</active>
|
345 |
<model>pay_payment/Paymentmethod_Giropay</model>
|
400 |
<send_mail>success</send_mail>
|
401 |
<limit_shipping>0</limit_shipping>
|
402 |
</pay_payment_telefoon>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
<pay_payment_paysafecard>
|
404 |
<active>0</active>
|
405 |
<model>pay_payment/Paymentmethod_Paysafecard</model>
|
app/code/community/Pay/Payment/etc/system.xml
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<config>
|
3 |
-
|
4 |
<pay_payment translate="label" module="pay_payment">
|
5 |
-
<label
|
|
|
6 |
<sort_order>1</sort_order>
|
7 |
</pay_payment>
|
8 |
-
</tabs
|
9 |
<sections>
|
10 |
<!-- Algemene instellingen-->
|
11 |
<pay_payment translate="label" module="pay_payment">
|
@@ -47,7 +48,6 @@
|
|
47 |
<show_in_website>1</show_in_website>
|
48 |
<show_in_store>1</show_in_store>
|
49 |
</serviceid>
|
50 |
-
|
51 |
<auto_invoice translate="label comment">
|
52 |
<label>Automatisch factureren</label>
|
53 |
<comment>
|
@@ -152,13 +152,23 @@
|
|
152 |
<show_in_website>1</show_in_website>
|
153 |
<show_in_store>1</show_in_store>
|
154 |
</show_icons>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
<icon_size>
|
156 |
<label>Grootte van icoontjes</label>
|
157 |
<comment>
|
158 |
<![CDATA[Selecteer hoe groot de icoontjes van de betaalmethoden moeten zijn]]></comment>
|
159 |
<frontend_type>select</frontend_type>
|
160 |
<source_model>pay_payment/source_iconsize</source_model>
|
161 |
-
<sort_order>
|
162 |
<show_in_default>1</show_in_default>
|
163 |
<show_in_website>1</show_in_website>
|
164 |
<show_in_store>1</show_in_store>
|
@@ -167,491 +177,66 @@
|
|
167 |
<label>Text betalingskosten</label>
|
168 |
<comment><![CDATA[De text die wordt weergegeven bij de betalingskosten]]></comment>
|
169 |
<frontend_type>text</frontend_type>
|
170 |
-
<sort_order>
|
171 |
<show_in_default>1</show_in_default>
|
172 |
<show_in_website>1</show_in_website>
|
173 |
<show_in_store>1</show_in_store>
|
174 |
</text_payment_charge>
|
175 |
<use_backup_api>
|
176 |
<label>Gateway</label>
|
177 |
-
<comment
|
|
|
178 |
<frontend_type>select</frontend_type>
|
179 |
<source_model>pay_payment/source_gateway</source_model>
|
180 |
-
<sort_order>16</sort_order>
|
181 |
-
<show_in_default>1</show_in_default>
|
182 |
-
</use_backup_api>
|
183 |
-
<backup_api_url>
|
184 |
-
<depends><use_backup_api>1</use_backup_api></depends>
|
185 |
-
<comment>Vul hier de locatie van de failover gateway in die door pay.nl is verstrekt</comment>
|
186 |
-
<label>Failover gateway</label>
|
187 |
-
<frontend_type>text</frontend_type>
|
188 |
<sort_order>17</sort_order>
|
189 |
<show_in_default>1</show_in_default>
|
190 |
-
</
|
191 |
-
<
|
192 |
-
<label>Refunden inschakelen</label>
|
193 |
-
<comment>Schakel dit uit indien u het rechstreeks refunden wilt uitschakelen</comment>
|
194 |
-
<frontend_type>select</frontend_type>
|
195 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
196 |
-
<sort_order>18</sort_order>
|
197 |
-
<show_in_default>1</show_in_default>
|
198 |
-
</enable_refund>
|
199 |
-
</fields>
|
200 |
-
</general>
|
201 |
-
<loaded_payment_methods translate="label" module="pay_payment">
|
202 |
-
<label>Betaalmethoden</label>
|
203 |
-
<sort_order>2</sort_order>
|
204 |
-
<show_in_default>1</show_in_default>
|
205 |
-
<show_in_website>1</show_in_website>
|
206 |
-
<show_in_store>1</show_in_store>
|
207 |
-
<expanded>1</expanded>
|
208 |
-
<fields>
|
209 |
-
<test123>
|
210 |
-
<label>Beschikbaar</label>
|
211 |
-
<comment>Hierboven ziet u de betaalmethoden die voor uw account bij pay.nl beschikbaar
|
212 |
-
zijn
|
213 |
-
</comment>
|
214 |
-
<sort_order>3</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 |
-
<frontend_model>pay_payment/adminhtml_paymentmethods</frontend_model>
|
219 |
-
</test123>
|
220 |
-
</fields>
|
221 |
-
</loaded_payment_methods>
|
222 |
-
</groups>
|
223 |
-
|
224 |
-
</pay_payment>
|
225 |
-
<sales>
|
226 |
-
<groups>
|
227 |
-
<totals_sort translate="label">
|
228 |
-
<fields>
|
229 |
-
<payment_charge>
|
230 |
-
<label>Pay.nl betaalmethode kosten</label>
|
231 |
-
<frontend_type>text</frontend_type>
|
232 |
-
<sort_order>10</sort_order>
|
233 |
-
<show_in_default>1</show_in_default>
|
234 |
-
<show_in_website>1</show_in_website>
|
235 |
-
<show_in_store>1</show_in_store>
|
236 |
-
</payment_charge>
|
237 |
-
</fields>
|
238 |
-
</totals_sort>
|
239 |
-
</groups>
|
240 |
-
</sales>
|
241 |
-
<payment>
|
242 |
-
<groups>
|
243 |
-
<pay_payment_afterpay translate="label" module="paygate">
|
244 |
-
<label>Pay.nl - Afterpay</label>
|
245 |
-
<model>pay_payment/Model_Paymentmethod_Afterpay</model>
|
246 |
-
<sort_order>1010</sort_order>
|
247 |
-
<show_in_default>1</show_in_default>
|
248 |
-
<show_in_website>1</show_in_website>
|
249 |
-
<show_in_store>1</show_in_store>
|
250 |
-
<fields>
|
251 |
-
<active translate="label">
|
252 |
-
<label>Actief</label>
|
253 |
-
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
254 |
-
<sort_order>1</sort_order>
|
255 |
-
<show_in_default>1</show_in_default>
|
256 |
-
<show_in_website>1</show_in_website>
|
257 |
-
<show_in_store>1</show_in_store>
|
258 |
-
<frontend_type>select</frontend_type>
|
259 |
-
<source_model>pay_payment/source_paymentmethod_afterpay_active</source_model>
|
260 |
-
</active>
|
261 |
-
<title translate="label">
|
262 |
-
<depends>
|
263 |
-
<active>1</active>
|
264 |
-
</depends>
|
265 |
-
<label>Titel van de betaalmethode</label>
|
266 |
-
<frontend_type>text</frontend_type>
|
267 |
-
<sort_order>2</sort_order>
|
268 |
-
<show_in_default>1</show_in_default>
|
269 |
-
<show_in_website>1</show_in_website>
|
270 |
-
<show_in_store>1</show_in_store>
|
271 |
-
</title>
|
272 |
-
|
273 |
-
<sort_order translate="label">
|
274 |
-
<depends>
|
275 |
-
<active>1</active>
|
276 |
-
</depends>
|
277 |
-
<label>Betaalmethode sorteer volgorde</label>
|
278 |
-
<frontend_type>text</frontend_type>
|
279 |
-
<sort_order>4</sort_order>
|
280 |
-
<show_in_default>1</show_in_default>
|
281 |
-
<show_in_website>1</show_in_website>
|
282 |
-
<show_in_store>1</show_in_store>
|
283 |
-
</sort_order>
|
284 |
-
<min_order_total translate="label">
|
285 |
-
<depends>
|
286 |
-
<active>1</active>
|
287 |
-
</depends>
|
288 |
-
<label>Minimum bedrag</label>
|
289 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
290 |
-
<frontend_type>text</frontend_type>
|
291 |
-
<sort_order>5</sort_order>
|
292 |
-
<show_in_default>1</show_in_default>
|
293 |
-
<show_in_website>1</show_in_website>
|
294 |
-
<show_in_store>1</show_in_store>
|
295 |
-
</min_order_total>
|
296 |
-
<max_order_total translate="label">
|
297 |
-
<depends>
|
298 |
-
<active>1</active>
|
299 |
-
</depends>
|
300 |
-
<label>Maximum bedrag</label>
|
301 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
302 |
-
<frontend_type>text</frontend_type>
|
303 |
-
<sort_order>6</sort_order>
|
304 |
-
<show_in_default>1</show_in_default>
|
305 |
-
<show_in_website>1</show_in_website>
|
306 |
-
<show_in_store>1</show_in_store>
|
307 |
-
</max_order_total>
|
308 |
-
<allowspecific translate="label">
|
309 |
-
<depends>
|
310 |
-
<active>1</active>
|
311 |
-
</depends>
|
312 |
-
<label>Beschikbaarheid per land</label>
|
313 |
-
<frontend_type>allowspecific</frontend_type>
|
314 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
315 |
-
<sort_order>7</sort_order>
|
316 |
-
<show_in_default>1</show_in_default>
|
317 |
-
<show_in_website>1</show_in_website>
|
318 |
-
<show_in_store>1</show_in_store>
|
319 |
-
</allowspecific>
|
320 |
-
<specificcountry translate="label">
|
321 |
-
<depends>
|
322 |
-
<active>1</active>
|
323 |
-
<allowspecific>1</allowspecific>
|
324 |
-
</depends>
|
325 |
-
<label>Toegestane landen</label>
|
326 |
-
<frontend_type>multiselect</frontend_type>
|
327 |
-
<source_model>adminhtml/system_config_source_country</source_model>
|
328 |
-
<sort_order>8</sort_order>
|
329 |
-
<show_in_default>1</show_in_default>
|
330 |
-
<show_in_website>1</show_in_website>
|
331 |
-
<show_in_store>1</show_in_store>
|
332 |
-
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
333 |
-
</specificcountry>
|
334 |
-
<limit_shipping translate="label">
|
335 |
-
<depends>
|
336 |
-
<active>1</active>
|
337 |
-
</depends>
|
338 |
-
<label>Verzendmethoden blokkeren</label>
|
339 |
-
<comment>
|
340 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde verzendmethoden
|
341 |
-
</comment>
|
342 |
-
<frontend_type>select</frontend_type>
|
343 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
344 |
-
<sort_order>9</sort_order>
|
345 |
-
<show_in_default>1</show_in_default>
|
346 |
-
<show_in_website>1</show_in_website>
|
347 |
-
<show_in_store>1</show_in_store>
|
348 |
-
</limit_shipping>
|
349 |
-
<disabled_shippingmethods>
|
350 |
-
<depends>
|
351 |
-
<active>1</active>
|
352 |
-
<limit_shipping>1</limit_shipping>
|
353 |
-
</depends>
|
354 |
-
<comment>
|
355 |
-
Selecteer de verzendmethoden waarvoor deze betaalmethode NIET beschikbaar is
|
356 |
-
</comment>
|
357 |
-
<label>Geblokkeerde verzendmethoden</label>
|
358 |
-
<frontend_type>multiselect</frontend_type>
|
359 |
-
<source_model>adminhtml/system_config_source_shipping_allmethods</source_model>
|
360 |
-
<sort_order>10</sort_order>
|
361 |
-
<show_in_default>1</show_in_default>
|
362 |
-
<show_in_website>1</show_in_website>
|
363 |
-
<show_in_store>1</show_in_store>
|
364 |
-
</disabled_shippingmethods>
|
365 |
-
<order_status translate="label">
|
366 |
-
<depends>
|
367 |
-
<active>1</active>
|
368 |
-
</depends>
|
369 |
-
<label>Nieuwe order status</label>
|
370 |
-
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
371 |
-
<frontend_type>select</frontend_type>
|
372 |
-
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
373 |
-
<sort_order>11</sort_order>
|
374 |
-
<show_in_default>1</show_in_default>
|
375 |
-
<show_in_website>1</show_in_website>
|
376 |
-
<show_in_store>1</show_in_store>
|
377 |
-
</order_status>
|
378 |
-
<order_status_success translate="label">
|
379 |
-
<depends>
|
380 |
-
<active>1</active>
|
381 |
-
</depends>
|
382 |
-
<label>Gelukt order status</label>
|
383 |
-
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
384 |
-
<frontend_type>select</frontend_type>
|
385 |
-
<source_model>pay_payment/source_status_processing</source_model>
|
386 |
-
<sort_order>12</sort_order>
|
387 |
-
<show_in_default>1</show_in_default>
|
388 |
-
<show_in_website>1</show_in_website>
|
389 |
-
<show_in_store>1</show_in_store>
|
390 |
-
</order_status_success>
|
391 |
-
<charge_type translate="label">
|
392 |
-
<depends>
|
393 |
-
<active>1</active>
|
394 |
-
</depends>
|
395 |
-
<label>Extra kosten rekenen</label>
|
396 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
397 |
-
totaalbedrag of een vast bedrag
|
398 |
-
</comment>
|
399 |
-
<frontend_type>select</frontend_type>
|
400 |
-
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
401 |
-
<sort_order>200</sort_order>
|
402 |
-
<show_in_default>1</show_in_default>
|
403 |
-
<show_in_website>1</show_in_website>
|
404 |
-
<show_in_store>1</show_in_store>
|
405 |
-
</charge_type>
|
406 |
-
<charge_value translate="label">
|
407 |
-
<depends>
|
408 |
-
<active>1</active>
|
409 |
-
</depends>
|
410 |
-
<label>Extra kosten</label>
|
411 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
412 |
-
als u geen extra kosten wilt rekenen vult u niets in
|
413 |
-
</comment>
|
414 |
-
<frontend_type>text</frontend_type>
|
415 |
-
<sort_order>201</sort_order>
|
416 |
-
<show_in_default>1</show_in_default>
|
417 |
-
<show_in_website>1</show_in_website>
|
418 |
-
<show_in_store>1</show_in_store>
|
419 |
-
</charge_value>
|
420 |
-
<charge_tax_class translate="label">
|
421 |
-
<depends>
|
422 |
-
<active>1</active>
|
423 |
-
</depends>
|
424 |
-
<label>Btw voor extra kosten</label>
|
425 |
-
<frontend_type>select</frontend_type>
|
426 |
-
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
427 |
-
<sort_order>202</sort_order>
|
428 |
-
<show_in_default>1</show_in_default>
|
429 |
-
<show_in_website>1</show_in_website>
|
430 |
-
<show_in_store>1</show_in_store>
|
431 |
-
</charge_tax_class>
|
432 |
-
<send_mail translate="label">
|
433 |
-
<depends>
|
434 |
-
<active>1</active>
|
435 |
-
</depends>
|
436 |
-
<label>Bevestigingsmail sturen</label>
|
437 |
-
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
438 |
-
<sort_order>300</sort_order>
|
439 |
-
<show_in_default>1</show_in_default>
|
440 |
-
<show_in_website>1</show_in_website>
|
441 |
-
<show_in_store>1</show_in_store>
|
442 |
-
<frontend_type>select</frontend_type>
|
443 |
-
<source_model>pay_payment/source_sendmail</source_model>
|
444 |
-
</send_mail>
|
445 |
-
</fields>
|
446 |
-
</pay_payment_afterpay>
|
447 |
-
<pay_payment_afterpayem translate="label" module="paygate">
|
448 |
-
<label>Pay.nl - Afterpay EM</label>
|
449 |
-
<model>pay_payment/Model_Paymentmethod_Afterpayem</model>
|
450 |
-
<sort_order>1020</sort_order>
|
451 |
-
<show_in_default>1</show_in_default>
|
452 |
-
<show_in_website>1</show_in_website>
|
453 |
-
<show_in_store>1</show_in_store>
|
454 |
-
<fields>
|
455 |
-
<active translate="label">
|
456 |
-
<label>Actief</label>
|
457 |
-
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
458 |
-
<sort_order>1</sort_order>
|
459 |
-
<show_in_default>1</show_in_default>
|
460 |
-
<show_in_website>1</show_in_website>
|
461 |
-
<show_in_store>1</show_in_store>
|
462 |
-
<frontend_type>select</frontend_type>
|
463 |
-
<source_model>pay_payment/source_paymentmethod_afterpayem_active</source_model>
|
464 |
-
</active>
|
465 |
-
<title translate="label">
|
466 |
-
<depends>
|
467 |
-
<active>1</active>
|
468 |
-
</depends>
|
469 |
-
<label>Titel van de betaalmethode</label>
|
470 |
-
<frontend_type>text</frontend_type>
|
471 |
-
<sort_order>2</sort_order>
|
472 |
-
<show_in_default>1</show_in_default>
|
473 |
-
<show_in_website>1</show_in_website>
|
474 |
-
<show_in_store>1</show_in_store>
|
475 |
-
</title>
|
476 |
-
|
477 |
-
<sort_order translate="label">
|
478 |
-
<depends>
|
479 |
-
<active>1</active>
|
480 |
-
</depends>
|
481 |
-
<label>Betaalmethode sorteer volgorde</label>
|
482 |
-
<frontend_type>text</frontend_type>
|
483 |
-
<sort_order>4</sort_order>
|
484 |
-
<show_in_default>1</show_in_default>
|
485 |
-
<show_in_website>1</show_in_website>
|
486 |
-
<show_in_store>1</show_in_store>
|
487 |
-
</sort_order>
|
488 |
-
<min_order_total translate="label">
|
489 |
-
<depends>
|
490 |
-
<active>1</active>
|
491 |
-
</depends>
|
492 |
-
<label>Minimum bedrag</label>
|
493 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
494 |
-
<frontend_type>text</frontend_type>
|
495 |
-
<sort_order>5</sort_order>
|
496 |
-
<show_in_default>1</show_in_default>
|
497 |
-
<show_in_website>1</show_in_website>
|
498 |
-
<show_in_store>1</show_in_store>
|
499 |
-
</min_order_total>
|
500 |
-
<max_order_total translate="label">
|
501 |
-
<depends>
|
502 |
-
<active>1</active>
|
503 |
-
</depends>
|
504 |
-
<label>Maximum bedrag</label>
|
505 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
506 |
-
<frontend_type>text</frontend_type>
|
507 |
-
<sort_order>6</sort_order>
|
508 |
-
<show_in_default>1</show_in_default>
|
509 |
-
<show_in_website>1</show_in_website>
|
510 |
-
<show_in_store>1</show_in_store>
|
511 |
-
</max_order_total>
|
512 |
-
<allowspecific translate="label">
|
513 |
-
<depends>
|
514 |
-
<active>1</active>
|
515 |
-
</depends>
|
516 |
-
<label>Beschikbaarheid per land</label>
|
517 |
-
<frontend_type>allowspecific</frontend_type>
|
518 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
519 |
-
<sort_order>7</sort_order>
|
520 |
-
<show_in_default>1</show_in_default>
|
521 |
-
<show_in_website>1</show_in_website>
|
522 |
-
<show_in_store>1</show_in_store>
|
523 |
-
</allowspecific>
|
524 |
-
<specificcountry translate="label">
|
525 |
-
<depends>
|
526 |
-
<active>1</active>
|
527 |
-
<allowspecific>1</allowspecific>
|
528 |
-
</depends>
|
529 |
-
<label>Toegestane landen</label>
|
530 |
-
<frontend_type>multiselect</frontend_type>
|
531 |
-
<source_model>adminhtml/system_config_source_country</source_model>
|
532 |
-
<sort_order>8</sort_order>
|
533 |
-
<show_in_default>1</show_in_default>
|
534 |
-
<show_in_website>1</show_in_website>
|
535 |
-
<show_in_store>1</show_in_store>
|
536 |
-
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
537 |
-
</specificcountry>
|
538 |
-
<limit_shipping translate="label">
|
539 |
-
<depends>
|
540 |
-
<active>1</active>
|
541 |
-
</depends>
|
542 |
-
<label>Verzendmethoden blokkeren</label>
|
543 |
-
<comment>
|
544 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde verzendmethoden
|
545 |
-
</comment>
|
546 |
-
<frontend_type>select</frontend_type>
|
547 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
548 |
-
<sort_order>9</sort_order>
|
549 |
-
<show_in_default>1</show_in_default>
|
550 |
-
<show_in_website>1</show_in_website>
|
551 |
-
<show_in_store>1</show_in_store>
|
552 |
-
</limit_shipping>
|
553 |
-
<disabled_shippingmethods>
|
554 |
-
<depends>
|
555 |
-
<active>1</active>
|
556 |
-
<limit_shipping>1</limit_shipping>
|
557 |
-
</depends>
|
558 |
-
<comment>
|
559 |
-
Selecteer de verzendmethoden waarvoor deze betaalmethode NIET beschikbaar is
|
560 |
-
</comment>
|
561 |
-
<label>Geblokkeerde verzendmethoden</label>
|
562 |
-
<frontend_type>multiselect</frontend_type>
|
563 |
-
<source_model>adminhtml/system_config_source_shipping_allmethods</source_model>
|
564 |
-
<sort_order>10</sort_order>
|
565 |
-
<show_in_default>1</show_in_default>
|
566 |
-
<show_in_website>1</show_in_website>
|
567 |
-
<show_in_store>1</show_in_store>
|
568 |
-
</disabled_shippingmethods>
|
569 |
-
<order_status translate="label">
|
570 |
-
<depends>
|
571 |
-
<active>1</active>
|
572 |
-
</depends>
|
573 |
-
<label>Nieuwe order status</label>
|
574 |
-
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
575 |
-
<frontend_type>select</frontend_type>
|
576 |
-
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
577 |
-
<sort_order>11</sort_order>
|
578 |
-
<show_in_default>1</show_in_default>
|
579 |
-
<show_in_website>1</show_in_website>
|
580 |
-
<show_in_store>1</show_in_store>
|
581 |
-
</order_status>
|
582 |
-
<order_status_success translate="label">
|
583 |
-
<depends>
|
584 |
-
<active>1</active>
|
585 |
-
</depends>
|
586 |
-
<label>Gelukt order status</label>
|
587 |
-
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
588 |
-
<frontend_type>select</frontend_type>
|
589 |
-
<source_model>pay_payment/source_status_processing</source_model>
|
590 |
-
<sort_order>12</sort_order>
|
591 |
-
<show_in_default>1</show_in_default>
|
592 |
-
<show_in_website>1</show_in_website>
|
593 |
-
<show_in_store>1</show_in_store>
|
594 |
-
</order_status_success>
|
595 |
-
<charge_type translate="label">
|
596 |
-
<depends>
|
597 |
-
<active>1</active>
|
598 |
-
</depends>
|
599 |
-
<label>Extra kosten rekenen</label>
|
600 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
601 |
-
totaalbedrag of een vast bedrag
|
602 |
-
</comment>
|
603 |
-
<frontend_type>select</frontend_type>
|
604 |
-
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
605 |
-
<sort_order>200</sort_order>
|
606 |
-
<show_in_default>1</show_in_default>
|
607 |
-
<show_in_website>1</show_in_website>
|
608 |
-
<show_in_store>1</show_in_store>
|
609 |
-
</charge_type>
|
610 |
-
<charge_value translate="label">
|
611 |
-
<depends>
|
612 |
-
<active>1</active>
|
613 |
-
</depends>
|
614 |
-
<label>Extra kosten</label>
|
615 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
616 |
-
als u geen extra kosten wilt rekenen vult u niets in
|
617 |
-
</comment>
|
618 |
-
<frontend_type>text</frontend_type>
|
619 |
-
<sort_order>201</sort_order>
|
620 |
-
<show_in_default>1</show_in_default>
|
621 |
-
<show_in_website>1</show_in_website>
|
622 |
-
<show_in_store>1</show_in_store>
|
623 |
-
</charge_value>
|
624 |
-
<charge_tax_class translate="label">
|
625 |
<depends>
|
626 |
-
<
|
627 |
</depends>
|
628 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
629 |
<frontend_type>select</frontend_type>
|
630 |
-
<source_model>adminhtml/
|
631 |
-
<sort_order>
|
632 |
<show_in_default>1</show_in_default>
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
643 |
<show_in_default>1</show_in_default>
|
644 |
<show_in_website>1</show_in_website>
|
645 |
<show_in_store>1</show_in_store>
|
646 |
-
<
|
647 |
-
|
648 |
-
</send_mail>
|
649 |
</fields>
|
650 |
-
</
|
651 |
-
<
|
652 |
-
<label>
|
653 |
-
<model>pay_payment/
|
654 |
-
<sort_order>
|
655 |
<show_in_default>1</show_in_default>
|
656 |
<show_in_website>1</show_in_website>
|
657 |
<show_in_store>1</show_in_store>
|
@@ -664,7 +249,8 @@
|
|
664 |
<show_in_website>1</show_in_website>
|
665 |
<show_in_store>1</show_in_store>
|
666 |
<frontend_type>select</frontend_type>
|
667 |
-
<source_model>pay_payment/
|
|
|
668 |
</active>
|
669 |
<title translate="label">
|
670 |
<depends>
|
@@ -676,8 +262,8 @@
|
|
676 |
<show_in_default>1</show_in_default>
|
677 |
<show_in_website>1</show_in_website>
|
678 |
<show_in_store>1</show_in_store>
|
|
|
679 |
</title>
|
680 |
-
|
681 |
<sort_order translate="label">
|
682 |
<depends>
|
683 |
<active>1</active>
|
@@ -688,30 +274,35 @@
|
|
688 |
<show_in_default>1</show_in_default>
|
689 |
<show_in_website>1</show_in_website>
|
690 |
<show_in_store>1</show_in_store>
|
|
|
691 |
</sort_order>
|
692 |
<min_order_total translate="label">
|
693 |
<depends>
|
694 |
<active>1</active>
|
695 |
</depends>
|
696 |
<label>Minimum bedrag</label>
|
697 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
698 |
<frontend_type>text</frontend_type>
|
699 |
<sort_order>5</sort_order>
|
700 |
<show_in_default>1</show_in_default>
|
701 |
<show_in_website>1</show_in_website>
|
702 |
<show_in_store>1</show_in_store>
|
|
|
703 |
</min_order_total>
|
704 |
<max_order_total translate="label">
|
705 |
<depends>
|
706 |
<active>1</active>
|
707 |
</depends>
|
708 |
<label>Maximum bedrag</label>
|
709 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
710 |
<frontend_type>text</frontend_type>
|
711 |
<sort_order>6</sort_order>
|
712 |
<show_in_default>1</show_in_default>
|
713 |
<show_in_website>1</show_in_website>
|
714 |
<show_in_store>1</show_in_store>
|
|
|
715 |
</max_order_total>
|
716 |
<allowspecific translate="label">
|
717 |
<depends>
|
@@ -719,11 +310,13 @@
|
|
719 |
</depends>
|
720 |
<label>Beschikbaarheid per land</label>
|
721 |
<frontend_type>allowspecific</frontend_type>
|
722 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
723 |
<sort_order>7</sort_order>
|
724 |
<show_in_default>1</show_in_default>
|
725 |
<show_in_website>1</show_in_website>
|
726 |
<show_in_store>1</show_in_store>
|
|
|
727 |
</allowspecific>
|
728 |
<specificcountry translate="label">
|
729 |
<depends>
|
@@ -738,6 +331,7 @@
|
|
738 |
<show_in_website>1</show_in_website>
|
739 |
<show_in_store>1</show_in_store>
|
740 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
741 |
</specificcountry>
|
742 |
<limit_shipping translate="label">
|
743 |
<depends>
|
@@ -745,7 +339,8 @@
|
|
745 |
</depends>
|
746 |
<label>Verzendmethoden blokkeren</label>
|
747 |
<comment>
|
748 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
749 |
</comment>
|
750 |
<frontend_type>select</frontend_type>
|
751 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -753,6 +348,7 @@
|
|
753 |
<show_in_default>1</show_in_default>
|
754 |
<show_in_website>1</show_in_website>
|
755 |
<show_in_store>1</show_in_store>
|
|
|
756 |
</limit_shipping>
|
757 |
<disabled_shippingmethods>
|
758 |
<depends>
|
@@ -769,6 +365,7 @@
|
|
769 |
<show_in_default>1</show_in_default>
|
770 |
<show_in_website>1</show_in_website>
|
771 |
<show_in_store>1</show_in_store>
|
|
|
772 |
</disabled_shippingmethods>
|
773 |
<order_status translate="label">
|
774 |
<depends>
|
@@ -782,6 +379,7 @@
|
|
782 |
<show_in_default>1</show_in_default>
|
783 |
<show_in_website>1</show_in_website>
|
784 |
<show_in_store>1</show_in_store>
|
|
|
785 |
</order_status>
|
786 |
<order_status_success translate="label">
|
787 |
<depends>
|
@@ -795,13 +393,16 @@
|
|
795 |
<show_in_default>1</show_in_default>
|
796 |
<show_in_website>1</show_in_website>
|
797 |
<show_in_store>1</show_in_store>
|
|
|
798 |
</order_status_success>
|
799 |
<charge_type translate="label">
|
800 |
<depends>
|
801 |
<active>1</active>
|
802 |
</depends>
|
803 |
<label>Extra kosten rekenen</label>
|
804 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
805 |
totaalbedrag of een vast bedrag
|
806 |
</comment>
|
807 |
<frontend_type>select</frontend_type>
|
@@ -810,13 +411,15 @@
|
|
810 |
<show_in_default>1</show_in_default>
|
811 |
<show_in_website>1</show_in_website>
|
812 |
<show_in_store>1</show_in_store>
|
|
|
813 |
</charge_type>
|
814 |
<charge_value translate="label">
|
815 |
<depends>
|
816 |
<active>1</active>
|
817 |
</depends>
|
818 |
<label>Extra kosten</label>
|
819 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
820 |
als u geen extra kosten wilt rekenen vult u niets in
|
821 |
</comment>
|
822 |
<frontend_type>text</frontend_type>
|
@@ -824,6 +427,7 @@
|
|
824 |
<show_in_default>1</show_in_default>
|
825 |
<show_in_website>1</show_in_website>
|
826 |
<show_in_store>1</show_in_store>
|
|
|
827 |
</charge_value>
|
828 |
<charge_tax_class translate="label">
|
829 |
<depends>
|
@@ -836,6 +440,7 @@
|
|
836 |
<show_in_default>1</show_in_default>
|
837 |
<show_in_website>1</show_in_website>
|
838 |
<show_in_store>1</show_in_store>
|
|
|
839 |
</charge_tax_class>
|
840 |
<send_mail translate="label">
|
841 |
<depends>
|
@@ -849,13 +454,14 @@
|
|
849 |
<show_in_store>1</show_in_store>
|
850 |
<frontend_type>select</frontend_type>
|
851 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
852 |
</send_mail>
|
853 |
</fields>
|
854 |
-
</
|
855 |
-
<
|
856 |
-
<label>
|
857 |
-
<model>pay_payment/
|
858 |
-
<sort_order>
|
859 |
<show_in_default>1</show_in_default>
|
860 |
<show_in_website>1</show_in_website>
|
861 |
<show_in_store>1</show_in_store>
|
@@ -868,7 +474,8 @@
|
|
868 |
<show_in_website>1</show_in_website>
|
869 |
<show_in_store>1</show_in_store>
|
870 |
<frontend_type>select</frontend_type>
|
871 |
-
<source_model>pay_payment/
|
|
|
872 |
</active>
|
873 |
<title translate="label">
|
874 |
<depends>
|
@@ -880,6 +487,7 @@
|
|
880 |
<show_in_default>1</show_in_default>
|
881 |
<show_in_website>1</show_in_website>
|
882 |
<show_in_store>1</show_in_store>
|
|
|
883 |
</title>
|
884 |
|
885 |
<sort_order translate="label">
|
@@ -892,71 +500,49 @@
|
|
892 |
<show_in_default>1</show_in_default>
|
893 |
<show_in_website>1</show_in_website>
|
894 |
<show_in_store>1</show_in_store>
|
|
|
895 |
</sort_order>
|
896 |
<min_order_total translate="label">
|
897 |
<depends>
|
898 |
<active>1</active>
|
899 |
</depends>
|
900 |
<label>Minimum bedrag</label>
|
901 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
902 |
<frontend_type>text</frontend_type>
|
903 |
<sort_order>5</sort_order>
|
904 |
<show_in_default>1</show_in_default>
|
905 |
<show_in_website>1</show_in_website>
|
906 |
<show_in_store>1</show_in_store>
|
|
|
907 |
</min_order_total>
|
908 |
-
|
909 |
<max_order_total translate="label">
|
910 |
<depends>
|
911 |
<active>1</active>
|
912 |
</depends>
|
913 |
<label>Maximum bedrag</label>
|
914 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
915 |
<frontend_type>text</frontend_type>
|
916 |
<sort_order>6</sort_order>
|
917 |
<show_in_default>1</show_in_default>
|
918 |
<show_in_website>1</show_in_website>
|
919 |
<show_in_store>1</show_in_store>
|
|
|
920 |
</max_order_total>
|
921 |
-
<ask_data_personal translate="label">
|
922 |
-
<depends>
|
923 |
-
<active>1</active>
|
924 |
-
</depends>
|
925 |
-
<label>Persoonlijk inschakelen</label>
|
926 |
-
<comment>Geboortedatum vragen, zodat persoonlijke bestellingen rechtstreeks worden
|
927 |
-
doorgestuurd zonder tussenscherm
|
928 |
-
</comment>
|
929 |
-
<frontend_type>select</frontend_type>
|
930 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
931 |
-
<sort_order>7</sort_order>
|
932 |
-
<show_in_default>1</show_in_default>
|
933 |
-
<show_in_website>1</show_in_website>
|
934 |
-
<show_in_store>1</show_in_store>
|
935 |
-
</ask_data_personal>
|
936 |
-
<!-- <ask_data_business translate="label"> Uitgeschakeld, omdat de api deze nog niet accepteert
|
937 |
-
<depends>
|
938 |
-
<active>1</active>
|
939 |
-
</depends>
|
940 |
-
<label>Zakelijk inschakelen</label>
|
941 |
-
<comment>Bedrijfsgegven vragen, zodat zakelijke bestellingen rechtstreeks worden doorgestuurd zonder tussenscherm</comment>
|
942 |
-
<frontend_type>select</frontend_type>
|
943 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
944 |
-
<sort_order>8</sort_order>
|
945 |
-
<show_in_default>1</show_in_default>
|
946 |
-
<show_in_website>1</show_in_website>
|
947 |
-
<show_in_store>1</show_in_store>
|
948 |
-
</ask_data_business>-->
|
949 |
<allowspecific translate="label">
|
950 |
<depends>
|
951 |
<active>1</active>
|
952 |
</depends>
|
953 |
<label>Beschikbaarheid per land</label>
|
954 |
<frontend_type>allowspecific</frontend_type>
|
955 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
956 |
-
|
|
|
957 |
<show_in_default>1</show_in_default>
|
958 |
<show_in_website>1</show_in_website>
|
959 |
<show_in_store>1</show_in_store>
|
|
|
960 |
</allowspecific>
|
961 |
<specificcountry translate="label">
|
962 |
<depends>
|
@@ -966,11 +552,12 @@
|
|
966 |
<label>Toegestane landen</label>
|
967 |
<frontend_type>multiselect</frontend_type>
|
968 |
<source_model>adminhtml/system_config_source_country</source_model>
|
969 |
-
<sort_order>
|
970 |
<show_in_default>1</show_in_default>
|
971 |
<show_in_website>1</show_in_website>
|
972 |
<show_in_store>1</show_in_store>
|
973 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
974 |
</specificcountry>
|
975 |
<limit_shipping translate="label">
|
976 |
<depends>
|
@@ -978,7 +565,8 @@
|
|
978 |
</depends>
|
979 |
<label>Verzendmethoden blokkeren</label>
|
980 |
<comment>
|
981 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
982 |
</comment>
|
983 |
<frontend_type>select</frontend_type>
|
984 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -986,6 +574,7 @@
|
|
986 |
<show_in_default>1</show_in_default>
|
987 |
<show_in_website>1</show_in_website>
|
988 |
<show_in_store>1</show_in_store>
|
|
|
989 |
</limit_shipping>
|
990 |
<disabled_shippingmethods>
|
991 |
<depends>
|
@@ -1002,6 +591,7 @@
|
|
1002 |
<show_in_default>1</show_in_default>
|
1003 |
<show_in_website>1</show_in_website>
|
1004 |
<show_in_store>1</show_in_store>
|
|
|
1005 |
</disabled_shippingmethods>
|
1006 |
<order_status translate="label">
|
1007 |
<depends>
|
@@ -1015,6 +605,7 @@
|
|
1015 |
<show_in_default>1</show_in_default>
|
1016 |
<show_in_website>1</show_in_website>
|
1017 |
<show_in_store>1</show_in_store>
|
|
|
1018 |
</order_status>
|
1019 |
<order_status_success translate="label">
|
1020 |
<depends>
|
@@ -1028,13 +619,16 @@
|
|
1028 |
<show_in_default>1</show_in_default>
|
1029 |
<show_in_website>1</show_in_website>
|
1030 |
<show_in_store>1</show_in_store>
|
|
|
1031 |
</order_status_success>
|
1032 |
<charge_type translate="label">
|
1033 |
<depends>
|
1034 |
<active>1</active>
|
1035 |
</depends>
|
1036 |
<label>Extra kosten rekenen</label>
|
1037 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
1038 |
totaalbedrag of een vast bedrag
|
1039 |
</comment>
|
1040 |
<frontend_type>select</frontend_type>
|
@@ -1043,13 +637,15 @@
|
|
1043 |
<show_in_default>1</show_in_default>
|
1044 |
<show_in_website>1</show_in_website>
|
1045 |
<show_in_store>1</show_in_store>
|
|
|
1046 |
</charge_type>
|
1047 |
<charge_value translate="label">
|
1048 |
<depends>
|
1049 |
<active>1</active>
|
1050 |
</depends>
|
1051 |
<label>Extra kosten</label>
|
1052 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
1053 |
als u geen extra kosten wilt rekenen vult u niets in
|
1054 |
</comment>
|
1055 |
<frontend_type>text</frontend_type>
|
@@ -1057,6 +653,7 @@
|
|
1057 |
<show_in_default>1</show_in_default>
|
1058 |
<show_in_website>1</show_in_website>
|
1059 |
<show_in_store>1</show_in_store>
|
|
|
1060 |
</charge_value>
|
1061 |
<charge_tax_class translate="label">
|
1062 |
<depends>
|
@@ -1069,6 +666,7 @@
|
|
1069 |
<show_in_default>1</show_in_default>
|
1070 |
<show_in_website>1</show_in_website>
|
1071 |
<show_in_store>1</show_in_store>
|
|
|
1072 |
</charge_tax_class>
|
1073 |
<send_mail translate="label">
|
1074 |
<depends>
|
@@ -1082,13 +680,14 @@
|
|
1082 |
<show_in_store>1</show_in_store>
|
1083 |
<frontend_type>select</frontend_type>
|
1084 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
1085 |
</send_mail>
|
1086 |
</fields>
|
1087 |
-
</
|
1088 |
-
<
|
1089 |
-
<label>
|
1090 |
-
<model>pay_payment/
|
1091 |
-
<sort_order>
|
1092 |
<show_in_default>1</show_in_default>
|
1093 |
<show_in_website>1</show_in_website>
|
1094 |
<show_in_store>1</show_in_store>
|
@@ -1101,7 +700,8 @@
|
|
1101 |
<show_in_website>1</show_in_website>
|
1102 |
<show_in_store>1</show_in_store>
|
1103 |
<frontend_type>select</frontend_type>
|
1104 |
-
<source_model>pay_payment/
|
|
|
1105 |
</active>
|
1106 |
<title translate="label">
|
1107 |
<depends>
|
@@ -1113,6 +713,7 @@
|
|
1113 |
<show_in_default>1</show_in_default>
|
1114 |
<show_in_website>1</show_in_website>
|
1115 |
<show_in_store>1</show_in_store>
|
|
|
1116 |
</title>
|
1117 |
|
1118 |
<sort_order translate="label">
|
@@ -1125,30 +726,35 @@
|
|
1125 |
<show_in_default>1</show_in_default>
|
1126 |
<show_in_website>1</show_in_website>
|
1127 |
<show_in_store>1</show_in_store>
|
|
|
1128 |
</sort_order>
|
1129 |
<min_order_total translate="label">
|
1130 |
<depends>
|
1131 |
<active>1</active>
|
1132 |
</depends>
|
1133 |
<label>Minimum bedrag</label>
|
1134 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1135 |
<frontend_type>text</frontend_type>
|
1136 |
<sort_order>5</sort_order>
|
1137 |
<show_in_default>1</show_in_default>
|
1138 |
<show_in_website>1</show_in_website>
|
1139 |
<show_in_store>1</show_in_store>
|
|
|
1140 |
</min_order_total>
|
1141 |
<max_order_total translate="label">
|
1142 |
<depends>
|
1143 |
<active>1</active>
|
1144 |
</depends>
|
1145 |
<label>Maximum bedrag</label>
|
1146 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1147 |
<frontend_type>text</frontend_type>
|
1148 |
<sort_order>6</sort_order>
|
1149 |
<show_in_default>1</show_in_default>
|
1150 |
<show_in_website>1</show_in_website>
|
1151 |
<show_in_store>1</show_in_store>
|
|
|
1152 |
</max_order_total>
|
1153 |
<allowspecific translate="label">
|
1154 |
<depends>
|
@@ -1156,11 +762,13 @@
|
|
1156 |
</depends>
|
1157 |
<label>Beschikbaarheid per land</label>
|
1158 |
<frontend_type>allowspecific</frontend_type>
|
1159 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
1160 |
<sort_order>7</sort_order>
|
1161 |
<show_in_default>1</show_in_default>
|
1162 |
<show_in_website>1</show_in_website>
|
1163 |
<show_in_store>1</show_in_store>
|
|
|
1164 |
</allowspecific>
|
1165 |
<specificcountry translate="label">
|
1166 |
<depends>
|
@@ -1175,6 +783,7 @@
|
|
1175 |
<show_in_website>1</show_in_website>
|
1176 |
<show_in_store>1</show_in_store>
|
1177 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
1178 |
</specificcountry>
|
1179 |
<limit_shipping translate="label">
|
1180 |
<depends>
|
@@ -1182,7 +791,8 @@
|
|
1182 |
</depends>
|
1183 |
<label>Verzendmethoden blokkeren</label>
|
1184 |
<comment>
|
1185 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
1186 |
</comment>
|
1187 |
<frontend_type>select</frontend_type>
|
1188 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -1190,6 +800,7 @@
|
|
1190 |
<show_in_default>1</show_in_default>
|
1191 |
<show_in_website>1</show_in_website>
|
1192 |
<show_in_store>1</show_in_store>
|
|
|
1193 |
</limit_shipping>
|
1194 |
<disabled_shippingmethods>
|
1195 |
<depends>
|
@@ -1206,6 +817,7 @@
|
|
1206 |
<show_in_default>1</show_in_default>
|
1207 |
<show_in_website>1</show_in_website>
|
1208 |
<show_in_store>1</show_in_store>
|
|
|
1209 |
</disabled_shippingmethods>
|
1210 |
<order_status translate="label">
|
1211 |
<depends>
|
@@ -1219,6 +831,7 @@
|
|
1219 |
<show_in_default>1</show_in_default>
|
1220 |
<show_in_website>1</show_in_website>
|
1221 |
<show_in_store>1</show_in_store>
|
|
|
1222 |
</order_status>
|
1223 |
<order_status_success translate="label">
|
1224 |
<depends>
|
@@ -1232,13 +845,16 @@
|
|
1232 |
<show_in_default>1</show_in_default>
|
1233 |
<show_in_website>1</show_in_website>
|
1234 |
<show_in_store>1</show_in_store>
|
|
|
1235 |
</order_status_success>
|
1236 |
<charge_type translate="label">
|
1237 |
<depends>
|
1238 |
<active>1</active>
|
1239 |
</depends>
|
1240 |
<label>Extra kosten rekenen</label>
|
1241 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
1242 |
totaalbedrag of een vast bedrag
|
1243 |
</comment>
|
1244 |
<frontend_type>select</frontend_type>
|
@@ -1247,13 +863,15 @@
|
|
1247 |
<show_in_default>1</show_in_default>
|
1248 |
<show_in_website>1</show_in_website>
|
1249 |
<show_in_store>1</show_in_store>
|
|
|
1250 |
</charge_type>
|
1251 |
<charge_value translate="label">
|
1252 |
<depends>
|
1253 |
<active>1</active>
|
1254 |
</depends>
|
1255 |
<label>Extra kosten</label>
|
1256 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
1257 |
als u geen extra kosten wilt rekenen vult u niets in
|
1258 |
</comment>
|
1259 |
<frontend_type>text</frontend_type>
|
@@ -1261,6 +879,7 @@
|
|
1261 |
<show_in_default>1</show_in_default>
|
1262 |
<show_in_website>1</show_in_website>
|
1263 |
<show_in_store>1</show_in_store>
|
|
|
1264 |
</charge_value>
|
1265 |
<charge_tax_class translate="label">
|
1266 |
<depends>
|
@@ -1273,6 +892,7 @@
|
|
1273 |
<show_in_default>1</show_in_default>
|
1274 |
<show_in_website>1</show_in_website>
|
1275 |
<show_in_store>1</show_in_store>
|
|
|
1276 |
</charge_tax_class>
|
1277 |
<send_mail translate="label">
|
1278 |
<depends>
|
@@ -1286,13 +906,14 @@
|
|
1286 |
<show_in_store>1</show_in_store>
|
1287 |
<frontend_type>select</frontend_type>
|
1288 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
1289 |
</send_mail>
|
1290 |
</fields>
|
1291 |
-
</
|
1292 |
-
<
|
1293 |
-
<label>
|
1294 |
-
<model>pay_payment/
|
1295 |
-
<sort_order>
|
1296 |
<show_in_default>1</show_in_default>
|
1297 |
<show_in_website>1</show_in_website>
|
1298 |
<show_in_store>1</show_in_store>
|
@@ -1305,7 +926,8 @@
|
|
1305 |
<show_in_website>1</show_in_website>
|
1306 |
<show_in_store>1</show_in_store>
|
1307 |
<frontend_type>select</frontend_type>
|
1308 |
-
<source_model>pay_payment/
|
|
|
1309 |
</active>
|
1310 |
<title translate="label">
|
1311 |
<depends>
|
@@ -1317,6 +939,7 @@
|
|
1317 |
<show_in_default>1</show_in_default>
|
1318 |
<show_in_website>1</show_in_website>
|
1319 |
<show_in_store>1</show_in_store>
|
|
|
1320 |
</title>
|
1321 |
|
1322 |
<sort_order translate="label">
|
@@ -1329,42 +952,79 @@
|
|
1329 |
<show_in_default>1</show_in_default>
|
1330 |
<show_in_website>1</show_in_website>
|
1331 |
<show_in_store>1</show_in_store>
|
|
|
1332 |
</sort_order>
|
1333 |
<min_order_total translate="label">
|
1334 |
<depends>
|
1335 |
<active>1</active>
|
1336 |
</depends>
|
1337 |
<label>Minimum bedrag</label>
|
1338 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1339 |
<frontend_type>text</frontend_type>
|
1340 |
<sort_order>5</sort_order>
|
1341 |
<show_in_default>1</show_in_default>
|
1342 |
<show_in_website>1</show_in_website>
|
1343 |
<show_in_store>1</show_in_store>
|
|
|
1344 |
</min_order_total>
|
|
|
1345 |
<max_order_total translate="label">
|
1346 |
<depends>
|
1347 |
<active>1</active>
|
1348 |
</depends>
|
1349 |
<label>Maximum bedrag</label>
|
1350 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1351 |
<frontend_type>text</frontend_type>
|
1352 |
<sort_order>6</sort_order>
|
1353 |
<show_in_default>1</show_in_default>
|
1354 |
<show_in_website>1</show_in_website>
|
1355 |
<show_in_store>1</show_in_store>
|
|
|
1356 |
</max_order_total>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1357 |
<allowspecific translate="label">
|
1358 |
<depends>
|
1359 |
<active>1</active>
|
1360 |
</depends>
|
1361 |
<label>Beschikbaarheid per land</label>
|
1362 |
<frontend_type>allowspecific</frontend_type>
|
1363 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
1364 |
-
|
|
|
1365 |
<show_in_default>1</show_in_default>
|
1366 |
<show_in_website>1</show_in_website>
|
1367 |
<show_in_store>1</show_in_store>
|
|
|
1368 |
</allowspecific>
|
1369 |
<specificcountry translate="label">
|
1370 |
<depends>
|
@@ -1374,11 +1034,12 @@
|
|
1374 |
<label>Toegestane landen</label>
|
1375 |
<frontend_type>multiselect</frontend_type>
|
1376 |
<source_model>adminhtml/system_config_source_country</source_model>
|
1377 |
-
<sort_order>
|
1378 |
<show_in_default>1</show_in_default>
|
1379 |
<show_in_website>1</show_in_website>
|
1380 |
<show_in_store>1</show_in_store>
|
1381 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
1382 |
</specificcountry>
|
1383 |
<limit_shipping translate="label">
|
1384 |
<depends>
|
@@ -1386,7 +1047,8 @@
|
|
1386 |
</depends>
|
1387 |
<label>Verzendmethoden blokkeren</label>
|
1388 |
<comment>
|
1389 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
1390 |
</comment>
|
1391 |
<frontend_type>select</frontend_type>
|
1392 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -1394,6 +1056,7 @@
|
|
1394 |
<show_in_default>1</show_in_default>
|
1395 |
<show_in_website>1</show_in_website>
|
1396 |
<show_in_store>1</show_in_store>
|
|
|
1397 |
</limit_shipping>
|
1398 |
<disabled_shippingmethods>
|
1399 |
<depends>
|
@@ -1410,6 +1073,7 @@
|
|
1410 |
<show_in_default>1</show_in_default>
|
1411 |
<show_in_website>1</show_in_website>
|
1412 |
<show_in_store>1</show_in_store>
|
|
|
1413 |
</disabled_shippingmethods>
|
1414 |
<order_status translate="label">
|
1415 |
<depends>
|
@@ -1423,6 +1087,7 @@
|
|
1423 |
<show_in_default>1</show_in_default>
|
1424 |
<show_in_website>1</show_in_website>
|
1425 |
<show_in_store>1</show_in_store>
|
|
|
1426 |
</order_status>
|
1427 |
<order_status_success translate="label">
|
1428 |
<depends>
|
@@ -1436,13 +1101,16 @@
|
|
1436 |
<show_in_default>1</show_in_default>
|
1437 |
<show_in_website>1</show_in_website>
|
1438 |
<show_in_store>1</show_in_store>
|
|
|
1439 |
</order_status_success>
|
1440 |
<charge_type translate="label">
|
1441 |
<depends>
|
1442 |
<active>1</active>
|
1443 |
</depends>
|
1444 |
<label>Extra kosten rekenen</label>
|
1445 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
1446 |
totaalbedrag of een vast bedrag
|
1447 |
</comment>
|
1448 |
<frontend_type>select</frontend_type>
|
@@ -1451,13 +1119,15 @@
|
|
1451 |
<show_in_default>1</show_in_default>
|
1452 |
<show_in_website>1</show_in_website>
|
1453 |
<show_in_store>1</show_in_store>
|
|
|
1454 |
</charge_type>
|
1455 |
<charge_value translate="label">
|
1456 |
<depends>
|
1457 |
<active>1</active>
|
1458 |
</depends>
|
1459 |
<label>Extra kosten</label>
|
1460 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
1461 |
als u geen extra kosten wilt rekenen vult u niets in
|
1462 |
</comment>
|
1463 |
<frontend_type>text</frontend_type>
|
@@ -1465,6 +1135,7 @@
|
|
1465 |
<show_in_default>1</show_in_default>
|
1466 |
<show_in_website>1</show_in_website>
|
1467 |
<show_in_store>1</show_in_store>
|
|
|
1468 |
</charge_value>
|
1469 |
<charge_tax_class translate="label">
|
1470 |
<depends>
|
@@ -1477,6 +1148,7 @@
|
|
1477 |
<show_in_default>1</show_in_default>
|
1478 |
<show_in_website>1</show_in_website>
|
1479 |
<show_in_store>1</show_in_store>
|
|
|
1480 |
</charge_tax_class>
|
1481 |
<send_mail translate="label">
|
1482 |
<depends>
|
@@ -1490,13 +1162,14 @@
|
|
1490 |
<show_in_store>1</show_in_store>
|
1491 |
<frontend_type>select</frontend_type>
|
1492 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
1493 |
</send_mail>
|
1494 |
</fields>
|
1495 |
-
</
|
1496 |
-
<
|
1497 |
-
<label>
|
1498 |
-
<model>pay_payment/
|
1499 |
-
<sort_order>
|
1500 |
<show_in_default>1</show_in_default>
|
1501 |
<show_in_website>1</show_in_website>
|
1502 |
<show_in_store>1</show_in_store>
|
@@ -1509,7 +1182,8 @@
|
|
1509 |
<show_in_website>1</show_in_website>
|
1510 |
<show_in_store>1</show_in_store>
|
1511 |
<frontend_type>select</frontend_type>
|
1512 |
-
<source_model>pay_payment/
|
|
|
1513 |
</active>
|
1514 |
<title translate="label">
|
1515 |
<depends>
|
@@ -1521,6 +1195,7 @@
|
|
1521 |
<show_in_default>1</show_in_default>
|
1522 |
<show_in_website>1</show_in_website>
|
1523 |
<show_in_store>1</show_in_store>
|
|
|
1524 |
</title>
|
1525 |
|
1526 |
<sort_order translate="label">
|
@@ -1533,30 +1208,35 @@
|
|
1533 |
<show_in_default>1</show_in_default>
|
1534 |
<show_in_website>1</show_in_website>
|
1535 |
<show_in_store>1</show_in_store>
|
|
|
1536 |
</sort_order>
|
1537 |
<min_order_total translate="label">
|
1538 |
<depends>
|
1539 |
<active>1</active>
|
1540 |
</depends>
|
1541 |
<label>Minimum bedrag</label>
|
1542 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1543 |
<frontend_type>text</frontend_type>
|
1544 |
<sort_order>5</sort_order>
|
1545 |
<show_in_default>1</show_in_default>
|
1546 |
<show_in_website>1</show_in_website>
|
1547 |
<show_in_store>1</show_in_store>
|
|
|
1548 |
</min_order_total>
|
1549 |
<max_order_total translate="label">
|
1550 |
<depends>
|
1551 |
<active>1</active>
|
1552 |
</depends>
|
1553 |
<label>Maximum bedrag</label>
|
1554 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1555 |
<frontend_type>text</frontend_type>
|
1556 |
<sort_order>6</sort_order>
|
1557 |
<show_in_default>1</show_in_default>
|
1558 |
<show_in_website>1</show_in_website>
|
1559 |
<show_in_store>1</show_in_store>
|
|
|
1560 |
</max_order_total>
|
1561 |
<allowspecific translate="label">
|
1562 |
<depends>
|
@@ -1564,11 +1244,13 @@
|
|
1564 |
</depends>
|
1565 |
<label>Beschikbaarheid per land</label>
|
1566 |
<frontend_type>allowspecific</frontend_type>
|
1567 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
1568 |
<sort_order>7</sort_order>
|
1569 |
<show_in_default>1</show_in_default>
|
1570 |
<show_in_website>1</show_in_website>
|
1571 |
<show_in_store>1</show_in_store>
|
|
|
1572 |
</allowspecific>
|
1573 |
<specificcountry translate="label">
|
1574 |
<depends>
|
@@ -1583,6 +1265,7 @@
|
|
1583 |
<show_in_website>1</show_in_website>
|
1584 |
<show_in_store>1</show_in_store>
|
1585 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
1586 |
</specificcountry>
|
1587 |
<limit_shipping translate="label">
|
1588 |
<depends>
|
@@ -1590,7 +1273,8 @@
|
|
1590 |
</depends>
|
1591 |
<label>Verzendmethoden blokkeren</label>
|
1592 |
<comment>
|
1593 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
1594 |
</comment>
|
1595 |
<frontend_type>select</frontend_type>
|
1596 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -1598,6 +1282,7 @@
|
|
1598 |
<show_in_default>1</show_in_default>
|
1599 |
<show_in_website>1</show_in_website>
|
1600 |
<show_in_store>1</show_in_store>
|
|
|
1601 |
</limit_shipping>
|
1602 |
<disabled_shippingmethods>
|
1603 |
<depends>
|
@@ -1614,6 +1299,7 @@
|
|
1614 |
<show_in_default>1</show_in_default>
|
1615 |
<show_in_website>1</show_in_website>
|
1616 |
<show_in_store>1</show_in_store>
|
|
|
1617 |
</disabled_shippingmethods>
|
1618 |
<order_status translate="label">
|
1619 |
<depends>
|
@@ -1627,6 +1313,7 @@
|
|
1627 |
<show_in_default>1</show_in_default>
|
1628 |
<show_in_website>1</show_in_website>
|
1629 |
<show_in_store>1</show_in_store>
|
|
|
1630 |
</order_status>
|
1631 |
<order_status_success translate="label">
|
1632 |
<depends>
|
@@ -1640,13 +1327,16 @@
|
|
1640 |
<show_in_default>1</show_in_default>
|
1641 |
<show_in_website>1</show_in_website>
|
1642 |
<show_in_store>1</show_in_store>
|
|
|
1643 |
</order_status_success>
|
1644 |
<charge_type translate="label">
|
1645 |
<depends>
|
1646 |
<active>1</active>
|
1647 |
</depends>
|
1648 |
<label>Extra kosten rekenen</label>
|
1649 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
1650 |
totaalbedrag of een vast bedrag
|
1651 |
</comment>
|
1652 |
<frontend_type>select</frontend_type>
|
@@ -1655,13 +1345,15 @@
|
|
1655 |
<show_in_default>1</show_in_default>
|
1656 |
<show_in_website>1</show_in_website>
|
1657 |
<show_in_store>1</show_in_store>
|
|
|
1658 |
</charge_type>
|
1659 |
<charge_value translate="label">
|
1660 |
<depends>
|
1661 |
<active>1</active>
|
1662 |
</depends>
|
1663 |
<label>Extra kosten</label>
|
1664 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
1665 |
als u geen extra kosten wilt rekenen vult u niets in
|
1666 |
</comment>
|
1667 |
<frontend_type>text</frontend_type>
|
@@ -1669,6 +1361,7 @@
|
|
1669 |
<show_in_default>1</show_in_default>
|
1670 |
<show_in_website>1</show_in_website>
|
1671 |
<show_in_store>1</show_in_store>
|
|
|
1672 |
</charge_value>
|
1673 |
<charge_tax_class translate="label">
|
1674 |
<depends>
|
@@ -1681,6 +1374,7 @@
|
|
1681 |
<show_in_default>1</show_in_default>
|
1682 |
<show_in_website>1</show_in_website>
|
1683 |
<show_in_store>1</show_in_store>
|
|
|
1684 |
</charge_tax_class>
|
1685 |
<send_mail translate="label">
|
1686 |
<depends>
|
@@ -1694,13 +1388,14 @@
|
|
1694 |
<show_in_store>1</show_in_store>
|
1695 |
<frontend_type>select</frontend_type>
|
1696 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
1697 |
</send_mail>
|
1698 |
</fields>
|
1699 |
-
</
|
1700 |
-
<
|
1701 |
-
<label>
|
1702 |
-
<model>pay_payment/
|
1703 |
-
<sort_order>
|
1704 |
<show_in_default>1</show_in_default>
|
1705 |
<show_in_website>1</show_in_website>
|
1706 |
<show_in_store>1</show_in_store>
|
@@ -1713,7 +1408,8 @@
|
|
1713 |
<show_in_website>1</show_in_website>
|
1714 |
<show_in_store>1</show_in_store>
|
1715 |
<frontend_type>select</frontend_type>
|
1716 |
-
<source_model>pay_payment/
|
|
|
1717 |
</active>
|
1718 |
<title translate="label">
|
1719 |
<depends>
|
@@ -1725,6 +1421,7 @@
|
|
1725 |
<show_in_default>1</show_in_default>
|
1726 |
<show_in_website>1</show_in_website>
|
1727 |
<show_in_store>1</show_in_store>
|
|
|
1728 |
</title>
|
1729 |
|
1730 |
<sort_order translate="label">
|
@@ -1737,30 +1434,35 @@
|
|
1737 |
<show_in_default>1</show_in_default>
|
1738 |
<show_in_website>1</show_in_website>
|
1739 |
<show_in_store>1</show_in_store>
|
|
|
1740 |
</sort_order>
|
1741 |
<min_order_total translate="label">
|
1742 |
<depends>
|
1743 |
<active>1</active>
|
1744 |
</depends>
|
1745 |
<label>Minimum bedrag</label>
|
1746 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1747 |
<frontend_type>text</frontend_type>
|
1748 |
<sort_order>5</sort_order>
|
1749 |
<show_in_default>1</show_in_default>
|
1750 |
<show_in_website>1</show_in_website>
|
1751 |
<show_in_store>1</show_in_store>
|
|
|
1752 |
</min_order_total>
|
1753 |
<max_order_total translate="label">
|
1754 |
<depends>
|
1755 |
<active>1</active>
|
1756 |
</depends>
|
1757 |
<label>Maximum bedrag</label>
|
1758 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1759 |
<frontend_type>text</frontend_type>
|
1760 |
<sort_order>6</sort_order>
|
1761 |
<show_in_default>1</show_in_default>
|
1762 |
<show_in_website>1</show_in_website>
|
1763 |
<show_in_store>1</show_in_store>
|
|
|
1764 |
</max_order_total>
|
1765 |
<allowspecific translate="label">
|
1766 |
<depends>
|
@@ -1768,11 +1470,13 @@
|
|
1768 |
</depends>
|
1769 |
<label>Beschikbaarheid per land</label>
|
1770 |
<frontend_type>allowspecific</frontend_type>
|
1771 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
1772 |
<sort_order>7</sort_order>
|
1773 |
<show_in_default>1</show_in_default>
|
1774 |
<show_in_website>1</show_in_website>
|
1775 |
<show_in_store>1</show_in_store>
|
|
|
1776 |
</allowspecific>
|
1777 |
<specificcountry translate="label">
|
1778 |
<depends>
|
@@ -1787,6 +1491,7 @@
|
|
1787 |
<show_in_website>1</show_in_website>
|
1788 |
<show_in_store>1</show_in_store>
|
1789 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
1790 |
</specificcountry>
|
1791 |
<limit_shipping translate="label">
|
1792 |
<depends>
|
@@ -1794,7 +1499,8 @@
|
|
1794 |
</depends>
|
1795 |
<label>Verzendmethoden blokkeren</label>
|
1796 |
<comment>
|
1797 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
1798 |
</comment>
|
1799 |
<frontend_type>select</frontend_type>
|
1800 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -1802,6 +1508,7 @@
|
|
1802 |
<show_in_default>1</show_in_default>
|
1803 |
<show_in_website>1</show_in_website>
|
1804 |
<show_in_store>1</show_in_store>
|
|
|
1805 |
</limit_shipping>
|
1806 |
<disabled_shippingmethods>
|
1807 |
<depends>
|
@@ -1818,6 +1525,7 @@
|
|
1818 |
<show_in_default>1</show_in_default>
|
1819 |
<show_in_website>1</show_in_website>
|
1820 |
<show_in_store>1</show_in_store>
|
|
|
1821 |
</disabled_shippingmethods>
|
1822 |
<order_status translate="label">
|
1823 |
<depends>
|
@@ -1831,6 +1539,7 @@
|
|
1831 |
<show_in_default>1</show_in_default>
|
1832 |
<show_in_website>1</show_in_website>
|
1833 |
<show_in_store>1</show_in_store>
|
|
|
1834 |
</order_status>
|
1835 |
<order_status_success translate="label">
|
1836 |
<depends>
|
@@ -1844,13 +1553,16 @@
|
|
1844 |
<show_in_default>1</show_in_default>
|
1845 |
<show_in_website>1</show_in_website>
|
1846 |
<show_in_store>1</show_in_store>
|
|
|
1847 |
</order_status_success>
|
1848 |
<charge_type translate="label">
|
1849 |
<depends>
|
1850 |
<active>1</active>
|
1851 |
</depends>
|
1852 |
<label>Extra kosten rekenen</label>
|
1853 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
1854 |
totaalbedrag of een vast bedrag
|
1855 |
</comment>
|
1856 |
<frontend_type>select</frontend_type>
|
@@ -1859,13 +1571,15 @@
|
|
1859 |
<show_in_default>1</show_in_default>
|
1860 |
<show_in_website>1</show_in_website>
|
1861 |
<show_in_store>1</show_in_store>
|
|
|
1862 |
</charge_type>
|
1863 |
<charge_value translate="label">
|
1864 |
<depends>
|
1865 |
<active>1</active>
|
1866 |
</depends>
|
1867 |
<label>Extra kosten</label>
|
1868 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
1869 |
als u geen extra kosten wilt rekenen vult u niets in
|
1870 |
</comment>
|
1871 |
<frontend_type>text</frontend_type>
|
@@ -1873,6 +1587,7 @@
|
|
1873 |
<show_in_default>1</show_in_default>
|
1874 |
<show_in_website>1</show_in_website>
|
1875 |
<show_in_store>1</show_in_store>
|
|
|
1876 |
</charge_value>
|
1877 |
<charge_tax_class translate="label">
|
1878 |
<depends>
|
@@ -1885,6 +1600,7 @@
|
|
1885 |
<show_in_default>1</show_in_default>
|
1886 |
<show_in_website>1</show_in_website>
|
1887 |
<show_in_store>1</show_in_store>
|
|
|
1888 |
</charge_tax_class>
|
1889 |
<send_mail translate="label">
|
1890 |
<depends>
|
@@ -1898,13 +1614,14 @@
|
|
1898 |
<show_in_store>1</show_in_store>
|
1899 |
<frontend_type>select</frontend_type>
|
1900 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
1901 |
</send_mail>
|
1902 |
</fields>
|
1903 |
-
</
|
1904 |
-
<
|
1905 |
-
<label>
|
1906 |
-
<model>pay_payment/
|
1907 |
-
<sort_order>
|
1908 |
<show_in_default>1</show_in_default>
|
1909 |
<show_in_website>1</show_in_website>
|
1910 |
<show_in_store>1</show_in_store>
|
@@ -1917,7 +1634,9 @@
|
|
1917 |
<show_in_website>1</show_in_website>
|
1918 |
<show_in_store>1</show_in_store>
|
1919 |
<frontend_type>select</frontend_type>
|
1920 |
-
<source_model>pay_payment/
|
|
|
|
|
1921 |
</active>
|
1922 |
<title translate="label">
|
1923 |
<depends>
|
@@ -1929,6 +1648,7 @@
|
|
1929 |
<show_in_default>1</show_in_default>
|
1930 |
<show_in_website>1</show_in_website>
|
1931 |
<show_in_store>1</show_in_store>
|
|
|
1932 |
</title>
|
1933 |
|
1934 |
<sort_order translate="label">
|
@@ -1941,30 +1661,35 @@
|
|
1941 |
<show_in_default>1</show_in_default>
|
1942 |
<show_in_website>1</show_in_website>
|
1943 |
<show_in_store>1</show_in_store>
|
|
|
1944 |
</sort_order>
|
1945 |
<min_order_total translate="label">
|
1946 |
<depends>
|
1947 |
<active>1</active>
|
1948 |
</depends>
|
1949 |
<label>Minimum bedrag</label>
|
1950 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1951 |
<frontend_type>text</frontend_type>
|
1952 |
<sort_order>5</sort_order>
|
1953 |
<show_in_default>1</show_in_default>
|
1954 |
<show_in_website>1</show_in_website>
|
1955 |
<show_in_store>1</show_in_store>
|
|
|
1956 |
</min_order_total>
|
1957 |
<max_order_total translate="label">
|
1958 |
<depends>
|
1959 |
<active>1</active>
|
1960 |
</depends>
|
1961 |
<label>Maximum bedrag</label>
|
1962 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
1963 |
<frontend_type>text</frontend_type>
|
1964 |
<sort_order>6</sort_order>
|
1965 |
<show_in_default>1</show_in_default>
|
1966 |
<show_in_website>1</show_in_website>
|
1967 |
<show_in_store>1</show_in_store>
|
|
|
1968 |
</max_order_total>
|
1969 |
<allowspecific translate="label">
|
1970 |
<depends>
|
@@ -1972,11 +1697,13 @@
|
|
1972 |
</depends>
|
1973 |
<label>Beschikbaarheid per land</label>
|
1974 |
<frontend_type>allowspecific</frontend_type>
|
1975 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
1976 |
<sort_order>7</sort_order>
|
1977 |
<show_in_default>1</show_in_default>
|
1978 |
<show_in_website>1</show_in_website>
|
1979 |
<show_in_store>1</show_in_store>
|
|
|
1980 |
</allowspecific>
|
1981 |
<specificcountry translate="label">
|
1982 |
<depends>
|
@@ -1991,6 +1718,7 @@
|
|
1991 |
<show_in_website>1</show_in_website>
|
1992 |
<show_in_store>1</show_in_store>
|
1993 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
1994 |
</specificcountry>
|
1995 |
<limit_shipping translate="label">
|
1996 |
<depends>
|
@@ -1998,7 +1726,8 @@
|
|
1998 |
</depends>
|
1999 |
<label>Verzendmethoden blokkeren</label>
|
2000 |
<comment>
|
2001 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
2002 |
</comment>
|
2003 |
<frontend_type>select</frontend_type>
|
2004 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -2006,6 +1735,7 @@
|
|
2006 |
<show_in_default>1</show_in_default>
|
2007 |
<show_in_website>1</show_in_website>
|
2008 |
<show_in_store>1</show_in_store>
|
|
|
2009 |
</limit_shipping>
|
2010 |
<disabled_shippingmethods>
|
2011 |
<depends>
|
@@ -2022,6 +1752,7 @@
|
|
2022 |
<show_in_default>1</show_in_default>
|
2023 |
<show_in_website>1</show_in_website>
|
2024 |
<show_in_store>1</show_in_store>
|
|
|
2025 |
</disabled_shippingmethods>
|
2026 |
<order_status translate="label">
|
2027 |
<depends>
|
@@ -2035,6 +1766,7 @@
|
|
2035 |
<show_in_default>1</show_in_default>
|
2036 |
<show_in_website>1</show_in_website>
|
2037 |
<show_in_store>1</show_in_store>
|
|
|
2038 |
</order_status>
|
2039 |
<order_status_success translate="label">
|
2040 |
<depends>
|
@@ -2048,13 +1780,16 @@
|
|
2048 |
<show_in_default>1</show_in_default>
|
2049 |
<show_in_website>1</show_in_website>
|
2050 |
<show_in_store>1</show_in_store>
|
|
|
2051 |
</order_status_success>
|
2052 |
<charge_type translate="label">
|
2053 |
<depends>
|
2054 |
<active>1</active>
|
2055 |
</depends>
|
2056 |
<label>Extra kosten rekenen</label>
|
2057 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
2058 |
totaalbedrag of een vast bedrag
|
2059 |
</comment>
|
2060 |
<frontend_type>select</frontend_type>
|
@@ -2063,13 +1798,15 @@
|
|
2063 |
<show_in_default>1</show_in_default>
|
2064 |
<show_in_website>1</show_in_website>
|
2065 |
<show_in_store>1</show_in_store>
|
|
|
2066 |
</charge_type>
|
2067 |
<charge_value translate="label">
|
2068 |
<depends>
|
2069 |
<active>1</active>
|
2070 |
</depends>
|
2071 |
<label>Extra kosten</label>
|
2072 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
2073 |
als u geen extra kosten wilt rekenen vult u niets in
|
2074 |
</comment>
|
2075 |
<frontend_type>text</frontend_type>
|
@@ -2077,6 +1814,7 @@
|
|
2077 |
<show_in_default>1</show_in_default>
|
2078 |
<show_in_website>1</show_in_website>
|
2079 |
<show_in_store>1</show_in_store>
|
|
|
2080 |
</charge_value>
|
2081 |
<charge_tax_class translate="label">
|
2082 |
<depends>
|
@@ -2089,6 +1827,7 @@
|
|
2089 |
<show_in_default>1</show_in_default>
|
2090 |
<show_in_website>1</show_in_website>
|
2091 |
<show_in_store>1</show_in_store>
|
|
|
2092 |
</charge_tax_class>
|
2093 |
<send_mail translate="label">
|
2094 |
<depends>
|
@@ -2102,13 +1841,14 @@
|
|
2102 |
<show_in_store>1</show_in_store>
|
2103 |
<frontend_type>select</frontend_type>
|
2104 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
2105 |
</send_mail>
|
2106 |
</fields>
|
2107 |
-
</
|
2108 |
-
<
|
2109 |
-
<label>
|
2110 |
-
<model>pay_payment/
|
2111 |
-
<sort_order>
|
2112 |
<show_in_default>1</show_in_default>
|
2113 |
<show_in_website>1</show_in_website>
|
2114 |
<show_in_store>1</show_in_store>
|
@@ -2121,7 +1861,8 @@
|
|
2121 |
<show_in_website>1</show_in_website>
|
2122 |
<show_in_store>1</show_in_store>
|
2123 |
<frontend_type>select</frontend_type>
|
2124 |
-
<source_model>pay_payment/
|
|
|
2125 |
</active>
|
2126 |
<title translate="label">
|
2127 |
<depends>
|
@@ -2133,6 +1874,7 @@
|
|
2133 |
<show_in_default>1</show_in_default>
|
2134 |
<show_in_website>1</show_in_website>
|
2135 |
<show_in_store>1</show_in_store>
|
|
|
2136 |
</title>
|
2137 |
|
2138 |
<sort_order translate="label">
|
@@ -2145,30 +1887,35 @@
|
|
2145 |
<show_in_default>1</show_in_default>
|
2146 |
<show_in_website>1</show_in_website>
|
2147 |
<show_in_store>1</show_in_store>
|
|
|
2148 |
</sort_order>
|
2149 |
<min_order_total translate="label">
|
2150 |
<depends>
|
2151 |
<active>1</active>
|
2152 |
</depends>
|
2153 |
<label>Minimum bedrag</label>
|
2154 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2155 |
<frontend_type>text</frontend_type>
|
2156 |
<sort_order>5</sort_order>
|
2157 |
<show_in_default>1</show_in_default>
|
2158 |
<show_in_website>1</show_in_website>
|
2159 |
<show_in_store>1</show_in_store>
|
|
|
2160 |
</min_order_total>
|
2161 |
<max_order_total translate="label">
|
2162 |
<depends>
|
2163 |
<active>1</active>
|
2164 |
</depends>
|
2165 |
<label>Maximum bedrag</label>
|
2166 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2167 |
<frontend_type>text</frontend_type>
|
2168 |
<sort_order>6</sort_order>
|
2169 |
<show_in_default>1</show_in_default>
|
2170 |
<show_in_website>1</show_in_website>
|
2171 |
<show_in_store>1</show_in_store>
|
|
|
2172 |
</max_order_total>
|
2173 |
<allowspecific translate="label">
|
2174 |
<depends>
|
@@ -2176,11 +1923,13 @@
|
|
2176 |
</depends>
|
2177 |
<label>Beschikbaarheid per land</label>
|
2178 |
<frontend_type>allowspecific</frontend_type>
|
2179 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
2180 |
<sort_order>7</sort_order>
|
2181 |
<show_in_default>1</show_in_default>
|
2182 |
<show_in_website>1</show_in_website>
|
2183 |
<show_in_store>1</show_in_store>
|
|
|
2184 |
</allowspecific>
|
2185 |
<specificcountry translate="label">
|
2186 |
<depends>
|
@@ -2195,6 +1944,7 @@
|
|
2195 |
<show_in_website>1</show_in_website>
|
2196 |
<show_in_store>1</show_in_store>
|
2197 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
2198 |
</specificcountry>
|
2199 |
<limit_shipping translate="label">
|
2200 |
<depends>
|
@@ -2202,7 +1952,8 @@
|
|
2202 |
</depends>
|
2203 |
<label>Verzendmethoden blokkeren</label>
|
2204 |
<comment>
|
2205 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
2206 |
</comment>
|
2207 |
<frontend_type>select</frontend_type>
|
2208 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -2210,6 +1961,7 @@
|
|
2210 |
<show_in_default>1</show_in_default>
|
2211 |
<show_in_website>1</show_in_website>
|
2212 |
<show_in_store>1</show_in_store>
|
|
|
2213 |
</limit_shipping>
|
2214 |
<disabled_shippingmethods>
|
2215 |
<depends>
|
@@ -2226,6 +1978,7 @@
|
|
2226 |
<show_in_default>1</show_in_default>
|
2227 |
<show_in_website>1</show_in_website>
|
2228 |
<show_in_store>1</show_in_store>
|
|
|
2229 |
</disabled_shippingmethods>
|
2230 |
<order_status translate="label">
|
2231 |
<depends>
|
@@ -2239,6 +1992,7 @@
|
|
2239 |
<show_in_default>1</show_in_default>
|
2240 |
<show_in_website>1</show_in_website>
|
2241 |
<show_in_store>1</show_in_store>
|
|
|
2242 |
</order_status>
|
2243 |
<order_status_success translate="label">
|
2244 |
<depends>
|
@@ -2252,13 +2006,16 @@
|
|
2252 |
<show_in_default>1</show_in_default>
|
2253 |
<show_in_website>1</show_in_website>
|
2254 |
<show_in_store>1</show_in_store>
|
|
|
2255 |
</order_status_success>
|
2256 |
<charge_type translate="label">
|
2257 |
<depends>
|
2258 |
<active>1</active>
|
2259 |
</depends>
|
2260 |
<label>Extra kosten rekenen</label>
|
2261 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
2262 |
totaalbedrag of een vast bedrag
|
2263 |
</comment>
|
2264 |
<frontend_type>select</frontend_type>
|
@@ -2267,13 +2024,15 @@
|
|
2267 |
<show_in_default>1</show_in_default>
|
2268 |
<show_in_website>1</show_in_website>
|
2269 |
<show_in_store>1</show_in_store>
|
|
|
2270 |
</charge_type>
|
2271 |
<charge_value translate="label">
|
2272 |
<depends>
|
2273 |
<active>1</active>
|
2274 |
</depends>
|
2275 |
<label>Extra kosten</label>
|
2276 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
2277 |
als u geen extra kosten wilt rekenen vult u niets in
|
2278 |
</comment>
|
2279 |
<frontend_type>text</frontend_type>
|
@@ -2281,6 +2040,7 @@
|
|
2281 |
<show_in_default>1</show_in_default>
|
2282 |
<show_in_website>1</show_in_website>
|
2283 |
<show_in_store>1</show_in_store>
|
|
|
2284 |
</charge_value>
|
2285 |
<charge_tax_class translate="label">
|
2286 |
<depends>
|
@@ -2293,6 +2053,7 @@
|
|
2293 |
<show_in_default>1</show_in_default>
|
2294 |
<show_in_website>1</show_in_website>
|
2295 |
<show_in_store>1</show_in_store>
|
|
|
2296 |
</charge_tax_class>
|
2297 |
<send_mail translate="label">
|
2298 |
<depends>
|
@@ -2306,13 +2067,14 @@
|
|
2306 |
<show_in_store>1</show_in_store>
|
2307 |
<frontend_type>select</frontend_type>
|
2308 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
2309 |
</send_mail>
|
2310 |
</fields>
|
2311 |
-
</
|
2312 |
-
<pay_payment_fashioncheque translate="label" module="
|
2313 |
-
<label>
|
2314 |
<model>pay_payment/Model_Paymentmethod_Fashioncheque</model>
|
2315 |
-
<sort_order>
|
2316 |
<show_in_default>1</show_in_default>
|
2317 |
<show_in_website>1</show_in_website>
|
2318 |
<show_in_store>1</show_in_store>
|
@@ -2326,6 +2088,7 @@
|
|
2326 |
<show_in_store>1</show_in_store>
|
2327 |
<frontend_type>select</frontend_type>
|
2328 |
<source_model>pay_payment/source_paymentmethod_fashioncheque_active</source_model>
|
|
|
2329 |
</active>
|
2330 |
<title translate="label">
|
2331 |
<depends>
|
@@ -2337,6 +2100,7 @@
|
|
2337 |
<show_in_default>1</show_in_default>
|
2338 |
<show_in_website>1</show_in_website>
|
2339 |
<show_in_store>1</show_in_store>
|
|
|
2340 |
</title>
|
2341 |
|
2342 |
<sort_order translate="label">
|
@@ -2349,30 +2113,35 @@
|
|
2349 |
<show_in_default>1</show_in_default>
|
2350 |
<show_in_website>1</show_in_website>
|
2351 |
<show_in_store>1</show_in_store>
|
|
|
2352 |
</sort_order>
|
2353 |
<min_order_total translate="label">
|
2354 |
<depends>
|
2355 |
<active>1</active>
|
2356 |
</depends>
|
2357 |
<label>Minimum bedrag</label>
|
2358 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2359 |
<frontend_type>text</frontend_type>
|
2360 |
<sort_order>5</sort_order>
|
2361 |
<show_in_default>1</show_in_default>
|
2362 |
<show_in_website>1</show_in_website>
|
2363 |
<show_in_store>1</show_in_store>
|
|
|
2364 |
</min_order_total>
|
2365 |
<max_order_total translate="label">
|
2366 |
<depends>
|
2367 |
<active>1</active>
|
2368 |
</depends>
|
2369 |
<label>Maximum bedrag</label>
|
2370 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2371 |
<frontend_type>text</frontend_type>
|
2372 |
<sort_order>6</sort_order>
|
2373 |
<show_in_default>1</show_in_default>
|
2374 |
<show_in_website>1</show_in_website>
|
2375 |
<show_in_store>1</show_in_store>
|
|
|
2376 |
</max_order_total>
|
2377 |
<allowspecific translate="label">
|
2378 |
<depends>
|
@@ -2380,11 +2149,13 @@
|
|
2380 |
</depends>
|
2381 |
<label>Beschikbaarheid per land</label>
|
2382 |
<frontend_type>allowspecific</frontend_type>
|
2383 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
2384 |
<sort_order>7</sort_order>
|
2385 |
<show_in_default>1</show_in_default>
|
2386 |
<show_in_website>1</show_in_website>
|
2387 |
<show_in_store>1</show_in_store>
|
|
|
2388 |
</allowspecific>
|
2389 |
<specificcountry translate="label">
|
2390 |
<depends>
|
@@ -2399,6 +2170,7 @@
|
|
2399 |
<show_in_website>1</show_in_website>
|
2400 |
<show_in_store>1</show_in_store>
|
2401 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
2402 |
</specificcountry>
|
2403 |
<limit_shipping translate="label">
|
2404 |
<depends>
|
@@ -2406,7 +2178,8 @@
|
|
2406 |
</depends>
|
2407 |
<label>Verzendmethoden blokkeren</label>
|
2408 |
<comment>
|
2409 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
2410 |
</comment>
|
2411 |
<frontend_type>select</frontend_type>
|
2412 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -2414,6 +2187,7 @@
|
|
2414 |
<show_in_default>1</show_in_default>
|
2415 |
<show_in_website>1</show_in_website>
|
2416 |
<show_in_store>1</show_in_store>
|
|
|
2417 |
</limit_shipping>
|
2418 |
<disabled_shippingmethods>
|
2419 |
<depends>
|
@@ -2430,6 +2204,7 @@
|
|
2430 |
<show_in_default>1</show_in_default>
|
2431 |
<show_in_website>1</show_in_website>
|
2432 |
<show_in_store>1</show_in_store>
|
|
|
2433 |
</disabled_shippingmethods>
|
2434 |
<order_status translate="label">
|
2435 |
<depends>
|
@@ -2443,6 +2218,7 @@
|
|
2443 |
<show_in_default>1</show_in_default>
|
2444 |
<show_in_website>1</show_in_website>
|
2445 |
<show_in_store>1</show_in_store>
|
|
|
2446 |
</order_status>
|
2447 |
<order_status_success translate="label">
|
2448 |
<depends>
|
@@ -2456,13 +2232,16 @@
|
|
2456 |
<show_in_default>1</show_in_default>
|
2457 |
<show_in_website>1</show_in_website>
|
2458 |
<show_in_store>1</show_in_store>
|
|
|
2459 |
</order_status_success>
|
2460 |
<charge_type translate="label">
|
2461 |
<depends>
|
2462 |
<active>1</active>
|
2463 |
</depends>
|
2464 |
<label>Extra kosten rekenen</label>
|
2465 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
2466 |
totaalbedrag of een vast bedrag
|
2467 |
</comment>
|
2468 |
<frontend_type>select</frontend_type>
|
@@ -2471,13 +2250,15 @@
|
|
2471 |
<show_in_default>1</show_in_default>
|
2472 |
<show_in_website>1</show_in_website>
|
2473 |
<show_in_store>1</show_in_store>
|
|
|
2474 |
</charge_type>
|
2475 |
<charge_value translate="label">
|
2476 |
<depends>
|
2477 |
<active>1</active>
|
2478 |
</depends>
|
2479 |
<label>Extra kosten</label>
|
2480 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
2481 |
als u geen extra kosten wilt rekenen vult u niets in
|
2482 |
</comment>
|
2483 |
<frontend_type>text</frontend_type>
|
@@ -2485,6 +2266,7 @@
|
|
2485 |
<show_in_default>1</show_in_default>
|
2486 |
<show_in_website>1</show_in_website>
|
2487 |
<show_in_store>1</show_in_store>
|
|
|
2488 |
</charge_value>
|
2489 |
<charge_tax_class translate="label">
|
2490 |
<depends>
|
@@ -2497,6 +2279,7 @@
|
|
2497 |
<show_in_default>1</show_in_default>
|
2498 |
<show_in_website>1</show_in_website>
|
2499 |
<show_in_store>1</show_in_store>
|
|
|
2500 |
</charge_tax_class>
|
2501 |
<send_mail translate="label">
|
2502 |
<depends>
|
@@ -2510,13 +2293,14 @@
|
|
2510 |
<show_in_store>1</show_in_store>
|
2511 |
<frontend_type>select</frontend_type>
|
2512 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
2513 |
</send_mail>
|
2514 |
</fields>
|
2515 |
</pay_payment_fashioncheque>
|
2516 |
-
<pay_payment_focum translate="label" module="
|
2517 |
-
<label>
|
2518 |
<model>pay_payment/Model_Paymentmethod_Focum</model>
|
2519 |
-
<sort_order>
|
2520 |
<show_in_default>1</show_in_default>
|
2521 |
<show_in_website>1</show_in_website>
|
2522 |
<show_in_store>1</show_in_store>
|
@@ -2530,6 +2314,7 @@
|
|
2530 |
<show_in_store>1</show_in_store>
|
2531 |
<frontend_type>select</frontend_type>
|
2532 |
<source_model>pay_payment/source_paymentmethod_focum_active</source_model>
|
|
|
2533 |
</active>
|
2534 |
<title translate="label">
|
2535 |
<depends>
|
@@ -2541,6 +2326,7 @@
|
|
2541 |
<show_in_default>1</show_in_default>
|
2542 |
<show_in_website>1</show_in_website>
|
2543 |
<show_in_store>1</show_in_store>
|
|
|
2544 |
</title>
|
2545 |
|
2546 |
<sort_order translate="label">
|
@@ -2553,30 +2339,35 @@
|
|
2553 |
<show_in_default>1</show_in_default>
|
2554 |
<show_in_website>1</show_in_website>
|
2555 |
<show_in_store>1</show_in_store>
|
|
|
2556 |
</sort_order>
|
2557 |
<min_order_total translate="label">
|
2558 |
<depends>
|
2559 |
<active>1</active>
|
2560 |
</depends>
|
2561 |
<label>Minimum bedrag</label>
|
2562 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2563 |
<frontend_type>text</frontend_type>
|
2564 |
<sort_order>5</sort_order>
|
2565 |
<show_in_default>1</show_in_default>
|
2566 |
<show_in_website>1</show_in_website>
|
2567 |
<show_in_store>1</show_in_store>
|
|
|
2568 |
</min_order_total>
|
2569 |
<max_order_total translate="label">
|
2570 |
<depends>
|
2571 |
<active>1</active>
|
2572 |
</depends>
|
2573 |
<label>Maximum bedrag</label>
|
2574 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2575 |
<frontend_type>text</frontend_type>
|
2576 |
<sort_order>6</sort_order>
|
2577 |
<show_in_default>1</show_in_default>
|
2578 |
<show_in_website>1</show_in_website>
|
2579 |
<show_in_store>1</show_in_store>
|
|
|
2580 |
</max_order_total>
|
2581 |
<allowspecific translate="label">
|
2582 |
<depends>
|
@@ -2584,11 +2375,13 @@
|
|
2584 |
</depends>
|
2585 |
<label>Beschikbaarheid per land</label>
|
2586 |
<frontend_type>allowspecific</frontend_type>
|
2587 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
2588 |
<sort_order>7</sort_order>
|
2589 |
<show_in_default>1</show_in_default>
|
2590 |
<show_in_website>1</show_in_website>
|
2591 |
<show_in_store>1</show_in_store>
|
|
|
2592 |
</allowspecific>
|
2593 |
<specificcountry translate="label">
|
2594 |
<depends>
|
@@ -2603,6 +2396,7 @@
|
|
2603 |
<show_in_website>1</show_in_website>
|
2604 |
<show_in_store>1</show_in_store>
|
2605 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
2606 |
</specificcountry>
|
2607 |
<limit_shipping translate="label">
|
2608 |
<depends>
|
@@ -2610,7 +2404,8 @@
|
|
2610 |
</depends>
|
2611 |
<label>Verzendmethoden blokkeren</label>
|
2612 |
<comment>
|
2613 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
2614 |
</comment>
|
2615 |
<frontend_type>select</frontend_type>
|
2616 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -2618,6 +2413,7 @@
|
|
2618 |
<show_in_default>1</show_in_default>
|
2619 |
<show_in_website>1</show_in_website>
|
2620 |
<show_in_store>1</show_in_store>
|
|
|
2621 |
</limit_shipping>
|
2622 |
<disabled_shippingmethods>
|
2623 |
<depends>
|
@@ -2634,6 +2430,7 @@
|
|
2634 |
<show_in_default>1</show_in_default>
|
2635 |
<show_in_website>1</show_in_website>
|
2636 |
<show_in_store>1</show_in_store>
|
|
|
2637 |
</disabled_shippingmethods>
|
2638 |
<order_status translate="label">
|
2639 |
<depends>
|
@@ -2647,6 +2444,7 @@
|
|
2647 |
<show_in_default>1</show_in_default>
|
2648 |
<show_in_website>1</show_in_website>
|
2649 |
<show_in_store>1</show_in_store>
|
|
|
2650 |
</order_status>
|
2651 |
<order_status_success translate="label">
|
2652 |
<depends>
|
@@ -2660,13 +2458,16 @@
|
|
2660 |
<show_in_default>1</show_in_default>
|
2661 |
<show_in_website>1</show_in_website>
|
2662 |
<show_in_store>1</show_in_store>
|
|
|
2663 |
</order_status_success>
|
2664 |
<charge_type translate="label">
|
2665 |
<depends>
|
2666 |
<active>1</active>
|
2667 |
</depends>
|
2668 |
<label>Extra kosten rekenen</label>
|
2669 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
2670 |
totaalbedrag of een vast bedrag
|
2671 |
</comment>
|
2672 |
<frontend_type>select</frontend_type>
|
@@ -2675,13 +2476,15 @@
|
|
2675 |
<show_in_default>1</show_in_default>
|
2676 |
<show_in_website>1</show_in_website>
|
2677 |
<show_in_store>1</show_in_store>
|
|
|
2678 |
</charge_type>
|
2679 |
<charge_value translate="label">
|
2680 |
<depends>
|
2681 |
<active>1</active>
|
2682 |
</depends>
|
2683 |
<label>Extra kosten</label>
|
2684 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
2685 |
als u geen extra kosten wilt rekenen vult u niets in
|
2686 |
</comment>
|
2687 |
<frontend_type>text</frontend_type>
|
@@ -2689,6 +2492,7 @@
|
|
2689 |
<show_in_default>1</show_in_default>
|
2690 |
<show_in_website>1</show_in_website>
|
2691 |
<show_in_store>1</show_in_store>
|
|
|
2692 |
</charge_value>
|
2693 |
<charge_tax_class translate="label">
|
2694 |
<depends>
|
@@ -2701,6 +2505,7 @@
|
|
2701 |
<show_in_default>1</show_in_default>
|
2702 |
<show_in_website>1</show_in_website>
|
2703 |
<show_in_store>1</show_in_store>
|
|
|
2704 |
</charge_tax_class>
|
2705 |
<send_mail translate="label">
|
2706 |
<depends>
|
@@ -2714,13 +2519,14 @@
|
|
2714 |
<show_in_store>1</show_in_store>
|
2715 |
<frontend_type>select</frontend_type>
|
2716 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
2717 |
</send_mail>
|
2718 |
</fields>
|
2719 |
</pay_payment_focum>
|
2720 |
-
<pay_payment_gezondheidsbon translate="label" module="
|
2721 |
-
<label>
|
2722 |
<model>pay_payment/Model_Paymentmethod_Gezondheidsbon</model>
|
2723 |
-
<sort_order>
|
2724 |
<show_in_default>1</show_in_default>
|
2725 |
<show_in_website>1</show_in_website>
|
2726 |
<show_in_store>1</show_in_store>
|
@@ -2734,6 +2540,7 @@
|
|
2734 |
<show_in_store>1</show_in_store>
|
2735 |
<frontend_type>select</frontend_type>
|
2736 |
<source_model>pay_payment/source_paymentmethod_gezondheidsbon_active</source_model>
|
|
|
2737 |
</active>
|
2738 |
<title translate="label">
|
2739 |
<depends>
|
@@ -2745,6 +2552,7 @@
|
|
2745 |
<show_in_default>1</show_in_default>
|
2746 |
<show_in_website>1</show_in_website>
|
2747 |
<show_in_store>1</show_in_store>
|
|
|
2748 |
</title>
|
2749 |
|
2750 |
<sort_order translate="label">
|
@@ -2757,30 +2565,35 @@
|
|
2757 |
<show_in_default>1</show_in_default>
|
2758 |
<show_in_website>1</show_in_website>
|
2759 |
<show_in_store>1</show_in_store>
|
|
|
2760 |
</sort_order>
|
2761 |
<min_order_total translate="label">
|
2762 |
<depends>
|
2763 |
<active>1</active>
|
2764 |
</depends>
|
2765 |
<label>Minimum bedrag</label>
|
2766 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2767 |
<frontend_type>text</frontend_type>
|
2768 |
<sort_order>5</sort_order>
|
2769 |
<show_in_default>1</show_in_default>
|
2770 |
<show_in_website>1</show_in_website>
|
2771 |
<show_in_store>1</show_in_store>
|
|
|
2772 |
</min_order_total>
|
2773 |
<max_order_total translate="label">
|
2774 |
<depends>
|
2775 |
<active>1</active>
|
2776 |
</depends>
|
2777 |
<label>Maximum bedrag</label>
|
2778 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2779 |
<frontend_type>text</frontend_type>
|
2780 |
<sort_order>6</sort_order>
|
2781 |
<show_in_default>1</show_in_default>
|
2782 |
<show_in_website>1</show_in_website>
|
2783 |
<show_in_store>1</show_in_store>
|
|
|
2784 |
</max_order_total>
|
2785 |
<allowspecific translate="label">
|
2786 |
<depends>
|
@@ -2788,11 +2601,13 @@
|
|
2788 |
</depends>
|
2789 |
<label>Beschikbaarheid per land</label>
|
2790 |
<frontend_type>allowspecific</frontend_type>
|
2791 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
2792 |
<sort_order>7</sort_order>
|
2793 |
<show_in_default>1</show_in_default>
|
2794 |
<show_in_website>1</show_in_website>
|
2795 |
<show_in_store>1</show_in_store>
|
|
|
2796 |
</allowspecific>
|
2797 |
<specificcountry translate="label">
|
2798 |
<depends>
|
@@ -2807,6 +2622,7 @@
|
|
2807 |
<show_in_website>1</show_in_website>
|
2808 |
<show_in_store>1</show_in_store>
|
2809 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
2810 |
</specificcountry>
|
2811 |
<limit_shipping translate="label">
|
2812 |
<depends>
|
@@ -2814,7 +2630,8 @@
|
|
2814 |
</depends>
|
2815 |
<label>Verzendmethoden blokkeren</label>
|
2816 |
<comment>
|
2817 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
2818 |
</comment>
|
2819 |
<frontend_type>select</frontend_type>
|
2820 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -2822,6 +2639,7 @@
|
|
2822 |
<show_in_default>1</show_in_default>
|
2823 |
<show_in_website>1</show_in_website>
|
2824 |
<show_in_store>1</show_in_store>
|
|
|
2825 |
</limit_shipping>
|
2826 |
<disabled_shippingmethods>
|
2827 |
<depends>
|
@@ -2838,6 +2656,7 @@
|
|
2838 |
<show_in_default>1</show_in_default>
|
2839 |
<show_in_website>1</show_in_website>
|
2840 |
<show_in_store>1</show_in_store>
|
|
|
2841 |
</disabled_shippingmethods>
|
2842 |
<order_status translate="label">
|
2843 |
<depends>
|
@@ -2851,6 +2670,7 @@
|
|
2851 |
<show_in_default>1</show_in_default>
|
2852 |
<show_in_website>1</show_in_website>
|
2853 |
<show_in_store>1</show_in_store>
|
|
|
2854 |
</order_status>
|
2855 |
<order_status_success translate="label">
|
2856 |
<depends>
|
@@ -2864,13 +2684,16 @@
|
|
2864 |
<show_in_default>1</show_in_default>
|
2865 |
<show_in_website>1</show_in_website>
|
2866 |
<show_in_store>1</show_in_store>
|
|
|
2867 |
</order_status_success>
|
2868 |
<charge_type translate="label">
|
2869 |
<depends>
|
2870 |
<active>1</active>
|
2871 |
</depends>
|
2872 |
<label>Extra kosten rekenen</label>
|
2873 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
2874 |
totaalbedrag of een vast bedrag
|
2875 |
</comment>
|
2876 |
<frontend_type>select</frontend_type>
|
@@ -2879,13 +2702,15 @@
|
|
2879 |
<show_in_default>1</show_in_default>
|
2880 |
<show_in_website>1</show_in_website>
|
2881 |
<show_in_store>1</show_in_store>
|
|
|
2882 |
</charge_type>
|
2883 |
<charge_value translate="label">
|
2884 |
<depends>
|
2885 |
<active>1</active>
|
2886 |
</depends>
|
2887 |
<label>Extra kosten</label>
|
2888 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
2889 |
als u geen extra kosten wilt rekenen vult u niets in
|
2890 |
</comment>
|
2891 |
<frontend_type>text</frontend_type>
|
@@ -2893,6 +2718,7 @@
|
|
2893 |
<show_in_default>1</show_in_default>
|
2894 |
<show_in_website>1</show_in_website>
|
2895 |
<show_in_store>1</show_in_store>
|
|
|
2896 |
</charge_value>
|
2897 |
<charge_tax_class translate="label">
|
2898 |
<depends>
|
@@ -2905,6 +2731,7 @@
|
|
2905 |
<show_in_default>1</show_in_default>
|
2906 |
<show_in_website>1</show_in_website>
|
2907 |
<show_in_store>1</show_in_store>
|
|
|
2908 |
</charge_tax_class>
|
2909 |
<send_mail translate="label">
|
2910 |
<depends>
|
@@ -2918,13 +2745,14 @@
|
|
2918 |
<show_in_store>1</show_in_store>
|
2919 |
<frontend_type>select</frontend_type>
|
2920 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
2921 |
</send_mail>
|
2922 |
</fields>
|
2923 |
</pay_payment_gezondheidsbon>
|
2924 |
-
<pay_payment_giropay translate="label" module="
|
2925 |
-
<label>
|
2926 |
<model>pay_payment/Model_Paymentmethod_Giropay</model>
|
2927 |
-
<sort_order>
|
2928 |
<show_in_default>1</show_in_default>
|
2929 |
<show_in_website>1</show_in_website>
|
2930 |
<show_in_store>1</show_in_store>
|
@@ -2938,6 +2766,7 @@
|
|
2938 |
<show_in_store>1</show_in_store>
|
2939 |
<frontend_type>select</frontend_type>
|
2940 |
<source_model>pay_payment/source_paymentmethod_giropay_active</source_model>
|
|
|
2941 |
</active>
|
2942 |
<title translate="label">
|
2943 |
<depends>
|
@@ -2949,6 +2778,7 @@
|
|
2949 |
<show_in_default>1</show_in_default>
|
2950 |
<show_in_website>1</show_in_website>
|
2951 |
<show_in_store>1</show_in_store>
|
|
|
2952 |
</title>
|
2953 |
|
2954 |
<sort_order translate="label">
|
@@ -2961,30 +2791,35 @@
|
|
2961 |
<show_in_default>1</show_in_default>
|
2962 |
<show_in_website>1</show_in_website>
|
2963 |
<show_in_store>1</show_in_store>
|
|
|
2964 |
</sort_order>
|
2965 |
<min_order_total translate="label">
|
2966 |
<depends>
|
2967 |
<active>1</active>
|
2968 |
</depends>
|
2969 |
<label>Minimum bedrag</label>
|
2970 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2971 |
<frontend_type>text</frontend_type>
|
2972 |
<sort_order>5</sort_order>
|
2973 |
<show_in_default>1</show_in_default>
|
2974 |
<show_in_website>1</show_in_website>
|
2975 |
<show_in_store>1</show_in_store>
|
|
|
2976 |
</min_order_total>
|
2977 |
<max_order_total translate="label">
|
2978 |
<depends>
|
2979 |
<active>1</active>
|
2980 |
</depends>
|
2981 |
<label>Maximum bedrag</label>
|
2982 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
2983 |
<frontend_type>text</frontend_type>
|
2984 |
<sort_order>6</sort_order>
|
2985 |
<show_in_default>1</show_in_default>
|
2986 |
<show_in_website>1</show_in_website>
|
2987 |
<show_in_store>1</show_in_store>
|
|
|
2988 |
</max_order_total>
|
2989 |
<allowspecific translate="label">
|
2990 |
<depends>
|
@@ -2992,11 +2827,13 @@
|
|
2992 |
</depends>
|
2993 |
<label>Beschikbaarheid per land</label>
|
2994 |
<frontend_type>allowspecific</frontend_type>
|
2995 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
2996 |
<sort_order>7</sort_order>
|
2997 |
<show_in_default>1</show_in_default>
|
2998 |
<show_in_website>1</show_in_website>
|
2999 |
<show_in_store>1</show_in_store>
|
|
|
3000 |
</allowspecific>
|
3001 |
<specificcountry translate="label">
|
3002 |
<depends>
|
@@ -3011,6 +2848,7 @@
|
|
3011 |
<show_in_website>1</show_in_website>
|
3012 |
<show_in_store>1</show_in_store>
|
3013 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
3014 |
</specificcountry>
|
3015 |
<limit_shipping translate="label">
|
3016 |
<depends>
|
@@ -3018,7 +2856,8 @@
|
|
3018 |
</depends>
|
3019 |
<label>Verzendmethoden blokkeren</label>
|
3020 |
<comment>
|
3021 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
3022 |
</comment>
|
3023 |
<frontend_type>select</frontend_type>
|
3024 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -3026,6 +2865,7 @@
|
|
3026 |
<show_in_default>1</show_in_default>
|
3027 |
<show_in_website>1</show_in_website>
|
3028 |
<show_in_store>1</show_in_store>
|
|
|
3029 |
</limit_shipping>
|
3030 |
<disabled_shippingmethods>
|
3031 |
<depends>
|
@@ -3042,6 +2882,7 @@
|
|
3042 |
<show_in_default>1</show_in_default>
|
3043 |
<show_in_website>1</show_in_website>
|
3044 |
<show_in_store>1</show_in_store>
|
|
|
3045 |
</disabled_shippingmethods>
|
3046 |
<order_status translate="label">
|
3047 |
<depends>
|
@@ -3055,6 +2896,7 @@
|
|
3055 |
<show_in_default>1</show_in_default>
|
3056 |
<show_in_website>1</show_in_website>
|
3057 |
<show_in_store>1</show_in_store>
|
|
|
3058 |
</order_status>
|
3059 |
<order_status_success translate="label">
|
3060 |
<depends>
|
@@ -3068,13 +2910,16 @@
|
|
3068 |
<show_in_default>1</show_in_default>
|
3069 |
<show_in_website>1</show_in_website>
|
3070 |
<show_in_store>1</show_in_store>
|
|
|
3071 |
</order_status_success>
|
3072 |
<charge_type translate="label">
|
3073 |
<depends>
|
3074 |
<active>1</active>
|
3075 |
</depends>
|
3076 |
<label>Extra kosten rekenen</label>
|
3077 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
3078 |
totaalbedrag of een vast bedrag
|
3079 |
</comment>
|
3080 |
<frontend_type>select</frontend_type>
|
@@ -3083,13 +2928,15 @@
|
|
3083 |
<show_in_default>1</show_in_default>
|
3084 |
<show_in_website>1</show_in_website>
|
3085 |
<show_in_store>1</show_in_store>
|
|
|
3086 |
</charge_type>
|
3087 |
<charge_value translate="label">
|
3088 |
<depends>
|
3089 |
<active>1</active>
|
3090 |
</depends>
|
3091 |
<label>Extra kosten</label>
|
3092 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
3093 |
als u geen extra kosten wilt rekenen vult u niets in
|
3094 |
</comment>
|
3095 |
<frontend_type>text</frontend_type>
|
@@ -3097,6 +2944,7 @@
|
|
3097 |
<show_in_default>1</show_in_default>
|
3098 |
<show_in_website>1</show_in_website>
|
3099 |
<show_in_store>1</show_in_store>
|
|
|
3100 |
</charge_value>
|
3101 |
<charge_tax_class translate="label">
|
3102 |
<depends>
|
@@ -3109,6 +2957,7 @@
|
|
3109 |
<show_in_default>1</show_in_default>
|
3110 |
<show_in_website>1</show_in_website>
|
3111 |
<show_in_store>1</show_in_store>
|
|
|
3112 |
</charge_tax_class>
|
3113 |
<send_mail translate="label">
|
3114 |
<depends>
|
@@ -3122,13 +2971,14 @@
|
|
3122 |
<show_in_store>1</show_in_store>
|
3123 |
<frontend_type>select</frontend_type>
|
3124 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
3125 |
</send_mail>
|
3126 |
</fields>
|
3127 |
</pay_payment_giropay>
|
3128 |
-
<pay_payment_givacard translate="label" module="
|
3129 |
-
<label>
|
3130 |
<model>pay_payment/Model_Paymentmethod_Givacard</model>
|
3131 |
-
<sort_order>
|
3132 |
<show_in_default>1</show_in_default>
|
3133 |
<show_in_website>1</show_in_website>
|
3134 |
<show_in_store>1</show_in_store>
|
@@ -3142,6 +2992,7 @@
|
|
3142 |
<show_in_store>1</show_in_store>
|
3143 |
<frontend_type>select</frontend_type>
|
3144 |
<source_model>pay_payment/source_paymentmethod_givacard_active</source_model>
|
|
|
3145 |
</active>
|
3146 |
<title translate="label">
|
3147 |
<depends>
|
@@ -3153,6 +3004,7 @@
|
|
3153 |
<show_in_default>1</show_in_default>
|
3154 |
<show_in_website>1</show_in_website>
|
3155 |
<show_in_store>1</show_in_store>
|
|
|
3156 |
</title>
|
3157 |
|
3158 |
<sort_order translate="label">
|
@@ -3165,30 +3017,35 @@
|
|
3165 |
<show_in_default>1</show_in_default>
|
3166 |
<show_in_website>1</show_in_website>
|
3167 |
<show_in_store>1</show_in_store>
|
|
|
3168 |
</sort_order>
|
3169 |
<min_order_total translate="label">
|
3170 |
<depends>
|
3171 |
<active>1</active>
|
3172 |
</depends>
|
3173 |
<label>Minimum bedrag</label>
|
3174 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
3175 |
<frontend_type>text</frontend_type>
|
3176 |
<sort_order>5</sort_order>
|
3177 |
<show_in_default>1</show_in_default>
|
3178 |
<show_in_website>1</show_in_website>
|
3179 |
<show_in_store>1</show_in_store>
|
|
|
3180 |
</min_order_total>
|
3181 |
<max_order_total translate="label">
|
3182 |
<depends>
|
3183 |
<active>1</active>
|
3184 |
</depends>
|
3185 |
<label>Maximum bedrag</label>
|
3186 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
3187 |
<frontend_type>text</frontend_type>
|
3188 |
<sort_order>6</sort_order>
|
3189 |
<show_in_default>1</show_in_default>
|
3190 |
<show_in_website>1</show_in_website>
|
3191 |
<show_in_store>1</show_in_store>
|
|
|
3192 |
</max_order_total>
|
3193 |
<allowspecific translate="label">
|
3194 |
<depends>
|
@@ -3196,11 +3053,13 @@
|
|
3196 |
</depends>
|
3197 |
<label>Beschikbaarheid per land</label>
|
3198 |
<frontend_type>allowspecific</frontend_type>
|
3199 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
3200 |
<sort_order>7</sort_order>
|
3201 |
<show_in_default>1</show_in_default>
|
3202 |
<show_in_website>1</show_in_website>
|
3203 |
<show_in_store>1</show_in_store>
|
|
|
3204 |
</allowspecific>
|
3205 |
<specificcountry translate="label">
|
3206 |
<depends>
|
@@ -3215,6 +3074,7 @@
|
|
3215 |
<show_in_website>1</show_in_website>
|
3216 |
<show_in_store>1</show_in_store>
|
3217 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
3218 |
</specificcountry>
|
3219 |
<limit_shipping translate="label">
|
3220 |
<depends>
|
@@ -3222,7 +3082,8 @@
|
|
3222 |
</depends>
|
3223 |
<label>Verzendmethoden blokkeren</label>
|
3224 |
<comment>
|
3225 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
3226 |
</comment>
|
3227 |
<frontend_type>select</frontend_type>
|
3228 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -3230,6 +3091,7 @@
|
|
3230 |
<show_in_default>1</show_in_default>
|
3231 |
<show_in_website>1</show_in_website>
|
3232 |
<show_in_store>1</show_in_store>
|
|
|
3233 |
</limit_shipping>
|
3234 |
<disabled_shippingmethods>
|
3235 |
<depends>
|
@@ -3246,6 +3108,7 @@
|
|
3246 |
<show_in_default>1</show_in_default>
|
3247 |
<show_in_website>1</show_in_website>
|
3248 |
<show_in_store>1</show_in_store>
|
|
|
3249 |
</disabled_shippingmethods>
|
3250 |
<order_status translate="label">
|
3251 |
<depends>
|
@@ -3259,6 +3122,7 @@
|
|
3259 |
<show_in_default>1</show_in_default>
|
3260 |
<show_in_website>1</show_in_website>
|
3261 |
<show_in_store>1</show_in_store>
|
|
|
3262 |
</order_status>
|
3263 |
<order_status_success translate="label">
|
3264 |
<depends>
|
@@ -3272,13 +3136,16 @@
|
|
3272 |
<show_in_default>1</show_in_default>
|
3273 |
<show_in_website>1</show_in_website>
|
3274 |
<show_in_store>1</show_in_store>
|
|
|
3275 |
</order_status_success>
|
3276 |
<charge_type translate="label">
|
3277 |
<depends>
|
3278 |
<active>1</active>
|
3279 |
</depends>
|
3280 |
<label>Extra kosten rekenen</label>
|
3281 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
3282 |
totaalbedrag of een vast bedrag
|
3283 |
</comment>
|
3284 |
<frontend_type>select</frontend_type>
|
@@ -3287,13 +3154,15 @@
|
|
3287 |
<show_in_default>1</show_in_default>
|
3288 |
<show_in_website>1</show_in_website>
|
3289 |
<show_in_store>1</show_in_store>
|
|
|
3290 |
</charge_type>
|
3291 |
<charge_value translate="label">
|
3292 |
<depends>
|
3293 |
<active>1</active>
|
3294 |
</depends>
|
3295 |
<label>Extra kosten</label>
|
3296 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
3297 |
als u geen extra kosten wilt rekenen vult u niets in
|
3298 |
</comment>
|
3299 |
<frontend_type>text</frontend_type>
|
@@ -3301,6 +3170,7 @@
|
|
3301 |
<show_in_default>1</show_in_default>
|
3302 |
<show_in_website>1</show_in_website>
|
3303 |
<show_in_store>1</show_in_store>
|
|
|
3304 |
</charge_value>
|
3305 |
<charge_tax_class translate="label">
|
3306 |
<depends>
|
@@ -3313,6 +3183,7 @@
|
|
3313 |
<show_in_default>1</show_in_default>
|
3314 |
<show_in_website>1</show_in_website>
|
3315 |
<show_in_store>1</show_in_store>
|
|
|
3316 |
</charge_tax_class>
|
3317 |
<send_mail translate="label">
|
3318 |
<depends>
|
@@ -3326,13 +3197,14 @@
|
|
3326 |
<show_in_store>1</show_in_store>
|
3327 |
<frontend_type>select</frontend_type>
|
3328 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
3329 |
</send_mail>
|
3330 |
</fields>
|
3331 |
</pay_payment_givacard>
|
3332 |
-
<pay_payment_ideal translate="label" module="
|
3333 |
-
<label>
|
3334 |
<model>pay_payment/Model_Paymentmethod_Ideal</model>
|
3335 |
-
<sort_order>
|
3336 |
<show_in_default>1</show_in_default>
|
3337 |
<show_in_website>1</show_in_website>
|
3338 |
<show_in_store>1</show_in_store>
|
@@ -3346,6 +3218,7 @@
|
|
3346 |
<show_in_store>1</show_in_store>
|
3347 |
<frontend_type>select</frontend_type>
|
3348 |
<source_model>pay_payment/source_paymentmethod_ideal_active</source_model>
|
|
|
3349 |
</active>
|
3350 |
|
3351 |
<title translate="label">
|
@@ -3358,13 +3231,16 @@
|
|
3358 |
<show_in_default>1</show_in_default>
|
3359 |
<show_in_website>1</show_in_website>
|
3360 |
<show_in_store>1</show_in_store>
|
|
|
3361 |
</title>
|
3362 |
<bank_select_type translate="label">
|
3363 |
<depends>
|
3364 |
<active>1</active>
|
3365 |
</depends>
|
3366 |
<label>Bank selectie type</label>
|
3367 |
-
<comment>Kies of je de bankselectie met een selectbox of met radiobuttons wilt
|
|
|
|
|
3368 |
checkout
|
3369 |
</comment>
|
3370 |
<frontend_type>select</frontend_type>
|
@@ -3373,6 +3249,7 @@
|
|
3373 |
<show_in_default>1</show_in_default>
|
3374 |
<show_in_website>1</show_in_website>
|
3375 |
<show_in_store>1</show_in_store>
|
|
|
3376 |
</bank_select_type>
|
3377 |
<text_bankselect translate="label">
|
3378 |
<depends>
|
@@ -3384,6 +3261,7 @@
|
|
3384 |
<show_in_default>1</show_in_default>
|
3385 |
<show_in_website>1</show_in_website>
|
3386 |
<show_in_store>1</show_in_store>
|
|
|
3387 |
</text_bankselect>
|
3388 |
<sort_order translate="label">
|
3389 |
<depends>
|
@@ -3395,30 +3273,35 @@
|
|
3395 |
<show_in_default>1</show_in_default>
|
3396 |
<show_in_website>1</show_in_website>
|
3397 |
<show_in_store>1</show_in_store>
|
|
|
3398 |
</sort_order>
|
3399 |
<min_order_total translate="label">
|
3400 |
<depends>
|
3401 |
<active>1</active>
|
3402 |
</depends>
|
3403 |
<label>Minimum bedrag</label>
|
3404 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
3405 |
<frontend_type>text</frontend_type>
|
3406 |
<sort_order>6</sort_order>
|
3407 |
<show_in_default>1</show_in_default>
|
3408 |
<show_in_website>1</show_in_website>
|
3409 |
<show_in_store>1</show_in_store>
|
|
|
3410 |
</min_order_total>
|
3411 |
<max_order_total translate="label">
|
3412 |
<depends>
|
3413 |
<active>1</active>
|
3414 |
</depends>
|
3415 |
<label>Maximum bedrag</label>
|
3416 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
3417 |
<frontend_type>text</frontend_type>
|
3418 |
<sort_order>7</sort_order>
|
3419 |
<show_in_default>1</show_in_default>
|
3420 |
<show_in_website>1</show_in_website>
|
3421 |
<show_in_store>1</show_in_store>
|
|
|
3422 |
</max_order_total>
|
3423 |
<allowspecific translate="label">
|
3424 |
<depends>
|
@@ -3426,11 +3309,13 @@
|
|
3426 |
</depends>
|
3427 |
<label>Beschikbaarheid per land</label>
|
3428 |
<frontend_type>allowspecific</frontend_type>
|
3429 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
3430 |
<sort_order>8</sort_order>
|
3431 |
<show_in_default>1</show_in_default>
|
3432 |
<show_in_website>1</show_in_website>
|
3433 |
<show_in_store>1</show_in_store>
|
|
|
3434 |
</allowspecific>
|
3435 |
<specificcountry translate="label">
|
3436 |
<depends>
|
@@ -3445,6 +3330,7 @@
|
|
3445 |
<show_in_website>1</show_in_website>
|
3446 |
<show_in_store>1</show_in_store>
|
3447 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
3448 |
</specificcountry>
|
3449 |
<limit_shipping translate="label">
|
3450 |
<depends>
|
@@ -3452,7 +3338,8 @@
|
|
3452 |
</depends>
|
3453 |
<label>Verzendmethoden blokkeren</label>
|
3454 |
<comment>
|
3455 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
3456 |
</comment>
|
3457 |
<frontend_type>select</frontend_type>
|
3458 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -3460,6 +3347,7 @@
|
|
3460 |
<show_in_default>1</show_in_default>
|
3461 |
<show_in_website>1</show_in_website>
|
3462 |
<show_in_store>1</show_in_store>
|
|
|
3463 |
</limit_shipping>
|
3464 |
<disabled_shippingmethods>
|
3465 |
<depends>
|
@@ -3476,6 +3364,7 @@
|
|
3476 |
<show_in_default>1</show_in_default>
|
3477 |
<show_in_website>1</show_in_website>
|
3478 |
<show_in_store>1</show_in_store>
|
|
|
3479 |
</disabled_shippingmethods>
|
3480 |
<order_status translate="label">
|
3481 |
<depends>
|
@@ -3489,6 +3378,7 @@
|
|
3489 |
<show_in_default>1</show_in_default>
|
3490 |
<show_in_website>1</show_in_website>
|
3491 |
<show_in_store>1</show_in_store>
|
|
|
3492 |
</order_status>
|
3493 |
<order_status_success translate="label">
|
3494 |
<depends>
|
@@ -3502,13 +3392,16 @@
|
|
3502 |
<show_in_default>1</show_in_default>
|
3503 |
<show_in_website>1</show_in_website>
|
3504 |
<show_in_store>1</show_in_store>
|
|
|
3505 |
</order_status_success>
|
3506 |
<charge_type translate="label">
|
3507 |
<depends>
|
3508 |
<active>1</active>
|
3509 |
</depends>
|
3510 |
<label>Extra kosten rekenen</label>
|
3511 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
3512 |
totaalbedrag of een vast bedrag
|
3513 |
</comment>
|
3514 |
<frontend_type>select</frontend_type>
|
@@ -3517,13 +3410,15 @@
|
|
3517 |
<show_in_default>1</show_in_default>
|
3518 |
<show_in_website>1</show_in_website>
|
3519 |
<show_in_store>1</show_in_store>
|
|
|
3520 |
</charge_type>
|
3521 |
<charge_value translate="label">
|
3522 |
<depends>
|
3523 |
<active>1</active>
|
3524 |
</depends>
|
3525 |
<label>Extra kosten</label>
|
3526 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
3527 |
als u geen extra kosten wilt rekenen vult u niets in
|
3528 |
</comment>
|
3529 |
<frontend_type>text</frontend_type>
|
@@ -3531,6 +3426,7 @@
|
|
3531 |
<show_in_default>1</show_in_default>
|
3532 |
<show_in_website>1</show_in_website>
|
3533 |
<show_in_store>1</show_in_store>
|
|
|
3534 |
</charge_value>
|
3535 |
<charge_tax_class translate="label">
|
3536 |
<depends>
|
@@ -3543,6 +3439,7 @@
|
|
3543 |
<show_in_default>1</show_in_default>
|
3544 |
<show_in_website>1</show_in_website>
|
3545 |
<show_in_store>1</show_in_store>
|
|
|
3546 |
</charge_tax_class>
|
3547 |
<send_mail translate="label">
|
3548 |
<depends>
|
@@ -3556,13 +3453,14 @@
|
|
3556 |
<show_in_store>1</show_in_store>
|
3557 |
<frontend_type>select</frontend_type>
|
3558 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
3559 |
</send_mail>
|
3560 |
</fields>
|
3561 |
</pay_payment_ideal>
|
3562 |
-
<pay_payment_incasso translate="label" module="
|
3563 |
-
<label>
|
3564 |
<model>pay_payment/Model_Paymentmethod_Incasso</model>
|
3565 |
-
<sort_order>
|
3566 |
<show_in_default>1</show_in_default>
|
3567 |
<show_in_website>1</show_in_website>
|
3568 |
<show_in_store>1</show_in_store>
|
@@ -3576,6 +3474,7 @@
|
|
3576 |
<show_in_store>1</show_in_store>
|
3577 |
<frontend_type>select</frontend_type>
|
3578 |
<source_model>pay_payment/source_paymentmethod_incasso_active</source_model>
|
|
|
3579 |
</active>
|
3580 |
<title translate="label">
|
3581 |
<depends>
|
@@ -3587,6 +3486,7 @@
|
|
3587 |
<show_in_default>1</show_in_default>
|
3588 |
<show_in_website>1</show_in_website>
|
3589 |
<show_in_store>1</show_in_store>
|
|
|
3590 |
</title>
|
3591 |
|
3592 |
<sort_order translate="label">
|
@@ -3599,30 +3499,35 @@
|
|
3599 |
<show_in_default>1</show_in_default>
|
3600 |
<show_in_website>1</show_in_website>
|
3601 |
<show_in_store>1</show_in_store>
|
|
|
3602 |
</sort_order>
|
3603 |
<min_order_total translate="label">
|
3604 |
<depends>
|
3605 |
<active>1</active>
|
3606 |
</depends>
|
3607 |
<label>Minimum bedrag</label>
|
3608 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
3609 |
<frontend_type>text</frontend_type>
|
3610 |
<sort_order>5</sort_order>
|
3611 |
<show_in_default>1</show_in_default>
|
3612 |
<show_in_website>1</show_in_website>
|
3613 |
<show_in_store>1</show_in_store>
|
|
|
3614 |
</min_order_total>
|
3615 |
<max_order_total translate="label">
|
3616 |
<depends>
|
3617 |
<active>1</active>
|
3618 |
</depends>
|
3619 |
<label>Maximum bedrag</label>
|
3620 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
3621 |
<frontend_type>text</frontend_type>
|
3622 |
<sort_order>6</sort_order>
|
3623 |
<show_in_default>1</show_in_default>
|
3624 |
<show_in_website>1</show_in_website>
|
3625 |
<show_in_store>1</show_in_store>
|
|
|
3626 |
</max_order_total>
|
3627 |
<allowspecific translate="label">
|
3628 |
<depends>
|
@@ -3630,11 +3535,13 @@
|
|
3630 |
</depends>
|
3631 |
<label>Beschikbaarheid per land</label>
|
3632 |
<frontend_type>allowspecific</frontend_type>
|
3633 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
3634 |
<sort_order>7</sort_order>
|
3635 |
<show_in_default>1</show_in_default>
|
3636 |
<show_in_website>1</show_in_website>
|
3637 |
<show_in_store>1</show_in_store>
|
|
|
3638 |
</allowspecific>
|
3639 |
<specificcountry translate="label">
|
3640 |
<depends>
|
@@ -3649,6 +3556,7 @@
|
|
3649 |
<show_in_website>1</show_in_website>
|
3650 |
<show_in_store>1</show_in_store>
|
3651 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
3652 |
</specificcountry>
|
3653 |
<limit_shipping translate="label">
|
3654 |
<depends>
|
@@ -3656,7 +3564,8 @@
|
|
3656 |
</depends>
|
3657 |
<label>Verzendmethoden blokkeren</label>
|
3658 |
<comment>
|
3659 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
3660 |
</comment>
|
3661 |
<frontend_type>select</frontend_type>
|
3662 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -3664,6 +3573,7 @@
|
|
3664 |
<show_in_default>1</show_in_default>
|
3665 |
<show_in_website>1</show_in_website>
|
3666 |
<show_in_store>1</show_in_store>
|
|
|
3667 |
</limit_shipping>
|
3668 |
<disabled_shippingmethods>
|
3669 |
<depends>
|
@@ -3680,6 +3590,7 @@
|
|
3680 |
<show_in_default>1</show_in_default>
|
3681 |
<show_in_website>1</show_in_website>
|
3682 |
<show_in_store>1</show_in_store>
|
|
|
3683 |
</disabled_shippingmethods>
|
3684 |
<order_status translate="label">
|
3685 |
<depends>
|
@@ -3693,6 +3604,7 @@
|
|
3693 |
<show_in_default>1</show_in_default>
|
3694 |
<show_in_website>1</show_in_website>
|
3695 |
<show_in_store>1</show_in_store>
|
|
|
3696 |
</order_status>
|
3697 |
<order_status_success translate="label">
|
3698 |
<depends>
|
@@ -3706,13 +3618,16 @@
|
|
3706 |
<show_in_default>1</show_in_default>
|
3707 |
<show_in_website>1</show_in_website>
|
3708 |
<show_in_store>1</show_in_store>
|
|
|
3709 |
</order_status_success>
|
3710 |
<charge_type translate="label">
|
3711 |
<depends>
|
3712 |
<active>1</active>
|
3713 |
</depends>
|
3714 |
<label>Extra kosten rekenen</label>
|
3715 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
3716 |
totaalbedrag of een vast bedrag
|
3717 |
</comment>
|
3718 |
<frontend_type>select</frontend_type>
|
@@ -3721,13 +3636,15 @@
|
|
3721 |
<show_in_default>1</show_in_default>
|
3722 |
<show_in_website>1</show_in_website>
|
3723 |
<show_in_store>1</show_in_store>
|
|
|
3724 |
</charge_type>
|
3725 |
<charge_value translate="label">
|
3726 |
<depends>
|
3727 |
<active>1</active>
|
3728 |
</depends>
|
3729 |
<label>Extra kosten</label>
|
3730 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
3731 |
als u geen extra kosten wilt rekenen vult u niets in
|
3732 |
</comment>
|
3733 |
<frontend_type>text</frontend_type>
|
@@ -3735,6 +3652,7 @@
|
|
3735 |
<show_in_default>1</show_in_default>
|
3736 |
<show_in_website>1</show_in_website>
|
3737 |
<show_in_store>1</show_in_store>
|
|
|
3738 |
</charge_value>
|
3739 |
<charge_tax_class translate="label">
|
3740 |
<depends>
|
@@ -3747,6 +3665,7 @@
|
|
3747 |
<show_in_default>1</show_in_default>
|
3748 |
<show_in_website>1</show_in_website>
|
3749 |
<show_in_store>1</show_in_store>
|
|
|
3750 |
</charge_tax_class>
|
3751 |
<send_mail translate="label">
|
3752 |
<depends>
|
@@ -3760,13 +3679,14 @@
|
|
3760 |
<show_in_store>1</show_in_store>
|
3761 |
<frontend_type>select</frontend_type>
|
3762 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
3763 |
</send_mail>
|
3764 |
</fields>
|
3765 |
</pay_payment_incasso>
|
3766 |
-
<
|
3767 |
-
<label>
|
3768 |
-
<model>pay_payment/
|
3769 |
-
<sort_order>
|
3770 |
<show_in_default>1</show_in_default>
|
3771 |
<show_in_website>1</show_in_website>
|
3772 |
<show_in_store>1</show_in_store>
|
@@ -3779,7 +3699,8 @@
|
|
3779 |
<show_in_website>1</show_in_website>
|
3780 |
<show_in_store>1</show_in_store>
|
3781 |
<frontend_type>select</frontend_type>
|
3782 |
-
<source_model>pay_payment/
|
|
|
3783 |
</active>
|
3784 |
<title translate="label">
|
3785 |
<depends>
|
@@ -3791,8 +3712,22 @@
|
|
3791 |
<show_in_default>1</show_in_default>
|
3792 |
<show_in_website>1</show_in_website>
|
3793 |
<show_in_store>1</show_in_store>
|
|
|
3794 |
</title>
|
3795 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3796 |
<sort_order translate="label">
|
3797 |
<depends>
|
3798 |
<active>1</active>
|
@@ -3803,30 +3738,35 @@
|
|
3803 |
<show_in_default>1</show_in_default>
|
3804 |
<show_in_website>1</show_in_website>
|
3805 |
<show_in_store>1</show_in_store>
|
|
|
3806 |
</sort_order>
|
3807 |
<min_order_total translate="label">
|
3808 |
<depends>
|
3809 |
<active>1</active>
|
3810 |
</depends>
|
3811 |
<label>Minimum bedrag</label>
|
3812 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
3813 |
<frontend_type>text</frontend_type>
|
3814 |
<sort_order>5</sort_order>
|
3815 |
<show_in_default>1</show_in_default>
|
3816 |
<show_in_website>1</show_in_website>
|
3817 |
<show_in_store>1</show_in_store>
|
|
|
3818 |
</min_order_total>
|
3819 |
<max_order_total translate="label">
|
3820 |
<depends>
|
3821 |
<active>1</active>
|
3822 |
</depends>
|
3823 |
<label>Maximum bedrag</label>
|
3824 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
3825 |
<frontend_type>text</frontend_type>
|
3826 |
<sort_order>6</sort_order>
|
3827 |
<show_in_default>1</show_in_default>
|
3828 |
<show_in_website>1</show_in_website>
|
3829 |
<show_in_store>1</show_in_store>
|
|
|
3830 |
</max_order_total>
|
3831 |
<allowspecific translate="label">
|
3832 |
<depends>
|
@@ -3834,11 +3774,13 @@
|
|
3834 |
</depends>
|
3835 |
<label>Beschikbaarheid per land</label>
|
3836 |
<frontend_type>allowspecific</frontend_type>
|
3837 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
3838 |
<sort_order>7</sort_order>
|
3839 |
<show_in_default>1</show_in_default>
|
3840 |
<show_in_website>1</show_in_website>
|
3841 |
<show_in_store>1</show_in_store>
|
|
|
3842 |
</allowspecific>
|
3843 |
<specificcountry translate="label">
|
3844 |
<depends>
|
@@ -3853,6 +3795,7 @@
|
|
3853 |
<show_in_website>1</show_in_website>
|
3854 |
<show_in_store>1</show_in_store>
|
3855 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
3856 |
</specificcountry>
|
3857 |
<limit_shipping translate="label">
|
3858 |
<depends>
|
@@ -3860,7 +3803,8 @@
|
|
3860 |
</depends>
|
3861 |
<label>Verzendmethoden blokkeren</label>
|
3862 |
<comment>
|
3863 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
3864 |
</comment>
|
3865 |
<frontend_type>select</frontend_type>
|
3866 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -3868,6 +3812,7 @@
|
|
3868 |
<show_in_default>1</show_in_default>
|
3869 |
<show_in_website>1</show_in_website>
|
3870 |
<show_in_store>1</show_in_store>
|
|
|
3871 |
</limit_shipping>
|
3872 |
<disabled_shippingmethods>
|
3873 |
<depends>
|
@@ -3884,6 +3829,7 @@
|
|
3884 |
<show_in_default>1</show_in_default>
|
3885 |
<show_in_website>1</show_in_website>
|
3886 |
<show_in_store>1</show_in_store>
|
|
|
3887 |
</disabled_shippingmethods>
|
3888 |
<order_status translate="label">
|
3889 |
<depends>
|
@@ -3897,6 +3843,7 @@
|
|
3897 |
<show_in_default>1</show_in_default>
|
3898 |
<show_in_website>1</show_in_website>
|
3899 |
<show_in_store>1</show_in_store>
|
|
|
3900 |
</order_status>
|
3901 |
<order_status_success translate="label">
|
3902 |
<depends>
|
@@ -3910,13 +3857,16 @@
|
|
3910 |
<show_in_default>1</show_in_default>
|
3911 |
<show_in_website>1</show_in_website>
|
3912 |
<show_in_store>1</show_in_store>
|
|
|
3913 |
</order_status_success>
|
3914 |
<charge_type translate="label">
|
3915 |
<depends>
|
3916 |
<active>1</active>
|
3917 |
</depends>
|
3918 |
<label>Extra kosten rekenen</label>
|
3919 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
3920 |
totaalbedrag of een vast bedrag
|
3921 |
</comment>
|
3922 |
<frontend_type>select</frontend_type>
|
@@ -3925,13 +3875,15 @@
|
|
3925 |
<show_in_default>1</show_in_default>
|
3926 |
<show_in_website>1</show_in_website>
|
3927 |
<show_in_store>1</show_in_store>
|
|
|
3928 |
</charge_type>
|
3929 |
<charge_value translate="label">
|
3930 |
<depends>
|
3931 |
<active>1</active>
|
3932 |
</depends>
|
3933 |
<label>Extra kosten</label>
|
3934 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
3935 |
als u geen extra kosten wilt rekenen vult u niets in
|
3936 |
</comment>
|
3937 |
<frontend_type>text</frontend_type>
|
@@ -3939,6 +3891,7 @@
|
|
3939 |
<show_in_default>1</show_in_default>
|
3940 |
<show_in_website>1</show_in_website>
|
3941 |
<show_in_store>1</show_in_store>
|
|
|
3942 |
</charge_value>
|
3943 |
<charge_tax_class translate="label">
|
3944 |
<depends>
|
@@ -3951,6 +3904,7 @@
|
|
3951 |
<show_in_default>1</show_in_default>
|
3952 |
<show_in_website>1</show_in_website>
|
3953 |
<show_in_store>1</show_in_store>
|
|
|
3954 |
</charge_tax_class>
|
3955 |
<send_mail translate="label">
|
3956 |
<depends>
|
@@ -3964,13 +3918,14 @@
|
|
3964 |
<show_in_store>1</show_in_store>
|
3965 |
<frontend_type>select</frontend_type>
|
3966 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
3967 |
</send_mail>
|
3968 |
</fields>
|
3969 |
-
</
|
3970 |
-
<
|
3971 |
-
<label>
|
3972 |
-
<model>pay_payment/
|
3973 |
-
<sort_order>
|
3974 |
<show_in_default>1</show_in_default>
|
3975 |
<show_in_website>1</show_in_website>
|
3976 |
<show_in_store>1</show_in_store>
|
@@ -3983,7 +3938,8 @@
|
|
3983 |
<show_in_website>1</show_in_website>
|
3984 |
<show_in_store>1</show_in_store>
|
3985 |
<frontend_type>select</frontend_type>
|
3986 |
-
<source_model>pay_payment/
|
|
|
3987 |
</active>
|
3988 |
<title translate="label">
|
3989 |
<depends>
|
@@ -3995,6 +3951,7 @@
|
|
3995 |
<show_in_default>1</show_in_default>
|
3996 |
<show_in_website>1</show_in_website>
|
3997 |
<show_in_store>1</show_in_store>
|
|
|
3998 |
</title>
|
3999 |
|
4000 |
<sort_order translate="label">
|
@@ -4007,30 +3964,35 @@
|
|
4007 |
<show_in_default>1</show_in_default>
|
4008 |
<show_in_website>1</show_in_website>
|
4009 |
<show_in_store>1</show_in_store>
|
|
|
4010 |
</sort_order>
|
4011 |
<min_order_total translate="label">
|
4012 |
<depends>
|
4013 |
<active>1</active>
|
4014 |
</depends>
|
4015 |
<label>Minimum bedrag</label>
|
4016 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4017 |
<frontend_type>text</frontend_type>
|
4018 |
<sort_order>5</sort_order>
|
4019 |
<show_in_default>1</show_in_default>
|
4020 |
<show_in_website>1</show_in_website>
|
4021 |
<show_in_store>1</show_in_store>
|
|
|
4022 |
</min_order_total>
|
4023 |
<max_order_total translate="label">
|
4024 |
<depends>
|
4025 |
<active>1</active>
|
4026 |
</depends>
|
4027 |
<label>Maximum bedrag</label>
|
4028 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4029 |
<frontend_type>text</frontend_type>
|
4030 |
<sort_order>6</sort_order>
|
4031 |
<show_in_default>1</show_in_default>
|
4032 |
<show_in_website>1</show_in_website>
|
4033 |
<show_in_store>1</show_in_store>
|
|
|
4034 |
</max_order_total>
|
4035 |
<allowspecific translate="label">
|
4036 |
<depends>
|
@@ -4038,11 +4000,13 @@
|
|
4038 |
</depends>
|
4039 |
<label>Beschikbaarheid per land</label>
|
4040 |
<frontend_type>allowspecific</frontend_type>
|
4041 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
4042 |
<sort_order>7</sort_order>
|
4043 |
<show_in_default>1</show_in_default>
|
4044 |
<show_in_website>1</show_in_website>
|
4045 |
<show_in_store>1</show_in_store>
|
|
|
4046 |
</allowspecific>
|
4047 |
<specificcountry translate="label">
|
4048 |
<depends>
|
@@ -4057,6 +4021,7 @@
|
|
4057 |
<show_in_website>1</show_in_website>
|
4058 |
<show_in_store>1</show_in_store>
|
4059 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
4060 |
</specificcountry>
|
4061 |
<limit_shipping translate="label">
|
4062 |
<depends>
|
@@ -4064,7 +4029,8 @@
|
|
4064 |
</depends>
|
4065 |
<label>Verzendmethoden blokkeren</label>
|
4066 |
<comment>
|
4067 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
4068 |
</comment>
|
4069 |
<frontend_type>select</frontend_type>
|
4070 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -4072,6 +4038,7 @@
|
|
4072 |
<show_in_default>1</show_in_default>
|
4073 |
<show_in_website>1</show_in_website>
|
4074 |
<show_in_store>1</show_in_store>
|
|
|
4075 |
</limit_shipping>
|
4076 |
<disabled_shippingmethods>
|
4077 |
<depends>
|
@@ -4088,6 +4055,7 @@
|
|
4088 |
<show_in_default>1</show_in_default>
|
4089 |
<show_in_website>1</show_in_website>
|
4090 |
<show_in_store>1</show_in_store>
|
|
|
4091 |
</disabled_shippingmethods>
|
4092 |
<order_status translate="label">
|
4093 |
<depends>
|
@@ -4101,6 +4069,7 @@
|
|
4101 |
<show_in_default>1</show_in_default>
|
4102 |
<show_in_website>1</show_in_website>
|
4103 |
<show_in_store>1</show_in_store>
|
|
|
4104 |
</order_status>
|
4105 |
<order_status_success translate="label">
|
4106 |
<depends>
|
@@ -4114,13 +4083,16 @@
|
|
4114 |
<show_in_default>1</show_in_default>
|
4115 |
<show_in_website>1</show_in_website>
|
4116 |
<show_in_store>1</show_in_store>
|
|
|
4117 |
</order_status_success>
|
4118 |
<charge_type translate="label">
|
4119 |
<depends>
|
4120 |
<active>1</active>
|
4121 |
</depends>
|
4122 |
<label>Extra kosten rekenen</label>
|
4123 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
4124 |
totaalbedrag of een vast bedrag
|
4125 |
</comment>
|
4126 |
<frontend_type>select</frontend_type>
|
@@ -4129,13 +4101,15 @@
|
|
4129 |
<show_in_default>1</show_in_default>
|
4130 |
<show_in_website>1</show_in_website>
|
4131 |
<show_in_store>1</show_in_store>
|
|
|
4132 |
</charge_type>
|
4133 |
<charge_value translate="label">
|
4134 |
<depends>
|
4135 |
<active>1</active>
|
4136 |
</depends>
|
4137 |
<label>Extra kosten</label>
|
4138 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
4139 |
als u geen extra kosten wilt rekenen vult u niets in
|
4140 |
</comment>
|
4141 |
<frontend_type>text</frontend_type>
|
@@ -4143,6 +4117,7 @@
|
|
4143 |
<show_in_default>1</show_in_default>
|
4144 |
<show_in_website>1</show_in_website>
|
4145 |
<show_in_store>1</show_in_store>
|
|
|
4146 |
</charge_value>
|
4147 |
<charge_tax_class translate="label">
|
4148 |
<depends>
|
@@ -4155,6 +4130,7 @@
|
|
4155 |
<show_in_default>1</show_in_default>
|
4156 |
<show_in_website>1</show_in_website>
|
4157 |
<show_in_store>1</show_in_store>
|
|
|
4158 |
</charge_tax_class>
|
4159 |
<send_mail translate="label">
|
4160 |
<depends>
|
@@ -4168,13 +4144,14 @@
|
|
4168 |
<show_in_store>1</show_in_store>
|
4169 |
<frontend_type>select</frontend_type>
|
4170 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
4171 |
</send_mail>
|
4172 |
</fields>
|
4173 |
-
</
|
4174 |
-
<pay_payment_mistercash translate="label" module="
|
4175 |
-
<label>
|
4176 |
<model>pay_payment/Model_Paymentmethod_Mistercash</model>
|
4177 |
-
<sort_order>
|
4178 |
<show_in_default>1</show_in_default>
|
4179 |
<show_in_website>1</show_in_website>
|
4180 |
<show_in_store>1</show_in_store>
|
@@ -4188,6 +4165,7 @@
|
|
4188 |
<show_in_store>1</show_in_store>
|
4189 |
<frontend_type>select</frontend_type>
|
4190 |
<source_model>pay_payment/source_paymentmethod_mistercash_active</source_model>
|
|
|
4191 |
</active>
|
4192 |
<title translate="label">
|
4193 |
<depends>
|
@@ -4199,6 +4177,7 @@
|
|
4199 |
<show_in_default>1</show_in_default>
|
4200 |
<show_in_website>1</show_in_website>
|
4201 |
<show_in_store>1</show_in_store>
|
|
|
4202 |
</title>
|
4203 |
|
4204 |
<sort_order translate="label">
|
@@ -4211,30 +4190,35 @@
|
|
4211 |
<show_in_default>1</show_in_default>
|
4212 |
<show_in_website>1</show_in_website>
|
4213 |
<show_in_store>1</show_in_store>
|
|
|
4214 |
</sort_order>
|
4215 |
<min_order_total translate="label">
|
4216 |
<depends>
|
4217 |
<active>1</active>
|
4218 |
</depends>
|
4219 |
<label>Minimum bedrag</label>
|
4220 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4221 |
<frontend_type>text</frontend_type>
|
4222 |
<sort_order>5</sort_order>
|
4223 |
<show_in_default>1</show_in_default>
|
4224 |
<show_in_website>1</show_in_website>
|
4225 |
<show_in_store>1</show_in_store>
|
|
|
4226 |
</min_order_total>
|
4227 |
<max_order_total translate="label">
|
4228 |
<depends>
|
4229 |
<active>1</active>
|
4230 |
</depends>
|
4231 |
<label>Maximum bedrag</label>
|
4232 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4233 |
<frontend_type>text</frontend_type>
|
4234 |
<sort_order>6</sort_order>
|
4235 |
<show_in_default>1</show_in_default>
|
4236 |
<show_in_website>1</show_in_website>
|
4237 |
<show_in_store>1</show_in_store>
|
|
|
4238 |
</max_order_total>
|
4239 |
<allowspecific translate="label">
|
4240 |
<depends>
|
@@ -4242,11 +4226,13 @@
|
|
4242 |
</depends>
|
4243 |
<label>Beschikbaarheid per land</label>
|
4244 |
<frontend_type>allowspecific</frontend_type>
|
4245 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
4246 |
<sort_order>7</sort_order>
|
4247 |
<show_in_default>1</show_in_default>
|
4248 |
<show_in_website>1</show_in_website>
|
4249 |
<show_in_store>1</show_in_store>
|
|
|
4250 |
</allowspecific>
|
4251 |
<specificcountry translate="label">
|
4252 |
<depends>
|
@@ -4261,6 +4247,7 @@
|
|
4261 |
<show_in_website>1</show_in_website>
|
4262 |
<show_in_store>1</show_in_store>
|
4263 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
4264 |
</specificcountry>
|
4265 |
<limit_shipping translate="label">
|
4266 |
<depends>
|
@@ -4268,7 +4255,8 @@
|
|
4268 |
</depends>
|
4269 |
<label>Verzendmethoden blokkeren</label>
|
4270 |
<comment>
|
4271 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
4272 |
</comment>
|
4273 |
<frontend_type>select</frontend_type>
|
4274 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -4276,6 +4264,7 @@
|
|
4276 |
<show_in_default>1</show_in_default>
|
4277 |
<show_in_website>1</show_in_website>
|
4278 |
<show_in_store>1</show_in_store>
|
|
|
4279 |
</limit_shipping>
|
4280 |
<disabled_shippingmethods>
|
4281 |
<depends>
|
@@ -4292,6 +4281,7 @@
|
|
4292 |
<show_in_default>1</show_in_default>
|
4293 |
<show_in_website>1</show_in_website>
|
4294 |
<show_in_store>1</show_in_store>
|
|
|
4295 |
</disabled_shippingmethods>
|
4296 |
<order_status translate="label">
|
4297 |
<depends>
|
@@ -4305,6 +4295,7 @@
|
|
4305 |
<show_in_default>1</show_in_default>
|
4306 |
<show_in_website>1</show_in_website>
|
4307 |
<show_in_store>1</show_in_store>
|
|
|
4308 |
</order_status>
|
4309 |
<order_status_success translate="label">
|
4310 |
<depends>
|
@@ -4318,13 +4309,16 @@
|
|
4318 |
<show_in_default>1</show_in_default>
|
4319 |
<show_in_website>1</show_in_website>
|
4320 |
<show_in_store>1</show_in_store>
|
|
|
4321 |
</order_status_success>
|
4322 |
<charge_type translate="label">
|
4323 |
<depends>
|
4324 |
<active>1</active>
|
4325 |
</depends>
|
4326 |
<label>Extra kosten rekenen</label>
|
4327 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
4328 |
totaalbedrag of een vast bedrag
|
4329 |
</comment>
|
4330 |
<frontend_type>select</frontend_type>
|
@@ -4333,13 +4327,15 @@
|
|
4333 |
<show_in_default>1</show_in_default>
|
4334 |
<show_in_website>1</show_in_website>
|
4335 |
<show_in_store>1</show_in_store>
|
|
|
4336 |
</charge_type>
|
4337 |
<charge_value translate="label">
|
4338 |
<depends>
|
4339 |
<active>1</active>
|
4340 |
</depends>
|
4341 |
<label>Extra kosten</label>
|
4342 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
4343 |
als u geen extra kosten wilt rekenen vult u niets in
|
4344 |
</comment>
|
4345 |
<frontend_type>text</frontend_type>
|
@@ -4347,6 +4343,7 @@
|
|
4347 |
<show_in_default>1</show_in_default>
|
4348 |
<show_in_website>1</show_in_website>
|
4349 |
<show_in_store>1</show_in_store>
|
|
|
4350 |
</charge_value>
|
4351 |
<charge_tax_class translate="label">
|
4352 |
<depends>
|
@@ -4359,6 +4356,7 @@
|
|
4359 |
<show_in_default>1</show_in_default>
|
4360 |
<show_in_website>1</show_in_website>
|
4361 |
<show_in_store>1</show_in_store>
|
|
|
4362 |
</charge_tax_class>
|
4363 |
<send_mail translate="label">
|
4364 |
<depends>
|
@@ -4372,13 +4370,14 @@
|
|
4372 |
<show_in_store>1</show_in_store>
|
4373 |
<frontend_type>select</frontend_type>
|
4374 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
4375 |
</send_mail>
|
4376 |
</fields>
|
4377 |
</pay_payment_mistercash>
|
4378 |
-
<pay_payment_mybank translate="label" module="
|
4379 |
-
<label>
|
4380 |
<model>pay_payment/Model_Paymentmethod_Mybank</model>
|
4381 |
-
<sort_order>
|
4382 |
<show_in_default>1</show_in_default>
|
4383 |
<show_in_website>1</show_in_website>
|
4384 |
<show_in_store>1</show_in_store>
|
@@ -4392,6 +4391,7 @@
|
|
4392 |
<show_in_store>1</show_in_store>
|
4393 |
<frontend_type>select</frontend_type>
|
4394 |
<source_model>pay_payment/source_paymentmethod_mybank_active</source_model>
|
|
|
4395 |
</active>
|
4396 |
<title translate="label">
|
4397 |
<depends>
|
@@ -4403,6 +4403,7 @@
|
|
4403 |
<show_in_default>1</show_in_default>
|
4404 |
<show_in_website>1</show_in_website>
|
4405 |
<show_in_store>1</show_in_store>
|
|
|
4406 |
</title>
|
4407 |
|
4408 |
<sort_order translate="label">
|
@@ -4415,30 +4416,35 @@
|
|
4415 |
<show_in_default>1</show_in_default>
|
4416 |
<show_in_website>1</show_in_website>
|
4417 |
<show_in_store>1</show_in_store>
|
|
|
4418 |
</sort_order>
|
4419 |
<min_order_total translate="label">
|
4420 |
<depends>
|
4421 |
<active>1</active>
|
4422 |
</depends>
|
4423 |
<label>Minimum bedrag</label>
|
4424 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4425 |
<frontend_type>text</frontend_type>
|
4426 |
<sort_order>5</sort_order>
|
4427 |
<show_in_default>1</show_in_default>
|
4428 |
<show_in_website>1</show_in_website>
|
4429 |
<show_in_store>1</show_in_store>
|
|
|
4430 |
</min_order_total>
|
4431 |
<max_order_total translate="label">
|
4432 |
<depends>
|
4433 |
<active>1</active>
|
4434 |
</depends>
|
4435 |
<label>Maximum bedrag</label>
|
4436 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4437 |
<frontend_type>text</frontend_type>
|
4438 |
<sort_order>6</sort_order>
|
4439 |
<show_in_default>1</show_in_default>
|
4440 |
<show_in_website>1</show_in_website>
|
4441 |
<show_in_store>1</show_in_store>
|
|
|
4442 |
</max_order_total>
|
4443 |
<allowspecific translate="label">
|
4444 |
<depends>
|
@@ -4446,11 +4452,13 @@
|
|
4446 |
</depends>
|
4447 |
<label>Beschikbaarheid per land</label>
|
4448 |
<frontend_type>allowspecific</frontend_type>
|
4449 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
4450 |
<sort_order>7</sort_order>
|
4451 |
<show_in_default>1</show_in_default>
|
4452 |
<show_in_website>1</show_in_website>
|
4453 |
<show_in_store>1</show_in_store>
|
|
|
4454 |
</allowspecific>
|
4455 |
<specificcountry translate="label">
|
4456 |
<depends>
|
@@ -4465,6 +4473,7 @@
|
|
4465 |
<show_in_website>1</show_in_website>
|
4466 |
<show_in_store>1</show_in_store>
|
4467 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
4468 |
</specificcountry>
|
4469 |
<limit_shipping translate="label">
|
4470 |
<depends>
|
@@ -4472,7 +4481,8 @@
|
|
4472 |
</depends>
|
4473 |
<label>Verzendmethoden blokkeren</label>
|
4474 |
<comment>
|
4475 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
4476 |
</comment>
|
4477 |
<frontend_type>select</frontend_type>
|
4478 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -4480,6 +4490,7 @@
|
|
4480 |
<show_in_default>1</show_in_default>
|
4481 |
<show_in_website>1</show_in_website>
|
4482 |
<show_in_store>1</show_in_store>
|
|
|
4483 |
</limit_shipping>
|
4484 |
<disabled_shippingmethods>
|
4485 |
<depends>
|
@@ -4496,6 +4507,7 @@
|
|
4496 |
<show_in_default>1</show_in_default>
|
4497 |
<show_in_website>1</show_in_website>
|
4498 |
<show_in_store>1</show_in_store>
|
|
|
4499 |
</disabled_shippingmethods>
|
4500 |
<order_status translate="label">
|
4501 |
<depends>
|
@@ -4509,6 +4521,7 @@
|
|
4509 |
<show_in_default>1</show_in_default>
|
4510 |
<show_in_website>1</show_in_website>
|
4511 |
<show_in_store>1</show_in_store>
|
|
|
4512 |
</order_status>
|
4513 |
<order_status_success translate="label">
|
4514 |
<depends>
|
@@ -4522,13 +4535,16 @@
|
|
4522 |
<show_in_default>1</show_in_default>
|
4523 |
<show_in_website>1</show_in_website>
|
4524 |
<show_in_store>1</show_in_store>
|
|
|
4525 |
</order_status_success>
|
4526 |
<charge_type translate="label">
|
4527 |
<depends>
|
4528 |
<active>1</active>
|
4529 |
</depends>
|
4530 |
<label>Extra kosten rekenen</label>
|
4531 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
4532 |
totaalbedrag of een vast bedrag
|
4533 |
</comment>
|
4534 |
<frontend_type>select</frontend_type>
|
@@ -4537,13 +4553,15 @@
|
|
4537 |
<show_in_default>1</show_in_default>
|
4538 |
<show_in_website>1</show_in_website>
|
4539 |
<show_in_store>1</show_in_store>
|
|
|
4540 |
</charge_type>
|
4541 |
<charge_value translate="label">
|
4542 |
<depends>
|
4543 |
<active>1</active>
|
4544 |
</depends>
|
4545 |
<label>Extra kosten</label>
|
4546 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
4547 |
als u geen extra kosten wilt rekenen vult u niets in
|
4548 |
</comment>
|
4549 |
<frontend_type>text</frontend_type>
|
@@ -4551,6 +4569,7 @@
|
|
4551 |
<show_in_default>1</show_in_default>
|
4552 |
<show_in_website>1</show_in_website>
|
4553 |
<show_in_store>1</show_in_store>
|
|
|
4554 |
</charge_value>
|
4555 |
<charge_tax_class translate="label">
|
4556 |
<depends>
|
@@ -4563,6 +4582,7 @@
|
|
4563 |
<show_in_default>1</show_in_default>
|
4564 |
<show_in_website>1</show_in_website>
|
4565 |
<show_in_store>1</show_in_store>
|
|
|
4566 |
</charge_tax_class>
|
4567 |
<send_mail translate="label">
|
4568 |
<depends>
|
@@ -4576,13 +4596,14 @@
|
|
4576 |
<show_in_store>1</show_in_store>
|
4577 |
<frontend_type>select</frontend_type>
|
4578 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
4579 |
</send_mail>
|
4580 |
</fields>
|
4581 |
</pay_payment_mybank>
|
4582 |
-
<pay_payment_overboeking translate="label" module="
|
4583 |
-
<label>
|
4584 |
<model>pay_payment/Model_Paymentmethod_Overboeking</model>
|
4585 |
-
<sort_order>
|
4586 |
<show_in_default>1</show_in_default>
|
4587 |
<show_in_website>1</show_in_website>
|
4588 |
<show_in_store>1</show_in_store>
|
@@ -4596,6 +4617,7 @@
|
|
4596 |
<show_in_store>1</show_in_store>
|
4597 |
<frontend_type>select</frontend_type>
|
4598 |
<source_model>pay_payment/source_paymentmethod_overboeking_active</source_model>
|
|
|
4599 |
</active>
|
4600 |
<title translate="label">
|
4601 |
<depends>
|
@@ -4607,6 +4629,7 @@
|
|
4607 |
<show_in_default>1</show_in_default>
|
4608 |
<show_in_website>1</show_in_website>
|
4609 |
<show_in_store>1</show_in_store>
|
|
|
4610 |
</title>
|
4611 |
|
4612 |
<sort_order translate="label">
|
@@ -4619,30 +4642,35 @@
|
|
4619 |
<show_in_default>1</show_in_default>
|
4620 |
<show_in_website>1</show_in_website>
|
4621 |
<show_in_store>1</show_in_store>
|
|
|
4622 |
</sort_order>
|
4623 |
<min_order_total translate="label">
|
4624 |
<depends>
|
4625 |
<active>1</active>
|
4626 |
</depends>
|
4627 |
<label>Minimum bedrag</label>
|
4628 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4629 |
<frontend_type>text</frontend_type>
|
4630 |
<sort_order>5</sort_order>
|
4631 |
<show_in_default>1</show_in_default>
|
4632 |
<show_in_website>1</show_in_website>
|
4633 |
<show_in_store>1</show_in_store>
|
|
|
4634 |
</min_order_total>
|
4635 |
<max_order_total translate="label">
|
4636 |
<depends>
|
4637 |
<active>1</active>
|
4638 |
</depends>
|
4639 |
<label>Maximum bedrag</label>
|
4640 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4641 |
<frontend_type>text</frontend_type>
|
4642 |
<sort_order>6</sort_order>
|
4643 |
<show_in_default>1</show_in_default>
|
4644 |
<show_in_website>1</show_in_website>
|
4645 |
<show_in_store>1</show_in_store>
|
|
|
4646 |
</max_order_total>
|
4647 |
<allowspecific translate="label">
|
4648 |
<depends>
|
@@ -4650,11 +4678,13 @@
|
|
4650 |
</depends>
|
4651 |
<label>Beschikbaarheid per land</label>
|
4652 |
<frontend_type>allowspecific</frontend_type>
|
4653 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
4654 |
<sort_order>7</sort_order>
|
4655 |
<show_in_default>1</show_in_default>
|
4656 |
<show_in_website>1</show_in_website>
|
4657 |
<show_in_store>1</show_in_store>
|
|
|
4658 |
</allowspecific>
|
4659 |
<specificcountry translate="label">
|
4660 |
<depends>
|
@@ -4669,6 +4699,7 @@
|
|
4669 |
<show_in_website>1</show_in_website>
|
4670 |
<show_in_store>1</show_in_store>
|
4671 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
4672 |
</specificcountry>
|
4673 |
<limit_shipping translate="label">
|
4674 |
<depends>
|
@@ -4676,7 +4707,8 @@
|
|
4676 |
</depends>
|
4677 |
<label>Verzendmethoden blokkeren</label>
|
4678 |
<comment>
|
4679 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
4680 |
</comment>
|
4681 |
<frontend_type>select</frontend_type>
|
4682 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -4684,6 +4716,7 @@
|
|
4684 |
<show_in_default>1</show_in_default>
|
4685 |
<show_in_website>1</show_in_website>
|
4686 |
<show_in_store>1</show_in_store>
|
|
|
4687 |
</limit_shipping>
|
4688 |
<disabled_shippingmethods>
|
4689 |
<depends>
|
@@ -4700,6 +4733,7 @@
|
|
4700 |
<show_in_default>1</show_in_default>
|
4701 |
<show_in_website>1</show_in_website>
|
4702 |
<show_in_store>1</show_in_store>
|
|
|
4703 |
</disabled_shippingmethods>
|
4704 |
<order_status translate="label">
|
4705 |
<depends>
|
@@ -4713,6 +4747,7 @@
|
|
4713 |
<show_in_default>1</show_in_default>
|
4714 |
<show_in_website>1</show_in_website>
|
4715 |
<show_in_store>1</show_in_store>
|
|
|
4716 |
</order_status>
|
4717 |
<order_status_success translate="label">
|
4718 |
<depends>
|
@@ -4726,13 +4761,16 @@
|
|
4726 |
<show_in_default>1</show_in_default>
|
4727 |
<show_in_website>1</show_in_website>
|
4728 |
<show_in_store>1</show_in_store>
|
|
|
4729 |
</order_status_success>
|
4730 |
<charge_type translate="label">
|
4731 |
<depends>
|
4732 |
<active>1</active>
|
4733 |
</depends>
|
4734 |
<label>Extra kosten rekenen</label>
|
4735 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
4736 |
totaalbedrag of een vast bedrag
|
4737 |
</comment>
|
4738 |
<frontend_type>select</frontend_type>
|
@@ -4741,13 +4779,15 @@
|
|
4741 |
<show_in_default>1</show_in_default>
|
4742 |
<show_in_website>1</show_in_website>
|
4743 |
<show_in_store>1</show_in_store>
|
|
|
4744 |
</charge_type>
|
4745 |
<charge_value translate="label">
|
4746 |
<depends>
|
4747 |
<active>1</active>
|
4748 |
</depends>
|
4749 |
<label>Extra kosten</label>
|
4750 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
4751 |
als u geen extra kosten wilt rekenen vult u niets in
|
4752 |
</comment>
|
4753 |
<frontend_type>text</frontend_type>
|
@@ -4755,6 +4795,7 @@
|
|
4755 |
<show_in_default>1</show_in_default>
|
4756 |
<show_in_website>1</show_in_website>
|
4757 |
<show_in_store>1</show_in_store>
|
|
|
4758 |
</charge_value>
|
4759 |
<charge_tax_class translate="label">
|
4760 |
<depends>
|
@@ -4767,6 +4808,7 @@
|
|
4767 |
<show_in_default>1</show_in_default>
|
4768 |
<show_in_website>1</show_in_website>
|
4769 |
<show_in_store>1</show_in_store>
|
|
|
4770 |
</charge_tax_class>
|
4771 |
<send_mail translate="label">
|
4772 |
<depends>
|
@@ -4780,13 +4822,14 @@
|
|
4780 |
<show_in_store>1</show_in_store>
|
4781 |
<frontend_type>select</frontend_type>
|
4782 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
4783 |
</send_mail>
|
4784 |
</fields>
|
4785 |
</pay_payment_overboeking>
|
4786 |
-
<pay_payment_paypal translate="label" module="
|
4787 |
-
<label>
|
4788 |
<model>pay_payment/Model_Paymentmethod_Paypal</model>
|
4789 |
-
<sort_order>
|
4790 |
<show_in_default>1</show_in_default>
|
4791 |
<show_in_website>1</show_in_website>
|
4792 |
<show_in_store>1</show_in_store>
|
@@ -4800,6 +4843,7 @@
|
|
4800 |
<show_in_store>1</show_in_store>
|
4801 |
<frontend_type>select</frontend_type>
|
4802 |
<source_model>pay_payment/source_paymentmethod_paypal_active</source_model>
|
|
|
4803 |
</active>
|
4804 |
<title translate="label">
|
4805 |
<depends>
|
@@ -4811,6 +4855,7 @@
|
|
4811 |
<show_in_default>1</show_in_default>
|
4812 |
<show_in_website>1</show_in_website>
|
4813 |
<show_in_store>1</show_in_store>
|
|
|
4814 |
</title>
|
4815 |
|
4816 |
<sort_order translate="label">
|
@@ -4823,30 +4868,35 @@
|
|
4823 |
<show_in_default>1</show_in_default>
|
4824 |
<show_in_website>1</show_in_website>
|
4825 |
<show_in_store>1</show_in_store>
|
|
|
4826 |
</sort_order>
|
4827 |
<min_order_total translate="label">
|
4828 |
<depends>
|
4829 |
<active>1</active>
|
4830 |
</depends>
|
4831 |
<label>Minimum bedrag</label>
|
4832 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4833 |
<frontend_type>text</frontend_type>
|
4834 |
<sort_order>5</sort_order>
|
4835 |
<show_in_default>1</show_in_default>
|
4836 |
<show_in_website>1</show_in_website>
|
4837 |
<show_in_store>1</show_in_store>
|
|
|
4838 |
</min_order_total>
|
4839 |
<max_order_total translate="label">
|
4840 |
<depends>
|
4841 |
<active>1</active>
|
4842 |
</depends>
|
4843 |
<label>Maximum bedrag</label>
|
4844 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
4845 |
<frontend_type>text</frontend_type>
|
4846 |
<sort_order>6</sort_order>
|
4847 |
<show_in_default>1</show_in_default>
|
4848 |
<show_in_website>1</show_in_website>
|
4849 |
<show_in_store>1</show_in_store>
|
|
|
4850 |
</max_order_total>
|
4851 |
<allowspecific translate="label">
|
4852 |
<depends>
|
@@ -4854,11 +4904,13 @@
|
|
4854 |
</depends>
|
4855 |
<label>Beschikbaarheid per land</label>
|
4856 |
<frontend_type>allowspecific</frontend_type>
|
4857 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
4858 |
<sort_order>7</sort_order>
|
4859 |
<show_in_default>1</show_in_default>
|
4860 |
<show_in_website>1</show_in_website>
|
4861 |
<show_in_store>1</show_in_store>
|
|
|
4862 |
</allowspecific>
|
4863 |
<specificcountry translate="label">
|
4864 |
<depends>
|
@@ -4873,6 +4925,7 @@
|
|
4873 |
<show_in_website>1</show_in_website>
|
4874 |
<show_in_store>1</show_in_store>
|
4875 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
4876 |
</specificcountry>
|
4877 |
<limit_shipping translate="label">
|
4878 |
<depends>
|
@@ -4880,7 +4933,8 @@
|
|
4880 |
</depends>
|
4881 |
<label>Verzendmethoden blokkeren</label>
|
4882 |
<comment>
|
4883 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
4884 |
</comment>
|
4885 |
<frontend_type>select</frontend_type>
|
4886 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -4888,6 +4942,7 @@
|
|
4888 |
<show_in_default>1</show_in_default>
|
4889 |
<show_in_website>1</show_in_website>
|
4890 |
<show_in_store>1</show_in_store>
|
|
|
4891 |
</limit_shipping>
|
4892 |
<disabled_shippingmethods>
|
4893 |
<depends>
|
@@ -4904,6 +4959,7 @@
|
|
4904 |
<show_in_default>1</show_in_default>
|
4905 |
<show_in_website>1</show_in_website>
|
4906 |
<show_in_store>1</show_in_store>
|
|
|
4907 |
</disabled_shippingmethods>
|
4908 |
<order_status translate="label">
|
4909 |
<depends>
|
@@ -4917,6 +4973,7 @@
|
|
4917 |
<show_in_default>1</show_in_default>
|
4918 |
<show_in_website>1</show_in_website>
|
4919 |
<show_in_store>1</show_in_store>
|
|
|
4920 |
</order_status>
|
4921 |
<order_status_success translate="label">
|
4922 |
<depends>
|
@@ -4930,13 +4987,16 @@
|
|
4930 |
<show_in_default>1</show_in_default>
|
4931 |
<show_in_website>1</show_in_website>
|
4932 |
<show_in_store>1</show_in_store>
|
|
|
4933 |
</order_status_success>
|
4934 |
<charge_type translate="label">
|
4935 |
<depends>
|
4936 |
<active>1</active>
|
4937 |
</depends>
|
4938 |
<label>Extra kosten rekenen</label>
|
4939 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
4940 |
totaalbedrag of een vast bedrag
|
4941 |
</comment>
|
4942 |
<frontend_type>select</frontend_type>
|
@@ -4945,13 +5005,15 @@
|
|
4945 |
<show_in_default>1</show_in_default>
|
4946 |
<show_in_website>1</show_in_website>
|
4947 |
<show_in_store>1</show_in_store>
|
|
|
4948 |
</charge_type>
|
4949 |
<charge_value translate="label">
|
4950 |
<depends>
|
4951 |
<active>1</active>
|
4952 |
</depends>
|
4953 |
<label>Extra kosten</label>
|
4954 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
4955 |
als u geen extra kosten wilt rekenen vult u niets in
|
4956 |
</comment>
|
4957 |
<frontend_type>text</frontend_type>
|
@@ -4959,6 +5021,7 @@
|
|
4959 |
<show_in_default>1</show_in_default>
|
4960 |
<show_in_website>1</show_in_website>
|
4961 |
<show_in_store>1</show_in_store>
|
|
|
4962 |
</charge_value>
|
4963 |
<charge_tax_class translate="label">
|
4964 |
<depends>
|
@@ -4971,6 +5034,7 @@
|
|
4971 |
<show_in_default>1</show_in_default>
|
4972 |
<show_in_website>1</show_in_website>
|
4973 |
<show_in_store>1</show_in_store>
|
|
|
4974 |
</charge_tax_class>
|
4975 |
<send_mail translate="label">
|
4976 |
<depends>
|
@@ -4984,13 +5048,14 @@
|
|
4984 |
<show_in_store>1</show_in_store>
|
4985 |
<frontend_type>select</frontend_type>
|
4986 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
4987 |
</send_mail>
|
4988 |
</fields>
|
4989 |
</pay_payment_paypal>
|
4990 |
-
<pay_payment_paysafecard translate="label" module="
|
4991 |
-
<label>
|
4992 |
<model>pay_payment/Model_Paymentmethod_Paysafecard</model>
|
4993 |
-
<sort_order>
|
4994 |
<show_in_default>1</show_in_default>
|
4995 |
<show_in_website>1</show_in_website>
|
4996 |
<show_in_store>1</show_in_store>
|
@@ -5004,6 +5069,7 @@
|
|
5004 |
<show_in_store>1</show_in_store>
|
5005 |
<frontend_type>select</frontend_type>
|
5006 |
<source_model>pay_payment/source_paymentmethod_paysafecard_active</source_model>
|
|
|
5007 |
</active>
|
5008 |
<title translate="label">
|
5009 |
<depends>
|
@@ -5015,6 +5081,7 @@
|
|
5015 |
<show_in_default>1</show_in_default>
|
5016 |
<show_in_website>1</show_in_website>
|
5017 |
<show_in_store>1</show_in_store>
|
|
|
5018 |
</title>
|
5019 |
|
5020 |
<sort_order translate="label">
|
@@ -5027,30 +5094,35 @@
|
|
5027 |
<show_in_default>1</show_in_default>
|
5028 |
<show_in_website>1</show_in_website>
|
5029 |
<show_in_store>1</show_in_store>
|
|
|
5030 |
</sort_order>
|
5031 |
<min_order_total translate="label">
|
5032 |
<depends>
|
5033 |
<active>1</active>
|
5034 |
</depends>
|
5035 |
<label>Minimum bedrag</label>
|
5036 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5037 |
<frontend_type>text</frontend_type>
|
5038 |
<sort_order>5</sort_order>
|
5039 |
<show_in_default>1</show_in_default>
|
5040 |
<show_in_website>1</show_in_website>
|
5041 |
<show_in_store>1</show_in_store>
|
|
|
5042 |
</min_order_total>
|
5043 |
<max_order_total translate="label">
|
5044 |
<depends>
|
5045 |
<active>1</active>
|
5046 |
</depends>
|
5047 |
<label>Maximum bedrag</label>
|
5048 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5049 |
<frontend_type>text</frontend_type>
|
5050 |
<sort_order>6</sort_order>
|
5051 |
<show_in_default>1</show_in_default>
|
5052 |
<show_in_website>1</show_in_website>
|
5053 |
<show_in_store>1</show_in_store>
|
|
|
5054 |
</max_order_total>
|
5055 |
<allowspecific translate="label">
|
5056 |
<depends>
|
@@ -5058,11 +5130,13 @@
|
|
5058 |
</depends>
|
5059 |
<label>Beschikbaarheid per land</label>
|
5060 |
<frontend_type>allowspecific</frontend_type>
|
5061 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
5062 |
<sort_order>7</sort_order>
|
5063 |
<show_in_default>1</show_in_default>
|
5064 |
<show_in_website>1</show_in_website>
|
5065 |
<show_in_store>1</show_in_store>
|
|
|
5066 |
</allowspecific>
|
5067 |
<specificcountry translate="label">
|
5068 |
<depends>
|
@@ -5077,6 +5151,7 @@
|
|
5077 |
<show_in_website>1</show_in_website>
|
5078 |
<show_in_store>1</show_in_store>
|
5079 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
5080 |
</specificcountry>
|
5081 |
<limit_shipping translate="label">
|
5082 |
<depends>
|
@@ -5084,7 +5159,8 @@
|
|
5084 |
</depends>
|
5085 |
<label>Verzendmethoden blokkeren</label>
|
5086 |
<comment>
|
5087 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
5088 |
</comment>
|
5089 |
<frontend_type>select</frontend_type>
|
5090 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -5092,6 +5168,7 @@
|
|
5092 |
<show_in_default>1</show_in_default>
|
5093 |
<show_in_website>1</show_in_website>
|
5094 |
<show_in_store>1</show_in_store>
|
|
|
5095 |
</limit_shipping>
|
5096 |
<disabled_shippingmethods>
|
5097 |
<depends>
|
@@ -5108,6 +5185,7 @@
|
|
5108 |
<show_in_default>1</show_in_default>
|
5109 |
<show_in_website>1</show_in_website>
|
5110 |
<show_in_store>1</show_in_store>
|
|
|
5111 |
</disabled_shippingmethods>
|
5112 |
<order_status translate="label">
|
5113 |
<depends>
|
@@ -5121,6 +5199,7 @@
|
|
5121 |
<show_in_default>1</show_in_default>
|
5122 |
<show_in_website>1</show_in_website>
|
5123 |
<show_in_store>1</show_in_store>
|
|
|
5124 |
</order_status>
|
5125 |
<order_status_success translate="label">
|
5126 |
<depends>
|
@@ -5134,13 +5213,16 @@
|
|
5134 |
<show_in_default>1</show_in_default>
|
5135 |
<show_in_website>1</show_in_website>
|
5136 |
<show_in_store>1</show_in_store>
|
|
|
5137 |
</order_status_success>
|
5138 |
<charge_type translate="label">
|
5139 |
<depends>
|
5140 |
<active>1</active>
|
5141 |
</depends>
|
5142 |
<label>Extra kosten rekenen</label>
|
5143 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
5144 |
totaalbedrag of een vast bedrag
|
5145 |
</comment>
|
5146 |
<frontend_type>select</frontend_type>
|
@@ -5149,13 +5231,15 @@
|
|
5149 |
<show_in_default>1</show_in_default>
|
5150 |
<show_in_website>1</show_in_website>
|
5151 |
<show_in_store>1</show_in_store>
|
|
|
5152 |
</charge_type>
|
5153 |
<charge_value translate="label">
|
5154 |
<depends>
|
5155 |
<active>1</active>
|
5156 |
</depends>
|
5157 |
<label>Extra kosten</label>
|
5158 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
5159 |
als u geen extra kosten wilt rekenen vult u niets in
|
5160 |
</comment>
|
5161 |
<frontend_type>text</frontend_type>
|
@@ -5163,6 +5247,7 @@
|
|
5163 |
<show_in_default>1</show_in_default>
|
5164 |
<show_in_website>1</show_in_website>
|
5165 |
<show_in_store>1</show_in_store>
|
|
|
5166 |
</charge_value>
|
5167 |
<charge_tax_class translate="label">
|
5168 |
<depends>
|
@@ -5175,6 +5260,7 @@
|
|
5175 |
<show_in_default>1</show_in_default>
|
5176 |
<show_in_website>1</show_in_website>
|
5177 |
<show_in_store>1</show_in_store>
|
|
|
5178 |
</charge_tax_class>
|
5179 |
<send_mail translate="label">
|
5180 |
<depends>
|
@@ -5188,13 +5274,14 @@
|
|
5188 |
<show_in_store>1</show_in_store>
|
5189 |
<frontend_type>select</frontend_type>
|
5190 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
5191 |
</send_mail>
|
5192 |
</fields>
|
5193 |
</pay_payment_paysafecard>
|
5194 |
-
<pay_payment_podiumkadokaart translate="label" module="
|
5195 |
-
<label>
|
5196 |
<model>pay_payment/Model_Paymentmethod_Podiumkadokaart</model>
|
5197 |
-
<sort_order>
|
5198 |
<show_in_default>1</show_in_default>
|
5199 |
<show_in_website>1</show_in_website>
|
5200 |
<show_in_store>1</show_in_store>
|
@@ -5208,6 +5295,7 @@
|
|
5208 |
<show_in_store>1</show_in_store>
|
5209 |
<frontend_type>select</frontend_type>
|
5210 |
<source_model>pay_payment/source_paymentmethod_podiumkadokaart_active</source_model>
|
|
|
5211 |
</active>
|
5212 |
<title translate="label">
|
5213 |
<depends>
|
@@ -5219,6 +5307,7 @@
|
|
5219 |
<show_in_default>1</show_in_default>
|
5220 |
<show_in_website>1</show_in_website>
|
5221 |
<show_in_store>1</show_in_store>
|
|
|
5222 |
</title>
|
5223 |
|
5224 |
<sort_order translate="label">
|
@@ -5231,30 +5320,35 @@
|
|
5231 |
<show_in_default>1</show_in_default>
|
5232 |
<show_in_website>1</show_in_website>
|
5233 |
<show_in_store>1</show_in_store>
|
|
|
5234 |
</sort_order>
|
5235 |
<min_order_total translate="label">
|
5236 |
<depends>
|
5237 |
<active>1</active>
|
5238 |
</depends>
|
5239 |
<label>Minimum bedrag</label>
|
5240 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5241 |
<frontend_type>text</frontend_type>
|
5242 |
<sort_order>5</sort_order>
|
5243 |
<show_in_default>1</show_in_default>
|
5244 |
<show_in_website>1</show_in_website>
|
5245 |
<show_in_store>1</show_in_store>
|
|
|
5246 |
</min_order_total>
|
5247 |
<max_order_total translate="label">
|
5248 |
<depends>
|
5249 |
<active>1</active>
|
5250 |
</depends>
|
5251 |
<label>Maximum bedrag</label>
|
5252 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5253 |
<frontend_type>text</frontend_type>
|
5254 |
<sort_order>6</sort_order>
|
5255 |
<show_in_default>1</show_in_default>
|
5256 |
<show_in_website>1</show_in_website>
|
5257 |
<show_in_store>1</show_in_store>
|
|
|
5258 |
</max_order_total>
|
5259 |
<allowspecific translate="label">
|
5260 |
<depends>
|
@@ -5262,11 +5356,13 @@
|
|
5262 |
</depends>
|
5263 |
<label>Beschikbaarheid per land</label>
|
5264 |
<frontend_type>allowspecific</frontend_type>
|
5265 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
5266 |
<sort_order>7</sort_order>
|
5267 |
<show_in_default>1</show_in_default>
|
5268 |
<show_in_website>1</show_in_website>
|
5269 |
<show_in_store>1</show_in_store>
|
|
|
5270 |
</allowspecific>
|
5271 |
<specificcountry translate="label">
|
5272 |
<depends>
|
@@ -5281,6 +5377,7 @@
|
|
5281 |
<show_in_website>1</show_in_website>
|
5282 |
<show_in_store>1</show_in_store>
|
5283 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
5284 |
</specificcountry>
|
5285 |
<limit_shipping translate="label">
|
5286 |
<depends>
|
@@ -5288,7 +5385,8 @@
|
|
5288 |
</depends>
|
5289 |
<label>Verzendmethoden blokkeren</label>
|
5290 |
<comment>
|
5291 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
5292 |
</comment>
|
5293 |
<frontend_type>select</frontend_type>
|
5294 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -5296,6 +5394,7 @@
|
|
5296 |
<show_in_default>1</show_in_default>
|
5297 |
<show_in_website>1</show_in_website>
|
5298 |
<show_in_store>1</show_in_store>
|
|
|
5299 |
</limit_shipping>
|
5300 |
<disabled_shippingmethods>
|
5301 |
<depends>
|
@@ -5312,6 +5411,7 @@
|
|
5312 |
<show_in_default>1</show_in_default>
|
5313 |
<show_in_website>1</show_in_website>
|
5314 |
<show_in_store>1</show_in_store>
|
|
|
5315 |
</disabled_shippingmethods>
|
5316 |
<order_status translate="label">
|
5317 |
<depends>
|
@@ -5325,6 +5425,7 @@
|
|
5325 |
<show_in_default>1</show_in_default>
|
5326 |
<show_in_website>1</show_in_website>
|
5327 |
<show_in_store>1</show_in_store>
|
|
|
5328 |
</order_status>
|
5329 |
<order_status_success translate="label">
|
5330 |
<depends>
|
@@ -5338,13 +5439,16 @@
|
|
5338 |
<show_in_default>1</show_in_default>
|
5339 |
<show_in_website>1</show_in_website>
|
5340 |
<show_in_store>1</show_in_store>
|
|
|
5341 |
</order_status_success>
|
5342 |
<charge_type translate="label">
|
5343 |
<depends>
|
5344 |
<active>1</active>
|
5345 |
</depends>
|
5346 |
<label>Extra kosten rekenen</label>
|
5347 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
5348 |
totaalbedrag of een vast bedrag
|
5349 |
</comment>
|
5350 |
<frontend_type>select</frontend_type>
|
@@ -5353,13 +5457,15 @@
|
|
5353 |
<show_in_default>1</show_in_default>
|
5354 |
<show_in_website>1</show_in_website>
|
5355 |
<show_in_store>1</show_in_store>
|
|
|
5356 |
</charge_type>
|
5357 |
<charge_value translate="label">
|
5358 |
<depends>
|
5359 |
<active>1</active>
|
5360 |
</depends>
|
5361 |
<label>Extra kosten</label>
|
5362 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
5363 |
als u geen extra kosten wilt rekenen vult u niets in
|
5364 |
</comment>
|
5365 |
<frontend_type>text</frontend_type>
|
@@ -5367,6 +5473,7 @@
|
|
5367 |
<show_in_default>1</show_in_default>
|
5368 |
<show_in_website>1</show_in_website>
|
5369 |
<show_in_store>1</show_in_store>
|
|
|
5370 |
</charge_value>
|
5371 |
<charge_tax_class translate="label">
|
5372 |
<depends>
|
@@ -5379,6 +5486,7 @@
|
|
5379 |
<show_in_default>1</show_in_default>
|
5380 |
<show_in_website>1</show_in_website>
|
5381 |
<show_in_store>1</show_in_store>
|
|
|
5382 |
</charge_tax_class>
|
5383 |
<send_mail translate="label">
|
5384 |
<depends>
|
@@ -5392,13 +5500,14 @@
|
|
5392 |
<show_in_store>1</show_in_store>
|
5393 |
<frontend_type>select</frontend_type>
|
5394 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
5395 |
</send_mail>
|
5396 |
</fields>
|
5397 |
</pay_payment_podiumkadokaart>
|
5398 |
-
<pay_payment_postepay translate="label" module="
|
5399 |
-
<label>
|
5400 |
<model>pay_payment/Model_Paymentmethod_Postepay</model>
|
5401 |
-
<sort_order>
|
5402 |
<show_in_default>1</show_in_default>
|
5403 |
<show_in_website>1</show_in_website>
|
5404 |
<show_in_store>1</show_in_store>
|
@@ -5412,6 +5521,7 @@
|
|
5412 |
<show_in_store>1</show_in_store>
|
5413 |
<frontend_type>select</frontend_type>
|
5414 |
<source_model>pay_payment/source_paymentmethod_postepay_active</source_model>
|
|
|
5415 |
</active>
|
5416 |
<title translate="label">
|
5417 |
<depends>
|
@@ -5423,6 +5533,7 @@
|
|
5423 |
<show_in_default>1</show_in_default>
|
5424 |
<show_in_website>1</show_in_website>
|
5425 |
<show_in_store>1</show_in_store>
|
|
|
5426 |
</title>
|
5427 |
|
5428 |
<sort_order translate="label">
|
@@ -5435,30 +5546,35 @@
|
|
5435 |
<show_in_default>1</show_in_default>
|
5436 |
<show_in_website>1</show_in_website>
|
5437 |
<show_in_store>1</show_in_store>
|
|
|
5438 |
</sort_order>
|
5439 |
<min_order_total translate="label">
|
5440 |
<depends>
|
5441 |
<active>1</active>
|
5442 |
</depends>
|
5443 |
<label>Minimum bedrag</label>
|
5444 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5445 |
<frontend_type>text</frontend_type>
|
5446 |
<sort_order>5</sort_order>
|
5447 |
<show_in_default>1</show_in_default>
|
5448 |
<show_in_website>1</show_in_website>
|
5449 |
<show_in_store>1</show_in_store>
|
|
|
5450 |
</min_order_total>
|
5451 |
<max_order_total translate="label">
|
5452 |
<depends>
|
5453 |
<active>1</active>
|
5454 |
</depends>
|
5455 |
<label>Maximum bedrag</label>
|
5456 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5457 |
<frontend_type>text</frontend_type>
|
5458 |
<sort_order>6</sort_order>
|
5459 |
<show_in_default>1</show_in_default>
|
5460 |
<show_in_website>1</show_in_website>
|
5461 |
<show_in_store>1</show_in_store>
|
|
|
5462 |
</max_order_total>
|
5463 |
<allowspecific translate="label">
|
5464 |
<depends>
|
@@ -5466,11 +5582,13 @@
|
|
5466 |
</depends>
|
5467 |
<label>Beschikbaarheid per land</label>
|
5468 |
<frontend_type>allowspecific</frontend_type>
|
5469 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
5470 |
<sort_order>7</sort_order>
|
5471 |
<show_in_default>1</show_in_default>
|
5472 |
<show_in_website>1</show_in_website>
|
5473 |
<show_in_store>1</show_in_store>
|
|
|
5474 |
</allowspecific>
|
5475 |
<specificcountry translate="label">
|
5476 |
<depends>
|
@@ -5485,6 +5603,7 @@
|
|
5485 |
<show_in_website>1</show_in_website>
|
5486 |
<show_in_store>1</show_in_store>
|
5487 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
5488 |
</specificcountry>
|
5489 |
<limit_shipping translate="label">
|
5490 |
<depends>
|
@@ -5492,7 +5611,8 @@
|
|
5492 |
</depends>
|
5493 |
<label>Verzendmethoden blokkeren</label>
|
5494 |
<comment>
|
5495 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
5496 |
</comment>
|
5497 |
<frontend_type>select</frontend_type>
|
5498 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -5500,6 +5620,7 @@
|
|
5500 |
<show_in_default>1</show_in_default>
|
5501 |
<show_in_website>1</show_in_website>
|
5502 |
<show_in_store>1</show_in_store>
|
|
|
5503 |
</limit_shipping>
|
5504 |
<disabled_shippingmethods>
|
5505 |
<depends>
|
@@ -5516,6 +5637,7 @@
|
|
5516 |
<show_in_default>1</show_in_default>
|
5517 |
<show_in_website>1</show_in_website>
|
5518 |
<show_in_store>1</show_in_store>
|
|
|
5519 |
</disabled_shippingmethods>
|
5520 |
<order_status translate="label">
|
5521 |
<depends>
|
@@ -5529,6 +5651,7 @@
|
|
5529 |
<show_in_default>1</show_in_default>
|
5530 |
<show_in_website>1</show_in_website>
|
5531 |
<show_in_store>1</show_in_store>
|
|
|
5532 |
</order_status>
|
5533 |
<order_status_success translate="label">
|
5534 |
<depends>
|
@@ -5542,13 +5665,16 @@
|
|
5542 |
<show_in_default>1</show_in_default>
|
5543 |
<show_in_website>1</show_in_website>
|
5544 |
<show_in_store>1</show_in_store>
|
|
|
5545 |
</order_status_success>
|
5546 |
<charge_type translate="label">
|
5547 |
<depends>
|
5548 |
<active>1</active>
|
5549 |
</depends>
|
5550 |
<label>Extra kosten rekenen</label>
|
5551 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
5552 |
totaalbedrag of een vast bedrag
|
5553 |
</comment>
|
5554 |
<frontend_type>select</frontend_type>
|
@@ -5557,13 +5683,15 @@
|
|
5557 |
<show_in_default>1</show_in_default>
|
5558 |
<show_in_website>1</show_in_website>
|
5559 |
<show_in_store>1</show_in_store>
|
|
|
5560 |
</charge_type>
|
5561 |
<charge_value translate="label">
|
5562 |
<depends>
|
5563 |
<active>1</active>
|
5564 |
</depends>
|
5565 |
<label>Extra kosten</label>
|
5566 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
5567 |
als u geen extra kosten wilt rekenen vult u niets in
|
5568 |
</comment>
|
5569 |
<frontend_type>text</frontend_type>
|
@@ -5571,6 +5699,7 @@
|
|
5571 |
<show_in_default>1</show_in_default>
|
5572 |
<show_in_website>1</show_in_website>
|
5573 |
<show_in_store>1</show_in_store>
|
|
|
5574 |
</charge_value>
|
5575 |
<charge_tax_class translate="label">
|
5576 |
<depends>
|
@@ -5583,6 +5712,7 @@
|
|
5583 |
<show_in_default>1</show_in_default>
|
5584 |
<show_in_website>1</show_in_website>
|
5585 |
<show_in_store>1</show_in_store>
|
|
|
5586 |
</charge_tax_class>
|
5587 |
<send_mail translate="label">
|
5588 |
<depends>
|
@@ -5596,13 +5726,14 @@
|
|
5596 |
<show_in_store>1</show_in_store>
|
5597 |
<frontend_type>select</frontend_type>
|
5598 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
5599 |
</send_mail>
|
5600 |
</fields>
|
5601 |
</pay_payment_postepay>
|
5602 |
-
<pay_payment_sofortbanking translate="label" module="
|
5603 |
-
<label>
|
5604 |
<model>pay_payment/Model_Paymentmethod_Sofortbanking</model>
|
5605 |
-
<sort_order>
|
5606 |
<show_in_default>1</show_in_default>
|
5607 |
<show_in_website>1</show_in_website>
|
5608 |
<show_in_store>1</show_in_store>
|
@@ -5616,6 +5747,7 @@
|
|
5616 |
<show_in_store>1</show_in_store>
|
5617 |
<frontend_type>select</frontend_type>
|
5618 |
<source_model>pay_payment/source_paymentmethod_sofortbanking_active</source_model>
|
|
|
5619 |
</active>
|
5620 |
<title translate="label">
|
5621 |
<depends>
|
@@ -5627,6 +5759,7 @@
|
|
5627 |
<show_in_default>1</show_in_default>
|
5628 |
<show_in_website>1</show_in_website>
|
5629 |
<show_in_store>1</show_in_store>
|
|
|
5630 |
</title>
|
5631 |
|
5632 |
<sort_order translate="label">
|
@@ -5639,30 +5772,35 @@
|
|
5639 |
<show_in_default>1</show_in_default>
|
5640 |
<show_in_website>1</show_in_website>
|
5641 |
<show_in_store>1</show_in_store>
|
|
|
5642 |
</sort_order>
|
5643 |
<min_order_total translate="label">
|
5644 |
<depends>
|
5645 |
<active>1</active>
|
5646 |
</depends>
|
5647 |
<label>Minimum bedrag</label>
|
5648 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5649 |
<frontend_type>text</frontend_type>
|
5650 |
<sort_order>5</sort_order>
|
5651 |
<show_in_default>1</show_in_default>
|
5652 |
<show_in_website>1</show_in_website>
|
5653 |
<show_in_store>1</show_in_store>
|
|
|
5654 |
</min_order_total>
|
5655 |
<max_order_total translate="label">
|
5656 |
<depends>
|
5657 |
<active>1</active>
|
5658 |
</depends>
|
5659 |
<label>Maximum bedrag</label>
|
5660 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5661 |
<frontend_type>text</frontend_type>
|
5662 |
<sort_order>6</sort_order>
|
5663 |
<show_in_default>1</show_in_default>
|
5664 |
<show_in_website>1</show_in_website>
|
5665 |
<show_in_store>1</show_in_store>
|
|
|
5666 |
</max_order_total>
|
5667 |
<allowspecific translate="label">
|
5668 |
<depends>
|
@@ -5670,11 +5808,13 @@
|
|
5670 |
</depends>
|
5671 |
<label>Beschikbaarheid per land</label>
|
5672 |
<frontend_type>allowspecific</frontend_type>
|
5673 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
5674 |
<sort_order>7</sort_order>
|
5675 |
<show_in_default>1</show_in_default>
|
5676 |
<show_in_website>1</show_in_website>
|
5677 |
<show_in_store>1</show_in_store>
|
|
|
5678 |
</allowspecific>
|
5679 |
<specificcountry translate="label">
|
5680 |
<depends>
|
@@ -5689,6 +5829,7 @@
|
|
5689 |
<show_in_website>1</show_in_website>
|
5690 |
<show_in_store>1</show_in_store>
|
5691 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
5692 |
</specificcountry>
|
5693 |
<limit_shipping translate="label">
|
5694 |
<depends>
|
@@ -5696,7 +5837,8 @@
|
|
5696 |
</depends>
|
5697 |
<label>Verzendmethoden blokkeren</label>
|
5698 |
<comment>
|
5699 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
5700 |
</comment>
|
5701 |
<frontend_type>select</frontend_type>
|
5702 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -5704,6 +5846,7 @@
|
|
5704 |
<show_in_default>1</show_in_default>
|
5705 |
<show_in_website>1</show_in_website>
|
5706 |
<show_in_store>1</show_in_store>
|
|
|
5707 |
</limit_shipping>
|
5708 |
<disabled_shippingmethods>
|
5709 |
<depends>
|
@@ -5720,6 +5863,7 @@
|
|
5720 |
<show_in_default>1</show_in_default>
|
5721 |
<show_in_website>1</show_in_website>
|
5722 |
<show_in_store>1</show_in_store>
|
|
|
5723 |
</disabled_shippingmethods>
|
5724 |
<order_status translate="label">
|
5725 |
<depends>
|
@@ -5733,6 +5877,7 @@
|
|
5733 |
<show_in_default>1</show_in_default>
|
5734 |
<show_in_website>1</show_in_website>
|
5735 |
<show_in_store>1</show_in_store>
|
|
|
5736 |
</order_status>
|
5737 |
<order_status_success translate="label">
|
5738 |
<depends>
|
@@ -5746,13 +5891,16 @@
|
|
5746 |
<show_in_default>1</show_in_default>
|
5747 |
<show_in_website>1</show_in_website>
|
5748 |
<show_in_store>1</show_in_store>
|
|
|
5749 |
</order_status_success>
|
5750 |
<charge_type translate="label">
|
5751 |
<depends>
|
5752 |
<active>1</active>
|
5753 |
</depends>
|
5754 |
<label>Extra kosten rekenen</label>
|
5755 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
5756 |
totaalbedrag of een vast bedrag
|
5757 |
</comment>
|
5758 |
<frontend_type>select</frontend_type>
|
@@ -5761,13 +5909,15 @@
|
|
5761 |
<show_in_default>1</show_in_default>
|
5762 |
<show_in_website>1</show_in_website>
|
5763 |
<show_in_store>1</show_in_store>
|
|
|
5764 |
</charge_type>
|
5765 |
<charge_value translate="label">
|
5766 |
<depends>
|
5767 |
<active>1</active>
|
5768 |
</depends>
|
5769 |
<label>Extra kosten</label>
|
5770 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
5771 |
als u geen extra kosten wilt rekenen vult u niets in
|
5772 |
</comment>
|
5773 |
<frontend_type>text</frontend_type>
|
@@ -5775,6 +5925,7 @@
|
|
5775 |
<show_in_default>1</show_in_default>
|
5776 |
<show_in_website>1</show_in_website>
|
5777 |
<show_in_store>1</show_in_store>
|
|
|
5778 |
</charge_value>
|
5779 |
<charge_tax_class translate="label">
|
5780 |
<depends>
|
@@ -5787,6 +5938,7 @@
|
|
5787 |
<show_in_default>1</show_in_default>
|
5788 |
<show_in_website>1</show_in_website>
|
5789 |
<show_in_store>1</show_in_store>
|
|
|
5790 |
</charge_tax_class>
|
5791 |
<send_mail translate="label">
|
5792 |
<depends>
|
@@ -5800,13 +5952,14 @@
|
|
5800 |
<show_in_store>1</show_in_store>
|
5801 |
<frontend_type>select</frontend_type>
|
5802 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
5803 |
</send_mail>
|
5804 |
</fields>
|
5805 |
</pay_payment_sofortbanking>
|
5806 |
-
<pay_payment_telefoon translate="label" module="
|
5807 |
-
<label>
|
5808 |
<model>pay_payment/Model_Paymentmethod_Telefoon</model>
|
5809 |
-
<sort_order>
|
5810 |
<show_in_default>1</show_in_default>
|
5811 |
<show_in_website>1</show_in_website>
|
5812 |
<show_in_store>1</show_in_store>
|
@@ -5820,6 +5973,7 @@
|
|
5820 |
<show_in_store>1</show_in_store>
|
5821 |
<frontend_type>select</frontend_type>
|
5822 |
<source_model>pay_payment/source_paymentmethod_telefoon_active</source_model>
|
|
|
5823 |
</active>
|
5824 |
<title translate="label">
|
5825 |
<depends>
|
@@ -5831,6 +5985,7 @@
|
|
5831 |
<show_in_default>1</show_in_default>
|
5832 |
<show_in_website>1</show_in_website>
|
5833 |
<show_in_store>1</show_in_store>
|
|
|
5834 |
</title>
|
5835 |
|
5836 |
<sort_order translate="label">
|
@@ -5843,30 +5998,35 @@
|
|
5843 |
<show_in_default>1</show_in_default>
|
5844 |
<show_in_website>1</show_in_website>
|
5845 |
<show_in_store>1</show_in_store>
|
|
|
5846 |
</sort_order>
|
5847 |
<min_order_total translate="label">
|
5848 |
<depends>
|
5849 |
<active>1</active>
|
5850 |
</depends>
|
5851 |
<label>Minimum bedrag</label>
|
5852 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5853 |
<frontend_type>text</frontend_type>
|
5854 |
<sort_order>5</sort_order>
|
5855 |
<show_in_default>1</show_in_default>
|
5856 |
<show_in_website>1</show_in_website>
|
5857 |
<show_in_store>1</show_in_store>
|
|
|
5858 |
</min_order_total>
|
5859 |
<max_order_total translate="label">
|
5860 |
<depends>
|
5861 |
<active>1</active>
|
5862 |
</depends>
|
5863 |
<label>Maximum bedrag</label>
|
5864 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
5865 |
<frontend_type>text</frontend_type>
|
5866 |
<sort_order>6</sort_order>
|
5867 |
<show_in_default>1</show_in_default>
|
5868 |
<show_in_website>1</show_in_website>
|
5869 |
<show_in_store>1</show_in_store>
|
|
|
5870 |
</max_order_total>
|
5871 |
<allowspecific translate="label">
|
5872 |
<depends>
|
@@ -5874,11 +6034,13 @@
|
|
5874 |
</depends>
|
5875 |
<label>Beschikbaarheid per land</label>
|
5876 |
<frontend_type>allowspecific</frontend_type>
|
5877 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
5878 |
<sort_order>7</sort_order>
|
5879 |
<show_in_default>1</show_in_default>
|
5880 |
<show_in_website>1</show_in_website>
|
5881 |
<show_in_store>1</show_in_store>
|
|
|
5882 |
</allowspecific>
|
5883 |
<specificcountry translate="label">
|
5884 |
<depends>
|
@@ -5893,6 +6055,7 @@
|
|
5893 |
<show_in_website>1</show_in_website>
|
5894 |
<show_in_store>1</show_in_store>
|
5895 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
5896 |
</specificcountry>
|
5897 |
<limit_shipping translate="label">
|
5898 |
<depends>
|
@@ -5900,7 +6063,8 @@
|
|
5900 |
</depends>
|
5901 |
<label>Verzendmethoden blokkeren</label>
|
5902 |
<comment>
|
5903 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
5904 |
</comment>
|
5905 |
<frontend_type>select</frontend_type>
|
5906 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -5908,6 +6072,7 @@
|
|
5908 |
<show_in_default>1</show_in_default>
|
5909 |
<show_in_website>1</show_in_website>
|
5910 |
<show_in_store>1</show_in_store>
|
|
|
5911 |
</limit_shipping>
|
5912 |
<disabled_shippingmethods>
|
5913 |
<depends>
|
@@ -5924,6 +6089,7 @@
|
|
5924 |
<show_in_default>1</show_in_default>
|
5925 |
<show_in_website>1</show_in_website>
|
5926 |
<show_in_store>1</show_in_store>
|
|
|
5927 |
</disabled_shippingmethods>
|
5928 |
<order_status translate="label">
|
5929 |
<depends>
|
@@ -5937,6 +6103,7 @@
|
|
5937 |
<show_in_default>1</show_in_default>
|
5938 |
<show_in_website>1</show_in_website>
|
5939 |
<show_in_store>1</show_in_store>
|
|
|
5940 |
</order_status>
|
5941 |
<order_status_success translate="label">
|
5942 |
<depends>
|
@@ -5950,13 +6117,16 @@
|
|
5950 |
<show_in_default>1</show_in_default>
|
5951 |
<show_in_website>1</show_in_website>
|
5952 |
<show_in_store>1</show_in_store>
|
|
|
5953 |
</order_status_success>
|
5954 |
<charge_type translate="label">
|
5955 |
<depends>
|
5956 |
<active>1</active>
|
5957 |
</depends>
|
5958 |
<label>Extra kosten rekenen</label>
|
5959 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
5960 |
totaalbedrag of een vast bedrag
|
5961 |
</comment>
|
5962 |
<frontend_type>select</frontend_type>
|
@@ -5965,13 +6135,15 @@
|
|
5965 |
<show_in_default>1</show_in_default>
|
5966 |
<show_in_website>1</show_in_website>
|
5967 |
<show_in_store>1</show_in_store>
|
|
|
5968 |
</charge_type>
|
5969 |
<charge_value translate="label">
|
5970 |
<depends>
|
5971 |
<active>1</active>
|
5972 |
</depends>
|
5973 |
<label>Extra kosten</label>
|
5974 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
5975 |
als u geen extra kosten wilt rekenen vult u niets in
|
5976 |
</comment>
|
5977 |
<frontend_type>text</frontend_type>
|
@@ -5979,6 +6151,7 @@
|
|
5979 |
<show_in_default>1</show_in_default>
|
5980 |
<show_in_website>1</show_in_website>
|
5981 |
<show_in_store>1</show_in_store>
|
|
|
5982 |
</charge_value>
|
5983 |
<charge_tax_class translate="label">
|
5984 |
<depends>
|
@@ -5991,6 +6164,7 @@
|
|
5991 |
<show_in_default>1</show_in_default>
|
5992 |
<show_in_website>1</show_in_website>
|
5993 |
<show_in_store>1</show_in_store>
|
|
|
5994 |
</charge_tax_class>
|
5995 |
<send_mail translate="label">
|
5996 |
<depends>
|
@@ -6004,13 +6178,14 @@
|
|
6004 |
<show_in_store>1</show_in_store>
|
6005 |
<frontend_type>select</frontend_type>
|
6006 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
6007 |
</send_mail>
|
6008 |
</fields>
|
6009 |
</pay_payment_telefoon>
|
6010 |
-
<pay_payment_visamastercard translate="label" module="
|
6011 |
-
<label>
|
6012 |
<model>pay_payment/Model_Paymentmethod_Visamastercard</model>
|
6013 |
-
<sort_order>
|
6014 |
<show_in_default>1</show_in_default>
|
6015 |
<show_in_website>1</show_in_website>
|
6016 |
<show_in_store>1</show_in_store>
|
@@ -6024,6 +6199,7 @@
|
|
6024 |
<show_in_store>1</show_in_store>
|
6025 |
<frontend_type>select</frontend_type>
|
6026 |
<source_model>pay_payment/source_paymentmethod_visamastercard_active</source_model>
|
|
|
6027 |
</active>
|
6028 |
<title translate="label">
|
6029 |
<depends>
|
@@ -6035,6 +6211,7 @@
|
|
6035 |
<show_in_default>1</show_in_default>
|
6036 |
<show_in_website>1</show_in_website>
|
6037 |
<show_in_store>1</show_in_store>
|
|
|
6038 |
</title>
|
6039 |
|
6040 |
<sort_order translate="label">
|
@@ -6047,30 +6224,35 @@
|
|
6047 |
<show_in_default>1</show_in_default>
|
6048 |
<show_in_website>1</show_in_website>
|
6049 |
<show_in_store>1</show_in_store>
|
|
|
6050 |
</sort_order>
|
6051 |
<min_order_total translate="label">
|
6052 |
<depends>
|
6053 |
<active>1</active>
|
6054 |
</depends>
|
6055 |
<label>Minimum bedrag</label>
|
6056 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6057 |
<frontend_type>text</frontend_type>
|
6058 |
<sort_order>5</sort_order>
|
6059 |
<show_in_default>1</show_in_default>
|
6060 |
<show_in_website>1</show_in_website>
|
6061 |
<show_in_store>1</show_in_store>
|
|
|
6062 |
</min_order_total>
|
6063 |
<max_order_total translate="label">
|
6064 |
<depends>
|
6065 |
<active>1</active>
|
6066 |
</depends>
|
6067 |
<label>Maximum bedrag</label>
|
6068 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6069 |
<frontend_type>text</frontend_type>
|
6070 |
<sort_order>6</sort_order>
|
6071 |
<show_in_default>1</show_in_default>
|
6072 |
<show_in_website>1</show_in_website>
|
6073 |
<show_in_store>1</show_in_store>
|
|
|
6074 |
</max_order_total>
|
6075 |
<allowspecific translate="label">
|
6076 |
<depends>
|
@@ -6078,11 +6260,13 @@
|
|
6078 |
</depends>
|
6079 |
<label>Beschikbaarheid per land</label>
|
6080 |
<frontend_type>allowspecific</frontend_type>
|
6081 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
6082 |
<sort_order>7</sort_order>
|
6083 |
<show_in_default>1</show_in_default>
|
6084 |
<show_in_website>1</show_in_website>
|
6085 |
<show_in_store>1</show_in_store>
|
|
|
6086 |
</allowspecific>
|
6087 |
<specificcountry translate="label">
|
6088 |
<depends>
|
@@ -6097,6 +6281,7 @@
|
|
6097 |
<show_in_website>1</show_in_website>
|
6098 |
<show_in_store>1</show_in_store>
|
6099 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
6100 |
</specificcountry>
|
6101 |
<limit_shipping translate="label">
|
6102 |
<depends>
|
@@ -6104,7 +6289,8 @@
|
|
6104 |
</depends>
|
6105 |
<label>Verzendmethoden blokkeren</label>
|
6106 |
<comment>
|
6107 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
6108 |
</comment>
|
6109 |
<frontend_type>select</frontend_type>
|
6110 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -6112,6 +6298,7 @@
|
|
6112 |
<show_in_default>1</show_in_default>
|
6113 |
<show_in_website>1</show_in_website>
|
6114 |
<show_in_store>1</show_in_store>
|
|
|
6115 |
</limit_shipping>
|
6116 |
<disabled_shippingmethods>
|
6117 |
<depends>
|
@@ -6128,6 +6315,7 @@
|
|
6128 |
<show_in_default>1</show_in_default>
|
6129 |
<show_in_website>1</show_in_website>
|
6130 |
<show_in_store>1</show_in_store>
|
|
|
6131 |
</disabled_shippingmethods>
|
6132 |
<order_status translate="label">
|
6133 |
<depends>
|
@@ -6141,6 +6329,7 @@
|
|
6141 |
<show_in_default>1</show_in_default>
|
6142 |
<show_in_website>1</show_in_website>
|
6143 |
<show_in_store>1</show_in_store>
|
|
|
6144 |
</order_status>
|
6145 |
<order_status_success translate="label">
|
6146 |
<depends>
|
@@ -6154,13 +6343,16 @@
|
|
6154 |
<show_in_default>1</show_in_default>
|
6155 |
<show_in_website>1</show_in_website>
|
6156 |
<show_in_store>1</show_in_store>
|
|
|
6157 |
</order_status_success>
|
6158 |
<charge_type translate="label">
|
6159 |
<depends>
|
6160 |
<active>1</active>
|
6161 |
</depends>
|
6162 |
<label>Extra kosten rekenen</label>
|
6163 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
6164 |
totaalbedrag of een vast bedrag
|
6165 |
</comment>
|
6166 |
<frontend_type>select</frontend_type>
|
@@ -6169,13 +6361,15 @@
|
|
6169 |
<show_in_default>1</show_in_default>
|
6170 |
<show_in_website>1</show_in_website>
|
6171 |
<show_in_store>1</show_in_store>
|
|
|
6172 |
</charge_type>
|
6173 |
<charge_value translate="label">
|
6174 |
<depends>
|
6175 |
<active>1</active>
|
6176 |
</depends>
|
6177 |
<label>Extra kosten</label>
|
6178 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
6179 |
als u geen extra kosten wilt rekenen vult u niets in
|
6180 |
</comment>
|
6181 |
<frontend_type>text</frontend_type>
|
@@ -6183,6 +6377,7 @@
|
|
6183 |
<show_in_default>1</show_in_default>
|
6184 |
<show_in_website>1</show_in_website>
|
6185 |
<show_in_store>1</show_in_store>
|
|
|
6186 |
</charge_value>
|
6187 |
<charge_tax_class translate="label">
|
6188 |
<depends>
|
@@ -6195,6 +6390,7 @@
|
|
6195 |
<show_in_default>1</show_in_default>
|
6196 |
<show_in_website>1</show_in_website>
|
6197 |
<show_in_store>1</show_in_store>
|
|
|
6198 |
</charge_tax_class>
|
6199 |
<send_mail translate="label">
|
6200 |
<depends>
|
@@ -6208,13 +6404,14 @@
|
|
6208 |
<show_in_store>1</show_in_store>
|
6209 |
<frontend_type>select</frontend_type>
|
6210 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
6211 |
</send_mail>
|
6212 |
</fields>
|
6213 |
</pay_payment_visamastercard>
|
6214 |
-
<pay_payment_vvvgiftcard translate="label" module="
|
6215 |
-
<label>
|
6216 |
<model>pay_payment/Model_Paymentmethod_Vvvgiftcard</model>
|
6217 |
-
<sort_order>
|
6218 |
<show_in_default>1</show_in_default>
|
6219 |
<show_in_website>1</show_in_website>
|
6220 |
<show_in_store>1</show_in_store>
|
@@ -6228,6 +6425,7 @@
|
|
6228 |
<show_in_store>1</show_in_store>
|
6229 |
<frontend_type>select</frontend_type>
|
6230 |
<source_model>pay_payment/source_paymentmethod_vvvgiftcard_active</source_model>
|
|
|
6231 |
</active>
|
6232 |
<title translate="label">
|
6233 |
<depends>
|
@@ -6239,6 +6437,7 @@
|
|
6239 |
<show_in_default>1</show_in_default>
|
6240 |
<show_in_website>1</show_in_website>
|
6241 |
<show_in_store>1</show_in_store>
|
|
|
6242 |
</title>
|
6243 |
<sort_order translate="label">
|
6244 |
<depends>
|
@@ -6250,30 +6449,35 @@
|
|
6250 |
<show_in_default>1</show_in_default>
|
6251 |
<show_in_website>1</show_in_website>
|
6252 |
<show_in_store>1</show_in_store>
|
|
|
6253 |
</sort_order>
|
6254 |
<min_order_total translate="label">
|
6255 |
<depends>
|
6256 |
<active>1</active>
|
6257 |
</depends>
|
6258 |
<label>Minimum bedrag</label>
|
6259 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6260 |
<frontend_type>text</frontend_type>
|
6261 |
<sort_order>5</sort_order>
|
6262 |
<show_in_default>1</show_in_default>
|
6263 |
<show_in_website>1</show_in_website>
|
6264 |
<show_in_store>1</show_in_store>
|
|
|
6265 |
</min_order_total>
|
6266 |
<max_order_total translate="label">
|
6267 |
<depends>
|
6268 |
<active>1</active>
|
6269 |
</depends>
|
6270 |
<label>Maximum bedrag</label>
|
6271 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6272 |
<frontend_type>text</frontend_type>
|
6273 |
<sort_order>6</sort_order>
|
6274 |
<show_in_default>1</show_in_default>
|
6275 |
<show_in_website>1</show_in_website>
|
6276 |
<show_in_store>1</show_in_store>
|
|
|
6277 |
</max_order_total>
|
6278 |
<allowspecific translate="label">
|
6279 |
<depends>
|
@@ -6281,11 +6485,13 @@
|
|
6281 |
</depends>
|
6282 |
<label>Beschikbaarheid per land</label>
|
6283 |
<frontend_type>allowspecific</frontend_type>
|
6284 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
6285 |
<sort_order>7</sort_order>
|
6286 |
<show_in_default>1</show_in_default>
|
6287 |
<show_in_website>1</show_in_website>
|
6288 |
<show_in_store>1</show_in_store>
|
|
|
6289 |
</allowspecific>
|
6290 |
<specificcountry translate="label">
|
6291 |
<depends>
|
@@ -6300,6 +6506,7 @@
|
|
6300 |
<show_in_website>1</show_in_website>
|
6301 |
<show_in_store>1</show_in_store>
|
6302 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
6303 |
</specificcountry>
|
6304 |
<limit_shipping translate="label">
|
6305 |
<depends>
|
@@ -6307,7 +6514,8 @@
|
|
6307 |
</depends>
|
6308 |
<label>Verzendmethoden blokkeren</label>
|
6309 |
<comment>
|
6310 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
6311 |
</comment>
|
6312 |
<frontend_type>select</frontend_type>
|
6313 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -6315,6 +6523,7 @@
|
|
6315 |
<show_in_default>1</show_in_default>
|
6316 |
<show_in_website>1</show_in_website>
|
6317 |
<show_in_store>1</show_in_store>
|
|
|
6318 |
</limit_shipping>
|
6319 |
<disabled_shippingmethods>
|
6320 |
<depends>
|
@@ -6331,6 +6540,7 @@
|
|
6331 |
<show_in_default>1</show_in_default>
|
6332 |
<show_in_website>1</show_in_website>
|
6333 |
<show_in_store>1</show_in_store>
|
|
|
6334 |
</disabled_shippingmethods>
|
6335 |
<order_status translate="label">
|
6336 |
<depends>
|
@@ -6344,6 +6554,7 @@
|
|
6344 |
<show_in_default>1</show_in_default>
|
6345 |
<show_in_website>1</show_in_website>
|
6346 |
<show_in_store>1</show_in_store>
|
|
|
6347 |
</order_status>
|
6348 |
<order_status_success translate="label">
|
6349 |
<depends>
|
@@ -6357,13 +6568,16 @@
|
|
6357 |
<show_in_default>1</show_in_default>
|
6358 |
<show_in_website>1</show_in_website>
|
6359 |
<show_in_store>1</show_in_store>
|
|
|
6360 |
</order_status_success>
|
6361 |
<charge_type translate="label">
|
6362 |
<depends>
|
6363 |
<active>1</active>
|
6364 |
</depends>
|
6365 |
<label>Extra kosten rekenen</label>
|
6366 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
6367 |
totaalbedrag of een vast bedrag
|
6368 |
</comment>
|
6369 |
<frontend_type>select</frontend_type>
|
@@ -6372,13 +6586,15 @@
|
|
6372 |
<show_in_default>1</show_in_default>
|
6373 |
<show_in_website>1</show_in_website>
|
6374 |
<show_in_store>1</show_in_store>
|
|
|
6375 |
</charge_type>
|
6376 |
<charge_value translate="label">
|
6377 |
<depends>
|
6378 |
<active>1</active>
|
6379 |
</depends>
|
6380 |
<label>Extra kosten</label>
|
6381 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
6382 |
als u geen extra kosten wilt rekenen vult u niets in
|
6383 |
</comment>
|
6384 |
<frontend_type>text</frontend_type>
|
@@ -6386,6 +6602,7 @@
|
|
6386 |
<show_in_default>1</show_in_default>
|
6387 |
<show_in_website>1</show_in_website>
|
6388 |
<show_in_store>1</show_in_store>
|
|
|
6389 |
</charge_value>
|
6390 |
<charge_tax_class translate="label">
|
6391 |
<depends>
|
@@ -6398,6 +6615,7 @@
|
|
6398 |
<show_in_default>1</show_in_default>
|
6399 |
<show_in_website>1</show_in_website>
|
6400 |
<show_in_store>1</show_in_store>
|
|
|
6401 |
</charge_tax_class>
|
6402 |
<send_mail translate="label">
|
6403 |
<depends>
|
@@ -6411,13 +6629,14 @@
|
|
6411 |
<show_in_store>1</show_in_store>
|
6412 |
<frontend_type>select</frontend_type>
|
6413 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
6414 |
</send_mail>
|
6415 |
</fields>
|
6416 |
</pay_payment_vvvgiftcard>
|
6417 |
-
<pay_payment_webshopgiftcard translate="label" module="
|
6418 |
-
<label>
|
6419 |
<model>pay_payment/Model_Paymentmethod_Webshopgiftcard</model>
|
6420 |
-
<sort_order>
|
6421 |
<show_in_default>1</show_in_default>
|
6422 |
<show_in_website>1</show_in_website>
|
6423 |
<show_in_store>1</show_in_store>
|
@@ -6431,6 +6650,7 @@
|
|
6431 |
<show_in_store>1</show_in_store>
|
6432 |
<frontend_type>select</frontend_type>
|
6433 |
<source_model>pay_payment/source_paymentmethod_webshopgiftcard_active</source_model>
|
|
|
6434 |
</active>
|
6435 |
<title translate="label">
|
6436 |
<depends>
|
@@ -6442,6 +6662,7 @@
|
|
6442 |
<show_in_default>1</show_in_default>
|
6443 |
<show_in_website>1</show_in_website>
|
6444 |
<show_in_store>1</show_in_store>
|
|
|
6445 |
</title>
|
6446 |
|
6447 |
<sort_order translate="label">
|
@@ -6454,30 +6675,35 @@
|
|
6454 |
<show_in_default>1</show_in_default>
|
6455 |
<show_in_website>1</show_in_website>
|
6456 |
<show_in_store>1</show_in_store>
|
|
|
6457 |
</sort_order>
|
6458 |
<min_order_total translate="label">
|
6459 |
<depends>
|
6460 |
<active>1</active>
|
6461 |
</depends>
|
6462 |
<label>Minimum bedrag</label>
|
6463 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6464 |
<frontend_type>text</frontend_type>
|
6465 |
<sort_order>5</sort_order>
|
6466 |
<show_in_default>1</show_in_default>
|
6467 |
<show_in_website>1</show_in_website>
|
6468 |
<show_in_store>1</show_in_store>
|
|
|
6469 |
</min_order_total>
|
6470 |
<max_order_total translate="label">
|
6471 |
<depends>
|
6472 |
<active>1</active>
|
6473 |
</depends>
|
6474 |
<label>Maximum bedrag</label>
|
6475 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6476 |
<frontend_type>text</frontend_type>
|
6477 |
<sort_order>6</sort_order>
|
6478 |
<show_in_default>1</show_in_default>
|
6479 |
<show_in_website>1</show_in_website>
|
6480 |
<show_in_store>1</show_in_store>
|
|
|
6481 |
</max_order_total>
|
6482 |
<allowspecific translate="label">
|
6483 |
<depends>
|
@@ -6485,11 +6711,13 @@
|
|
6485 |
</depends>
|
6486 |
<label>Beschikbaarheid per land</label>
|
6487 |
<frontend_type>allowspecific</frontend_type>
|
6488 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
6489 |
<sort_order>7</sort_order>
|
6490 |
<show_in_default>1</show_in_default>
|
6491 |
<show_in_website>1</show_in_website>
|
6492 |
<show_in_store>1</show_in_store>
|
|
|
6493 |
</allowspecific>
|
6494 |
<specificcountry translate="label">
|
6495 |
<depends>
|
@@ -6504,6 +6732,7 @@
|
|
6504 |
<show_in_website>1</show_in_website>
|
6505 |
<show_in_store>1</show_in_store>
|
6506 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
6507 |
</specificcountry>
|
6508 |
<limit_shipping translate="label">
|
6509 |
<depends>
|
@@ -6511,7 +6740,8 @@
|
|
6511 |
</depends>
|
6512 |
<label>Verzendmethoden blokkeren</label>
|
6513 |
<comment>
|
6514 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
6515 |
</comment>
|
6516 |
<frontend_type>select</frontend_type>
|
6517 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -6519,6 +6749,7 @@
|
|
6519 |
<show_in_default>1</show_in_default>
|
6520 |
<show_in_website>1</show_in_website>
|
6521 |
<show_in_store>1</show_in_store>
|
|
|
6522 |
</limit_shipping>
|
6523 |
<disabled_shippingmethods>
|
6524 |
<depends>
|
@@ -6535,6 +6766,7 @@
|
|
6535 |
<show_in_default>1</show_in_default>
|
6536 |
<show_in_website>1</show_in_website>
|
6537 |
<show_in_store>1</show_in_store>
|
|
|
6538 |
</disabled_shippingmethods>
|
6539 |
<order_status translate="label">
|
6540 |
<depends>
|
@@ -6548,6 +6780,7 @@
|
|
6548 |
<show_in_default>1</show_in_default>
|
6549 |
<show_in_website>1</show_in_website>
|
6550 |
<show_in_store>1</show_in_store>
|
|
|
6551 |
</order_status>
|
6552 |
<order_status_success translate="label">
|
6553 |
<depends>
|
@@ -6561,13 +6794,16 @@
|
|
6561 |
<show_in_default>1</show_in_default>
|
6562 |
<show_in_website>1</show_in_website>
|
6563 |
<show_in_store>1</show_in_store>
|
|
|
6564 |
</order_status_success>
|
6565 |
<charge_type translate="label">
|
6566 |
<depends>
|
6567 |
<active>1</active>
|
6568 |
</depends>
|
6569 |
<label>Extra kosten rekenen</label>
|
6570 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
6571 |
totaalbedrag of een vast bedrag
|
6572 |
</comment>
|
6573 |
<frontend_type>select</frontend_type>
|
@@ -6576,13 +6812,15 @@
|
|
6576 |
<show_in_default>1</show_in_default>
|
6577 |
<show_in_website>1</show_in_website>
|
6578 |
<show_in_store>1</show_in_store>
|
|
|
6579 |
</charge_type>
|
6580 |
<charge_value translate="label">
|
6581 |
<depends>
|
6582 |
<active>1</active>
|
6583 |
</depends>
|
6584 |
<label>Extra kosten</label>
|
6585 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
6586 |
als u geen extra kosten wilt rekenen vult u niets in
|
6587 |
</comment>
|
6588 |
<frontend_type>text</frontend_type>
|
@@ -6590,6 +6828,7 @@
|
|
6590 |
<show_in_default>1</show_in_default>
|
6591 |
<show_in_website>1</show_in_website>
|
6592 |
<show_in_store>1</show_in_store>
|
|
|
6593 |
</charge_value>
|
6594 |
<charge_tax_class translate="label">
|
6595 |
<depends>
|
@@ -6602,6 +6841,7 @@
|
|
6602 |
<show_in_default>1</show_in_default>
|
6603 |
<show_in_website>1</show_in_website>
|
6604 |
<show_in_store>1</show_in_store>
|
|
|
6605 |
</charge_tax_class>
|
6606 |
<send_mail translate="label">
|
6607 |
<depends>
|
@@ -6615,13 +6855,14 @@
|
|
6615 |
<show_in_store>1</show_in_store>
|
6616 |
<frontend_type>select</frontend_type>
|
6617 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
6618 |
</send_mail>
|
6619 |
</fields>
|
6620 |
</pay_payment_webshopgiftcard>
|
6621 |
-
<pay_payment_wijncadeau translate="label" module="
|
6622 |
-
<label>
|
6623 |
<model>pay_payment/Model_Paymentmethod_Wijncadeau</model>
|
6624 |
-
<sort_order>
|
6625 |
<show_in_default>1</show_in_default>
|
6626 |
<show_in_website>1</show_in_website>
|
6627 |
<show_in_store>1</show_in_store>
|
@@ -6635,6 +6876,7 @@
|
|
6635 |
<show_in_store>1</show_in_store>
|
6636 |
<frontend_type>select</frontend_type>
|
6637 |
<source_model>pay_payment/source_paymentmethod_wijncadeau_active</source_model>
|
|
|
6638 |
</active>
|
6639 |
<title translate="label">
|
6640 |
<depends>
|
@@ -6646,6 +6888,7 @@
|
|
6646 |
<show_in_default>1</show_in_default>
|
6647 |
<show_in_website>1</show_in_website>
|
6648 |
<show_in_store>1</show_in_store>
|
|
|
6649 |
</title>
|
6650 |
|
6651 |
<sort_order translate="label">
|
@@ -6658,30 +6901,35 @@
|
|
6658 |
<show_in_default>1</show_in_default>
|
6659 |
<show_in_website>1</show_in_website>
|
6660 |
<show_in_store>1</show_in_store>
|
|
|
6661 |
</sort_order>
|
6662 |
<min_order_total translate="label">
|
6663 |
<depends>
|
6664 |
<active>1</active>
|
6665 |
</depends>
|
6666 |
<label>Minimum bedrag</label>
|
6667 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6668 |
<frontend_type>text</frontend_type>
|
6669 |
<sort_order>5</sort_order>
|
6670 |
<show_in_default>1</show_in_default>
|
6671 |
<show_in_website>1</show_in_website>
|
6672 |
<show_in_store>1</show_in_store>
|
|
|
6673 |
</min_order_total>
|
6674 |
<max_order_total translate="label">
|
6675 |
<depends>
|
6676 |
<active>1</active>
|
6677 |
</depends>
|
6678 |
<label>Maximum bedrag</label>
|
6679 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6680 |
<frontend_type>text</frontend_type>
|
6681 |
<sort_order>6</sort_order>
|
6682 |
<show_in_default>1</show_in_default>
|
6683 |
<show_in_website>1</show_in_website>
|
6684 |
<show_in_store>1</show_in_store>
|
|
|
6685 |
</max_order_total>
|
6686 |
<allowspecific translate="label">
|
6687 |
<depends>
|
@@ -6689,11 +6937,13 @@
|
|
6689 |
</depends>
|
6690 |
<label>Beschikbaarheid per land</label>
|
6691 |
<frontend_type>allowspecific</frontend_type>
|
6692 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
6693 |
<sort_order>7</sort_order>
|
6694 |
<show_in_default>1</show_in_default>
|
6695 |
<show_in_website>1</show_in_website>
|
6696 |
<show_in_store>1</show_in_store>
|
|
|
6697 |
</allowspecific>
|
6698 |
<specificcountry translate="label">
|
6699 |
<depends>
|
@@ -6708,6 +6958,7 @@
|
|
6708 |
<show_in_website>1</show_in_website>
|
6709 |
<show_in_store>1</show_in_store>
|
6710 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
6711 |
</specificcountry>
|
6712 |
<limit_shipping translate="label">
|
6713 |
<depends>
|
@@ -6715,7 +6966,8 @@
|
|
6715 |
</depends>
|
6716 |
<label>Verzendmethoden blokkeren</label>
|
6717 |
<comment>
|
6718 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
6719 |
</comment>
|
6720 |
<frontend_type>select</frontend_type>
|
6721 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -6723,6 +6975,7 @@
|
|
6723 |
<show_in_default>1</show_in_default>
|
6724 |
<show_in_website>1</show_in_website>
|
6725 |
<show_in_store>1</show_in_store>
|
|
|
6726 |
</limit_shipping>
|
6727 |
<disabled_shippingmethods>
|
6728 |
<depends>
|
@@ -6739,6 +6992,7 @@
|
|
6739 |
<show_in_default>1</show_in_default>
|
6740 |
<show_in_website>1</show_in_website>
|
6741 |
<show_in_store>1</show_in_store>
|
|
|
6742 |
</disabled_shippingmethods>
|
6743 |
<order_status translate="label">
|
6744 |
<depends>
|
@@ -6752,6 +7006,7 @@
|
|
6752 |
<show_in_default>1</show_in_default>
|
6753 |
<show_in_website>1</show_in_website>
|
6754 |
<show_in_store>1</show_in_store>
|
|
|
6755 |
</order_status>
|
6756 |
<order_status_success translate="label">
|
6757 |
<depends>
|
@@ -6765,13 +7020,16 @@
|
|
6765 |
<show_in_default>1</show_in_default>
|
6766 |
<show_in_website>1</show_in_website>
|
6767 |
<show_in_store>1</show_in_store>
|
|
|
6768 |
</order_status_success>
|
6769 |
<charge_type translate="label">
|
6770 |
<depends>
|
6771 |
<active>1</active>
|
6772 |
</depends>
|
6773 |
<label>Extra kosten rekenen</label>
|
6774 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
6775 |
totaalbedrag of een vast bedrag
|
6776 |
</comment>
|
6777 |
<frontend_type>select</frontend_type>
|
@@ -6780,13 +7038,15 @@
|
|
6780 |
<show_in_default>1</show_in_default>
|
6781 |
<show_in_website>1</show_in_website>
|
6782 |
<show_in_store>1</show_in_store>
|
|
|
6783 |
</charge_type>
|
6784 |
<charge_value translate="label">
|
6785 |
<depends>
|
6786 |
<active>1</active>
|
6787 |
</depends>
|
6788 |
<label>Extra kosten</label>
|
6789 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
6790 |
als u geen extra kosten wilt rekenen vult u niets in
|
6791 |
</comment>
|
6792 |
<frontend_type>text</frontend_type>
|
@@ -6794,6 +7054,7 @@
|
|
6794 |
<show_in_default>1</show_in_default>
|
6795 |
<show_in_website>1</show_in_website>
|
6796 |
<show_in_store>1</show_in_store>
|
|
|
6797 |
</charge_value>
|
6798 |
<charge_tax_class translate="label">
|
6799 |
<depends>
|
@@ -6806,6 +7067,7 @@
|
|
6806 |
<show_in_default>1</show_in_default>
|
6807 |
<show_in_website>1</show_in_website>
|
6808 |
<show_in_store>1</show_in_store>
|
|
|
6809 |
</charge_tax_class>
|
6810 |
<send_mail translate="label">
|
6811 |
<depends>
|
@@ -6819,13 +7081,14 @@
|
|
6819 |
<show_in_store>1</show_in_store>
|
6820 |
<frontend_type>select</frontend_type>
|
6821 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
6822 |
</send_mail>
|
6823 |
</fields>
|
6824 |
</pay_payment_wijncadeau>
|
6825 |
-
<pay_payment_yourgift translate="label" module="
|
6826 |
-
<label>
|
6827 |
<model>pay_payment/Model_Paymentmethod_Yourgift</model>
|
6828 |
-
<sort_order>
|
6829 |
<show_in_default>1</show_in_default>
|
6830 |
<show_in_website>1</show_in_website>
|
6831 |
<show_in_store>1</show_in_store>
|
@@ -6839,6 +7102,7 @@
|
|
6839 |
<show_in_store>1</show_in_store>
|
6840 |
<frontend_type>select</frontend_type>
|
6841 |
<source_model>pay_payment/source_paymentmethod_yourgift_active</source_model>
|
|
|
6842 |
</active>
|
6843 |
<title translate="label">
|
6844 |
<depends>
|
@@ -6850,6 +7114,7 @@
|
|
6850 |
<show_in_default>1</show_in_default>
|
6851 |
<show_in_website>1</show_in_website>
|
6852 |
<show_in_store>1</show_in_store>
|
|
|
6853 |
</title>
|
6854 |
|
6855 |
<sort_order translate="label">
|
@@ -6862,30 +7127,35 @@
|
|
6862 |
<show_in_default>1</show_in_default>
|
6863 |
<show_in_website>1</show_in_website>
|
6864 |
<show_in_store>1</show_in_store>
|
|
|
6865 |
</sort_order>
|
6866 |
<min_order_total translate="label">
|
6867 |
<depends>
|
6868 |
<active>1</active>
|
6869 |
</depends>
|
6870 |
<label>Minimum bedrag</label>
|
6871 |
-
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6872 |
<frontend_type>text</frontend_type>
|
6873 |
<sort_order>5</sort_order>
|
6874 |
<show_in_default>1</show_in_default>
|
6875 |
<show_in_website>1</show_in_website>
|
6876 |
<show_in_store>1</show_in_store>
|
|
|
6877 |
</min_order_total>
|
6878 |
<max_order_total translate="label">
|
6879 |
<depends>
|
6880 |
<active>1</active>
|
6881 |
</depends>
|
6882 |
<label>Maximum bedrag</label>
|
6883 |
-
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
|
|
6884 |
<frontend_type>text</frontend_type>
|
6885 |
<sort_order>6</sort_order>
|
6886 |
<show_in_default>1</show_in_default>
|
6887 |
<show_in_website>1</show_in_website>
|
6888 |
<show_in_store>1</show_in_store>
|
|
|
6889 |
</max_order_total>
|
6890 |
<allowspecific translate="label">
|
6891 |
<depends>
|
@@ -6893,11 +7163,13 @@
|
|
6893 |
</depends>
|
6894 |
<label>Beschikbaarheid per land</label>
|
6895 |
<frontend_type>allowspecific</frontend_type>
|
6896 |
-
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
|
|
6897 |
<sort_order>7</sort_order>
|
6898 |
<show_in_default>1</show_in_default>
|
6899 |
<show_in_website>1</show_in_website>
|
6900 |
<show_in_store>1</show_in_store>
|
|
|
6901 |
</allowspecific>
|
6902 |
<specificcountry translate="label">
|
6903 |
<depends>
|
@@ -6912,6 +7184,7 @@
|
|
6912 |
<show_in_website>1</show_in_website>
|
6913 |
<show_in_store>1</show_in_store>
|
6914 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
|
|
6915 |
</specificcountry>
|
6916 |
<limit_shipping translate="label">
|
6917 |
<depends>
|
@@ -6919,7 +7192,8 @@
|
|
6919 |
</depends>
|
6920 |
<label>Verzendmethoden blokkeren</label>
|
6921 |
<comment>
|
6922 |
-
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
|
|
6923 |
</comment>
|
6924 |
<frontend_type>select</frontend_type>
|
6925 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
@@ -6927,6 +7201,7 @@
|
|
6927 |
<show_in_default>1</show_in_default>
|
6928 |
<show_in_website>1</show_in_website>
|
6929 |
<show_in_store>1</show_in_store>
|
|
|
6930 |
</limit_shipping>
|
6931 |
<disabled_shippingmethods>
|
6932 |
<depends>
|
@@ -6943,6 +7218,7 @@
|
|
6943 |
<show_in_default>1</show_in_default>
|
6944 |
<show_in_website>1</show_in_website>
|
6945 |
<show_in_store>1</show_in_store>
|
|
|
6946 |
</disabled_shippingmethods>
|
6947 |
<order_status translate="label">
|
6948 |
<depends>
|
@@ -6956,6 +7232,7 @@
|
|
6956 |
<show_in_default>1</show_in_default>
|
6957 |
<show_in_website>1</show_in_website>
|
6958 |
<show_in_store>1</show_in_store>
|
|
|
6959 |
</order_status>
|
6960 |
<order_status_success translate="label">
|
6961 |
<depends>
|
@@ -6969,13 +7246,16 @@
|
|
6969 |
<show_in_default>1</show_in_default>
|
6970 |
<show_in_website>1</show_in_website>
|
6971 |
<show_in_store>1</show_in_store>
|
|
|
6972 |
</order_status_success>
|
6973 |
<charge_type translate="label">
|
6974 |
<depends>
|
6975 |
<active>1</active>
|
6976 |
</depends>
|
6977 |
<label>Extra kosten rekenen</label>
|
6978 |
-
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
|
|
|
|
6979 |
totaalbedrag of een vast bedrag
|
6980 |
</comment>
|
6981 |
<frontend_type>select</frontend_type>
|
@@ -6984,13 +7264,15 @@
|
|
6984 |
<show_in_default>1</show_in_default>
|
6985 |
<show_in_website>1</show_in_website>
|
6986 |
<show_in_store>1</show_in_store>
|
|
|
6987 |
</charge_type>
|
6988 |
<charge_value translate="label">
|
6989 |
<depends>
|
6990 |
<active>1</active>
|
6991 |
</depends>
|
6992 |
<label>Extra kosten</label>
|
6993 |
-
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
|
|
6994 |
als u geen extra kosten wilt rekenen vult u niets in
|
6995 |
</comment>
|
6996 |
<frontend_type>text</frontend_type>
|
@@ -6998,6 +7280,7 @@
|
|
6998 |
<show_in_default>1</show_in_default>
|
6999 |
<show_in_website>1</show_in_website>
|
7000 |
<show_in_store>1</show_in_store>
|
|
|
7001 |
</charge_value>
|
7002 |
<charge_tax_class translate="label">
|
7003 |
<depends>
|
@@ -7010,6 +7293,7 @@
|
|
7010 |
<show_in_default>1</show_in_default>
|
7011 |
<show_in_website>1</show_in_website>
|
7012 |
<show_in_store>1</show_in_store>
|
|
|
7013 |
</charge_tax_class>
|
7014 |
<send_mail translate="label">
|
7015 |
<depends>
|
@@ -7023,12 +7307,27 @@
|
|
7023 |
<show_in_store>1</show_in_store>
|
7024 |
<frontend_type>select</frontend_type>
|
7025 |
<source_model>pay_payment/source_sendmail</source_model>
|
|
|
7026 |
</send_mail>
|
7027 |
</fields>
|
7028 |
</pay_payment_yourgift>
|
7029 |
</groups>
|
7030 |
-
</
|
7031 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7032 |
</sections>
|
7033 |
</config>
|
7034 |
-
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<config>
|
3 |
+
<tabs>
|
4 |
<pay_payment translate="label" module="pay_payment">
|
5 |
+
<label>
|
6 |
+
<![CDATA[<img src='http://pay.nl/images/header_logo.gif' style='width:50px;height:50px;' />]]></label>
|
7 |
<sort_order>1</sort_order>
|
8 |
</pay_payment>
|
9 |
+
</tabs>
|
10 |
<sections>
|
11 |
<!-- Algemene instellingen-->
|
12 |
<pay_payment translate="label" module="pay_payment">
|
48 |
<show_in_website>1</show_in_website>
|
49 |
<show_in_store>1</show_in_store>
|
50 |
</serviceid>
|
|
|
51 |
<auto_invoice translate="label comment">
|
52 |
<label>Automatisch factureren</label>
|
53 |
<comment>
|
152 |
<show_in_website>1</show_in_website>
|
153 |
<show_in_store>1</show_in_store>
|
154 |
</show_icons>
|
155 |
+
<show_fee>
|
156 |
+
<label>Betaalkosten weergeven</label>
|
157 |
+
<comment><![CDATA[Kosten voor de betaalmethode weergeven in de checkout]]></comment>
|
158 |
+
<frontend_type>select</frontend_type>
|
159 |
+
<source_model>pay_payment/source_showfee</source_model>
|
160 |
+
<sort_order>14</sort_order>
|
161 |
+
<show_in_default>1</show_in_default>
|
162 |
+
<show_in_website>1</show_in_website>
|
163 |
+
<show_in_store>1</show_in_store>
|
164 |
+
</show_fee>
|
165 |
<icon_size>
|
166 |
<label>Grootte van icoontjes</label>
|
167 |
<comment>
|
168 |
<![CDATA[Selecteer hoe groot de icoontjes van de betaalmethoden moeten zijn]]></comment>
|
169 |
<frontend_type>select</frontend_type>
|
170 |
<source_model>pay_payment/source_iconsize</source_model>
|
171 |
+
<sort_order>15</sort_order>
|
172 |
<show_in_default>1</show_in_default>
|
173 |
<show_in_website>1</show_in_website>
|
174 |
<show_in_store>1</show_in_store>
|
177 |
<label>Text betalingskosten</label>
|
178 |
<comment><![CDATA[De text die wordt weergegeven bij de betalingskosten]]></comment>
|
179 |
<frontend_type>text</frontend_type>
|
180 |
+
<sort_order>16</sort_order>
|
181 |
<show_in_default>1</show_in_default>
|
182 |
<show_in_website>1</show_in_website>
|
183 |
<show_in_store>1</show_in_store>
|
184 |
</text_payment_charge>
|
185 |
<use_backup_api>
|
186 |
<label>Gateway</label>
|
187 |
+
<comment>
|
188 |
+
<![CDATA[Gebruik de standard gateway, op <a href='http://status-pay.nl'>status-pay.nl</a> kunt u de status van onze techniek volgen]]></comment>
|
189 |
<frontend_type>select</frontend_type>
|
190 |
<source_model>pay_payment/source_gateway</source_model>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
<sort_order>17</sort_order>
|
192 |
<show_in_default>1</show_in_default>
|
193 |
+
</use_backup_api>
|
194 |
+
<backup_api_url>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
<depends>
|
196 |
+
<use_backup_api>1</use_backup_api>
|
197 |
</depends>
|
198 |
+
<comment>Vul hier de locatie van de failover gateway in die door pay.nl is verstrekt
|
199 |
+
</comment>
|
200 |
+
<label>Failover gateway</label>
|
201 |
+
<frontend_type>text</frontend_type>
|
202 |
+
<sort_order>18</sort_order>
|
203 |
+
<show_in_default>1</show_in_default>
|
204 |
+
</backup_api_url>
|
205 |
+
<enable_refund>
|
206 |
+
<label>Refunden inschakelen</label>
|
207 |
+
<comment>Schakel dit uit indien u het rechstreeks refunden wilt uitschakelen</comment>
|
208 |
<frontend_type>select</frontend_type>
|
209 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
210 |
+
<sort_order>19</sort_order>
|
211 |
<show_in_default>1</show_in_default>
|
212 |
+
</enable_refund>
|
213 |
+
</fields>
|
214 |
+
</general>
|
215 |
+
<loaded_payment_methods translate="label" module="pay_payment">
|
216 |
+
<label>Beschikbare betaalmethoden</label>
|
217 |
+
<sort_order>2</sort_order>
|
218 |
+
<show_in_default>1</show_in_default>
|
219 |
+
<show_in_website>1</show_in_website>
|
220 |
+
<show_in_store>1</show_in_store>
|
221 |
+
<expanded>1</expanded>
|
222 |
+
<fields>
|
223 |
+
<test123>
|
224 |
+
<label>Beschikbaar</label>
|
225 |
+
<comment>Hierboven ziet u de betaalmethoden die voor uw account bij pay.nl beschikbaar
|
226 |
+
zijn
|
227 |
+
</comment>
|
228 |
+
<sort_order>3</sort_order>
|
229 |
<show_in_default>1</show_in_default>
|
230 |
<show_in_website>1</show_in_website>
|
231 |
<show_in_store>1</show_in_store>
|
232 |
+
<frontend_model>pay_payment/adminhtml_paymentmethods</frontend_model>
|
233 |
+
</test123>
|
|
|
234 |
</fields>
|
235 |
+
</loaded_payment_methods>
|
236 |
+
<pay_payment_afterpay type="group" translate="label" module="pay_payment">
|
237 |
+
<label>Afterpay</label>
|
238 |
+
<model>pay_payment/Model_Paymentmethod_Afterpay</model>
|
239 |
+
<sort_order>1000</sort_order>
|
240 |
<show_in_default>1</show_in_default>
|
241 |
<show_in_website>1</show_in_website>
|
242 |
<show_in_store>1</show_in_store>
|
249 |
<show_in_website>1</show_in_website>
|
250 |
<show_in_store>1</show_in_store>
|
251 |
<frontend_type>select</frontend_type>
|
252 |
+
<source_model>pay_payment/source_paymentmethod_afterpay_active</source_model>
|
253 |
+
<config_path>payment/pay_payment_afterpay/active</config_path>
|
254 |
</active>
|
255 |
<title translate="label">
|
256 |
<depends>
|
262 |
<show_in_default>1</show_in_default>
|
263 |
<show_in_website>1</show_in_website>
|
264 |
<show_in_store>1</show_in_store>
|
265 |
+
<config_path>payment/pay_payment_afterpay/title</config_path>
|
266 |
</title>
|
|
|
267 |
<sort_order translate="label">
|
268 |
<depends>
|
269 |
<active>1</active>
|
274 |
<show_in_default>1</show_in_default>
|
275 |
<show_in_website>1</show_in_website>
|
276 |
<show_in_store>1</show_in_store>
|
277 |
+
<config_path>payment/pay_payment_afterpay/sort_order</config_path>
|
278 |
</sort_order>
|
279 |
<min_order_total translate="label">
|
280 |
<depends>
|
281 |
<active>1</active>
|
282 |
</depends>
|
283 |
<label>Minimum bedrag</label>
|
284 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
285 |
+
</comment>
|
286 |
<frontend_type>text</frontend_type>
|
287 |
<sort_order>5</sort_order>
|
288 |
<show_in_default>1</show_in_default>
|
289 |
<show_in_website>1</show_in_website>
|
290 |
<show_in_store>1</show_in_store>
|
291 |
+
<config_path>payment/pay_payment_afterpay/min_order_total</config_path>
|
292 |
</min_order_total>
|
293 |
<max_order_total translate="label">
|
294 |
<depends>
|
295 |
<active>1</active>
|
296 |
</depends>
|
297 |
<label>Maximum bedrag</label>
|
298 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
299 |
+
</comment>
|
300 |
<frontend_type>text</frontend_type>
|
301 |
<sort_order>6</sort_order>
|
302 |
<show_in_default>1</show_in_default>
|
303 |
<show_in_website>1</show_in_website>
|
304 |
<show_in_store>1</show_in_store>
|
305 |
+
<config_path>payment/pay_payment_afterpay/max_order_total</config_path>
|
306 |
</max_order_total>
|
307 |
<allowspecific translate="label">
|
308 |
<depends>
|
310 |
</depends>
|
311 |
<label>Beschikbaarheid per land</label>
|
312 |
<frontend_type>allowspecific</frontend_type>
|
313 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
314 |
+
</source_model>
|
315 |
<sort_order>7</sort_order>
|
316 |
<show_in_default>1</show_in_default>
|
317 |
<show_in_website>1</show_in_website>
|
318 |
<show_in_store>1</show_in_store>
|
319 |
+
<config_path>payment/pay_payment_afterpay/allowspecific</config_path>
|
320 |
</allowspecific>
|
321 |
<specificcountry translate="label">
|
322 |
<depends>
|
331 |
<show_in_website>1</show_in_website>
|
332 |
<show_in_store>1</show_in_store>
|
333 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
334 |
+
<config_path>payment/pay_payment_afterpay/specificcountry</config_path>
|
335 |
</specificcountry>
|
336 |
<limit_shipping translate="label">
|
337 |
<depends>
|
339 |
</depends>
|
340 |
<label>Verzendmethoden blokkeren</label>
|
341 |
<comment>
|
342 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
343 |
+
verzendmethoden
|
344 |
</comment>
|
345 |
<frontend_type>select</frontend_type>
|
346 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
348 |
<show_in_default>1</show_in_default>
|
349 |
<show_in_website>1</show_in_website>
|
350 |
<show_in_store>1</show_in_store>
|
351 |
+
<config_path>payment/pay_payment_afterpay/limit_shipping</config_path>
|
352 |
</limit_shipping>
|
353 |
<disabled_shippingmethods>
|
354 |
<depends>
|
365 |
<show_in_default>1</show_in_default>
|
366 |
<show_in_website>1</show_in_website>
|
367 |
<show_in_store>1</show_in_store>
|
368 |
+
<config_path>payment/pay_payment_afterpay/disabled_shippingmethods</config_path>
|
369 |
</disabled_shippingmethods>
|
370 |
<order_status translate="label">
|
371 |
<depends>
|
379 |
<show_in_default>1</show_in_default>
|
380 |
<show_in_website>1</show_in_website>
|
381 |
<show_in_store>1</show_in_store>
|
382 |
+
<config_path>payment/pay_payment_afterpay/order_status</config_path>
|
383 |
</order_status>
|
384 |
<order_status_success translate="label">
|
385 |
<depends>
|
393 |
<show_in_default>1</show_in_default>
|
394 |
<show_in_website>1</show_in_website>
|
395 |
<show_in_store>1</show_in_store>
|
396 |
+
<config_path>payment/pay_payment_afterpay/order_status_success</config_path>
|
397 |
</order_status_success>
|
398 |
<charge_type translate="label">
|
399 |
<depends>
|
400 |
<active>1</active>
|
401 |
</depends>
|
402 |
<label>Extra kosten rekenen</label>
|
403 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
404 |
+
van
|
405 |
+
het
|
406 |
totaalbedrag of een vast bedrag
|
407 |
</comment>
|
408 |
<frontend_type>select</frontend_type>
|
411 |
<show_in_default>1</show_in_default>
|
412 |
<show_in_website>1</show_in_website>
|
413 |
<show_in_store>1</show_in_store>
|
414 |
+
<config_path>payment/pay_payment_afterpay/charge_type</config_path>
|
415 |
</charge_type>
|
416 |
<charge_value translate="label">
|
417 |
<depends>
|
418 |
<active>1</active>
|
419 |
</depends>
|
420 |
<label>Extra kosten</label>
|
421 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
422 |
+
decimalen,
|
423 |
als u geen extra kosten wilt rekenen vult u niets in
|
424 |
</comment>
|
425 |
<frontend_type>text</frontend_type>
|
427 |
<show_in_default>1</show_in_default>
|
428 |
<show_in_website>1</show_in_website>
|
429 |
<show_in_store>1</show_in_store>
|
430 |
+
<config_path>payment/pay_payment_afterpay/charge_value</config_path>
|
431 |
</charge_value>
|
432 |
<charge_tax_class translate="label">
|
433 |
<depends>
|
440 |
<show_in_default>1</show_in_default>
|
441 |
<show_in_website>1</show_in_website>
|
442 |
<show_in_store>1</show_in_store>
|
443 |
+
<config_path>payment/pay_payment_afterpay/charge_tax_class</config_path>
|
444 |
</charge_tax_class>
|
445 |
<send_mail translate="label">
|
446 |
<depends>
|
454 |
<show_in_store>1</show_in_store>
|
455 |
<frontend_type>select</frontend_type>
|
456 |
<source_model>pay_payment/source_sendmail</source_model>
|
457 |
+
<config_path>payment/pay_payment_afterpay/send_mail</config_path>
|
458 |
</send_mail>
|
459 |
</fields>
|
460 |
+
</pay_payment_afterpay>
|
461 |
+
<pay_payment_afterpayem type="group" translate="label" module="pay_payment">
|
462 |
+
<label>Afterpay EM</label>
|
463 |
+
<model>pay_payment/Model_Paymentmethod_Afterpayem</model>
|
464 |
+
<sort_order>1100</sort_order>
|
465 |
<show_in_default>1</show_in_default>
|
466 |
<show_in_website>1</show_in_website>
|
467 |
<show_in_store>1</show_in_store>
|
474 |
<show_in_website>1</show_in_website>
|
475 |
<show_in_store>1</show_in_store>
|
476 |
<frontend_type>select</frontend_type>
|
477 |
+
<source_model>pay_payment/source_paymentmethod_afterpayem_active</source_model>
|
478 |
+
<config_path>payment/pay_payment_afterpayem/active</config_path>
|
479 |
</active>
|
480 |
<title translate="label">
|
481 |
<depends>
|
487 |
<show_in_default>1</show_in_default>
|
488 |
<show_in_website>1</show_in_website>
|
489 |
<show_in_store>1</show_in_store>
|
490 |
+
<config_path>payment/pay_payment_afterpayem/title</config_path>
|
491 |
</title>
|
492 |
|
493 |
<sort_order translate="label">
|
500 |
<show_in_default>1</show_in_default>
|
501 |
<show_in_website>1</show_in_website>
|
502 |
<show_in_store>1</show_in_store>
|
503 |
+
<config_path>payment/pay_payment_afterpayem/sort_order</config_path>
|
504 |
</sort_order>
|
505 |
<min_order_total translate="label">
|
506 |
<depends>
|
507 |
<active>1</active>
|
508 |
</depends>
|
509 |
<label>Minimum bedrag</label>
|
510 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
511 |
+
</comment>
|
512 |
<frontend_type>text</frontend_type>
|
513 |
<sort_order>5</sort_order>
|
514 |
<show_in_default>1</show_in_default>
|
515 |
<show_in_website>1</show_in_website>
|
516 |
<show_in_store>1</show_in_store>
|
517 |
+
<config_path>payment/pay_payment_afterpayem/min_order_total</config_path>
|
518 |
</min_order_total>
|
|
|
519 |
<max_order_total translate="label">
|
520 |
<depends>
|
521 |
<active>1</active>
|
522 |
</depends>
|
523 |
<label>Maximum bedrag</label>
|
524 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
525 |
+
</comment>
|
526 |
<frontend_type>text</frontend_type>
|
527 |
<sort_order>6</sort_order>
|
528 |
<show_in_default>1</show_in_default>
|
529 |
<show_in_website>1</show_in_website>
|
530 |
<show_in_store>1</show_in_store>
|
531 |
+
<config_path>payment/pay_payment_afterpayem/max_order_total</config_path>
|
532 |
</max_order_total>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
533 |
<allowspecific translate="label">
|
534 |
<depends>
|
535 |
<active>1</active>
|
536 |
</depends>
|
537 |
<label>Beschikbaarheid per land</label>
|
538 |
<frontend_type>allowspecific</frontend_type>
|
539 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
540 |
+
</source_model>
|
541 |
+
<sort_order>7</sort_order>
|
542 |
<show_in_default>1</show_in_default>
|
543 |
<show_in_website>1</show_in_website>
|
544 |
<show_in_store>1</show_in_store>
|
545 |
+
<config_path>payment/pay_payment_afterpayem/allowspecific</config_path>
|
546 |
</allowspecific>
|
547 |
<specificcountry translate="label">
|
548 |
<depends>
|
552 |
<label>Toegestane landen</label>
|
553 |
<frontend_type>multiselect</frontend_type>
|
554 |
<source_model>adminhtml/system_config_source_country</source_model>
|
555 |
+
<sort_order>8</sort_order>
|
556 |
<show_in_default>1</show_in_default>
|
557 |
<show_in_website>1</show_in_website>
|
558 |
<show_in_store>1</show_in_store>
|
559 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
560 |
+
<config_path>payment/pay_payment_afterpayem/specificcountry</config_path>
|
561 |
</specificcountry>
|
562 |
<limit_shipping translate="label">
|
563 |
<depends>
|
565 |
</depends>
|
566 |
<label>Verzendmethoden blokkeren</label>
|
567 |
<comment>
|
568 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
569 |
+
verzendmethoden
|
570 |
</comment>
|
571 |
<frontend_type>select</frontend_type>
|
572 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
574 |
<show_in_default>1</show_in_default>
|
575 |
<show_in_website>1</show_in_website>
|
576 |
<show_in_store>1</show_in_store>
|
577 |
+
<config_path>payment/pay_payment_afterpayem/limit_shipping</config_path>
|
578 |
</limit_shipping>
|
579 |
<disabled_shippingmethods>
|
580 |
<depends>
|
591 |
<show_in_default>1</show_in_default>
|
592 |
<show_in_website>1</show_in_website>
|
593 |
<show_in_store>1</show_in_store>
|
594 |
+
<config_path>payment/pay_payment_afterpayem/disabled_shippingmethods</config_path>
|
595 |
</disabled_shippingmethods>
|
596 |
<order_status translate="label">
|
597 |
<depends>
|
605 |
<show_in_default>1</show_in_default>
|
606 |
<show_in_website>1</show_in_website>
|
607 |
<show_in_store>1</show_in_store>
|
608 |
+
<config_path>payment/pay_payment_afterpayem/order_status</config_path>
|
609 |
</order_status>
|
610 |
<order_status_success translate="label">
|
611 |
<depends>
|
619 |
<show_in_default>1</show_in_default>
|
620 |
<show_in_website>1</show_in_website>
|
621 |
<show_in_store>1</show_in_store>
|
622 |
+
<config_path>payment/pay_payment_afterpayem/order_status_success</config_path>
|
623 |
</order_status_success>
|
624 |
<charge_type translate="label">
|
625 |
<depends>
|
626 |
<active>1</active>
|
627 |
</depends>
|
628 |
<label>Extra kosten rekenen</label>
|
629 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
630 |
+
van
|
631 |
+
het
|
632 |
totaalbedrag of een vast bedrag
|
633 |
</comment>
|
634 |
<frontend_type>select</frontend_type>
|
637 |
<show_in_default>1</show_in_default>
|
638 |
<show_in_website>1</show_in_website>
|
639 |
<show_in_store>1</show_in_store>
|
640 |
+
<config_path>payment/pay_payment_afterpayem/charge_type</config_path>
|
641 |
</charge_type>
|
642 |
<charge_value translate="label">
|
643 |
<depends>
|
644 |
<active>1</active>
|
645 |
</depends>
|
646 |
<label>Extra kosten</label>
|
647 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
648 |
+
decimalen,
|
649 |
als u geen extra kosten wilt rekenen vult u niets in
|
650 |
</comment>
|
651 |
<frontend_type>text</frontend_type>
|
653 |
<show_in_default>1</show_in_default>
|
654 |
<show_in_website>1</show_in_website>
|
655 |
<show_in_store>1</show_in_store>
|
656 |
+
<config_path>payment/pay_payment_afterpayem/charge_value</config_path>
|
657 |
</charge_value>
|
658 |
<charge_tax_class translate="label">
|
659 |
<depends>
|
666 |
<show_in_default>1</show_in_default>
|
667 |
<show_in_website>1</show_in_website>
|
668 |
<show_in_store>1</show_in_store>
|
669 |
+
<config_path>payment/pay_payment_afterpayem/charge_tax_class</config_path>
|
670 |
</charge_tax_class>
|
671 |
<send_mail translate="label">
|
672 |
<depends>
|
680 |
<show_in_store>1</show_in_store>
|
681 |
<frontend_type>select</frontend_type>
|
682 |
<source_model>pay_payment/source_sendmail</source_model>
|
683 |
+
<config_path>payment/pay_payment_afterpayem/send_mail</config_path>
|
684 |
</send_mail>
|
685 |
</fields>
|
686 |
+
</pay_payment_afterpayem>
|
687 |
+
<pay_payment_amex type="group" translate="label" module="pay_payment">
|
688 |
+
<label>American Express (AMEX)</label>
|
689 |
+
<model>pay_payment/Model_Paymentmethod_Amex</model>
|
690 |
+
<sort_order>1200</sort_order>
|
691 |
<show_in_default>1</show_in_default>
|
692 |
<show_in_website>1</show_in_website>
|
693 |
<show_in_store>1</show_in_store>
|
700 |
<show_in_website>1</show_in_website>
|
701 |
<show_in_store>1</show_in_store>
|
702 |
<frontend_type>select</frontend_type>
|
703 |
+
<source_model>pay_payment/source_paymentmethod_amex_active</source_model>
|
704 |
+
<config_path>payment/pay_payment_amex/active</config_path>
|
705 |
</active>
|
706 |
<title translate="label">
|
707 |
<depends>
|
713 |
<show_in_default>1</show_in_default>
|
714 |
<show_in_website>1</show_in_website>
|
715 |
<show_in_store>1</show_in_store>
|
716 |
+
<config_path>payment/pay_payment_amex/title</config_path>
|
717 |
</title>
|
718 |
|
719 |
<sort_order translate="label">
|
726 |
<show_in_default>1</show_in_default>
|
727 |
<show_in_website>1</show_in_website>
|
728 |
<show_in_store>1</show_in_store>
|
729 |
+
<config_path>payment/pay_payment_amex/sort_order</config_path>
|
730 |
</sort_order>
|
731 |
<min_order_total translate="label">
|
732 |
<depends>
|
733 |
<active>1</active>
|
734 |
</depends>
|
735 |
<label>Minimum bedrag</label>
|
736 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
737 |
+
</comment>
|
738 |
<frontend_type>text</frontend_type>
|
739 |
<sort_order>5</sort_order>
|
740 |
<show_in_default>1</show_in_default>
|
741 |
<show_in_website>1</show_in_website>
|
742 |
<show_in_store>1</show_in_store>
|
743 |
+
<config_path>payment/pay_payment_amex/min_order_total</config_path>
|
744 |
</min_order_total>
|
745 |
<max_order_total translate="label">
|
746 |
<depends>
|
747 |
<active>1</active>
|
748 |
</depends>
|
749 |
<label>Maximum bedrag</label>
|
750 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
751 |
+
</comment>
|
752 |
<frontend_type>text</frontend_type>
|
753 |
<sort_order>6</sort_order>
|
754 |
<show_in_default>1</show_in_default>
|
755 |
<show_in_website>1</show_in_website>
|
756 |
<show_in_store>1</show_in_store>
|
757 |
+
<config_path>payment/pay_payment_amex/max_order_total</config_path>
|
758 |
</max_order_total>
|
759 |
<allowspecific translate="label">
|
760 |
<depends>
|
762 |
</depends>
|
763 |
<label>Beschikbaarheid per land</label>
|
764 |
<frontend_type>allowspecific</frontend_type>
|
765 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
766 |
+
</source_model>
|
767 |
<sort_order>7</sort_order>
|
768 |
<show_in_default>1</show_in_default>
|
769 |
<show_in_website>1</show_in_website>
|
770 |
<show_in_store>1</show_in_store>
|
771 |
+
<config_path>payment/pay_payment_amex/allowspecific</config_path>
|
772 |
</allowspecific>
|
773 |
<specificcountry translate="label">
|
774 |
<depends>
|
783 |
<show_in_website>1</show_in_website>
|
784 |
<show_in_store>1</show_in_store>
|
785 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
786 |
+
<config_path>payment/pay_payment_amex/specificcountry</config_path>
|
787 |
</specificcountry>
|
788 |
<limit_shipping translate="label">
|
789 |
<depends>
|
791 |
</depends>
|
792 |
<label>Verzendmethoden blokkeren</label>
|
793 |
<comment>
|
794 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
795 |
+
verzendmethoden
|
796 |
</comment>
|
797 |
<frontend_type>select</frontend_type>
|
798 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
800 |
<show_in_default>1</show_in_default>
|
801 |
<show_in_website>1</show_in_website>
|
802 |
<show_in_store>1</show_in_store>
|
803 |
+
<config_path>payment/pay_payment_amex/limit_shipping</config_path>
|
804 |
</limit_shipping>
|
805 |
<disabled_shippingmethods>
|
806 |
<depends>
|
817 |
<show_in_default>1</show_in_default>
|
818 |
<show_in_website>1</show_in_website>
|
819 |
<show_in_store>1</show_in_store>
|
820 |
+
<config_path>payment/pay_payment_amex/disabled_shippingmethods</config_path>
|
821 |
</disabled_shippingmethods>
|
822 |
<order_status translate="label">
|
823 |
<depends>
|
831 |
<show_in_default>1</show_in_default>
|
832 |
<show_in_website>1</show_in_website>
|
833 |
<show_in_store>1</show_in_store>
|
834 |
+
<config_path>payment/pay_payment_amex/order_status</config_path>
|
835 |
</order_status>
|
836 |
<order_status_success translate="label">
|
837 |
<depends>
|
845 |
<show_in_default>1</show_in_default>
|
846 |
<show_in_website>1</show_in_website>
|
847 |
<show_in_store>1</show_in_store>
|
848 |
+
<config_path>payment/pay_payment_amex/order_status_success</config_path>
|
849 |
</order_status_success>
|
850 |
<charge_type translate="label">
|
851 |
<depends>
|
852 |
<active>1</active>
|
853 |
</depends>
|
854 |
<label>Extra kosten rekenen</label>
|
855 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
856 |
+
van
|
857 |
+
het
|
858 |
totaalbedrag of een vast bedrag
|
859 |
</comment>
|
860 |
<frontend_type>select</frontend_type>
|
863 |
<show_in_default>1</show_in_default>
|
864 |
<show_in_website>1</show_in_website>
|
865 |
<show_in_store>1</show_in_store>
|
866 |
+
<config_path>payment/pay_payment_amex/charge_type</config_path>
|
867 |
</charge_type>
|
868 |
<charge_value translate="label">
|
869 |
<depends>
|
870 |
<active>1</active>
|
871 |
</depends>
|
872 |
<label>Extra kosten</label>
|
873 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
874 |
+
decimalen,
|
875 |
als u geen extra kosten wilt rekenen vult u niets in
|
876 |
</comment>
|
877 |
<frontend_type>text</frontend_type>
|
879 |
<show_in_default>1</show_in_default>
|
880 |
<show_in_website>1</show_in_website>
|
881 |
<show_in_store>1</show_in_store>
|
882 |
+
<config_path>payment/pay_payment_amex/charge_value</config_path>
|
883 |
</charge_value>
|
884 |
<charge_tax_class translate="label">
|
885 |
<depends>
|
892 |
<show_in_default>1</show_in_default>
|
893 |
<show_in_website>1</show_in_website>
|
894 |
<show_in_store>1</show_in_store>
|
895 |
+
<config_path>payment/pay_payment_amex/charge_tax_class</config_path>
|
896 |
</charge_tax_class>
|
897 |
<send_mail translate="label">
|
898 |
<depends>
|
906 |
<show_in_store>1</show_in_store>
|
907 |
<frontend_type>select</frontend_type>
|
908 |
<source_model>pay_payment/source_sendmail</source_model>
|
909 |
+
<config_path>payment/pay_payment_amex/send_mail</config_path>
|
910 |
</send_mail>
|
911 |
</fields>
|
912 |
+
</pay_payment_amex>
|
913 |
+
<pay_payment_billink type="group" translate="label" module="pay_payment">
|
914 |
+
<label>Billink</label>
|
915 |
+
<model>pay_payment/Model_Paymentmethod_Billink</model>
|
916 |
+
<sort_order>1300</sort_order>
|
917 |
<show_in_default>1</show_in_default>
|
918 |
<show_in_website>1</show_in_website>
|
919 |
<show_in_store>1</show_in_store>
|
926 |
<show_in_website>1</show_in_website>
|
927 |
<show_in_store>1</show_in_store>
|
928 |
<frontend_type>select</frontend_type>
|
929 |
+
<source_model>pay_payment/source_paymentmethod_billink_active</source_model>
|
930 |
+
<config_path>payment/pay_payment_billink/active</config_path>
|
931 |
</active>
|
932 |
<title translate="label">
|
933 |
<depends>
|
939 |
<show_in_default>1</show_in_default>
|
940 |
<show_in_website>1</show_in_website>
|
941 |
<show_in_store>1</show_in_store>
|
942 |
+
<config_path>payment/pay_payment_billink/title</config_path>
|
943 |
</title>
|
944 |
|
945 |
<sort_order translate="label">
|
952 |
<show_in_default>1</show_in_default>
|
953 |
<show_in_website>1</show_in_website>
|
954 |
<show_in_store>1</show_in_store>
|
955 |
+
<config_path>payment/pay_payment_billink/sort_order</config_path>
|
956 |
</sort_order>
|
957 |
<min_order_total translate="label">
|
958 |
<depends>
|
959 |
<active>1</active>
|
960 |
</depends>
|
961 |
<label>Minimum bedrag</label>
|
962 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
963 |
+
</comment>
|
964 |
<frontend_type>text</frontend_type>
|
965 |
<sort_order>5</sort_order>
|
966 |
<show_in_default>1</show_in_default>
|
967 |
<show_in_website>1</show_in_website>
|
968 |
<show_in_store>1</show_in_store>
|
969 |
+
<config_path>payment/pay_payment_billink/min_order_total</config_path>
|
970 |
</min_order_total>
|
971 |
+
|
972 |
<max_order_total translate="label">
|
973 |
<depends>
|
974 |
<active>1</active>
|
975 |
</depends>
|
976 |
<label>Maximum bedrag</label>
|
977 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
978 |
+
</comment>
|
979 |
<frontend_type>text</frontend_type>
|
980 |
<sort_order>6</sort_order>
|
981 |
<show_in_default>1</show_in_default>
|
982 |
<show_in_website>1</show_in_website>
|
983 |
<show_in_store>1</show_in_store>
|
984 |
+
<config_path>payment/pay_payment_billink/max_order_total</config_path>
|
985 |
</max_order_total>
|
986 |
+
<ask_data_personal translate="label">
|
987 |
+
<depends>
|
988 |
+
<active>1</active>
|
989 |
+
</depends>
|
990 |
+
<label>Persoonlijk inschakelen</label>
|
991 |
+
<comment>Geboortedatum vragen, zodat persoonlijke bestellingen rechtstreeks worden
|
992 |
+
doorgestuurd zonder tussenscherm
|
993 |
+
</comment>
|
994 |
+
<frontend_type>select</frontend_type>
|
995 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
996 |
+
<sort_order>7</sort_order>
|
997 |
+
<show_in_default>1</show_in_default>
|
998 |
+
<show_in_website>1</show_in_website>
|
999 |
+
<show_in_store>1</show_in_store>
|
1000 |
+
<config_path>payment/pay_payment_billink/ask_data_personal</config_path>
|
1001 |
+
</ask_data_personal>
|
1002 |
+
<!-- <ask_data_business translate="label"> Uitgeschakeld, omdat de api deze nog niet accepteert
|
1003 |
+
<depends>
|
1004 |
+
<active>1</active>
|
1005 |
+
</depends>
|
1006 |
+
<label>Zakelijk inschakelen</label>
|
1007 |
+
<comment>Bedrijfsgegven vragen, zodat zakelijke bestellingen rechtstreeks worden doorgestuurd zonder tussenscherm</comment>
|
1008 |
+
<frontend_type>select</frontend_type>
|
1009 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1010 |
+
<sort_order>8</sort_order>
|
1011 |
+
<show_in_default>1</show_in_default>
|
1012 |
+
<show_in_website>1</show_in_website>
|
1013 |
+
<show_in_store>1</show_in_store>
|
1014 |
+
</ask_data_business>-->
|
1015 |
<allowspecific translate="label">
|
1016 |
<depends>
|
1017 |
<active>1</active>
|
1018 |
</depends>
|
1019 |
<label>Beschikbaarheid per land</label>
|
1020 |
<frontend_type>allowspecific</frontend_type>
|
1021 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
1022 |
+
</source_model>
|
1023 |
+
<sort_order>9</sort_order>
|
1024 |
<show_in_default>1</show_in_default>
|
1025 |
<show_in_website>1</show_in_website>
|
1026 |
<show_in_store>1</show_in_store>
|
1027 |
+
<config_path>payment/pay_payment_billink/allowspecific</config_path>
|
1028 |
</allowspecific>
|
1029 |
<specificcountry translate="label">
|
1030 |
<depends>
|
1034 |
<label>Toegestane landen</label>
|
1035 |
<frontend_type>multiselect</frontend_type>
|
1036 |
<source_model>adminhtml/system_config_source_country</source_model>
|
1037 |
+
<sort_order>10</sort_order>
|
1038 |
<show_in_default>1</show_in_default>
|
1039 |
<show_in_website>1</show_in_website>
|
1040 |
<show_in_store>1</show_in_store>
|
1041 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1042 |
+
<config_path>payment/pay_payment_billink/specificcountry</config_path>
|
1043 |
</specificcountry>
|
1044 |
<limit_shipping translate="label">
|
1045 |
<depends>
|
1047 |
</depends>
|
1048 |
<label>Verzendmethoden blokkeren</label>
|
1049 |
<comment>
|
1050 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
1051 |
+
verzendmethoden
|
1052 |
</comment>
|
1053 |
<frontend_type>select</frontend_type>
|
1054 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1056 |
<show_in_default>1</show_in_default>
|
1057 |
<show_in_website>1</show_in_website>
|
1058 |
<show_in_store>1</show_in_store>
|
1059 |
+
<config_path>payment/pay_payment_billink/limit_shipping</config_path>
|
1060 |
</limit_shipping>
|
1061 |
<disabled_shippingmethods>
|
1062 |
<depends>
|
1073 |
<show_in_default>1</show_in_default>
|
1074 |
<show_in_website>1</show_in_website>
|
1075 |
<show_in_store>1</show_in_store>
|
1076 |
+
<config_path>payment/pay_payment_billink/disabled_shippingmethods</config_path>
|
1077 |
</disabled_shippingmethods>
|
1078 |
<order_status translate="label">
|
1079 |
<depends>
|
1087 |
<show_in_default>1</show_in_default>
|
1088 |
<show_in_website>1</show_in_website>
|
1089 |
<show_in_store>1</show_in_store>
|
1090 |
+
<config_path>payment/pay_payment_billink/order_status</config_path>
|
1091 |
</order_status>
|
1092 |
<order_status_success translate="label">
|
1093 |
<depends>
|
1101 |
<show_in_default>1</show_in_default>
|
1102 |
<show_in_website>1</show_in_website>
|
1103 |
<show_in_store>1</show_in_store>
|
1104 |
+
<config_path>payment/pay_payment_billink/order_status_success</config_path>
|
1105 |
</order_status_success>
|
1106 |
<charge_type translate="label">
|
1107 |
<depends>
|
1108 |
<active>1</active>
|
1109 |
</depends>
|
1110 |
<label>Extra kosten rekenen</label>
|
1111 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
1112 |
+
van
|
1113 |
+
het
|
1114 |
totaalbedrag of een vast bedrag
|
1115 |
</comment>
|
1116 |
<frontend_type>select</frontend_type>
|
1119 |
<show_in_default>1</show_in_default>
|
1120 |
<show_in_website>1</show_in_website>
|
1121 |
<show_in_store>1</show_in_store>
|
1122 |
+
<config_path>payment/pay_payment_billink/charge_type</config_path>
|
1123 |
</charge_type>
|
1124 |
<charge_value translate="label">
|
1125 |
<depends>
|
1126 |
<active>1</active>
|
1127 |
</depends>
|
1128 |
<label>Extra kosten</label>
|
1129 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
1130 |
+
decimalen,
|
1131 |
als u geen extra kosten wilt rekenen vult u niets in
|
1132 |
</comment>
|
1133 |
<frontend_type>text</frontend_type>
|
1135 |
<show_in_default>1</show_in_default>
|
1136 |
<show_in_website>1</show_in_website>
|
1137 |
<show_in_store>1</show_in_store>
|
1138 |
+
<config_path>payment/pay_payment_billink/charge_value</config_path>
|
1139 |
</charge_value>
|
1140 |
<charge_tax_class translate="label">
|
1141 |
<depends>
|
1148 |
<show_in_default>1</show_in_default>
|
1149 |
<show_in_website>1</show_in_website>
|
1150 |
<show_in_store>1</show_in_store>
|
1151 |
+
<config_path>payment/pay_payment_billink/charge_tax_class</config_path>
|
1152 |
</charge_tax_class>
|
1153 |
<send_mail translate="label">
|
1154 |
<depends>
|
1162 |
<show_in_store>1</show_in_store>
|
1163 |
<frontend_type>select</frontend_type>
|
1164 |
<source_model>pay_payment/source_sendmail</source_model>
|
1165 |
+
<config_path>payment/pay_payment_billink/send_mail</config_path>
|
1166 |
</send_mail>
|
1167 |
</fields>
|
1168 |
+
</pay_payment_billink>
|
1169 |
+
<pay_payment_bitcoin type="group" translate="label" module="pay_payment">
|
1170 |
+
<label>Bitcoin</label>
|
1171 |
+
<model>pay_payment/Model_Paymentmethod_Bitcoin</model>
|
1172 |
+
<sort_order>1400</sort_order>
|
1173 |
<show_in_default>1</show_in_default>
|
1174 |
<show_in_website>1</show_in_website>
|
1175 |
<show_in_store>1</show_in_store>
|
1182 |
<show_in_website>1</show_in_website>
|
1183 |
<show_in_store>1</show_in_store>
|
1184 |
<frontend_type>select</frontend_type>
|
1185 |
+
<source_model>pay_payment/source_paymentmethod_bitcoin_active</source_model>
|
1186 |
+
<config_path>payment/pay_payment_bitcoin/active</config_path>
|
1187 |
</active>
|
1188 |
<title translate="label">
|
1189 |
<depends>
|
1195 |
<show_in_default>1</show_in_default>
|
1196 |
<show_in_website>1</show_in_website>
|
1197 |
<show_in_store>1</show_in_store>
|
1198 |
+
<config_path>payment/pay_payment_bitcoin/title</config_path>
|
1199 |
</title>
|
1200 |
|
1201 |
<sort_order translate="label">
|
1208 |
<show_in_default>1</show_in_default>
|
1209 |
<show_in_website>1</show_in_website>
|
1210 |
<show_in_store>1</show_in_store>
|
1211 |
+
<config_path>payment/pay_payment_bitcoin/sort_order</config_path>
|
1212 |
</sort_order>
|
1213 |
<min_order_total translate="label">
|
1214 |
<depends>
|
1215 |
<active>1</active>
|
1216 |
</depends>
|
1217 |
<label>Minimum bedrag</label>
|
1218 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
1219 |
+
</comment>
|
1220 |
<frontend_type>text</frontend_type>
|
1221 |
<sort_order>5</sort_order>
|
1222 |
<show_in_default>1</show_in_default>
|
1223 |
<show_in_website>1</show_in_website>
|
1224 |
<show_in_store>1</show_in_store>
|
1225 |
+
<config_path>payment/pay_payment_bitcoin/min_order_total</config_path>
|
1226 |
</min_order_total>
|
1227 |
<max_order_total translate="label">
|
1228 |
<depends>
|
1229 |
<active>1</active>
|
1230 |
</depends>
|
1231 |
<label>Maximum bedrag</label>
|
1232 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
1233 |
+
</comment>
|
1234 |
<frontend_type>text</frontend_type>
|
1235 |
<sort_order>6</sort_order>
|
1236 |
<show_in_default>1</show_in_default>
|
1237 |
<show_in_website>1</show_in_website>
|
1238 |
<show_in_store>1</show_in_store>
|
1239 |
+
<config_path>payment/pay_payment_bitcoin/max_order_total</config_path>
|
1240 |
</max_order_total>
|
1241 |
<allowspecific translate="label">
|
1242 |
<depends>
|
1244 |
</depends>
|
1245 |
<label>Beschikbaarheid per land</label>
|
1246 |
<frontend_type>allowspecific</frontend_type>
|
1247 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
1248 |
+
</source_model>
|
1249 |
<sort_order>7</sort_order>
|
1250 |
<show_in_default>1</show_in_default>
|
1251 |
<show_in_website>1</show_in_website>
|
1252 |
<show_in_store>1</show_in_store>
|
1253 |
+
<config_path>payment/pay_payment_bitcoin/allowspecific</config_path>
|
1254 |
</allowspecific>
|
1255 |
<specificcountry translate="label">
|
1256 |
<depends>
|
1265 |
<show_in_website>1</show_in_website>
|
1266 |
<show_in_store>1</show_in_store>
|
1267 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1268 |
+
<config_path>payment/pay_payment_bitcoin/specificcountry</config_path>
|
1269 |
</specificcountry>
|
1270 |
<limit_shipping translate="label">
|
1271 |
<depends>
|
1273 |
</depends>
|
1274 |
<label>Verzendmethoden blokkeren</label>
|
1275 |
<comment>
|
1276 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
1277 |
+
verzendmethoden
|
1278 |
</comment>
|
1279 |
<frontend_type>select</frontend_type>
|
1280 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1282 |
<show_in_default>1</show_in_default>
|
1283 |
<show_in_website>1</show_in_website>
|
1284 |
<show_in_store>1</show_in_store>
|
1285 |
+
<config_path>payment/pay_payment_bitcoin/limit_shipping</config_path>
|
1286 |
</limit_shipping>
|
1287 |
<disabled_shippingmethods>
|
1288 |
<depends>
|
1299 |
<show_in_default>1</show_in_default>
|
1300 |
<show_in_website>1</show_in_website>
|
1301 |
<show_in_store>1</show_in_store>
|
1302 |
+
<config_path>payment/pay_payment_bitcoin/disabled_shippingmethods</config_path>
|
1303 |
</disabled_shippingmethods>
|
1304 |
<order_status translate="label">
|
1305 |
<depends>
|
1313 |
<show_in_default>1</show_in_default>
|
1314 |
<show_in_website>1</show_in_website>
|
1315 |
<show_in_store>1</show_in_store>
|
1316 |
+
<config_path>payment/pay_payment_bitcoin/order_status</config_path>
|
1317 |
</order_status>
|
1318 |
<order_status_success translate="label">
|
1319 |
<depends>
|
1327 |
<show_in_default>1</show_in_default>
|
1328 |
<show_in_website>1</show_in_website>
|
1329 |
<show_in_store>1</show_in_store>
|
1330 |
+
<config_path>payment/pay_payment_bitcoin/order_status_success</config_path>
|
1331 |
</order_status_success>
|
1332 |
<charge_type translate="label">
|
1333 |
<depends>
|
1334 |
<active>1</active>
|
1335 |
</depends>
|
1336 |
<label>Extra kosten rekenen</label>
|
1337 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
1338 |
+
van
|
1339 |
+
het
|
1340 |
totaalbedrag of een vast bedrag
|
1341 |
</comment>
|
1342 |
<frontend_type>select</frontend_type>
|
1345 |
<show_in_default>1</show_in_default>
|
1346 |
<show_in_website>1</show_in_website>
|
1347 |
<show_in_store>1</show_in_store>
|
1348 |
+
<config_path>payment/pay_payment_bitcoin/charge_type</config_path>
|
1349 |
</charge_type>
|
1350 |
<charge_value translate="label">
|
1351 |
<depends>
|
1352 |
<active>1</active>
|
1353 |
</depends>
|
1354 |
<label>Extra kosten</label>
|
1355 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
1356 |
+
decimalen,
|
1357 |
als u geen extra kosten wilt rekenen vult u niets in
|
1358 |
</comment>
|
1359 |
<frontend_type>text</frontend_type>
|
1361 |
<show_in_default>1</show_in_default>
|
1362 |
<show_in_website>1</show_in_website>
|
1363 |
<show_in_store>1</show_in_store>
|
1364 |
+
<config_path>payment/pay_payment_bitcoin/charge_value</config_path>
|
1365 |
</charge_value>
|
1366 |
<charge_tax_class translate="label">
|
1367 |
<depends>
|
1374 |
<show_in_default>1</show_in_default>
|
1375 |
<show_in_website>1</show_in_website>
|
1376 |
<show_in_store>1</show_in_store>
|
1377 |
+
<config_path>payment/pay_payment_bitcoin/charge_tax_class</config_path>
|
1378 |
</charge_tax_class>
|
1379 |
<send_mail translate="label">
|
1380 |
<depends>
|
1388 |
<show_in_store>1</show_in_store>
|
1389 |
<frontend_type>select</frontend_type>
|
1390 |
<source_model>pay_payment/source_sendmail</source_model>
|
1391 |
+
<config_path>payment/pay_payment_bitcoin/send_mail</config_path>
|
1392 |
</send_mail>
|
1393 |
</fields>
|
1394 |
+
</pay_payment_bitcoin>
|
1395 |
+
<pay_payment_capayable type="group" translate="label" module="pay_payment">
|
1396 |
+
<label>Capayable</label>
|
1397 |
+
<model>pay_payment/Model_Paymentmethod_Capayable</model>
|
1398 |
+
<sort_order>1500</sort_order>
|
1399 |
<show_in_default>1</show_in_default>
|
1400 |
<show_in_website>1</show_in_website>
|
1401 |
<show_in_store>1</show_in_store>
|
1408 |
<show_in_website>1</show_in_website>
|
1409 |
<show_in_store>1</show_in_store>
|
1410 |
<frontend_type>select</frontend_type>
|
1411 |
+
<source_model>pay_payment/source_paymentmethod_capayable_active</source_model>
|
1412 |
+
<config_path>payment/pay_payment_capayable/active</config_path>
|
1413 |
</active>
|
1414 |
<title translate="label">
|
1415 |
<depends>
|
1421 |
<show_in_default>1</show_in_default>
|
1422 |
<show_in_website>1</show_in_website>
|
1423 |
<show_in_store>1</show_in_store>
|
1424 |
+
<config_path>payment/pay_payment_capayable/title</config_path>
|
1425 |
</title>
|
1426 |
|
1427 |
<sort_order translate="label">
|
1434 |
<show_in_default>1</show_in_default>
|
1435 |
<show_in_website>1</show_in_website>
|
1436 |
<show_in_store>1</show_in_store>
|
1437 |
+
<config_path>payment/pay_payment_capayable/sort_order</config_path>
|
1438 |
</sort_order>
|
1439 |
<min_order_total translate="label">
|
1440 |
<depends>
|
1441 |
<active>1</active>
|
1442 |
</depends>
|
1443 |
<label>Minimum bedrag</label>
|
1444 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
1445 |
+
</comment>
|
1446 |
<frontend_type>text</frontend_type>
|
1447 |
<sort_order>5</sort_order>
|
1448 |
<show_in_default>1</show_in_default>
|
1449 |
<show_in_website>1</show_in_website>
|
1450 |
<show_in_store>1</show_in_store>
|
1451 |
+
<config_path>payment/pay_payment_capayable/min_order_total</config_path>
|
1452 |
</min_order_total>
|
1453 |
<max_order_total translate="label">
|
1454 |
<depends>
|
1455 |
<active>1</active>
|
1456 |
</depends>
|
1457 |
<label>Maximum bedrag</label>
|
1458 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
1459 |
+
</comment>
|
1460 |
<frontend_type>text</frontend_type>
|
1461 |
<sort_order>6</sort_order>
|
1462 |
<show_in_default>1</show_in_default>
|
1463 |
<show_in_website>1</show_in_website>
|
1464 |
<show_in_store>1</show_in_store>
|
1465 |
+
<config_path>payment/pay_payment_capayable/max_order_total</config_path>
|
1466 |
</max_order_total>
|
1467 |
<allowspecific translate="label">
|
1468 |
<depends>
|
1470 |
</depends>
|
1471 |
<label>Beschikbaarheid per land</label>
|
1472 |
<frontend_type>allowspecific</frontend_type>
|
1473 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
1474 |
+
</source_model>
|
1475 |
<sort_order>7</sort_order>
|
1476 |
<show_in_default>1</show_in_default>
|
1477 |
<show_in_website>1</show_in_website>
|
1478 |
<show_in_store>1</show_in_store>
|
1479 |
+
<config_path>payment/pay_payment_capayable/allowspecific</config_path>
|
1480 |
</allowspecific>
|
1481 |
<specificcountry translate="label">
|
1482 |
<depends>
|
1491 |
<show_in_website>1</show_in_website>
|
1492 |
<show_in_store>1</show_in_store>
|
1493 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1494 |
+
<config_path>payment/pay_payment_capayable/specificcountry</config_path>
|
1495 |
</specificcountry>
|
1496 |
<limit_shipping translate="label">
|
1497 |
<depends>
|
1499 |
</depends>
|
1500 |
<label>Verzendmethoden blokkeren</label>
|
1501 |
<comment>
|
1502 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
1503 |
+
verzendmethoden
|
1504 |
</comment>
|
1505 |
<frontend_type>select</frontend_type>
|
1506 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1508 |
<show_in_default>1</show_in_default>
|
1509 |
<show_in_website>1</show_in_website>
|
1510 |
<show_in_store>1</show_in_store>
|
1511 |
+
<config_path>payment/pay_payment_capayable/limit_shipping</config_path>
|
1512 |
</limit_shipping>
|
1513 |
<disabled_shippingmethods>
|
1514 |
<depends>
|
1525 |
<show_in_default>1</show_in_default>
|
1526 |
<show_in_website>1</show_in_website>
|
1527 |
<show_in_store>1</show_in_store>
|
1528 |
+
<config_path>payment/pay_payment_capayable/disabled_shippingmethods</config_path>
|
1529 |
</disabled_shippingmethods>
|
1530 |
<order_status translate="label">
|
1531 |
<depends>
|
1539 |
<show_in_default>1</show_in_default>
|
1540 |
<show_in_website>1</show_in_website>
|
1541 |
<show_in_store>1</show_in_store>
|
1542 |
+
<config_path>payment/pay_payment_capayable/order_status</config_path>
|
1543 |
</order_status>
|
1544 |
<order_status_success translate="label">
|
1545 |
<depends>
|
1553 |
<show_in_default>1</show_in_default>
|
1554 |
<show_in_website>1</show_in_website>
|
1555 |
<show_in_store>1</show_in_store>
|
1556 |
+
<config_path>payment/pay_payment_capayable/order_status_success</config_path>
|
1557 |
</order_status_success>
|
1558 |
<charge_type translate="label">
|
1559 |
<depends>
|
1560 |
<active>1</active>
|
1561 |
</depends>
|
1562 |
<label>Extra kosten rekenen</label>
|
1563 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
1564 |
+
van
|
1565 |
+
het
|
1566 |
totaalbedrag of een vast bedrag
|
1567 |
</comment>
|
1568 |
<frontend_type>select</frontend_type>
|
1571 |
<show_in_default>1</show_in_default>
|
1572 |
<show_in_website>1</show_in_website>
|
1573 |
<show_in_store>1</show_in_store>
|
1574 |
+
<config_path>payment/pay_payment_capayable/charge_type</config_path>
|
1575 |
</charge_type>
|
1576 |
<charge_value translate="label">
|
1577 |
<depends>
|
1578 |
<active>1</active>
|
1579 |
</depends>
|
1580 |
<label>Extra kosten</label>
|
1581 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
1582 |
+
decimalen,
|
1583 |
als u geen extra kosten wilt rekenen vult u niets in
|
1584 |
</comment>
|
1585 |
<frontend_type>text</frontend_type>
|
1587 |
<show_in_default>1</show_in_default>
|
1588 |
<show_in_website>1</show_in_website>
|
1589 |
<show_in_store>1</show_in_store>
|
1590 |
+
<config_path>payment/pay_payment_capayable/charge_value</config_path>
|
1591 |
</charge_value>
|
1592 |
<charge_tax_class translate="label">
|
1593 |
<depends>
|
1600 |
<show_in_default>1</show_in_default>
|
1601 |
<show_in_website>1</show_in_website>
|
1602 |
<show_in_store>1</show_in_store>
|
1603 |
+
<config_path>payment/pay_payment_capayable/charge_tax_class</config_path>
|
1604 |
</charge_tax_class>
|
1605 |
<send_mail translate="label">
|
1606 |
<depends>
|
1614 |
<show_in_store>1</show_in_store>
|
1615 |
<frontend_type>select</frontend_type>
|
1616 |
<source_model>pay_payment/source_sendmail</source_model>
|
1617 |
+
<config_path>payment/pay_payment_capayable/send_mail</config_path>
|
1618 |
</send_mail>
|
1619 |
</fields>
|
1620 |
+
</pay_payment_capayable>
|
1621 |
+
<pay_payment_capayablegespreid type="group" translate="label" module="pay_payment">
|
1622 |
+
<label>Capayable Gespreid</label>
|
1623 |
+
<model>pay_payment/Model_Paymentmethod_CapayableGespreid</model>
|
1624 |
+
<sort_order>1600</sort_order>
|
1625 |
<show_in_default>1</show_in_default>
|
1626 |
<show_in_website>1</show_in_website>
|
1627 |
<show_in_store>1</show_in_store>
|
1634 |
<show_in_website>1</show_in_website>
|
1635 |
<show_in_store>1</show_in_store>
|
1636 |
<frontend_type>select</frontend_type>
|
1637 |
+
<source_model>pay_payment/source_paymentmethod_capayableGespreid_active
|
1638 |
+
</source_model>
|
1639 |
+
<config_path>payment/pay_payment_capayablegespreid/active</config_path>
|
1640 |
</active>
|
1641 |
<title translate="label">
|
1642 |
<depends>
|
1648 |
<show_in_default>1</show_in_default>
|
1649 |
<show_in_website>1</show_in_website>
|
1650 |
<show_in_store>1</show_in_store>
|
1651 |
+
<config_path>payment/pay_payment_capayablegespreid/title</config_path>
|
1652 |
</title>
|
1653 |
|
1654 |
<sort_order translate="label">
|
1661 |
<show_in_default>1</show_in_default>
|
1662 |
<show_in_website>1</show_in_website>
|
1663 |
<show_in_store>1</show_in_store>
|
1664 |
+
<config_path>payment/pay_payment_capayablegespreid/sort_order</config_path>
|
1665 |
</sort_order>
|
1666 |
<min_order_total translate="label">
|
1667 |
<depends>
|
1668 |
<active>1</active>
|
1669 |
</depends>
|
1670 |
<label>Minimum bedrag</label>
|
1671 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
1672 |
+
</comment>
|
1673 |
<frontend_type>text</frontend_type>
|
1674 |
<sort_order>5</sort_order>
|
1675 |
<show_in_default>1</show_in_default>
|
1676 |
<show_in_website>1</show_in_website>
|
1677 |
<show_in_store>1</show_in_store>
|
1678 |
+
<config_path>payment/pay_payment_capayablegespreid/min_order_total</config_path>
|
1679 |
</min_order_total>
|
1680 |
<max_order_total translate="label">
|
1681 |
<depends>
|
1682 |
<active>1</active>
|
1683 |
</depends>
|
1684 |
<label>Maximum bedrag</label>
|
1685 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
1686 |
+
</comment>
|
1687 |
<frontend_type>text</frontend_type>
|
1688 |
<sort_order>6</sort_order>
|
1689 |
<show_in_default>1</show_in_default>
|
1690 |
<show_in_website>1</show_in_website>
|
1691 |
<show_in_store>1</show_in_store>
|
1692 |
+
<config_path>payment/pay_payment_capayablegespreid/max_order_total</config_path>
|
1693 |
</max_order_total>
|
1694 |
<allowspecific translate="label">
|
1695 |
<depends>
|
1697 |
</depends>
|
1698 |
<label>Beschikbaarheid per land</label>
|
1699 |
<frontend_type>allowspecific</frontend_type>
|
1700 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
1701 |
+
</source_model>
|
1702 |
<sort_order>7</sort_order>
|
1703 |
<show_in_default>1</show_in_default>
|
1704 |
<show_in_website>1</show_in_website>
|
1705 |
<show_in_store>1</show_in_store>
|
1706 |
+
<config_path>payment/pay_payment_capayablegespreid/allowspecific</config_path>
|
1707 |
</allowspecific>
|
1708 |
<specificcountry translate="label">
|
1709 |
<depends>
|
1718 |
<show_in_website>1</show_in_website>
|
1719 |
<show_in_store>1</show_in_store>
|
1720 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1721 |
+
<config_path>payment/pay_payment_capayablegespreid/specificcountry</config_path>
|
1722 |
</specificcountry>
|
1723 |
<limit_shipping translate="label">
|
1724 |
<depends>
|
1726 |
</depends>
|
1727 |
<label>Verzendmethoden blokkeren</label>
|
1728 |
<comment>
|
1729 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
1730 |
+
verzendmethoden
|
1731 |
</comment>
|
1732 |
<frontend_type>select</frontend_type>
|
1733 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1735 |
<show_in_default>1</show_in_default>
|
1736 |
<show_in_website>1</show_in_website>
|
1737 |
<show_in_store>1</show_in_store>
|
1738 |
+
<config_path>payment/pay_payment_capayablegespreid/limit_shipping</config_path>
|
1739 |
</limit_shipping>
|
1740 |
<disabled_shippingmethods>
|
1741 |
<depends>
|
1752 |
<show_in_default>1</show_in_default>
|
1753 |
<show_in_website>1</show_in_website>
|
1754 |
<show_in_store>1</show_in_store>
|
1755 |
+
<config_path>payment/pay_payment_capayablegespreid/disabled_shippingmethods</config_path>
|
1756 |
</disabled_shippingmethods>
|
1757 |
<order_status translate="label">
|
1758 |
<depends>
|
1766 |
<show_in_default>1</show_in_default>
|
1767 |
<show_in_website>1</show_in_website>
|
1768 |
<show_in_store>1</show_in_store>
|
1769 |
+
<config_path>payment/pay_payment_capayablegespreid/order_status</config_path>
|
1770 |
</order_status>
|
1771 |
<order_status_success translate="label">
|
1772 |
<depends>
|
1780 |
<show_in_default>1</show_in_default>
|
1781 |
<show_in_website>1</show_in_website>
|
1782 |
<show_in_store>1</show_in_store>
|
1783 |
+
<config_path>payment/pay_payment_capayablegespreid/order_status_success</config_path>
|
1784 |
</order_status_success>
|
1785 |
<charge_type translate="label">
|
1786 |
<depends>
|
1787 |
<active>1</active>
|
1788 |
</depends>
|
1789 |
<label>Extra kosten rekenen</label>
|
1790 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
1791 |
+
van
|
1792 |
+
het
|
1793 |
totaalbedrag of een vast bedrag
|
1794 |
</comment>
|
1795 |
<frontend_type>select</frontend_type>
|
1798 |
<show_in_default>1</show_in_default>
|
1799 |
<show_in_website>1</show_in_website>
|
1800 |
<show_in_store>1</show_in_store>
|
1801 |
+
<config_path>payment/pay_payment_capayablegespreid/charge_type</config_path>
|
1802 |
</charge_type>
|
1803 |
<charge_value translate="label">
|
1804 |
<depends>
|
1805 |
<active>1</active>
|
1806 |
</depends>
|
1807 |
<label>Extra kosten</label>
|
1808 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
1809 |
+
decimalen,
|
1810 |
als u geen extra kosten wilt rekenen vult u niets in
|
1811 |
</comment>
|
1812 |
<frontend_type>text</frontend_type>
|
1814 |
<show_in_default>1</show_in_default>
|
1815 |
<show_in_website>1</show_in_website>
|
1816 |
<show_in_store>1</show_in_store>
|
1817 |
+
<config_path>payment/pay_payment_capayablegespreid/charge_value</config_path>
|
1818 |
</charge_value>
|
1819 |
<charge_tax_class translate="label">
|
1820 |
<depends>
|
1827 |
<show_in_default>1</show_in_default>
|
1828 |
<show_in_website>1</show_in_website>
|
1829 |
<show_in_store>1</show_in_store>
|
1830 |
+
<config_path>payment/pay_payment_capayablegespreid/charge_tax_class</config_path>
|
1831 |
</charge_tax_class>
|
1832 |
<send_mail translate="label">
|
1833 |
<depends>
|
1841 |
<show_in_store>1</show_in_store>
|
1842 |
<frontend_type>select</frontend_type>
|
1843 |
<source_model>pay_payment/source_sendmail</source_model>
|
1844 |
+
<config_path>payment/pay_payment_capayablegespreid/send_mail</config_path>
|
1845 |
</send_mail>
|
1846 |
</fields>
|
1847 |
+
</pay_payment_capayablegespreid>
|
1848 |
+
<pay_payment_cartebleue type="group" translate="label" module="pay_payment">
|
1849 |
+
<label>Cartebleue</label>
|
1850 |
+
<model>pay_payment/Model_Paymentmethod_Cartebleue</model>
|
1851 |
+
<sort_order>1700</sort_order>
|
1852 |
<show_in_default>1</show_in_default>
|
1853 |
<show_in_website>1</show_in_website>
|
1854 |
<show_in_store>1</show_in_store>
|
1861 |
<show_in_website>1</show_in_website>
|
1862 |
<show_in_store>1</show_in_store>
|
1863 |
<frontend_type>select</frontend_type>
|
1864 |
+
<source_model>pay_payment/source_paymentmethod_cartebleue_active</source_model>
|
1865 |
+
<config_path>payment/pay_payment_cartebleue/active</config_path>
|
1866 |
</active>
|
1867 |
<title translate="label">
|
1868 |
<depends>
|
1874 |
<show_in_default>1</show_in_default>
|
1875 |
<show_in_website>1</show_in_website>
|
1876 |
<show_in_store>1</show_in_store>
|
1877 |
+
<config_path>payment/pay_payment_cartebleue/title</config_path>
|
1878 |
</title>
|
1879 |
|
1880 |
<sort_order translate="label">
|
1887 |
<show_in_default>1</show_in_default>
|
1888 |
<show_in_website>1</show_in_website>
|
1889 |
<show_in_store>1</show_in_store>
|
1890 |
+
<config_path>payment/pay_payment_cartebleue/sort_order</config_path>
|
1891 |
</sort_order>
|
1892 |
<min_order_total translate="label">
|
1893 |
<depends>
|
1894 |
<active>1</active>
|
1895 |
</depends>
|
1896 |
<label>Minimum bedrag</label>
|
1897 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
1898 |
+
</comment>
|
1899 |
<frontend_type>text</frontend_type>
|
1900 |
<sort_order>5</sort_order>
|
1901 |
<show_in_default>1</show_in_default>
|
1902 |
<show_in_website>1</show_in_website>
|
1903 |
<show_in_store>1</show_in_store>
|
1904 |
+
<config_path>payment/pay_payment_cartebleue/min_order_total</config_path>
|
1905 |
</min_order_total>
|
1906 |
<max_order_total translate="label">
|
1907 |
<depends>
|
1908 |
<active>1</active>
|
1909 |
</depends>
|
1910 |
<label>Maximum bedrag</label>
|
1911 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
1912 |
+
</comment>
|
1913 |
<frontend_type>text</frontend_type>
|
1914 |
<sort_order>6</sort_order>
|
1915 |
<show_in_default>1</show_in_default>
|
1916 |
<show_in_website>1</show_in_website>
|
1917 |
<show_in_store>1</show_in_store>
|
1918 |
+
<config_path>payment/pay_payment_cartebleue/max_order_total</config_path>
|
1919 |
</max_order_total>
|
1920 |
<allowspecific translate="label">
|
1921 |
<depends>
|
1923 |
</depends>
|
1924 |
<label>Beschikbaarheid per land</label>
|
1925 |
<frontend_type>allowspecific</frontend_type>
|
1926 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
1927 |
+
</source_model>
|
1928 |
<sort_order>7</sort_order>
|
1929 |
<show_in_default>1</show_in_default>
|
1930 |
<show_in_website>1</show_in_website>
|
1931 |
<show_in_store>1</show_in_store>
|
1932 |
+
<config_path>payment/pay_payment_cartebleue/allowspecific</config_path>
|
1933 |
</allowspecific>
|
1934 |
<specificcountry translate="label">
|
1935 |
<depends>
|
1944 |
<show_in_website>1</show_in_website>
|
1945 |
<show_in_store>1</show_in_store>
|
1946 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1947 |
+
<config_path>payment/pay_payment_cartebleue/specificcountry</config_path>
|
1948 |
</specificcountry>
|
1949 |
<limit_shipping translate="label">
|
1950 |
<depends>
|
1952 |
</depends>
|
1953 |
<label>Verzendmethoden blokkeren</label>
|
1954 |
<comment>
|
1955 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
1956 |
+
verzendmethoden
|
1957 |
</comment>
|
1958 |
<frontend_type>select</frontend_type>
|
1959 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1961 |
<show_in_default>1</show_in_default>
|
1962 |
<show_in_website>1</show_in_website>
|
1963 |
<show_in_store>1</show_in_store>
|
1964 |
+
<config_path>payment/pay_payment_cartebleue/limit_shipping</config_path>
|
1965 |
</limit_shipping>
|
1966 |
<disabled_shippingmethods>
|
1967 |
<depends>
|
1978 |
<show_in_default>1</show_in_default>
|
1979 |
<show_in_website>1</show_in_website>
|
1980 |
<show_in_store>1</show_in_store>
|
1981 |
+
<config_path>payment/pay_payment_cartebleue/disabled_shippingmethods</config_path>
|
1982 |
</disabled_shippingmethods>
|
1983 |
<order_status translate="label">
|
1984 |
<depends>
|
1992 |
<show_in_default>1</show_in_default>
|
1993 |
<show_in_website>1</show_in_website>
|
1994 |
<show_in_store>1</show_in_store>
|
1995 |
+
<config_path>payment/pay_payment_cartebleue/order_status</config_path>
|
1996 |
</order_status>
|
1997 |
<order_status_success translate="label">
|
1998 |
<depends>
|
2006 |
<show_in_default>1</show_in_default>
|
2007 |
<show_in_website>1</show_in_website>
|
2008 |
<show_in_store>1</show_in_store>
|
2009 |
+
<config_path>payment/pay_payment_cartebleue/order_status_success</config_path>
|
2010 |
</order_status_success>
|
2011 |
<charge_type translate="label">
|
2012 |
<depends>
|
2013 |
<active>1</active>
|
2014 |
</depends>
|
2015 |
<label>Extra kosten rekenen</label>
|
2016 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
2017 |
+
van
|
2018 |
+
het
|
2019 |
totaalbedrag of een vast bedrag
|
2020 |
</comment>
|
2021 |
<frontend_type>select</frontend_type>
|
2024 |
<show_in_default>1</show_in_default>
|
2025 |
<show_in_website>1</show_in_website>
|
2026 |
<show_in_store>1</show_in_store>
|
2027 |
+
<config_path>payment/pay_payment_cartebleue/charge_type</config_path>
|
2028 |
</charge_type>
|
2029 |
<charge_value translate="label">
|
2030 |
<depends>
|
2031 |
<active>1</active>
|
2032 |
</depends>
|
2033 |
<label>Extra kosten</label>
|
2034 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
2035 |
+
decimalen,
|
2036 |
als u geen extra kosten wilt rekenen vult u niets in
|
2037 |
</comment>
|
2038 |
<frontend_type>text</frontend_type>
|
2040 |
<show_in_default>1</show_in_default>
|
2041 |
<show_in_website>1</show_in_website>
|
2042 |
<show_in_store>1</show_in_store>
|
2043 |
+
<config_path>payment/pay_payment_cartebleue/charge_value</config_path>
|
2044 |
</charge_value>
|
2045 |
<charge_tax_class translate="label">
|
2046 |
<depends>
|
2053 |
<show_in_default>1</show_in_default>
|
2054 |
<show_in_website>1</show_in_website>
|
2055 |
<show_in_store>1</show_in_store>
|
2056 |
+
<config_path>payment/pay_payment_cartebleue/charge_tax_class</config_path>
|
2057 |
</charge_tax_class>
|
2058 |
<send_mail translate="label">
|
2059 |
<depends>
|
2067 |
<show_in_store>1</show_in_store>
|
2068 |
<frontend_type>select</frontend_type>
|
2069 |
<source_model>pay_payment/source_sendmail</source_model>
|
2070 |
+
<config_path>payment/pay_payment_cartebleue/send_mail</config_path>
|
2071 |
</send_mail>
|
2072 |
</fields>
|
2073 |
+
</pay_payment_cartebleue>
|
2074 |
+
<pay_payment_fashioncheque type="group" translate="label" module="pay_payment">
|
2075 |
+
<label>Fashioncheque</label>
|
2076 |
<model>pay_payment/Model_Paymentmethod_Fashioncheque</model>
|
2077 |
+
<sort_order>2000</sort_order>
|
2078 |
<show_in_default>1</show_in_default>
|
2079 |
<show_in_website>1</show_in_website>
|
2080 |
<show_in_store>1</show_in_store>
|
2088 |
<show_in_store>1</show_in_store>
|
2089 |
<frontend_type>select</frontend_type>
|
2090 |
<source_model>pay_payment/source_paymentmethod_fashioncheque_active</source_model>
|
2091 |
+
<config_path>payment/pay_payment_fashioncheque/active</config_path>
|
2092 |
</active>
|
2093 |
<title translate="label">
|
2094 |
<depends>
|
2100 |
<show_in_default>1</show_in_default>
|
2101 |
<show_in_website>1</show_in_website>
|
2102 |
<show_in_store>1</show_in_store>
|
2103 |
+
<config_path>payment/pay_payment_fashioncheque/title</config_path>
|
2104 |
</title>
|
2105 |
|
2106 |
<sort_order translate="label">
|
2113 |
<show_in_default>1</show_in_default>
|
2114 |
<show_in_website>1</show_in_website>
|
2115 |
<show_in_store>1</show_in_store>
|
2116 |
+
<config_path>payment/pay_payment_fashioncheque/sort_order</config_path>
|
2117 |
</sort_order>
|
2118 |
<min_order_total translate="label">
|
2119 |
<depends>
|
2120 |
<active>1</active>
|
2121 |
</depends>
|
2122 |
<label>Minimum bedrag</label>
|
2123 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
2124 |
+
</comment>
|
2125 |
<frontend_type>text</frontend_type>
|
2126 |
<sort_order>5</sort_order>
|
2127 |
<show_in_default>1</show_in_default>
|
2128 |
<show_in_website>1</show_in_website>
|
2129 |
<show_in_store>1</show_in_store>
|
2130 |
+
<config_path>payment/pay_payment_fashioncheque/min_order_total</config_path>
|
2131 |
</min_order_total>
|
2132 |
<max_order_total translate="label">
|
2133 |
<depends>
|
2134 |
<active>1</active>
|
2135 |
</depends>
|
2136 |
<label>Maximum bedrag</label>
|
2137 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
2138 |
+
</comment>
|
2139 |
<frontend_type>text</frontend_type>
|
2140 |
<sort_order>6</sort_order>
|
2141 |
<show_in_default>1</show_in_default>
|
2142 |
<show_in_website>1</show_in_website>
|
2143 |
<show_in_store>1</show_in_store>
|
2144 |
+
<config_path>payment/pay_payment_fashioncheque/max_order_total</config_path>
|
2145 |
</max_order_total>
|
2146 |
<allowspecific translate="label">
|
2147 |
<depends>
|
2149 |
</depends>
|
2150 |
<label>Beschikbaarheid per land</label>
|
2151 |
<frontend_type>allowspecific</frontend_type>
|
2152 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
2153 |
+
</source_model>
|
2154 |
<sort_order>7</sort_order>
|
2155 |
<show_in_default>1</show_in_default>
|
2156 |
<show_in_website>1</show_in_website>
|
2157 |
<show_in_store>1</show_in_store>
|
2158 |
+
<config_path>payment/pay_payment_fashioncheque/allowspecific</config_path>
|
2159 |
</allowspecific>
|
2160 |
<specificcountry translate="label">
|
2161 |
<depends>
|
2170 |
<show_in_website>1</show_in_website>
|
2171 |
<show_in_store>1</show_in_store>
|
2172 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2173 |
+
<config_path>payment/pay_payment_fashioncheque/specificcountry</config_path>
|
2174 |
</specificcountry>
|
2175 |
<limit_shipping translate="label">
|
2176 |
<depends>
|
2178 |
</depends>
|
2179 |
<label>Verzendmethoden blokkeren</label>
|
2180 |
<comment>
|
2181 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
2182 |
+
verzendmethoden
|
2183 |
</comment>
|
2184 |
<frontend_type>select</frontend_type>
|
2185 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2187 |
<show_in_default>1</show_in_default>
|
2188 |
<show_in_website>1</show_in_website>
|
2189 |
<show_in_store>1</show_in_store>
|
2190 |
+
<config_path>payment/pay_payment_fashioncheque/limit_shipping</config_path>
|
2191 |
</limit_shipping>
|
2192 |
<disabled_shippingmethods>
|
2193 |
<depends>
|
2204 |
<show_in_default>1</show_in_default>
|
2205 |
<show_in_website>1</show_in_website>
|
2206 |
<show_in_store>1</show_in_store>
|
2207 |
+
<config_path>payment/pay_payment_fashioncheque/disabled_shippingmethods</config_path>
|
2208 |
</disabled_shippingmethods>
|
2209 |
<order_status translate="label">
|
2210 |
<depends>
|
2218 |
<show_in_default>1</show_in_default>
|
2219 |
<show_in_website>1</show_in_website>
|
2220 |
<show_in_store>1</show_in_store>
|
2221 |
+
<config_path>payment/pay_payment_fashioncheque/order_status</config_path>
|
2222 |
</order_status>
|
2223 |
<order_status_success translate="label">
|
2224 |
<depends>
|
2232 |
<show_in_default>1</show_in_default>
|
2233 |
<show_in_website>1</show_in_website>
|
2234 |
<show_in_store>1</show_in_store>
|
2235 |
+
<config_path>payment/pay_payment_fashioncheque/order_status_success</config_path>
|
2236 |
</order_status_success>
|
2237 |
<charge_type translate="label">
|
2238 |
<depends>
|
2239 |
<active>1</active>
|
2240 |
</depends>
|
2241 |
<label>Extra kosten rekenen</label>
|
2242 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
2243 |
+
van
|
2244 |
+
het
|
2245 |
totaalbedrag of een vast bedrag
|
2246 |
</comment>
|
2247 |
<frontend_type>select</frontend_type>
|
2250 |
<show_in_default>1</show_in_default>
|
2251 |
<show_in_website>1</show_in_website>
|
2252 |
<show_in_store>1</show_in_store>
|
2253 |
+
<config_path>payment/pay_payment_fashioncheque/charge_type</config_path>
|
2254 |
</charge_type>
|
2255 |
<charge_value translate="label">
|
2256 |
<depends>
|
2257 |
<active>1</active>
|
2258 |
</depends>
|
2259 |
<label>Extra kosten</label>
|
2260 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
2261 |
+
decimalen,
|
2262 |
als u geen extra kosten wilt rekenen vult u niets in
|
2263 |
</comment>
|
2264 |
<frontend_type>text</frontend_type>
|
2266 |
<show_in_default>1</show_in_default>
|
2267 |
<show_in_website>1</show_in_website>
|
2268 |
<show_in_store>1</show_in_store>
|
2269 |
+
<config_path>payment/pay_payment_fashioncheque/charge_value</config_path>
|
2270 |
</charge_value>
|
2271 |
<charge_tax_class translate="label">
|
2272 |
<depends>
|
2279 |
<show_in_default>1</show_in_default>
|
2280 |
<show_in_website>1</show_in_website>
|
2281 |
<show_in_store>1</show_in_store>
|
2282 |
+
<config_path>payment/pay_payment_fashioncheque/charge_tax_class</config_path>
|
2283 |
</charge_tax_class>
|
2284 |
<send_mail translate="label">
|
2285 |
<depends>
|
2293 |
<show_in_store>1</show_in_store>
|
2294 |
<frontend_type>select</frontend_type>
|
2295 |
<source_model>pay_payment/source_sendmail</source_model>
|
2296 |
+
<config_path>payment/pay_payment_fashioncheque/send_mail</config_path>
|
2297 |
</send_mail>
|
2298 |
</fields>
|
2299 |
</pay_payment_fashioncheque>
|
2300 |
+
<pay_payment_focum type="group" translate="label" module="pay_payment">
|
2301 |
+
<label>Focum</label>
|
2302 |
<model>pay_payment/Model_Paymentmethod_Focum</model>
|
2303 |
+
<sort_order>2100</sort_order>
|
2304 |
<show_in_default>1</show_in_default>
|
2305 |
<show_in_website>1</show_in_website>
|
2306 |
<show_in_store>1</show_in_store>
|
2314 |
<show_in_store>1</show_in_store>
|
2315 |
<frontend_type>select</frontend_type>
|
2316 |
<source_model>pay_payment/source_paymentmethod_focum_active</source_model>
|
2317 |
+
<config_path>payment/pay_payment_focum/active</config_path>
|
2318 |
</active>
|
2319 |
<title translate="label">
|
2320 |
<depends>
|
2326 |
<show_in_default>1</show_in_default>
|
2327 |
<show_in_website>1</show_in_website>
|
2328 |
<show_in_store>1</show_in_store>
|
2329 |
+
<config_path>payment/pay_payment_focum/title</config_path>
|
2330 |
</title>
|
2331 |
|
2332 |
<sort_order translate="label">
|
2339 |
<show_in_default>1</show_in_default>
|
2340 |
<show_in_website>1</show_in_website>
|
2341 |
<show_in_store>1</show_in_store>
|
2342 |
+
<config_path>payment/pay_payment_focum/sort_order</config_path>
|
2343 |
</sort_order>
|
2344 |
<min_order_total translate="label">
|
2345 |
<depends>
|
2346 |
<active>1</active>
|
2347 |
</depends>
|
2348 |
<label>Minimum bedrag</label>
|
2349 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
2350 |
+
</comment>
|
2351 |
<frontend_type>text</frontend_type>
|
2352 |
<sort_order>5</sort_order>
|
2353 |
<show_in_default>1</show_in_default>
|
2354 |
<show_in_website>1</show_in_website>
|
2355 |
<show_in_store>1</show_in_store>
|
2356 |
+
<config_path>payment/pay_payment_focum/min_order_total</config_path>
|
2357 |
</min_order_total>
|
2358 |
<max_order_total translate="label">
|
2359 |
<depends>
|
2360 |
<active>1</active>
|
2361 |
</depends>
|
2362 |
<label>Maximum bedrag</label>
|
2363 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
2364 |
+
</comment>
|
2365 |
<frontend_type>text</frontend_type>
|
2366 |
<sort_order>6</sort_order>
|
2367 |
<show_in_default>1</show_in_default>
|
2368 |
<show_in_website>1</show_in_website>
|
2369 |
<show_in_store>1</show_in_store>
|
2370 |
+
<config_path>payment/pay_payment_focum/max_order_total</config_path>
|
2371 |
</max_order_total>
|
2372 |
<allowspecific translate="label">
|
2373 |
<depends>
|
2375 |
</depends>
|
2376 |
<label>Beschikbaarheid per land</label>
|
2377 |
<frontend_type>allowspecific</frontend_type>
|
2378 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
2379 |
+
</source_model>
|
2380 |
<sort_order>7</sort_order>
|
2381 |
<show_in_default>1</show_in_default>
|
2382 |
<show_in_website>1</show_in_website>
|
2383 |
<show_in_store>1</show_in_store>
|
2384 |
+
<config_path>payment/pay_payment_focum/allowspecific</config_path>
|
2385 |
</allowspecific>
|
2386 |
<specificcountry translate="label">
|
2387 |
<depends>
|
2396 |
<show_in_website>1</show_in_website>
|
2397 |
<show_in_store>1</show_in_store>
|
2398 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2399 |
+
<config_path>payment/pay_payment_focum/specificcountry</config_path>
|
2400 |
</specificcountry>
|
2401 |
<limit_shipping translate="label">
|
2402 |
<depends>
|
2404 |
</depends>
|
2405 |
<label>Verzendmethoden blokkeren</label>
|
2406 |
<comment>
|
2407 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
2408 |
+
verzendmethoden
|
2409 |
</comment>
|
2410 |
<frontend_type>select</frontend_type>
|
2411 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2413 |
<show_in_default>1</show_in_default>
|
2414 |
<show_in_website>1</show_in_website>
|
2415 |
<show_in_store>1</show_in_store>
|
2416 |
+
<config_path>payment/pay_payment_focum/limit_shipping</config_path>
|
2417 |
</limit_shipping>
|
2418 |
<disabled_shippingmethods>
|
2419 |
<depends>
|
2430 |
<show_in_default>1</show_in_default>
|
2431 |
<show_in_website>1</show_in_website>
|
2432 |
<show_in_store>1</show_in_store>
|
2433 |
+
<config_path>payment/pay_payment_focum/disabled_shippingmethods</config_path>
|
2434 |
</disabled_shippingmethods>
|
2435 |
<order_status translate="label">
|
2436 |
<depends>
|
2444 |
<show_in_default>1</show_in_default>
|
2445 |
<show_in_website>1</show_in_website>
|
2446 |
<show_in_store>1</show_in_store>
|
2447 |
+
<config_path>payment/pay_payment_focum/order_status</config_path>
|
2448 |
</order_status>
|
2449 |
<order_status_success translate="label">
|
2450 |
<depends>
|
2458 |
<show_in_default>1</show_in_default>
|
2459 |
<show_in_website>1</show_in_website>
|
2460 |
<show_in_store>1</show_in_store>
|
2461 |
+
<config_path>payment/pay_payment_focum/order_status_success</config_path>
|
2462 |
</order_status_success>
|
2463 |
<charge_type translate="label">
|
2464 |
<depends>
|
2465 |
<active>1</active>
|
2466 |
</depends>
|
2467 |
<label>Extra kosten rekenen</label>
|
2468 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
2469 |
+
van
|
2470 |
+
het
|
2471 |
totaalbedrag of een vast bedrag
|
2472 |
</comment>
|
2473 |
<frontend_type>select</frontend_type>
|
2476 |
<show_in_default>1</show_in_default>
|
2477 |
<show_in_website>1</show_in_website>
|
2478 |
<show_in_store>1</show_in_store>
|
2479 |
+
<config_path>payment/pay_payment_focum/charge_type</config_path>
|
2480 |
</charge_type>
|
2481 |
<charge_value translate="label">
|
2482 |
<depends>
|
2483 |
<active>1</active>
|
2484 |
</depends>
|
2485 |
<label>Extra kosten</label>
|
2486 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
2487 |
+
decimalen,
|
2488 |
als u geen extra kosten wilt rekenen vult u niets in
|
2489 |
</comment>
|
2490 |
<frontend_type>text</frontend_type>
|
2492 |
<show_in_default>1</show_in_default>
|
2493 |
<show_in_website>1</show_in_website>
|
2494 |
<show_in_store>1</show_in_store>
|
2495 |
+
<config_path>payment/pay_payment_focum/charge_value</config_path>
|
2496 |
</charge_value>
|
2497 |
<charge_tax_class translate="label">
|
2498 |
<depends>
|
2505 |
<show_in_default>1</show_in_default>
|
2506 |
<show_in_website>1</show_in_website>
|
2507 |
<show_in_store>1</show_in_store>
|
2508 |
+
<config_path>payment/pay_payment_focum/charge_tax_class</config_path>
|
2509 |
</charge_tax_class>
|
2510 |
<send_mail translate="label">
|
2511 |
<depends>
|
2519 |
<show_in_store>1</show_in_store>
|
2520 |
<frontend_type>select</frontend_type>
|
2521 |
<source_model>pay_payment/source_sendmail</source_model>
|
2522 |
+
<config_path>payment/pay_payment_focum/send_mail</config_path>
|
2523 |
</send_mail>
|
2524 |
</fields>
|
2525 |
</pay_payment_focum>
|
2526 |
+
<pay_payment_gezondheidsbon type="group" translate="label" module="pay_payment">
|
2527 |
+
<label>Gezondheidsbon</label>
|
2528 |
<model>pay_payment/Model_Paymentmethod_Gezondheidsbon</model>
|
2529 |
+
<sort_order>2200</sort_order>
|
2530 |
<show_in_default>1</show_in_default>
|
2531 |
<show_in_website>1</show_in_website>
|
2532 |
<show_in_store>1</show_in_store>
|
2540 |
<show_in_store>1</show_in_store>
|
2541 |
<frontend_type>select</frontend_type>
|
2542 |
<source_model>pay_payment/source_paymentmethod_gezondheidsbon_active</source_model>
|
2543 |
+
<config_path>payment/pay_payment_gezondheidsbon/active</config_path>
|
2544 |
</active>
|
2545 |
<title translate="label">
|
2546 |
<depends>
|
2552 |
<show_in_default>1</show_in_default>
|
2553 |
<show_in_website>1</show_in_website>
|
2554 |
<show_in_store>1</show_in_store>
|
2555 |
+
<config_path>payment/pay_payment_gezondheidsbon/title</config_path>
|
2556 |
</title>
|
2557 |
|
2558 |
<sort_order translate="label">
|
2565 |
<show_in_default>1</show_in_default>
|
2566 |
<show_in_website>1</show_in_website>
|
2567 |
<show_in_store>1</show_in_store>
|
2568 |
+
<config_path>payment/pay_payment_gezondheidsbon/sort_order</config_path>
|
2569 |
</sort_order>
|
2570 |
<min_order_total translate="label">
|
2571 |
<depends>
|
2572 |
<active>1</active>
|
2573 |
</depends>
|
2574 |
<label>Minimum bedrag</label>
|
2575 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
2576 |
+
</comment>
|
2577 |
<frontend_type>text</frontend_type>
|
2578 |
<sort_order>5</sort_order>
|
2579 |
<show_in_default>1</show_in_default>
|
2580 |
<show_in_website>1</show_in_website>
|
2581 |
<show_in_store>1</show_in_store>
|
2582 |
+
<config_path>payment/pay_payment_gezondheidsbon/min_order_total</config_path>
|
2583 |
</min_order_total>
|
2584 |
<max_order_total translate="label">
|
2585 |
<depends>
|
2586 |
<active>1</active>
|
2587 |
</depends>
|
2588 |
<label>Maximum bedrag</label>
|
2589 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
2590 |
+
</comment>
|
2591 |
<frontend_type>text</frontend_type>
|
2592 |
<sort_order>6</sort_order>
|
2593 |
<show_in_default>1</show_in_default>
|
2594 |
<show_in_website>1</show_in_website>
|
2595 |
<show_in_store>1</show_in_store>
|
2596 |
+
<config_path>payment/pay_payment_gezondheidsbon/max_order_total</config_path>
|
2597 |
</max_order_total>
|
2598 |
<allowspecific translate="label">
|
2599 |
<depends>
|
2601 |
</depends>
|
2602 |
<label>Beschikbaarheid per land</label>
|
2603 |
<frontend_type>allowspecific</frontend_type>
|
2604 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
2605 |
+
</source_model>
|
2606 |
<sort_order>7</sort_order>
|
2607 |
<show_in_default>1</show_in_default>
|
2608 |
<show_in_website>1</show_in_website>
|
2609 |
<show_in_store>1</show_in_store>
|
2610 |
+
<config_path>payment/pay_payment_gezondheidsbon/allowspecific</config_path>
|
2611 |
</allowspecific>
|
2612 |
<specificcountry translate="label">
|
2613 |
<depends>
|
2622 |
<show_in_website>1</show_in_website>
|
2623 |
<show_in_store>1</show_in_store>
|
2624 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2625 |
+
<config_path>payment/pay_payment_gezondheidsbon/specificcountry</config_path>
|
2626 |
</specificcountry>
|
2627 |
<limit_shipping translate="label">
|
2628 |
<depends>
|
2630 |
</depends>
|
2631 |
<label>Verzendmethoden blokkeren</label>
|
2632 |
<comment>
|
2633 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
2634 |
+
verzendmethoden
|
2635 |
</comment>
|
2636 |
<frontend_type>select</frontend_type>
|
2637 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2639 |
<show_in_default>1</show_in_default>
|
2640 |
<show_in_website>1</show_in_website>
|
2641 |
<show_in_store>1</show_in_store>
|
2642 |
+
<config_path>payment/pay_payment_gezondheidsbon/limit_shipping</config_path>
|
2643 |
</limit_shipping>
|
2644 |
<disabled_shippingmethods>
|
2645 |
<depends>
|
2656 |
<show_in_default>1</show_in_default>
|
2657 |
<show_in_website>1</show_in_website>
|
2658 |
<show_in_store>1</show_in_store>
|
2659 |
+
<config_path>payment/pay_payment_gezondheidsbon/disabled_shippingmethods</config_path>
|
2660 |
</disabled_shippingmethods>
|
2661 |
<order_status translate="label">
|
2662 |
<depends>
|
2670 |
<show_in_default>1</show_in_default>
|
2671 |
<show_in_website>1</show_in_website>
|
2672 |
<show_in_store>1</show_in_store>
|
2673 |
+
<config_path>payment/pay_payment_gezondheidsbon/order_status</config_path>
|
2674 |
</order_status>
|
2675 |
<order_status_success translate="label">
|
2676 |
<depends>
|
2684 |
<show_in_default>1</show_in_default>
|
2685 |
<show_in_website>1</show_in_website>
|
2686 |
<show_in_store>1</show_in_store>
|
2687 |
+
<config_path>payment/pay_payment_gezondheidsbon/order_status_success</config_path>
|
2688 |
</order_status_success>
|
2689 |
<charge_type translate="label">
|
2690 |
<depends>
|
2691 |
<active>1</active>
|
2692 |
</depends>
|
2693 |
<label>Extra kosten rekenen</label>
|
2694 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
2695 |
+
van
|
2696 |
+
het
|
2697 |
totaalbedrag of een vast bedrag
|
2698 |
</comment>
|
2699 |
<frontend_type>select</frontend_type>
|
2702 |
<show_in_default>1</show_in_default>
|
2703 |
<show_in_website>1</show_in_website>
|
2704 |
<show_in_store>1</show_in_store>
|
2705 |
+
<config_path>payment/pay_payment_gezondheidsbon/charge_type</config_path>
|
2706 |
</charge_type>
|
2707 |
<charge_value translate="label">
|
2708 |
<depends>
|
2709 |
<active>1</active>
|
2710 |
</depends>
|
2711 |
<label>Extra kosten</label>
|
2712 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
2713 |
+
decimalen,
|
2714 |
als u geen extra kosten wilt rekenen vult u niets in
|
2715 |
</comment>
|
2716 |
<frontend_type>text</frontend_type>
|
2718 |
<show_in_default>1</show_in_default>
|
2719 |
<show_in_website>1</show_in_website>
|
2720 |
<show_in_store>1</show_in_store>
|
2721 |
+
<config_path>payment/pay_payment_gezondheidsbon/charge_value</config_path>
|
2722 |
</charge_value>
|
2723 |
<charge_tax_class translate="label">
|
2724 |
<depends>
|
2731 |
<show_in_default>1</show_in_default>
|
2732 |
<show_in_website>1</show_in_website>
|
2733 |
<show_in_store>1</show_in_store>
|
2734 |
+
<config_path>payment/pay_payment_gezondheidsbon/charge_tax_class</config_path>
|
2735 |
</charge_tax_class>
|
2736 |
<send_mail translate="label">
|
2737 |
<depends>
|
2745 |
<show_in_store>1</show_in_store>
|
2746 |
<frontend_type>select</frontend_type>
|
2747 |
<source_model>pay_payment/source_sendmail</source_model>
|
2748 |
+
<config_path>payment/pay_payment_gezondheidsbon/send_mail</config_path>
|
2749 |
</send_mail>
|
2750 |
</fields>
|
2751 |
</pay_payment_gezondheidsbon>
|
2752 |
+
<pay_payment_giropay type="group" translate="label" module="pay_payment">
|
2753 |
+
<label>Giropay</label>
|
2754 |
<model>pay_payment/Model_Paymentmethod_Giropay</model>
|
2755 |
+
<sort_order>2300</sort_order>
|
2756 |
<show_in_default>1</show_in_default>
|
2757 |
<show_in_website>1</show_in_website>
|
2758 |
<show_in_store>1</show_in_store>
|
2766 |
<show_in_store>1</show_in_store>
|
2767 |
<frontend_type>select</frontend_type>
|
2768 |
<source_model>pay_payment/source_paymentmethod_giropay_active</source_model>
|
2769 |
+
<config_path>payment/pay_payment_giropay/active</config_path>
|
2770 |
</active>
|
2771 |
<title translate="label">
|
2772 |
<depends>
|
2778 |
<show_in_default>1</show_in_default>
|
2779 |
<show_in_website>1</show_in_website>
|
2780 |
<show_in_store>1</show_in_store>
|
2781 |
+
<config_path>payment/pay_payment_giropay/title</config_path>
|
2782 |
</title>
|
2783 |
|
2784 |
<sort_order translate="label">
|
2791 |
<show_in_default>1</show_in_default>
|
2792 |
<show_in_website>1</show_in_website>
|
2793 |
<show_in_store>1</show_in_store>
|
2794 |
+
<config_path>payment/pay_payment_giropay/sort_order</config_path>
|
2795 |
</sort_order>
|
2796 |
<min_order_total translate="label">
|
2797 |
<depends>
|
2798 |
<active>1</active>
|
2799 |
</depends>
|
2800 |
<label>Minimum bedrag</label>
|
2801 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
2802 |
+
</comment>
|
2803 |
<frontend_type>text</frontend_type>
|
2804 |
<sort_order>5</sort_order>
|
2805 |
<show_in_default>1</show_in_default>
|
2806 |
<show_in_website>1</show_in_website>
|
2807 |
<show_in_store>1</show_in_store>
|
2808 |
+
<config_path>payment/pay_payment_giropay/min_order_total</config_path>
|
2809 |
</min_order_total>
|
2810 |
<max_order_total translate="label">
|
2811 |
<depends>
|
2812 |
<active>1</active>
|
2813 |
</depends>
|
2814 |
<label>Maximum bedrag</label>
|
2815 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
2816 |
+
</comment>
|
2817 |
<frontend_type>text</frontend_type>
|
2818 |
<sort_order>6</sort_order>
|
2819 |
<show_in_default>1</show_in_default>
|
2820 |
<show_in_website>1</show_in_website>
|
2821 |
<show_in_store>1</show_in_store>
|
2822 |
+
<config_path>payment/pay_payment_giropay/max_order_total</config_path>
|
2823 |
</max_order_total>
|
2824 |
<allowspecific translate="label">
|
2825 |
<depends>
|
2827 |
</depends>
|
2828 |
<label>Beschikbaarheid per land</label>
|
2829 |
<frontend_type>allowspecific</frontend_type>
|
2830 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
2831 |
+
</source_model>
|
2832 |
<sort_order>7</sort_order>
|
2833 |
<show_in_default>1</show_in_default>
|
2834 |
<show_in_website>1</show_in_website>
|
2835 |
<show_in_store>1</show_in_store>
|
2836 |
+
<config_path>payment/pay_payment_giropay/allowspecific</config_path>
|
2837 |
</allowspecific>
|
2838 |
<specificcountry translate="label">
|
2839 |
<depends>
|
2848 |
<show_in_website>1</show_in_website>
|
2849 |
<show_in_store>1</show_in_store>
|
2850 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2851 |
+
<config_path>payment/pay_payment_giropay/specificcountry</config_path>
|
2852 |
</specificcountry>
|
2853 |
<limit_shipping translate="label">
|
2854 |
<depends>
|
2856 |
</depends>
|
2857 |
<label>Verzendmethoden blokkeren</label>
|
2858 |
<comment>
|
2859 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
2860 |
+
verzendmethoden
|
2861 |
</comment>
|
2862 |
<frontend_type>select</frontend_type>
|
2863 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2865 |
<show_in_default>1</show_in_default>
|
2866 |
<show_in_website>1</show_in_website>
|
2867 |
<show_in_store>1</show_in_store>
|
2868 |
+
<config_path>payment/pay_payment_giropay/limit_shipping</config_path>
|
2869 |
</limit_shipping>
|
2870 |
<disabled_shippingmethods>
|
2871 |
<depends>
|
2882 |
<show_in_default>1</show_in_default>
|
2883 |
<show_in_website>1</show_in_website>
|
2884 |
<show_in_store>1</show_in_store>
|
2885 |
+
<config_path>payment/pay_payment_giropay/disabled_shippingmethods</config_path>
|
2886 |
</disabled_shippingmethods>
|
2887 |
<order_status translate="label">
|
2888 |
<depends>
|
2896 |
<show_in_default>1</show_in_default>
|
2897 |
<show_in_website>1</show_in_website>
|
2898 |
<show_in_store>1</show_in_store>
|
2899 |
+
<config_path>payment/pay_payment_giropay/order_status</config_path>
|
2900 |
</order_status>
|
2901 |
<order_status_success translate="label">
|
2902 |
<depends>
|
2910 |
<show_in_default>1</show_in_default>
|
2911 |
<show_in_website>1</show_in_website>
|
2912 |
<show_in_store>1</show_in_store>
|
2913 |
+
<config_path>payment/pay_payment_giropay/order_status_success</config_path>
|
2914 |
</order_status_success>
|
2915 |
<charge_type translate="label">
|
2916 |
<depends>
|
2917 |
<active>1</active>
|
2918 |
</depends>
|
2919 |
<label>Extra kosten rekenen</label>
|
2920 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
2921 |
+
van
|
2922 |
+
het
|
2923 |
totaalbedrag of een vast bedrag
|
2924 |
</comment>
|
2925 |
<frontend_type>select</frontend_type>
|
2928 |
<show_in_default>1</show_in_default>
|
2929 |
<show_in_website>1</show_in_website>
|
2930 |
<show_in_store>1</show_in_store>
|
2931 |
+
<config_path>payment/pay_payment_giropay/charge_type</config_path>
|
2932 |
</charge_type>
|
2933 |
<charge_value translate="label">
|
2934 |
<depends>
|
2935 |
<active>1</active>
|
2936 |
</depends>
|
2937 |
<label>Extra kosten</label>
|
2938 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
2939 |
+
decimalen,
|
2940 |
als u geen extra kosten wilt rekenen vult u niets in
|
2941 |
</comment>
|
2942 |
<frontend_type>text</frontend_type>
|
2944 |
<show_in_default>1</show_in_default>
|
2945 |
<show_in_website>1</show_in_website>
|
2946 |
<show_in_store>1</show_in_store>
|
2947 |
+
<config_path>payment/pay_payment_giropay/charge_value</config_path>
|
2948 |
</charge_value>
|
2949 |
<charge_tax_class translate="label">
|
2950 |
<depends>
|
2957 |
<show_in_default>1</show_in_default>
|
2958 |
<show_in_website>1</show_in_website>
|
2959 |
<show_in_store>1</show_in_store>
|
2960 |
+
<config_path>payment/pay_payment_giropay/charge_tax_class</config_path>
|
2961 |
</charge_tax_class>
|
2962 |
<send_mail translate="label">
|
2963 |
<depends>
|
2971 |
<show_in_store>1</show_in_store>
|
2972 |
<frontend_type>select</frontend_type>
|
2973 |
<source_model>pay_payment/source_sendmail</source_model>
|
2974 |
+
<config_path>payment/pay_payment_giropay/send_mail</config_path>
|
2975 |
</send_mail>
|
2976 |
</fields>
|
2977 |
</pay_payment_giropay>
|
2978 |
+
<pay_payment_givacard type="group" translate="label" module="pay_payment">
|
2979 |
+
<label>Givacard</label>
|
2980 |
<model>pay_payment/Model_Paymentmethod_Givacard</model>
|
2981 |
+
<sort_order>2400</sort_order>
|
2982 |
<show_in_default>1</show_in_default>
|
2983 |
<show_in_website>1</show_in_website>
|
2984 |
<show_in_store>1</show_in_store>
|
2992 |
<show_in_store>1</show_in_store>
|
2993 |
<frontend_type>select</frontend_type>
|
2994 |
<source_model>pay_payment/source_paymentmethod_givacard_active</source_model>
|
2995 |
+
<config_path>payment/pay_payment_givacard/active</config_path>
|
2996 |
</active>
|
2997 |
<title translate="label">
|
2998 |
<depends>
|
3004 |
<show_in_default>1</show_in_default>
|
3005 |
<show_in_website>1</show_in_website>
|
3006 |
<show_in_store>1</show_in_store>
|
3007 |
+
<config_path>payment/pay_payment_givacard/title</config_path>
|
3008 |
</title>
|
3009 |
|
3010 |
<sort_order translate="label">
|
3017 |
<show_in_default>1</show_in_default>
|
3018 |
<show_in_website>1</show_in_website>
|
3019 |
<show_in_store>1</show_in_store>
|
3020 |
+
<config_path>payment/pay_payment_givacard/sort_order</config_path>
|
3021 |
</sort_order>
|
3022 |
<min_order_total translate="label">
|
3023 |
<depends>
|
3024 |
<active>1</active>
|
3025 |
</depends>
|
3026 |
<label>Minimum bedrag</label>
|
3027 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3028 |
+
</comment>
|
3029 |
<frontend_type>text</frontend_type>
|
3030 |
<sort_order>5</sort_order>
|
3031 |
<show_in_default>1</show_in_default>
|
3032 |
<show_in_website>1</show_in_website>
|
3033 |
<show_in_store>1</show_in_store>
|
3034 |
+
<config_path>payment/pay_payment_givacard/min_order_total</config_path>
|
3035 |
</min_order_total>
|
3036 |
<max_order_total translate="label">
|
3037 |
<depends>
|
3038 |
<active>1</active>
|
3039 |
</depends>
|
3040 |
<label>Maximum bedrag</label>
|
3041 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3042 |
+
</comment>
|
3043 |
<frontend_type>text</frontend_type>
|
3044 |
<sort_order>6</sort_order>
|
3045 |
<show_in_default>1</show_in_default>
|
3046 |
<show_in_website>1</show_in_website>
|
3047 |
<show_in_store>1</show_in_store>
|
3048 |
+
<config_path>payment/pay_payment_givacard/max_order_total</config_path>
|
3049 |
</max_order_total>
|
3050 |
<allowspecific translate="label">
|
3051 |
<depends>
|
3053 |
</depends>
|
3054 |
<label>Beschikbaarheid per land</label>
|
3055 |
<frontend_type>allowspecific</frontend_type>
|
3056 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
3057 |
+
</source_model>
|
3058 |
<sort_order>7</sort_order>
|
3059 |
<show_in_default>1</show_in_default>
|
3060 |
<show_in_website>1</show_in_website>
|
3061 |
<show_in_store>1</show_in_store>
|
3062 |
+
<config_path>payment/pay_payment_givacard/allowspecific</config_path>
|
3063 |
</allowspecific>
|
3064 |
<specificcountry translate="label">
|
3065 |
<depends>
|
3074 |
<show_in_website>1</show_in_website>
|
3075 |
<show_in_store>1</show_in_store>
|
3076 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3077 |
+
<config_path>payment/pay_payment_givacard/specificcountry</config_path>
|
3078 |
</specificcountry>
|
3079 |
<limit_shipping translate="label">
|
3080 |
<depends>
|
3082 |
</depends>
|
3083 |
<label>Verzendmethoden blokkeren</label>
|
3084 |
<comment>
|
3085 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
3086 |
+
verzendmethoden
|
3087 |
</comment>
|
3088 |
<frontend_type>select</frontend_type>
|
3089 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
3091 |
<show_in_default>1</show_in_default>
|
3092 |
<show_in_website>1</show_in_website>
|
3093 |
<show_in_store>1</show_in_store>
|
3094 |
+
<config_path>payment/pay_payment_givacard/limit_shipping</config_path>
|
3095 |
</limit_shipping>
|
3096 |
<disabled_shippingmethods>
|
3097 |
<depends>
|
3108 |
<show_in_default>1</show_in_default>
|
3109 |
<show_in_website>1</show_in_website>
|
3110 |
<show_in_store>1</show_in_store>
|
3111 |
+
<config_path>payment/pay_payment_givacard/disabled_shippingmethods</config_path>
|
3112 |
</disabled_shippingmethods>
|
3113 |
<order_status translate="label">
|
3114 |
<depends>
|
3122 |
<show_in_default>1</show_in_default>
|
3123 |
<show_in_website>1</show_in_website>
|
3124 |
<show_in_store>1</show_in_store>
|
3125 |
+
<config_path>payment/pay_payment_givacard/order_status</config_path>
|
3126 |
</order_status>
|
3127 |
<order_status_success translate="label">
|
3128 |
<depends>
|
3136 |
<show_in_default>1</show_in_default>
|
3137 |
<show_in_website>1</show_in_website>
|
3138 |
<show_in_store>1</show_in_store>
|
3139 |
+
<config_path>payment/pay_payment_givacard/order_status_success</config_path>
|
3140 |
</order_status_success>
|
3141 |
<charge_type translate="label">
|
3142 |
<depends>
|
3143 |
<active>1</active>
|
3144 |
</depends>
|
3145 |
<label>Extra kosten rekenen</label>
|
3146 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
3147 |
+
van
|
3148 |
+
het
|
3149 |
totaalbedrag of een vast bedrag
|
3150 |
</comment>
|
3151 |
<frontend_type>select</frontend_type>
|
3154 |
<show_in_default>1</show_in_default>
|
3155 |
<show_in_website>1</show_in_website>
|
3156 |
<show_in_store>1</show_in_store>
|
3157 |
+
<config_path>payment/pay_payment_givacard/charge_type</config_path>
|
3158 |
</charge_type>
|
3159 |
<charge_value translate="label">
|
3160 |
<depends>
|
3161 |
<active>1</active>
|
3162 |
</depends>
|
3163 |
<label>Extra kosten</label>
|
3164 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
3165 |
+
decimalen,
|
3166 |
als u geen extra kosten wilt rekenen vult u niets in
|
3167 |
</comment>
|
3168 |
<frontend_type>text</frontend_type>
|
3170 |
<show_in_default>1</show_in_default>
|
3171 |
<show_in_website>1</show_in_website>
|
3172 |
<show_in_store>1</show_in_store>
|
3173 |
+
<config_path>payment/pay_payment_givacard/charge_value</config_path>
|
3174 |
</charge_value>
|
3175 |
<charge_tax_class translate="label">
|
3176 |
<depends>
|
3183 |
<show_in_default>1</show_in_default>
|
3184 |
<show_in_website>1</show_in_website>
|
3185 |
<show_in_store>1</show_in_store>
|
3186 |
+
<config_path>payment/pay_payment_givacard/charge_tax_class</config_path>
|
3187 |
</charge_tax_class>
|
3188 |
<send_mail translate="label">
|
3189 |
<depends>
|
3197 |
<show_in_store>1</show_in_store>
|
3198 |
<frontend_type>select</frontend_type>
|
3199 |
<source_model>pay_payment/source_sendmail</source_model>
|
3200 |
+
<config_path>payment/pay_payment_givacard/send_mail</config_path>
|
3201 |
</send_mail>
|
3202 |
</fields>
|
3203 |
</pay_payment_givacard>
|
3204 |
+
<pay_payment_ideal type="group" translate="label" module="pay_payment">
|
3205 |
+
<label>Ideal</label>
|
3206 |
<model>pay_payment/Model_Paymentmethod_Ideal</model>
|
3207 |
+
<sort_order>2500</sort_order>
|
3208 |
<show_in_default>1</show_in_default>
|
3209 |
<show_in_website>1</show_in_website>
|
3210 |
<show_in_store>1</show_in_store>
|
3218 |
<show_in_store>1</show_in_store>
|
3219 |
<frontend_type>select</frontend_type>
|
3220 |
<source_model>pay_payment/source_paymentmethod_ideal_active</source_model>
|
3221 |
+
<config_path>payment/pay_payment_ideal/active</config_path>
|
3222 |
</active>
|
3223 |
|
3224 |
<title translate="label">
|
3231 |
<show_in_default>1</show_in_default>
|
3232 |
<show_in_website>1</show_in_website>
|
3233 |
<show_in_store>1</show_in_store>
|
3234 |
+
<config_path>payment/pay_payment_ideal/title</config_path>
|
3235 |
</title>
|
3236 |
<bank_select_type translate="label">
|
3237 |
<depends>
|
3238 |
<active>1</active>
|
3239 |
</depends>
|
3240 |
<label>Bank selectie type</label>
|
3241 |
+
<comment>Kies of je de bankselectie met een selectbox of met radiobuttons wilt
|
3242 |
+
weergeven
|
3243 |
+
in
|
3244 |
checkout
|
3245 |
</comment>
|
3246 |
<frontend_type>select</frontend_type>
|
3249 |
<show_in_default>1</show_in_default>
|
3250 |
<show_in_website>1</show_in_website>
|
3251 |
<show_in_store>1</show_in_store>
|
3252 |
+
<config_path>payment/pay_payment_ideal/bank_select_type</config_path>
|
3253 |
</bank_select_type>
|
3254 |
<text_bankselect translate="label">
|
3255 |
<depends>
|
3261 |
<show_in_default>1</show_in_default>
|
3262 |
<show_in_website>1</show_in_website>
|
3263 |
<show_in_store>1</show_in_store>
|
3264 |
+
<config_path>payment/pay_payment_ideal/text_bankselect</config_path>
|
3265 |
</text_bankselect>
|
3266 |
<sort_order translate="label">
|
3267 |
<depends>
|
3273 |
<show_in_default>1</show_in_default>
|
3274 |
<show_in_website>1</show_in_website>
|
3275 |
<show_in_store>1</show_in_store>
|
3276 |
+
<config_path>payment/pay_payment_ideal/sort_order</config_path>
|
3277 |
</sort_order>
|
3278 |
<min_order_total translate="label">
|
3279 |
<depends>
|
3280 |
<active>1</active>
|
3281 |
</depends>
|
3282 |
<label>Minimum bedrag</label>
|
3283 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3284 |
+
</comment>
|
3285 |
<frontend_type>text</frontend_type>
|
3286 |
<sort_order>6</sort_order>
|
3287 |
<show_in_default>1</show_in_default>
|
3288 |
<show_in_website>1</show_in_website>
|
3289 |
<show_in_store>1</show_in_store>
|
3290 |
+
<config_path>payment/pay_payment_ideal/min_order_total</config_path>
|
3291 |
</min_order_total>
|
3292 |
<max_order_total translate="label">
|
3293 |
<depends>
|
3294 |
<active>1</active>
|
3295 |
</depends>
|
3296 |
<label>Maximum bedrag</label>
|
3297 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3298 |
+
</comment>
|
3299 |
<frontend_type>text</frontend_type>
|
3300 |
<sort_order>7</sort_order>
|
3301 |
<show_in_default>1</show_in_default>
|
3302 |
<show_in_website>1</show_in_website>
|
3303 |
<show_in_store>1</show_in_store>
|
3304 |
+
<config_path>payment/pay_payment_ideal/max_order_total</config_path>
|
3305 |
</max_order_total>
|
3306 |
<allowspecific translate="label">
|
3307 |
<depends>
|
3309 |
</depends>
|
3310 |
<label>Beschikbaarheid per land</label>
|
3311 |
<frontend_type>allowspecific</frontend_type>
|
3312 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
3313 |
+
</source_model>
|
3314 |
<sort_order>8</sort_order>
|
3315 |
<show_in_default>1</show_in_default>
|
3316 |
<show_in_website>1</show_in_website>
|
3317 |
<show_in_store>1</show_in_store>
|
3318 |
+
<config_path>payment/pay_payment_ideal/allowspecific</config_path>
|
3319 |
</allowspecific>
|
3320 |
<specificcountry translate="label">
|
3321 |
<depends>
|
3330 |
<show_in_website>1</show_in_website>
|
3331 |
<show_in_store>1</show_in_store>
|
3332 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3333 |
+
<config_path>payment/pay_payment_ideal/specificcountry</config_path>
|
3334 |
</specificcountry>
|
3335 |
<limit_shipping translate="label">
|
3336 |
<depends>
|
3338 |
</depends>
|
3339 |
<label>Verzendmethoden blokkeren</label>
|
3340 |
<comment>
|
3341 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
3342 |
+
verzendmethoden
|
3343 |
</comment>
|
3344 |
<frontend_type>select</frontend_type>
|
3345 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
3347 |
<show_in_default>1</show_in_default>
|
3348 |
<show_in_website>1</show_in_website>
|
3349 |
<show_in_store>1</show_in_store>
|
3350 |
+
<config_path>payment/pay_payment_ideal/limit_shipping</config_path>
|
3351 |
</limit_shipping>
|
3352 |
<disabled_shippingmethods>
|
3353 |
<depends>
|
3364 |
<show_in_default>1</show_in_default>
|
3365 |
<show_in_website>1</show_in_website>
|
3366 |
<show_in_store>1</show_in_store>
|
3367 |
+
<config_path>payment/pay_payment_ideal/disabled_shippingmethods</config_path>
|
3368 |
</disabled_shippingmethods>
|
3369 |
<order_status translate="label">
|
3370 |
<depends>
|
3378 |
<show_in_default>1</show_in_default>
|
3379 |
<show_in_website>1</show_in_website>
|
3380 |
<show_in_store>1</show_in_store>
|
3381 |
+
<config_path>payment/pay_payment_ideal/order_status</config_path>
|
3382 |
</order_status>
|
3383 |
<order_status_success translate="label">
|
3384 |
<depends>
|
3392 |
<show_in_default>1</show_in_default>
|
3393 |
<show_in_website>1</show_in_website>
|
3394 |
<show_in_store>1</show_in_store>
|
3395 |
+
<config_path>payment/pay_payment_ideal/order_status_success</config_path>
|
3396 |
</order_status_success>
|
3397 |
<charge_type translate="label">
|
3398 |
<depends>
|
3399 |
<active>1</active>
|
3400 |
</depends>
|
3401 |
<label>Extra kosten rekenen</label>
|
3402 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
3403 |
+
van
|
3404 |
+
het
|
3405 |
totaalbedrag of een vast bedrag
|
3406 |
</comment>
|
3407 |
<frontend_type>select</frontend_type>
|
3410 |
<show_in_default>1</show_in_default>
|
3411 |
<show_in_website>1</show_in_website>
|
3412 |
<show_in_store>1</show_in_store>
|
3413 |
+
<config_path>payment/pay_payment_ideal/charge_type</config_path>
|
3414 |
</charge_type>
|
3415 |
<charge_value translate="label">
|
3416 |
<depends>
|
3417 |
<active>1</active>
|
3418 |
</depends>
|
3419 |
<label>Extra kosten</label>
|
3420 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
3421 |
+
decimalen,
|
3422 |
als u geen extra kosten wilt rekenen vult u niets in
|
3423 |
</comment>
|
3424 |
<frontend_type>text</frontend_type>
|
3426 |
<show_in_default>1</show_in_default>
|
3427 |
<show_in_website>1</show_in_website>
|
3428 |
<show_in_store>1</show_in_store>
|
3429 |
+
<config_path>payment/pay_payment_ideal/charge_value</config_path>
|
3430 |
</charge_value>
|
3431 |
<charge_tax_class translate="label">
|
3432 |
<depends>
|
3439 |
<show_in_default>1</show_in_default>
|
3440 |
<show_in_website>1</show_in_website>
|
3441 |
<show_in_store>1</show_in_store>
|
3442 |
+
<config_path>payment/pay_payment_ideal/charge_tax_class</config_path>
|
3443 |
</charge_tax_class>
|
3444 |
<send_mail translate="label">
|
3445 |
<depends>
|
3453 |
<show_in_store>1</show_in_store>
|
3454 |
<frontend_type>select</frontend_type>
|
3455 |
<source_model>pay_payment/source_sendmail</source_model>
|
3456 |
+
<config_path>payment/pay_payment_ideal/send_mail</config_path>
|
3457 |
</send_mail>
|
3458 |
</fields>
|
3459 |
</pay_payment_ideal>
|
3460 |
+
<pay_payment_incasso type="group" translate="label" module="pay_payment">
|
3461 |
+
<label>Incasso</label>
|
3462 |
<model>pay_payment/Model_Paymentmethod_Incasso</model>
|
3463 |
+
<sort_order>2600</sort_order>
|
3464 |
<show_in_default>1</show_in_default>
|
3465 |
<show_in_website>1</show_in_website>
|
3466 |
<show_in_store>1</show_in_store>
|
3474 |
<show_in_store>1</show_in_store>
|
3475 |
<frontend_type>select</frontend_type>
|
3476 |
<source_model>pay_payment/source_paymentmethod_incasso_active</source_model>
|
3477 |
+
<config_path>payment/pay_payment_incasso/active</config_path>
|
3478 |
</active>
|
3479 |
<title translate="label">
|
3480 |
<depends>
|
3486 |
<show_in_default>1</show_in_default>
|
3487 |
<show_in_website>1</show_in_website>
|
3488 |
<show_in_store>1</show_in_store>
|
3489 |
+
<config_path>payment/pay_payment_incasso/title</config_path>
|
3490 |
</title>
|
3491 |
|
3492 |
<sort_order translate="label">
|
3499 |
<show_in_default>1</show_in_default>
|
3500 |
<show_in_website>1</show_in_website>
|
3501 |
<show_in_store>1</show_in_store>
|
3502 |
+
<config_path>payment/pay_payment_incasso/sort_order</config_path>
|
3503 |
</sort_order>
|
3504 |
<min_order_total translate="label">
|
3505 |
<depends>
|
3506 |
<active>1</active>
|
3507 |
</depends>
|
3508 |
<label>Minimum bedrag</label>
|
3509 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3510 |
+
</comment>
|
3511 |
<frontend_type>text</frontend_type>
|
3512 |
<sort_order>5</sort_order>
|
3513 |
<show_in_default>1</show_in_default>
|
3514 |
<show_in_website>1</show_in_website>
|
3515 |
<show_in_store>1</show_in_store>
|
3516 |
+
<config_path>payment/pay_payment_incasso/min_order_total</config_path>
|
3517 |
</min_order_total>
|
3518 |
<max_order_total translate="label">
|
3519 |
<depends>
|
3520 |
<active>1</active>
|
3521 |
</depends>
|
3522 |
<label>Maximum bedrag</label>
|
3523 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3524 |
+
</comment>
|
3525 |
<frontend_type>text</frontend_type>
|
3526 |
<sort_order>6</sort_order>
|
3527 |
<show_in_default>1</show_in_default>
|
3528 |
<show_in_website>1</show_in_website>
|
3529 |
<show_in_store>1</show_in_store>
|
3530 |
+
<config_path>payment/pay_payment_incasso/max_order_total</config_path>
|
3531 |
</max_order_total>
|
3532 |
<allowspecific translate="label">
|
3533 |
<depends>
|
3535 |
</depends>
|
3536 |
<label>Beschikbaarheid per land</label>
|
3537 |
<frontend_type>allowspecific</frontend_type>
|
3538 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
3539 |
+
</source_model>
|
3540 |
<sort_order>7</sort_order>
|
3541 |
<show_in_default>1</show_in_default>
|
3542 |
<show_in_website>1</show_in_website>
|
3543 |
<show_in_store>1</show_in_store>
|
3544 |
+
<config_path>payment/pay_payment_incasso/allowspecific</config_path>
|
3545 |
</allowspecific>
|
3546 |
<specificcountry translate="label">
|
3547 |
<depends>
|
3556 |
<show_in_website>1</show_in_website>
|
3557 |
<show_in_store>1</show_in_store>
|
3558 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3559 |
+
<config_path>payment/pay_payment_incasso/specificcountry</config_path>
|
3560 |
</specificcountry>
|
3561 |
<limit_shipping translate="label">
|
3562 |
<depends>
|
3564 |
</depends>
|
3565 |
<label>Verzendmethoden blokkeren</label>
|
3566 |
<comment>
|
3567 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
3568 |
+
verzendmethoden
|
3569 |
</comment>
|
3570 |
<frontend_type>select</frontend_type>
|
3571 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
3573 |
<show_in_default>1</show_in_default>
|
3574 |
<show_in_website>1</show_in_website>
|
3575 |
<show_in_store>1</show_in_store>
|
3576 |
+
<config_path>payment/pay_payment_incasso/limit_shipping</config_path>
|
3577 |
</limit_shipping>
|
3578 |
<disabled_shippingmethods>
|
3579 |
<depends>
|
3590 |
<show_in_default>1</show_in_default>
|
3591 |
<show_in_website>1</show_in_website>
|
3592 |
<show_in_store>1</show_in_store>
|
3593 |
+
<config_path>payment/pay_payment_incasso/disabled_shippingmethods</config_path>
|
3594 |
</disabled_shippingmethods>
|
3595 |
<order_status translate="label">
|
3596 |
<depends>
|
3604 |
<show_in_default>1</show_in_default>
|
3605 |
<show_in_website>1</show_in_website>
|
3606 |
<show_in_store>1</show_in_store>
|
3607 |
+
<config_path>payment/pay_payment_incasso/order_status</config_path>
|
3608 |
</order_status>
|
3609 |
<order_status_success translate="label">
|
3610 |
<depends>
|
3618 |
<show_in_default>1</show_in_default>
|
3619 |
<show_in_website>1</show_in_website>
|
3620 |
<show_in_store>1</show_in_store>
|
3621 |
+
<config_path>payment/pay_payment_incasso/order_status_success</config_path>
|
3622 |
</order_status_success>
|
3623 |
<charge_type translate="label">
|
3624 |
<depends>
|
3625 |
<active>1</active>
|
3626 |
</depends>
|
3627 |
<label>Extra kosten rekenen</label>
|
3628 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
3629 |
+
van
|
3630 |
+
het
|
3631 |
totaalbedrag of een vast bedrag
|
3632 |
</comment>
|
3633 |
<frontend_type>select</frontend_type>
|
3636 |
<show_in_default>1</show_in_default>
|
3637 |
<show_in_website>1</show_in_website>
|
3638 |
<show_in_store>1</show_in_store>
|
3639 |
+
<config_path>payment/pay_payment_incasso/charge_type</config_path>
|
3640 |
</charge_type>
|
3641 |
<charge_value translate="label">
|
3642 |
<depends>
|
3643 |
<active>1</active>
|
3644 |
</depends>
|
3645 |
<label>Extra kosten</label>
|
3646 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
3647 |
+
decimalen,
|
3648 |
als u geen extra kosten wilt rekenen vult u niets in
|
3649 |
</comment>
|
3650 |
<frontend_type>text</frontend_type>
|
3652 |
<show_in_default>1</show_in_default>
|
3653 |
<show_in_website>1</show_in_website>
|
3654 |
<show_in_store>1</show_in_store>
|
3655 |
+
<config_path>payment/pay_payment_incasso/charge_value</config_path>
|
3656 |
</charge_value>
|
3657 |
<charge_tax_class translate="label">
|
3658 |
<depends>
|
3665 |
<show_in_default>1</show_in_default>
|
3666 |
<show_in_website>1</show_in_website>
|
3667 |
<show_in_store>1</show_in_store>
|
3668 |
+
<config_path>payment/pay_payment_incasso/charge_tax_class</config_path>
|
3669 |
</charge_tax_class>
|
3670 |
<send_mail translate="label">
|
3671 |
<depends>
|
3679 |
<show_in_store>1</show_in_store>
|
3680 |
<frontend_type>select</frontend_type>
|
3681 |
<source_model>pay_payment/source_sendmail</source_model>
|
3682 |
+
<config_path>payment/pay_payment_incasso/send_mail</config_path>
|
3683 |
</send_mail>
|
3684 |
</fields>
|
3685 |
</pay_payment_incasso>
|
3686 |
+
<pay_payment_klarna type="group" translate="label" module="pay_payment">
|
3687 |
+
<label>Klarna</label>
|
3688 |
+
<model>pay_payment/Model_Paymentmethod_Klarna</model>
|
3689 |
+
<sort_order>2700</sort_order>
|
3690 |
<show_in_default>1</show_in_default>
|
3691 |
<show_in_website>1</show_in_website>
|
3692 |
<show_in_store>1</show_in_store>
|
3699 |
<show_in_website>1</show_in_website>
|
3700 |
<show_in_store>1</show_in_store>
|
3701 |
<frontend_type>select</frontend_type>
|
3702 |
+
<source_model>pay_payment/source_paymentmethod_klarna_active</source_model>
|
3703 |
+
<config_path>payment/pay_payment_klarna/active</config_path>
|
3704 |
</active>
|
3705 |
<title translate="label">
|
3706 |
<depends>
|
3712 |
<show_in_default>1</show_in_default>
|
3713 |
<show_in_website>1</show_in_website>
|
3714 |
<show_in_store>1</show_in_store>
|
3715 |
+
<config_path>payment/pay_payment_klarna/title</config_path>
|
3716 |
</title>
|
3717 |
+
<auto_capture translate="label">
|
3718 |
+
<depends>
|
3719 |
+
<active>1</active>
|
3720 |
+
</depends>
|
3721 |
+
<label>Automatisch capturen</label>
|
3722 |
+
<comment>Als u dit inschakelt zal de bestelling meteen automatisch gecaptured worden.</comment>
|
3723 |
+
<frontend_type>select</frontend_type>
|
3724 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
3725 |
+
<sort_order>3</sort_order>
|
3726 |
+
<show_in_default>1</show_in_default>
|
3727 |
+
<show_in_website>1</show_in_website>
|
3728 |
+
<show_in_store>1</show_in_store>
|
3729 |
+
<config_path>payment/pay_payment_klarna/auto_capture</config_path>
|
3730 |
+
</auto_capture>
|
3731 |
<sort_order translate="label">
|
3732 |
<depends>
|
3733 |
<active>1</active>
|
3738 |
<show_in_default>1</show_in_default>
|
3739 |
<show_in_website>1</show_in_website>
|
3740 |
<show_in_store>1</show_in_store>
|
3741 |
+
<config_path>payment/pay_payment_klarna/sort_order</config_path>
|
3742 |
</sort_order>
|
3743 |
<min_order_total translate="label">
|
3744 |
<depends>
|
3745 |
<active>1</active>
|
3746 |
</depends>
|
3747 |
<label>Minimum bedrag</label>
|
3748 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3749 |
+
</comment>
|
3750 |
<frontend_type>text</frontend_type>
|
3751 |
<sort_order>5</sort_order>
|
3752 |
<show_in_default>1</show_in_default>
|
3753 |
<show_in_website>1</show_in_website>
|
3754 |
<show_in_store>1</show_in_store>
|
3755 |
+
<config_path>payment/pay_payment_klarna/min_order_total</config_path>
|
3756 |
</min_order_total>
|
3757 |
<max_order_total translate="label">
|
3758 |
<depends>
|
3759 |
<active>1</active>
|
3760 |
</depends>
|
3761 |
<label>Maximum bedrag</label>
|
3762 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3763 |
+
</comment>
|
3764 |
<frontend_type>text</frontend_type>
|
3765 |
<sort_order>6</sort_order>
|
3766 |
<show_in_default>1</show_in_default>
|
3767 |
<show_in_website>1</show_in_website>
|
3768 |
<show_in_store>1</show_in_store>
|
3769 |
+
<config_path>payment/pay_payment_klarna/max_order_total</config_path>
|
3770 |
</max_order_total>
|
3771 |
<allowspecific translate="label">
|
3772 |
<depends>
|
3774 |
</depends>
|
3775 |
<label>Beschikbaarheid per land</label>
|
3776 |
<frontend_type>allowspecific</frontend_type>
|
3777 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
3778 |
+
</source_model>
|
3779 |
<sort_order>7</sort_order>
|
3780 |
<show_in_default>1</show_in_default>
|
3781 |
<show_in_website>1</show_in_website>
|
3782 |
<show_in_store>1</show_in_store>
|
3783 |
+
<config_path>payment/pay_payment_klarna/allowspecific</config_path>
|
3784 |
</allowspecific>
|
3785 |
<specificcountry translate="label">
|
3786 |
<depends>
|
3795 |
<show_in_website>1</show_in_website>
|
3796 |
<show_in_store>1</show_in_store>
|
3797 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3798 |
+
<config_path>payment/pay_payment_klarna/specificcountry</config_path>
|
3799 |
</specificcountry>
|
3800 |
<limit_shipping translate="label">
|
3801 |
<depends>
|
3803 |
</depends>
|
3804 |
<label>Verzendmethoden blokkeren</label>
|
3805 |
<comment>
|
3806 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
3807 |
+
verzendmethoden
|
3808 |
</comment>
|
3809 |
<frontend_type>select</frontend_type>
|
3810 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
3812 |
<show_in_default>1</show_in_default>
|
3813 |
<show_in_website>1</show_in_website>
|
3814 |
<show_in_store>1</show_in_store>
|
3815 |
+
<config_path>payment/pay_payment_klarna/limit_shipping</config_path>
|
3816 |
</limit_shipping>
|
3817 |
<disabled_shippingmethods>
|
3818 |
<depends>
|
3829 |
<show_in_default>1</show_in_default>
|
3830 |
<show_in_website>1</show_in_website>
|
3831 |
<show_in_store>1</show_in_store>
|
3832 |
+
<config_path>payment/pay_payment_klarna/disabled_shippingmethods</config_path>
|
3833 |
</disabled_shippingmethods>
|
3834 |
<order_status translate="label">
|
3835 |
<depends>
|
3843 |
<show_in_default>1</show_in_default>
|
3844 |
<show_in_website>1</show_in_website>
|
3845 |
<show_in_store>1</show_in_store>
|
3846 |
+
<config_path>payment/pay_payment_klarna/order_status</config_path>
|
3847 |
</order_status>
|
3848 |
<order_status_success translate="label">
|
3849 |
<depends>
|
3857 |
<show_in_default>1</show_in_default>
|
3858 |
<show_in_website>1</show_in_website>
|
3859 |
<show_in_store>1</show_in_store>
|
3860 |
+
<config_path>payment/pay_payment_klarna/order_status_success</config_path>
|
3861 |
</order_status_success>
|
3862 |
<charge_type translate="label">
|
3863 |
<depends>
|
3864 |
<active>1</active>
|
3865 |
</depends>
|
3866 |
<label>Extra kosten rekenen</label>
|
3867 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
3868 |
+
van
|
3869 |
+
het
|
3870 |
totaalbedrag of een vast bedrag
|
3871 |
</comment>
|
3872 |
<frontend_type>select</frontend_type>
|
3875 |
<show_in_default>1</show_in_default>
|
3876 |
<show_in_website>1</show_in_website>
|
3877 |
<show_in_store>1</show_in_store>
|
3878 |
+
<config_path>payment/pay_payment_klarna/charge_type</config_path>
|
3879 |
</charge_type>
|
3880 |
<charge_value translate="label">
|
3881 |
<depends>
|
3882 |
<active>1</active>
|
3883 |
</depends>
|
3884 |
<label>Extra kosten</label>
|
3885 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
3886 |
+
decimalen,
|
3887 |
als u geen extra kosten wilt rekenen vult u niets in
|
3888 |
</comment>
|
3889 |
<frontend_type>text</frontend_type>
|
3891 |
<show_in_default>1</show_in_default>
|
3892 |
<show_in_website>1</show_in_website>
|
3893 |
<show_in_store>1</show_in_store>
|
3894 |
+
<config_path>payment/pay_payment_klarna/charge_value</config_path>
|
3895 |
</charge_value>
|
3896 |
<charge_tax_class translate="label">
|
3897 |
<depends>
|
3904 |
<show_in_default>1</show_in_default>
|
3905 |
<show_in_website>1</show_in_website>
|
3906 |
<show_in_store>1</show_in_store>
|
3907 |
+
<config_path>payment/pay_payment_klarna/charge_tax_class</config_path>
|
3908 |
</charge_tax_class>
|
3909 |
<send_mail translate="label">
|
3910 |
<depends>
|
3918 |
<show_in_store>1</show_in_store>
|
3919 |
<frontend_type>select</frontend_type>
|
3920 |
<source_model>pay_payment/source_sendmail</source_model>
|
3921 |
+
<config_path>payment/pay_payment_klarna/send_mail</config_path>
|
3922 |
</send_mail>
|
3923 |
</fields>
|
3924 |
+
</pay_payment_klarna>
|
3925 |
+
<pay_payment_maestro type="group" translate="label" module="pay_payment">
|
3926 |
+
<label>Maestro</label>
|
3927 |
+
<model>pay_payment/Model_Paymentmethod_Maestro</model>
|
3928 |
+
<sort_order>2800</sort_order>
|
3929 |
<show_in_default>1</show_in_default>
|
3930 |
<show_in_website>1</show_in_website>
|
3931 |
<show_in_store>1</show_in_store>
|
3938 |
<show_in_website>1</show_in_website>
|
3939 |
<show_in_store>1</show_in_store>
|
3940 |
<frontend_type>select</frontend_type>
|
3941 |
+
<source_model>pay_payment/source_paymentmethod_maestro_active</source_model>
|
3942 |
+
<config_path>payment/pay_payment_maestro/active</config_path>
|
3943 |
</active>
|
3944 |
<title translate="label">
|
3945 |
<depends>
|
3951 |
<show_in_default>1</show_in_default>
|
3952 |
<show_in_website>1</show_in_website>
|
3953 |
<show_in_store>1</show_in_store>
|
3954 |
+
<config_path>payment/pay_payment_maestro/title</config_path>
|
3955 |
</title>
|
3956 |
|
3957 |
<sort_order translate="label">
|
3964 |
<show_in_default>1</show_in_default>
|
3965 |
<show_in_website>1</show_in_website>
|
3966 |
<show_in_store>1</show_in_store>
|
3967 |
+
<config_path>payment/pay_payment_maestro/sort_order</config_path>
|
3968 |
</sort_order>
|
3969 |
<min_order_total translate="label">
|
3970 |
<depends>
|
3971 |
<active>1</active>
|
3972 |
</depends>
|
3973 |
<label>Minimum bedrag</label>
|
3974 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3975 |
+
</comment>
|
3976 |
<frontend_type>text</frontend_type>
|
3977 |
<sort_order>5</sort_order>
|
3978 |
<show_in_default>1</show_in_default>
|
3979 |
<show_in_website>1</show_in_website>
|
3980 |
<show_in_store>1</show_in_store>
|
3981 |
+
<config_path>payment/pay_payment_maestro/min_order_total</config_path>
|
3982 |
</min_order_total>
|
3983 |
<max_order_total translate="label">
|
3984 |
<depends>
|
3985 |
<active>1</active>
|
3986 |
</depends>
|
3987 |
<label>Maximum bedrag</label>
|
3988 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
3989 |
+
</comment>
|
3990 |
<frontend_type>text</frontend_type>
|
3991 |
<sort_order>6</sort_order>
|
3992 |
<show_in_default>1</show_in_default>
|
3993 |
<show_in_website>1</show_in_website>
|
3994 |
<show_in_store>1</show_in_store>
|
3995 |
+
<config_path>payment/pay_payment_maestro/max_order_total</config_path>
|
3996 |
</max_order_total>
|
3997 |
<allowspecific translate="label">
|
3998 |
<depends>
|
4000 |
</depends>
|
4001 |
<label>Beschikbaarheid per land</label>
|
4002 |
<frontend_type>allowspecific</frontend_type>
|
4003 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
4004 |
+
</source_model>
|
4005 |
<sort_order>7</sort_order>
|
4006 |
<show_in_default>1</show_in_default>
|
4007 |
<show_in_website>1</show_in_website>
|
4008 |
<show_in_store>1</show_in_store>
|
4009 |
+
<config_path>payment/pay_payment_maestro/allowspecific</config_path>
|
4010 |
</allowspecific>
|
4011 |
<specificcountry translate="label">
|
4012 |
<depends>
|
4021 |
<show_in_website>1</show_in_website>
|
4022 |
<show_in_store>1</show_in_store>
|
4023 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4024 |
+
<config_path>payment/pay_payment_maestro/specificcountry</config_path>
|
4025 |
</specificcountry>
|
4026 |
<limit_shipping translate="label">
|
4027 |
<depends>
|
4029 |
</depends>
|
4030 |
<label>Verzendmethoden blokkeren</label>
|
4031 |
<comment>
|
4032 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
4033 |
+
verzendmethoden
|
4034 |
</comment>
|
4035 |
<frontend_type>select</frontend_type>
|
4036 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
4038 |
<show_in_default>1</show_in_default>
|
4039 |
<show_in_website>1</show_in_website>
|
4040 |
<show_in_store>1</show_in_store>
|
4041 |
+
<config_path>payment/pay_payment_maestro/limit_shipping</config_path>
|
4042 |
</limit_shipping>
|
4043 |
<disabled_shippingmethods>
|
4044 |
<depends>
|
4055 |
<show_in_default>1</show_in_default>
|
4056 |
<show_in_website>1</show_in_website>
|
4057 |
<show_in_store>1</show_in_store>
|
4058 |
+
<config_path>payment/pay_payment_maestro/disabled_shippingmethods</config_path>
|
4059 |
</disabled_shippingmethods>
|
4060 |
<order_status translate="label">
|
4061 |
<depends>
|
4069 |
<show_in_default>1</show_in_default>
|
4070 |
<show_in_website>1</show_in_website>
|
4071 |
<show_in_store>1</show_in_store>
|
4072 |
+
<config_path>payment/pay_payment_maestro/order_status</config_path>
|
4073 |
</order_status>
|
4074 |
<order_status_success translate="label">
|
4075 |
<depends>
|
4083 |
<show_in_default>1</show_in_default>
|
4084 |
<show_in_website>1</show_in_website>
|
4085 |
<show_in_store>1</show_in_store>
|
4086 |
+
<config_path>payment/pay_payment_maestro/order_status_success</config_path>
|
4087 |
</order_status_success>
|
4088 |
<charge_type translate="label">
|
4089 |
<depends>
|
4090 |
<active>1</active>
|
4091 |
</depends>
|
4092 |
<label>Extra kosten rekenen</label>
|
4093 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
4094 |
+
van
|
4095 |
+
het
|
4096 |
totaalbedrag of een vast bedrag
|
4097 |
</comment>
|
4098 |
<frontend_type>select</frontend_type>
|
4101 |
<show_in_default>1</show_in_default>
|
4102 |
<show_in_website>1</show_in_website>
|
4103 |
<show_in_store>1</show_in_store>
|
4104 |
+
<config_path>payment/pay_payment_maestro/charge_type</config_path>
|
4105 |
</charge_type>
|
4106 |
<charge_value translate="label">
|
4107 |
<depends>
|
4108 |
<active>1</active>
|
4109 |
</depends>
|
4110 |
<label>Extra kosten</label>
|
4111 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
4112 |
+
decimalen,
|
4113 |
als u geen extra kosten wilt rekenen vult u niets in
|
4114 |
</comment>
|
4115 |
<frontend_type>text</frontend_type>
|
4117 |
<show_in_default>1</show_in_default>
|
4118 |
<show_in_website>1</show_in_website>
|
4119 |
<show_in_store>1</show_in_store>
|
4120 |
+
<config_path>payment/pay_payment_maestro/charge_value</config_path>
|
4121 |
</charge_value>
|
4122 |
<charge_tax_class translate="label">
|
4123 |
<depends>
|
4130 |
<show_in_default>1</show_in_default>
|
4131 |
<show_in_website>1</show_in_website>
|
4132 |
<show_in_store>1</show_in_store>
|
4133 |
+
<config_path>payment/pay_payment_maestro/charge_tax_class</config_path>
|
4134 |
</charge_tax_class>
|
4135 |
<send_mail translate="label">
|
4136 |
<depends>
|
4144 |
<show_in_store>1</show_in_store>
|
4145 |
<frontend_type>select</frontend_type>
|
4146 |
<source_model>pay_payment/source_sendmail</source_model>
|
4147 |
+
<config_path>payment/pay_payment_maestro/send_mail</config_path>
|
4148 |
</send_mail>
|
4149 |
</fields>
|
4150 |
+
</pay_payment_maestro>
|
4151 |
+
<pay_payment_mistercash type="group" translate="label" module="pay_payment">
|
4152 |
+
<label>Mistercash</label>
|
4153 |
<model>pay_payment/Model_Paymentmethod_Mistercash</model>
|
4154 |
+
<sort_order>3000</sort_order>
|
4155 |
<show_in_default>1</show_in_default>
|
4156 |
<show_in_website>1</show_in_website>
|
4157 |
<show_in_store>1</show_in_store>
|
4165 |
<show_in_store>1</show_in_store>
|
4166 |
<frontend_type>select</frontend_type>
|
4167 |
<source_model>pay_payment/source_paymentmethod_mistercash_active</source_model>
|
4168 |
+
<config_path>payment/pay_payment_mistercash/active</config_path>
|
4169 |
</active>
|
4170 |
<title translate="label">
|
4171 |
<depends>
|
4177 |
<show_in_default>1</show_in_default>
|
4178 |
<show_in_website>1</show_in_website>
|
4179 |
<show_in_store>1</show_in_store>
|
4180 |
+
<config_path>payment/pay_payment_mistercash/title</config_path>
|
4181 |
</title>
|
4182 |
|
4183 |
<sort_order translate="label">
|
4190 |
<show_in_default>1</show_in_default>
|
4191 |
<show_in_website>1</show_in_website>
|
4192 |
<show_in_store>1</show_in_store>
|
4193 |
+
<config_path>payment/pay_payment_mistercash/sort_order</config_path>
|
4194 |
</sort_order>
|
4195 |
<min_order_total translate="label">
|
4196 |
<depends>
|
4197 |
<active>1</active>
|
4198 |
</depends>
|
4199 |
<label>Minimum bedrag</label>
|
4200 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
4201 |
+
</comment>
|
4202 |
<frontend_type>text</frontend_type>
|
4203 |
<sort_order>5</sort_order>
|
4204 |
<show_in_default>1</show_in_default>
|
4205 |
<show_in_website>1</show_in_website>
|
4206 |
<show_in_store>1</show_in_store>
|
4207 |
+
<config_path>payment/pay_payment_mistercash/min_order_total</config_path>
|
4208 |
</min_order_total>
|
4209 |
<max_order_total translate="label">
|
4210 |
<depends>
|
4211 |
<active>1</active>
|
4212 |
</depends>
|
4213 |
<label>Maximum bedrag</label>
|
4214 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
4215 |
+
</comment>
|
4216 |
<frontend_type>text</frontend_type>
|
4217 |
<sort_order>6</sort_order>
|
4218 |
<show_in_default>1</show_in_default>
|
4219 |
<show_in_website>1</show_in_website>
|
4220 |
<show_in_store>1</show_in_store>
|
4221 |
+
<config_path>payment/pay_payment_mistercash/max_order_total</config_path>
|
4222 |
</max_order_total>
|
4223 |
<allowspecific translate="label">
|
4224 |
<depends>
|
4226 |
</depends>
|
4227 |
<label>Beschikbaarheid per land</label>
|
4228 |
<frontend_type>allowspecific</frontend_type>
|
4229 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
4230 |
+
</source_model>
|
4231 |
<sort_order>7</sort_order>
|
4232 |
<show_in_default>1</show_in_default>
|
4233 |
<show_in_website>1</show_in_website>
|
4234 |
<show_in_store>1</show_in_store>
|
4235 |
+
<config_path>payment/pay_payment_mistercash/allowspecific</config_path>
|
4236 |
</allowspecific>
|
4237 |
<specificcountry translate="label">
|
4238 |
<depends>
|
4247 |
<show_in_website>1</show_in_website>
|
4248 |
<show_in_store>1</show_in_store>
|
4249 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4250 |
+
<config_path>payment/pay_payment_mistercash/specificcountry</config_path>
|
4251 |
</specificcountry>
|
4252 |
<limit_shipping translate="label">
|
4253 |
<depends>
|
4255 |
</depends>
|
4256 |
<label>Verzendmethoden blokkeren</label>
|
4257 |
<comment>
|
4258 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
4259 |
+
verzendmethoden
|
4260 |
</comment>
|
4261 |
<frontend_type>select</frontend_type>
|
4262 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
4264 |
<show_in_default>1</show_in_default>
|
4265 |
<show_in_website>1</show_in_website>
|
4266 |
<show_in_store>1</show_in_store>
|
4267 |
+
<config_path>payment/pay_payment_mistercash/limit_shipping</config_path>
|
4268 |
</limit_shipping>
|
4269 |
<disabled_shippingmethods>
|
4270 |
<depends>
|
4281 |
<show_in_default>1</show_in_default>
|
4282 |
<show_in_website>1</show_in_website>
|
4283 |
<show_in_store>1</show_in_store>
|
4284 |
+
<config_path>payment/pay_payment_mistercash/disabled_shippingmethods</config_path>
|
4285 |
</disabled_shippingmethods>
|
4286 |
<order_status translate="label">
|
4287 |
<depends>
|
4295 |
<show_in_default>1</show_in_default>
|
4296 |
<show_in_website>1</show_in_website>
|
4297 |
<show_in_store>1</show_in_store>
|
4298 |
+
<config_path>payment/pay_payment_mistercash/order_status</config_path>
|
4299 |
</order_status>
|
4300 |
<order_status_success translate="label">
|
4301 |
<depends>
|
4309 |
<show_in_default>1</show_in_default>
|
4310 |
<show_in_website>1</show_in_website>
|
4311 |
<show_in_store>1</show_in_store>
|
4312 |
+
<config_path>payment/pay_payment_mistercash/order_status_success</config_path>
|
4313 |
</order_status_success>
|
4314 |
<charge_type translate="label">
|
4315 |
<depends>
|
4316 |
<active>1</active>
|
4317 |
</depends>
|
4318 |
<label>Extra kosten rekenen</label>
|
4319 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
4320 |
+
van
|
4321 |
+
het
|
4322 |
totaalbedrag of een vast bedrag
|
4323 |
</comment>
|
4324 |
<frontend_type>select</frontend_type>
|
4327 |
<show_in_default>1</show_in_default>
|
4328 |
<show_in_website>1</show_in_website>
|
4329 |
<show_in_store>1</show_in_store>
|
4330 |
+
<config_path>payment/pay_payment_mistercash/charge_type</config_path>
|
4331 |
</charge_type>
|
4332 |
<charge_value translate="label">
|
4333 |
<depends>
|
4334 |
<active>1</active>
|
4335 |
</depends>
|
4336 |
<label>Extra kosten</label>
|
4337 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
4338 |
+
decimalen,
|
4339 |
als u geen extra kosten wilt rekenen vult u niets in
|
4340 |
</comment>
|
4341 |
<frontend_type>text</frontend_type>
|
4343 |
<show_in_default>1</show_in_default>
|
4344 |
<show_in_website>1</show_in_website>
|
4345 |
<show_in_store>1</show_in_store>
|
4346 |
+
<config_path>payment/pay_payment_mistercash/charge_value</config_path>
|
4347 |
</charge_value>
|
4348 |
<charge_tax_class translate="label">
|
4349 |
<depends>
|
4356 |
<show_in_default>1</show_in_default>
|
4357 |
<show_in_website>1</show_in_website>
|
4358 |
<show_in_store>1</show_in_store>
|
4359 |
+
<config_path>payment/pay_payment_mistercash/charge_tax_class</config_path>
|
4360 |
</charge_tax_class>
|
4361 |
<send_mail translate="label">
|
4362 |
<depends>
|
4370 |
<show_in_store>1</show_in_store>
|
4371 |
<frontend_type>select</frontend_type>
|
4372 |
<source_model>pay_payment/source_sendmail</source_model>
|
4373 |
+
<config_path>payment/pay_payment_mistercash/send_mail</config_path>
|
4374 |
</send_mail>
|
4375 |
</fields>
|
4376 |
</pay_payment_mistercash>
|
4377 |
+
<pay_payment_mybank type="group" translate="label" module="pay_payment">
|
4378 |
+
<label>Mybank</label>
|
4379 |
<model>pay_payment/Model_Paymentmethod_Mybank</model>
|
4380 |
+
<sort_order>3100</sort_order>
|
4381 |
<show_in_default>1</show_in_default>
|
4382 |
<show_in_website>1</show_in_website>
|
4383 |
<show_in_store>1</show_in_store>
|
4391 |
<show_in_store>1</show_in_store>
|
4392 |
<frontend_type>select</frontend_type>
|
4393 |
<source_model>pay_payment/source_paymentmethod_mybank_active</source_model>
|
4394 |
+
<config_path>payment/pay_payment_mybank/active</config_path>
|
4395 |
</active>
|
4396 |
<title translate="label">
|
4397 |
<depends>
|
4403 |
<show_in_default>1</show_in_default>
|
4404 |
<show_in_website>1</show_in_website>
|
4405 |
<show_in_store>1</show_in_store>
|
4406 |
+
<config_path>payment/pay_payment_mybank/title</config_path>
|
4407 |
</title>
|
4408 |
|
4409 |
<sort_order translate="label">
|
4416 |
<show_in_default>1</show_in_default>
|
4417 |
<show_in_website>1</show_in_website>
|
4418 |
<show_in_store>1</show_in_store>
|
4419 |
+
<config_path>payment/pay_payment_mybank/sort_order</config_path>
|
4420 |
</sort_order>
|
4421 |
<min_order_total translate="label">
|
4422 |
<depends>
|
4423 |
<active>1</active>
|
4424 |
</depends>
|
4425 |
<label>Minimum bedrag</label>
|
4426 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
4427 |
+
</comment>
|
4428 |
<frontend_type>text</frontend_type>
|
4429 |
<sort_order>5</sort_order>
|
4430 |
<show_in_default>1</show_in_default>
|
4431 |
<show_in_website>1</show_in_website>
|
4432 |
<show_in_store>1</show_in_store>
|
4433 |
+
<config_path>payment/pay_payment_mybank/min_order_total</config_path>
|
4434 |
</min_order_total>
|
4435 |
<max_order_total translate="label">
|
4436 |
<depends>
|
4437 |
<active>1</active>
|
4438 |
</depends>
|
4439 |
<label>Maximum bedrag</label>
|
4440 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
4441 |
+
</comment>
|
4442 |
<frontend_type>text</frontend_type>
|
4443 |
<sort_order>6</sort_order>
|
4444 |
<show_in_default>1</show_in_default>
|
4445 |
<show_in_website>1</show_in_website>
|
4446 |
<show_in_store>1</show_in_store>
|
4447 |
+
<config_path>payment/pay_payment_mybank/max_order_total</config_path>
|
4448 |
</max_order_total>
|
4449 |
<allowspecific translate="label">
|
4450 |
<depends>
|
4452 |
</depends>
|
4453 |
<label>Beschikbaarheid per land</label>
|
4454 |
<frontend_type>allowspecific</frontend_type>
|
4455 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
4456 |
+
</source_model>
|
4457 |
<sort_order>7</sort_order>
|
4458 |
<show_in_default>1</show_in_default>
|
4459 |
<show_in_website>1</show_in_website>
|
4460 |
<show_in_store>1</show_in_store>
|
4461 |
+
<config_path>payment/pay_payment_mybank/allowspecific</config_path>
|
4462 |
</allowspecific>
|
4463 |
<specificcountry translate="label">
|
4464 |
<depends>
|
4473 |
<show_in_website>1</show_in_website>
|
4474 |
<show_in_store>1</show_in_store>
|
4475 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4476 |
+
<config_path>payment/pay_payment_mybank/specificcountry</config_path>
|
4477 |
</specificcountry>
|
4478 |
<limit_shipping translate="label">
|
4479 |
<depends>
|
4481 |
</depends>
|
4482 |
<label>Verzendmethoden blokkeren</label>
|
4483 |
<comment>
|
4484 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
4485 |
+
verzendmethoden
|
4486 |
</comment>
|
4487 |
<frontend_type>select</frontend_type>
|
4488 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
4490 |
<show_in_default>1</show_in_default>
|
4491 |
<show_in_website>1</show_in_website>
|
4492 |
<show_in_store>1</show_in_store>
|
4493 |
+
<config_path>payment/pay_payment_mybank/limit_shipping</config_path>
|
4494 |
</limit_shipping>
|
4495 |
<disabled_shippingmethods>
|
4496 |
<depends>
|
4507 |
<show_in_default>1</show_in_default>
|
4508 |
<show_in_website>1</show_in_website>
|
4509 |
<show_in_store>1</show_in_store>
|
4510 |
+
<config_path>payment/pay_payment_mybank/disabled_shippingmethods</config_path>
|
4511 |
</disabled_shippingmethods>
|
4512 |
<order_status translate="label">
|
4513 |
<depends>
|
4521 |
<show_in_default>1</show_in_default>
|
4522 |
<show_in_website>1</show_in_website>
|
4523 |
<show_in_store>1</show_in_store>
|
4524 |
+
<config_path>payment/pay_payment_mybank/order_status</config_path>
|
4525 |
</order_status>
|
4526 |
<order_status_success translate="label">
|
4527 |
<depends>
|
4535 |
<show_in_default>1</show_in_default>
|
4536 |
<show_in_website>1</show_in_website>
|
4537 |
<show_in_store>1</show_in_store>
|
4538 |
+
<config_path>payment/pay_payment_mybank/order_status_success</config_path>
|
4539 |
</order_status_success>
|
4540 |
<charge_type translate="label">
|
4541 |
<depends>
|
4542 |
<active>1</active>
|
4543 |
</depends>
|
4544 |
<label>Extra kosten rekenen</label>
|
4545 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
4546 |
+
van
|
4547 |
+
het
|
4548 |
totaalbedrag of een vast bedrag
|
4549 |
</comment>
|
4550 |
<frontend_type>select</frontend_type>
|
4553 |
<show_in_default>1</show_in_default>
|
4554 |
<show_in_website>1</show_in_website>
|
4555 |
<show_in_store>1</show_in_store>
|
4556 |
+
<config_path>payment/pay_payment_mybank/charge_type</config_path>
|
4557 |
</charge_type>
|
4558 |
<charge_value translate="label">
|
4559 |
<depends>
|
4560 |
<active>1</active>
|
4561 |
</depends>
|
4562 |
<label>Extra kosten</label>
|
4563 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
4564 |
+
decimalen,
|
4565 |
als u geen extra kosten wilt rekenen vult u niets in
|
4566 |
</comment>
|
4567 |
<frontend_type>text</frontend_type>
|
4569 |
<show_in_default>1</show_in_default>
|
4570 |
<show_in_website>1</show_in_website>
|
4571 |
<show_in_store>1</show_in_store>
|
4572 |
+
<config_path>payment/pay_payment_mybank/charge_value</config_path>
|
4573 |
</charge_value>
|
4574 |
<charge_tax_class translate="label">
|
4575 |
<depends>
|
4582 |
<show_in_default>1</show_in_default>
|
4583 |
<show_in_website>1</show_in_website>
|
4584 |
<show_in_store>1</show_in_store>
|
4585 |
+
<config_path>payment/pay_payment_mybank/charge_tax_class</config_path>
|
4586 |
</charge_tax_class>
|
4587 |
<send_mail translate="label">
|
4588 |
<depends>
|
4596 |
<show_in_store>1</show_in_store>
|
4597 |
<frontend_type>select</frontend_type>
|
4598 |
<source_model>pay_payment/source_sendmail</source_model>
|
4599 |
+
<config_path>payment/pay_payment_mybank/send_mail</config_path>
|
4600 |
</send_mail>
|
4601 |
</fields>
|
4602 |
</pay_payment_mybank>
|
4603 |
+
<pay_payment_overboeking type="group" translate="label" module="pay_payment">
|
4604 |
+
<label>Overboeking</label>
|
4605 |
<model>pay_payment/Model_Paymentmethod_Overboeking</model>
|
4606 |
+
<sort_order>3200</sort_order>
|
4607 |
<show_in_default>1</show_in_default>
|
4608 |
<show_in_website>1</show_in_website>
|
4609 |
<show_in_store>1</show_in_store>
|
4617 |
<show_in_store>1</show_in_store>
|
4618 |
<frontend_type>select</frontend_type>
|
4619 |
<source_model>pay_payment/source_paymentmethod_overboeking_active</source_model>
|
4620 |
+
<config_path>payment/pay_payment_overboeking/active</config_path>
|
4621 |
</active>
|
4622 |
<title translate="label">
|
4623 |
<depends>
|
4629 |
<show_in_default>1</show_in_default>
|
4630 |
<show_in_website>1</show_in_website>
|
4631 |
<show_in_store>1</show_in_store>
|
4632 |
+
<config_path>payment/pay_payment_overboeking/title</config_path>
|
4633 |
</title>
|
4634 |
|
4635 |
<sort_order translate="label">
|
4642 |
<show_in_default>1</show_in_default>
|
4643 |
<show_in_website>1</show_in_website>
|
4644 |
<show_in_store>1</show_in_store>
|
4645 |
+
<config_path>payment/pay_payment_overboeking/sort_order</config_path>
|
4646 |
</sort_order>
|
4647 |
<min_order_total translate="label">
|
4648 |
<depends>
|
4649 |
<active>1</active>
|
4650 |
</depends>
|
4651 |
<label>Minimum bedrag</label>
|
4652 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
4653 |
+
</comment>
|
4654 |
<frontend_type>text</frontend_type>
|
4655 |
<sort_order>5</sort_order>
|
4656 |
<show_in_default>1</show_in_default>
|
4657 |
<show_in_website>1</show_in_website>
|
4658 |
<show_in_store>1</show_in_store>
|
4659 |
+
<config_path>payment/pay_payment_overboeking/min_order_total</config_path>
|
4660 |
</min_order_total>
|
4661 |
<max_order_total translate="label">
|
4662 |
<depends>
|
4663 |
<active>1</active>
|
4664 |
</depends>
|
4665 |
<label>Maximum bedrag</label>
|
4666 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
4667 |
+
</comment>
|
4668 |
<frontend_type>text</frontend_type>
|
4669 |
<sort_order>6</sort_order>
|
4670 |
<show_in_default>1</show_in_default>
|
4671 |
<show_in_website>1</show_in_website>
|
4672 |
<show_in_store>1</show_in_store>
|
4673 |
+
<config_path>payment/pay_payment_overboeking/max_order_total</config_path>
|
4674 |
</max_order_total>
|
4675 |
<allowspecific translate="label">
|
4676 |
<depends>
|
4678 |
</depends>
|
4679 |
<label>Beschikbaarheid per land</label>
|
4680 |
<frontend_type>allowspecific</frontend_type>
|
4681 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
4682 |
+
</source_model>
|
4683 |
<sort_order>7</sort_order>
|
4684 |
<show_in_default>1</show_in_default>
|
4685 |
<show_in_website>1</show_in_website>
|
4686 |
<show_in_store>1</show_in_store>
|
4687 |
+
<config_path>payment/pay_payment_overboeking/allowspecific</config_path>
|
4688 |
</allowspecific>
|
4689 |
<specificcountry translate="label">
|
4690 |
<depends>
|
4699 |
<show_in_website>1</show_in_website>
|
4700 |
<show_in_store>1</show_in_store>
|
4701 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4702 |
+
<config_path>payment/pay_payment_overboeking/specificcountry</config_path>
|
4703 |
</specificcountry>
|
4704 |
<limit_shipping translate="label">
|
4705 |
<depends>
|
4707 |
</depends>
|
4708 |
<label>Verzendmethoden blokkeren</label>
|
4709 |
<comment>
|
4710 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
4711 |
+
verzendmethoden
|
4712 |
</comment>
|
4713 |
<frontend_type>select</frontend_type>
|
4714 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
4716 |
<show_in_default>1</show_in_default>
|
4717 |
<show_in_website>1</show_in_website>
|
4718 |
<show_in_store>1</show_in_store>
|
4719 |
+
<config_path>payment/pay_payment_overboeking/limit_shipping</config_path>
|
4720 |
</limit_shipping>
|
4721 |
<disabled_shippingmethods>
|
4722 |
<depends>
|
4733 |
<show_in_default>1</show_in_default>
|
4734 |
<show_in_website>1</show_in_website>
|
4735 |
<show_in_store>1</show_in_store>
|
4736 |
+
<config_path>payment/pay_payment_overboeking/disabled_shippingmethods</config_path>
|
4737 |
</disabled_shippingmethods>
|
4738 |
<order_status translate="label">
|
4739 |
<depends>
|
4747 |
<show_in_default>1</show_in_default>
|
4748 |
<show_in_website>1</show_in_website>
|
4749 |
<show_in_store>1</show_in_store>
|
4750 |
+
<config_path>payment/pay_payment_overboeking/order_status</config_path>
|
4751 |
</order_status>
|
4752 |
<order_status_success translate="label">
|
4753 |
<depends>
|
4761 |
<show_in_default>1</show_in_default>
|
4762 |
<show_in_website>1</show_in_website>
|
4763 |
<show_in_store>1</show_in_store>
|
4764 |
+
<config_path>payment/pay_payment_overboeking/order_status_success</config_path>
|
4765 |
</order_status_success>
|
4766 |
<charge_type translate="label">
|
4767 |
<depends>
|
4768 |
<active>1</active>
|
4769 |
</depends>
|
4770 |
<label>Extra kosten rekenen</label>
|
4771 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
4772 |
+
van
|
4773 |
+
het
|
4774 |
totaalbedrag of een vast bedrag
|
4775 |
</comment>
|
4776 |
<frontend_type>select</frontend_type>
|
4779 |
<show_in_default>1</show_in_default>
|
4780 |
<show_in_website>1</show_in_website>
|
4781 |
<show_in_store>1</show_in_store>
|
4782 |
+
<config_path>payment/pay_payment_overboeking/charge_type</config_path>
|
4783 |
</charge_type>
|
4784 |
<charge_value translate="label">
|
4785 |
<depends>
|
4786 |
<active>1</active>
|
4787 |
</depends>
|
4788 |
<label>Extra kosten</label>
|
4789 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
4790 |
+
decimalen,
|
4791 |
als u geen extra kosten wilt rekenen vult u niets in
|
4792 |
</comment>
|
4793 |
<frontend_type>text</frontend_type>
|
4795 |
<show_in_default>1</show_in_default>
|
4796 |
<show_in_website>1</show_in_website>
|
4797 |
<show_in_store>1</show_in_store>
|
4798 |
+
<config_path>payment/pay_payment_overboeking/charge_value</config_path>
|
4799 |
</charge_value>
|
4800 |
<charge_tax_class translate="label">
|
4801 |
<depends>
|
4808 |
<show_in_default>1</show_in_default>
|
4809 |
<show_in_website>1</show_in_website>
|
4810 |
<show_in_store>1</show_in_store>
|
4811 |
+
<config_path>payment/pay_payment_overboeking/charge_tax_class</config_path>
|
4812 |
</charge_tax_class>
|
4813 |
<send_mail translate="label">
|
4814 |
<depends>
|
4822 |
<show_in_store>1</show_in_store>
|
4823 |
<frontend_type>select</frontend_type>
|
4824 |
<source_model>pay_payment/source_sendmail</source_model>
|
4825 |
+
<config_path>payment/pay_payment_overboeking/send_mail</config_path>
|
4826 |
</send_mail>
|
4827 |
</fields>
|
4828 |
</pay_payment_overboeking>
|
4829 |
+
<pay_payment_paypal type="group" translate="label" module="pay_payment">
|
4830 |
+
<label>PayPal</label>
|
4831 |
<model>pay_payment/Model_Paymentmethod_Paypal</model>
|
4832 |
+
<sort_order>3300</sort_order>
|
4833 |
<show_in_default>1</show_in_default>
|
4834 |
<show_in_website>1</show_in_website>
|
4835 |
<show_in_store>1</show_in_store>
|
4843 |
<show_in_store>1</show_in_store>
|
4844 |
<frontend_type>select</frontend_type>
|
4845 |
<source_model>pay_payment/source_paymentmethod_paypal_active</source_model>
|
4846 |
+
<config_path>payment/pay_payment_paypal/active</config_path>
|
4847 |
</active>
|
4848 |
<title translate="label">
|
4849 |
<depends>
|
4855 |
<show_in_default>1</show_in_default>
|
4856 |
<show_in_website>1</show_in_website>
|
4857 |
<show_in_store>1</show_in_store>
|
4858 |
+
<config_path>payment/pay_payment_paypal/title</config_path>
|
4859 |
</title>
|
4860 |
|
4861 |
<sort_order translate="label">
|
4868 |
<show_in_default>1</show_in_default>
|
4869 |
<show_in_website>1</show_in_website>
|
4870 |
<show_in_store>1</show_in_store>
|
4871 |
+
<config_path>payment/pay_payment_paypal/sort_order</config_path>
|
4872 |
</sort_order>
|
4873 |
<min_order_total translate="label">
|
4874 |
<depends>
|
4875 |
<active>1</active>
|
4876 |
</depends>
|
4877 |
<label>Minimum bedrag</label>
|
4878 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
4879 |
+
</comment>
|
4880 |
<frontend_type>text</frontend_type>
|
4881 |
<sort_order>5</sort_order>
|
4882 |
<show_in_default>1</show_in_default>
|
4883 |
<show_in_website>1</show_in_website>
|
4884 |
<show_in_store>1</show_in_store>
|
4885 |
+
<config_path>payment/pay_payment_paypal/min_order_total</config_path>
|
4886 |
</min_order_total>
|
4887 |
<max_order_total translate="label">
|
4888 |
<depends>
|
4889 |
<active>1</active>
|
4890 |
</depends>
|
4891 |
<label>Maximum bedrag</label>
|
4892 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
4893 |
+
</comment>
|
4894 |
<frontend_type>text</frontend_type>
|
4895 |
<sort_order>6</sort_order>
|
4896 |
<show_in_default>1</show_in_default>
|
4897 |
<show_in_website>1</show_in_website>
|
4898 |
<show_in_store>1</show_in_store>
|
4899 |
+
<config_path>payment/pay_payment_paypal/max_order_total</config_path>
|
4900 |
</max_order_total>
|
4901 |
<allowspecific translate="label">
|
4902 |
<depends>
|
4904 |
</depends>
|
4905 |
<label>Beschikbaarheid per land</label>
|
4906 |
<frontend_type>allowspecific</frontend_type>
|
4907 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
4908 |
+
</source_model>
|
4909 |
<sort_order>7</sort_order>
|
4910 |
<show_in_default>1</show_in_default>
|
4911 |
<show_in_website>1</show_in_website>
|
4912 |
<show_in_store>1</show_in_store>
|
4913 |
+
<config_path>payment/pay_payment_paypal/allowspecific</config_path>
|
4914 |
</allowspecific>
|
4915 |
<specificcountry translate="label">
|
4916 |
<depends>
|
4925 |
<show_in_website>1</show_in_website>
|
4926 |
<show_in_store>1</show_in_store>
|
4927 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4928 |
+
<config_path>payment/pay_payment_paypal/specificcountry</config_path>
|
4929 |
</specificcountry>
|
4930 |
<limit_shipping translate="label">
|
4931 |
<depends>
|
4933 |
</depends>
|
4934 |
<label>Verzendmethoden blokkeren</label>
|
4935 |
<comment>
|
4936 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
4937 |
+
verzendmethoden
|
4938 |
</comment>
|
4939 |
<frontend_type>select</frontend_type>
|
4940 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
4942 |
<show_in_default>1</show_in_default>
|
4943 |
<show_in_website>1</show_in_website>
|
4944 |
<show_in_store>1</show_in_store>
|
4945 |
+
<config_path>payment/pay_payment_paypal/limit_shipping</config_path>
|
4946 |
</limit_shipping>
|
4947 |
<disabled_shippingmethods>
|
4948 |
<depends>
|
4959 |
<show_in_default>1</show_in_default>
|
4960 |
<show_in_website>1</show_in_website>
|
4961 |
<show_in_store>1</show_in_store>
|
4962 |
+
<config_path>payment/pay_payment_paypal/disabled_shippingmethods</config_path>
|
4963 |
</disabled_shippingmethods>
|
4964 |
<order_status translate="label">
|
4965 |
<depends>
|
4973 |
<show_in_default>1</show_in_default>
|
4974 |
<show_in_website>1</show_in_website>
|
4975 |
<show_in_store>1</show_in_store>
|
4976 |
+
<config_path>payment/pay_payment_paypal/order_status</config_path>
|
4977 |
</order_status>
|
4978 |
<order_status_success translate="label">
|
4979 |
<depends>
|
4987 |
<show_in_default>1</show_in_default>
|
4988 |
<show_in_website>1</show_in_website>
|
4989 |
<show_in_store>1</show_in_store>
|
4990 |
+
<config_path>payment/pay_payment_paypal/order_status_success</config_path>
|
4991 |
</order_status_success>
|
4992 |
<charge_type translate="label">
|
4993 |
<depends>
|
4994 |
<active>1</active>
|
4995 |
</depends>
|
4996 |
<label>Extra kosten rekenen</label>
|
4997 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
4998 |
+
van
|
4999 |
+
het
|
5000 |
totaalbedrag of een vast bedrag
|
5001 |
</comment>
|
5002 |
<frontend_type>select</frontend_type>
|
5005 |
<show_in_default>1</show_in_default>
|
5006 |
<show_in_website>1</show_in_website>
|
5007 |
<show_in_store>1</show_in_store>
|
5008 |
+
<config_path>payment/pay_payment_paypal/charge_type</config_path>
|
5009 |
</charge_type>
|
5010 |
<charge_value translate="label">
|
5011 |
<depends>
|
5012 |
<active>1</active>
|
5013 |
</depends>
|
5014 |
<label>Extra kosten</label>
|
5015 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
5016 |
+
decimalen,
|
5017 |
als u geen extra kosten wilt rekenen vult u niets in
|
5018 |
</comment>
|
5019 |
<frontend_type>text</frontend_type>
|
5021 |
<show_in_default>1</show_in_default>
|
5022 |
<show_in_website>1</show_in_website>
|
5023 |
<show_in_store>1</show_in_store>
|
5024 |
+
<config_path>payment/pay_payment_paypal/charge_value</config_path>
|
5025 |
</charge_value>
|
5026 |
<charge_tax_class translate="label">
|
5027 |
<depends>
|
5034 |
<show_in_default>1</show_in_default>
|
5035 |
<show_in_website>1</show_in_website>
|
5036 |
<show_in_store>1</show_in_store>
|
5037 |
+
<config_path>payment/pay_payment_paypal/charge_tax_class</config_path>
|
5038 |
</charge_tax_class>
|
5039 |
<send_mail translate="label">
|
5040 |
<depends>
|
5048 |
<show_in_store>1</show_in_store>
|
5049 |
<frontend_type>select</frontend_type>
|
5050 |
<source_model>pay_payment/source_sendmail</source_model>
|
5051 |
+
<config_path>payment/pay_payment_paypal/send_mail</config_path>
|
5052 |
</send_mail>
|
5053 |
</fields>
|
5054 |
</pay_payment_paypal>
|
5055 |
+
<pay_payment_paysafecard type="group" translate="label" module="pay_payment">
|
5056 |
+
<label>Paysafecard</label>
|
5057 |
<model>pay_payment/Model_Paymentmethod_Paysafecard</model>
|
5058 |
+
<sort_order>3400</sort_order>
|
5059 |
<show_in_default>1</show_in_default>
|
5060 |
<show_in_website>1</show_in_website>
|
5061 |
<show_in_store>1</show_in_store>
|
5069 |
<show_in_store>1</show_in_store>
|
5070 |
<frontend_type>select</frontend_type>
|
5071 |
<source_model>pay_payment/source_paymentmethod_paysafecard_active</source_model>
|
5072 |
+
<config_path>payment/pay_payment_paysafecard/active</config_path>
|
5073 |
</active>
|
5074 |
<title translate="label">
|
5075 |
<depends>
|
5081 |
<show_in_default>1</show_in_default>
|
5082 |
<show_in_website>1</show_in_website>
|
5083 |
<show_in_store>1</show_in_store>
|
5084 |
+
<config_path>payment/pay_payment_paysafecard/title</config_path>
|
5085 |
</title>
|
5086 |
|
5087 |
<sort_order translate="label">
|
5094 |
<show_in_default>1</show_in_default>
|
5095 |
<show_in_website>1</show_in_website>
|
5096 |
<show_in_store>1</show_in_store>
|
5097 |
+
<config_path>payment/pay_payment_paysafecard/sort_order</config_path>
|
5098 |
</sort_order>
|
5099 |
<min_order_total translate="label">
|
5100 |
<depends>
|
5101 |
<active>1</active>
|
5102 |
</depends>
|
5103 |
<label>Minimum bedrag</label>
|
5104 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
5105 |
+
</comment>
|
5106 |
<frontend_type>text</frontend_type>
|
5107 |
<sort_order>5</sort_order>
|
5108 |
<show_in_default>1</show_in_default>
|
5109 |
<show_in_website>1</show_in_website>
|
5110 |
<show_in_store>1</show_in_store>
|
5111 |
+
<config_path>payment/pay_payment_paysafecard/min_order_total</config_path>
|
5112 |
</min_order_total>
|
5113 |
<max_order_total translate="label">
|
5114 |
<depends>
|
5115 |
<active>1</active>
|
5116 |
</depends>
|
5117 |
<label>Maximum bedrag</label>
|
5118 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
5119 |
+
</comment>
|
5120 |
<frontend_type>text</frontend_type>
|
5121 |
<sort_order>6</sort_order>
|
5122 |
<show_in_default>1</show_in_default>
|
5123 |
<show_in_website>1</show_in_website>
|
5124 |
<show_in_store>1</show_in_store>
|
5125 |
+
<config_path>payment/pay_payment_paysafecard/max_order_total</config_path>
|
5126 |
</max_order_total>
|
5127 |
<allowspecific translate="label">
|
5128 |
<depends>
|
5130 |
</depends>
|
5131 |
<label>Beschikbaarheid per land</label>
|
5132 |
<frontend_type>allowspecific</frontend_type>
|
5133 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
5134 |
+
</source_model>
|
5135 |
<sort_order>7</sort_order>
|
5136 |
<show_in_default>1</show_in_default>
|
5137 |
<show_in_website>1</show_in_website>
|
5138 |
<show_in_store>1</show_in_store>
|
5139 |
+
<config_path>payment/pay_payment_paysafecard/allowspecific</config_path>
|
5140 |
</allowspecific>
|
5141 |
<specificcountry translate="label">
|
5142 |
<depends>
|
5151 |
<show_in_website>1</show_in_website>
|
5152 |
<show_in_store>1</show_in_store>
|
5153 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
5154 |
+
<config_path>payment/pay_payment_paysafecard/specificcountry</config_path>
|
5155 |
</specificcountry>
|
5156 |
<limit_shipping translate="label">
|
5157 |
<depends>
|
5159 |
</depends>
|
5160 |
<label>Verzendmethoden blokkeren</label>
|
5161 |
<comment>
|
5162 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
5163 |
+
verzendmethoden
|
5164 |
</comment>
|
5165 |
<frontend_type>select</frontend_type>
|
5166 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
5168 |
<show_in_default>1</show_in_default>
|
5169 |
<show_in_website>1</show_in_website>
|
5170 |
<show_in_store>1</show_in_store>
|
5171 |
+
<config_path>payment/pay_payment_paysafecard/limit_shipping</config_path>
|
5172 |
</limit_shipping>
|
5173 |
<disabled_shippingmethods>
|
5174 |
<depends>
|
5185 |
<show_in_default>1</show_in_default>
|
5186 |
<show_in_website>1</show_in_website>
|
5187 |
<show_in_store>1</show_in_store>
|
5188 |
+
<config_path>payment/pay_payment_paysafecard/disabled_shippingmethods</config_path>
|
5189 |
</disabled_shippingmethods>
|
5190 |
<order_status translate="label">
|
5191 |
<depends>
|
5199 |
<show_in_default>1</show_in_default>
|
5200 |
<show_in_website>1</show_in_website>
|
5201 |
<show_in_store>1</show_in_store>
|
5202 |
+
<config_path>payment/pay_payment_paysafecard/order_status</config_path>
|
5203 |
</order_status>
|
5204 |
<order_status_success translate="label">
|
5205 |
<depends>
|
5213 |
<show_in_default>1</show_in_default>
|
5214 |
<show_in_website>1</show_in_website>
|
5215 |
<show_in_store>1</show_in_store>
|
5216 |
+
<config_path>payment/pay_payment_paysafecard/order_status_success</config_path>
|
5217 |
</order_status_success>
|
5218 |
<charge_type translate="label">
|
5219 |
<depends>
|
5220 |
<active>1</active>
|
5221 |
</depends>
|
5222 |
<label>Extra kosten rekenen</label>
|
5223 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
5224 |
+
van
|
5225 |
+
het
|
5226 |
totaalbedrag of een vast bedrag
|
5227 |
</comment>
|
5228 |
<frontend_type>select</frontend_type>
|
5231 |
<show_in_default>1</show_in_default>
|
5232 |
<show_in_website>1</show_in_website>
|
5233 |
<show_in_store>1</show_in_store>
|
5234 |
+
<config_path>payment/pay_payment_paysafecard/charge_type</config_path>
|
5235 |
</charge_type>
|
5236 |
<charge_value translate="label">
|
5237 |
<depends>
|
5238 |
<active>1</active>
|
5239 |
</depends>
|
5240 |
<label>Extra kosten</label>
|
5241 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
5242 |
+
decimalen,
|
5243 |
als u geen extra kosten wilt rekenen vult u niets in
|
5244 |
</comment>
|
5245 |
<frontend_type>text</frontend_type>
|
5247 |
<show_in_default>1</show_in_default>
|
5248 |
<show_in_website>1</show_in_website>
|
5249 |
<show_in_store>1</show_in_store>
|
5250 |
+
<config_path>payment/pay_payment_paysafecard/charge_value</config_path>
|
5251 |
</charge_value>
|
5252 |
<charge_tax_class translate="label">
|
5253 |
<depends>
|
5260 |
<show_in_default>1</show_in_default>
|
5261 |
<show_in_website>1</show_in_website>
|
5262 |
<show_in_store>1</show_in_store>
|
5263 |
+
<config_path>payment/pay_payment_paysafecard/charge_tax_class</config_path>
|
5264 |
</charge_tax_class>
|
5265 |
<send_mail translate="label">
|
5266 |
<depends>
|
5274 |
<show_in_store>1</show_in_store>
|
5275 |
<frontend_type>select</frontend_type>
|
5276 |
<source_model>pay_payment/source_sendmail</source_model>
|
5277 |
+
<config_path>payment/pay_payment_paysafecard/send_mail</config_path>
|
5278 |
</send_mail>
|
5279 |
</fields>
|
5280 |
</pay_payment_paysafecard>
|
5281 |
+
<pay_payment_podiumkadokaart type="group" translate="label" module="pay_payment">
|
5282 |
+
<label>Podiumkadokaart</label>
|
5283 |
<model>pay_payment/Model_Paymentmethod_Podiumkadokaart</model>
|
5284 |
+
<sort_order>3500</sort_order>
|
5285 |
<show_in_default>1</show_in_default>
|
5286 |
<show_in_website>1</show_in_website>
|
5287 |
<show_in_store>1</show_in_store>
|
5295 |
<show_in_store>1</show_in_store>
|
5296 |
<frontend_type>select</frontend_type>
|
5297 |
<source_model>pay_payment/source_paymentmethod_podiumkadokaart_active</source_model>
|
5298 |
+
<config_path>payment/pay_payment_podiumkadokaart/active</config_path>
|
5299 |
</active>
|
5300 |
<title translate="label">
|
5301 |
<depends>
|
5307 |
<show_in_default>1</show_in_default>
|
5308 |
<show_in_website>1</show_in_website>
|
5309 |
<show_in_store>1</show_in_store>
|
5310 |
+
<config_path>payment/pay_payment_podiumkadokaart/title</config_path>
|
5311 |
</title>
|
5312 |
|
5313 |
<sort_order translate="label">
|
5320 |
<show_in_default>1</show_in_default>
|
5321 |
<show_in_website>1</show_in_website>
|
5322 |
<show_in_store>1</show_in_store>
|
5323 |
+
<config_path>payment/pay_payment_podiumkadokaart/sort_order</config_path>
|
5324 |
</sort_order>
|
5325 |
<min_order_total translate="label">
|
5326 |
<depends>
|
5327 |
<active>1</active>
|
5328 |
</depends>
|
5329 |
<label>Minimum bedrag</label>
|
5330 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
5331 |
+
</comment>
|
5332 |
<frontend_type>text</frontend_type>
|
5333 |
<sort_order>5</sort_order>
|
5334 |
<show_in_default>1</show_in_default>
|
5335 |
<show_in_website>1</show_in_website>
|
5336 |
<show_in_store>1</show_in_store>
|
5337 |
+
<config_path>payment/pay_payment_podiumkadokaart/min_order_total</config_path>
|
5338 |
</min_order_total>
|
5339 |
<max_order_total translate="label">
|
5340 |
<depends>
|
5341 |
<active>1</active>
|
5342 |
</depends>
|
5343 |
<label>Maximum bedrag</label>
|
5344 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
5345 |
+
</comment>
|
5346 |
<frontend_type>text</frontend_type>
|
5347 |
<sort_order>6</sort_order>
|
5348 |
<show_in_default>1</show_in_default>
|
5349 |
<show_in_website>1</show_in_website>
|
5350 |
<show_in_store>1</show_in_store>
|
5351 |
+
<config_path>payment/pay_payment_podiumkadokaart/max_order_total</config_path>
|
5352 |
</max_order_total>
|
5353 |
<allowspecific translate="label">
|
5354 |
<depends>
|
5356 |
</depends>
|
5357 |
<label>Beschikbaarheid per land</label>
|
5358 |
<frontend_type>allowspecific</frontend_type>
|
5359 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
5360 |
+
</source_model>
|
5361 |
<sort_order>7</sort_order>
|
5362 |
<show_in_default>1</show_in_default>
|
5363 |
<show_in_website>1</show_in_website>
|
5364 |
<show_in_store>1</show_in_store>
|
5365 |
+
<config_path>payment/pay_payment_podiumkadokaart/allowspecific</config_path>
|
5366 |
</allowspecific>
|
5367 |
<specificcountry translate="label">
|
5368 |
<depends>
|
5377 |
<show_in_website>1</show_in_website>
|
5378 |
<show_in_store>1</show_in_store>
|
5379 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
5380 |
+
<config_path>payment/pay_payment_podiumkadokaart/specificcountry</config_path>
|
5381 |
</specificcountry>
|
5382 |
<limit_shipping translate="label">
|
5383 |
<depends>
|
5385 |
</depends>
|
5386 |
<label>Verzendmethoden blokkeren</label>
|
5387 |
<comment>
|
5388 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
5389 |
+
verzendmethoden
|
5390 |
</comment>
|
5391 |
<frontend_type>select</frontend_type>
|
5392 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
5394 |
<show_in_default>1</show_in_default>
|
5395 |
<show_in_website>1</show_in_website>
|
5396 |
<show_in_store>1</show_in_store>
|
5397 |
+
<config_path>payment/pay_payment_podiumkadokaart/limit_shipping</config_path>
|
5398 |
</limit_shipping>
|
5399 |
<disabled_shippingmethods>
|
5400 |
<depends>
|
5411 |
<show_in_default>1</show_in_default>
|
5412 |
<show_in_website>1</show_in_website>
|
5413 |
<show_in_store>1</show_in_store>
|
5414 |
+
<config_path>payment/pay_payment_podiumkadokaart/disabled_shippingmethods</config_path>
|
5415 |
</disabled_shippingmethods>
|
5416 |
<order_status translate="label">
|
5417 |
<depends>
|
5425 |
<show_in_default>1</show_in_default>
|
5426 |
<show_in_website>1</show_in_website>
|
5427 |
<show_in_store>1</show_in_store>
|
5428 |
+
<config_path>payment/pay_payment_podiumkadokaart/order_status</config_path>
|
5429 |
</order_status>
|
5430 |
<order_status_success translate="label">
|
5431 |
<depends>
|
5439 |
<show_in_default>1</show_in_default>
|
5440 |
<show_in_website>1</show_in_website>
|
5441 |
<show_in_store>1</show_in_store>
|
5442 |
+
<config_path>payment/pay_payment_podiumkadokaart/order_status_success</config_path>
|
5443 |
</order_status_success>
|
5444 |
<charge_type translate="label">
|
5445 |
<depends>
|
5446 |
<active>1</active>
|
5447 |
</depends>
|
5448 |
<label>Extra kosten rekenen</label>
|
5449 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
5450 |
+
van
|
5451 |
+
het
|
5452 |
totaalbedrag of een vast bedrag
|
5453 |
</comment>
|
5454 |
<frontend_type>select</frontend_type>
|
5457 |
<show_in_default>1</show_in_default>
|
5458 |
<show_in_website>1</show_in_website>
|
5459 |
<show_in_store>1</show_in_store>
|
5460 |
+
<config_path>payment/pay_payment_podiumkadokaart/charge_type</config_path>
|
5461 |
</charge_type>
|
5462 |
<charge_value translate="label">
|
5463 |
<depends>
|
5464 |
<active>1</active>
|
5465 |
</depends>
|
5466 |
<label>Extra kosten</label>
|
5467 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
5468 |
+
decimalen,
|
5469 |
als u geen extra kosten wilt rekenen vult u niets in
|
5470 |
</comment>
|
5471 |
<frontend_type>text</frontend_type>
|
5473 |
<show_in_default>1</show_in_default>
|
5474 |
<show_in_website>1</show_in_website>
|
5475 |
<show_in_store>1</show_in_store>
|
5476 |
+
<config_path>payment/pay_payment_podiumkadokaart/charge_value</config_path>
|
5477 |
</charge_value>
|
5478 |
<charge_tax_class translate="label">
|
5479 |
<depends>
|
5486 |
<show_in_default>1</show_in_default>
|
5487 |
<show_in_website>1</show_in_website>
|
5488 |
<show_in_store>1</show_in_store>
|
5489 |
+
<config_path>payment/pay_payment_podiumkadokaart/charge_tax_class</config_path>
|
5490 |
</charge_tax_class>
|
5491 |
<send_mail translate="label">
|
5492 |
<depends>
|
5500 |
<show_in_store>1</show_in_store>
|
5501 |
<frontend_type>select</frontend_type>
|
5502 |
<source_model>pay_payment/source_sendmail</source_model>
|
5503 |
+
<config_path>payment/pay_payment_podiumkadokaart/send_mail</config_path>
|
5504 |
</send_mail>
|
5505 |
</fields>
|
5506 |
</pay_payment_podiumkadokaart>
|
5507 |
+
<pay_payment_postepay type="group" translate="label" module="pay_payment">
|
5508 |
+
<label>Postepay</label>
|
5509 |
<model>pay_payment/Model_Paymentmethod_Postepay</model>
|
5510 |
+
<sort_order>3600</sort_order>
|
5511 |
<show_in_default>1</show_in_default>
|
5512 |
<show_in_website>1</show_in_website>
|
5513 |
<show_in_store>1</show_in_store>
|
5521 |
<show_in_store>1</show_in_store>
|
5522 |
<frontend_type>select</frontend_type>
|
5523 |
<source_model>pay_payment/source_paymentmethod_postepay_active</source_model>
|
5524 |
+
<config_path>payment/pay_payment_postepay/active</config_path>
|
5525 |
</active>
|
5526 |
<title translate="label">
|
5527 |
<depends>
|
5533 |
<show_in_default>1</show_in_default>
|
5534 |
<show_in_website>1</show_in_website>
|
5535 |
<show_in_store>1</show_in_store>
|
5536 |
+
<config_path>payment/pay_payment_postepay/title</config_path>
|
5537 |
</title>
|
5538 |
|
5539 |
<sort_order translate="label">
|
5546 |
<show_in_default>1</show_in_default>
|
5547 |
<show_in_website>1</show_in_website>
|
5548 |
<show_in_store>1</show_in_store>
|
5549 |
+
<config_path>payment/pay_payment_postepay/sort_order</config_path>
|
5550 |
</sort_order>
|
5551 |
<min_order_total translate="label">
|
5552 |
<depends>
|
5553 |
<active>1</active>
|
5554 |
</depends>
|
5555 |
<label>Minimum bedrag</label>
|
5556 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
5557 |
+
</comment>
|
5558 |
<frontend_type>text</frontend_type>
|
5559 |
<sort_order>5</sort_order>
|
5560 |
<show_in_default>1</show_in_default>
|
5561 |
<show_in_website>1</show_in_website>
|
5562 |
<show_in_store>1</show_in_store>
|
5563 |
+
<config_path>payment/pay_payment_postepay/min_order_total</config_path>
|
5564 |
</min_order_total>
|
5565 |
<max_order_total translate="label">
|
5566 |
<depends>
|
5567 |
<active>1</active>
|
5568 |
</depends>
|
5569 |
<label>Maximum bedrag</label>
|
5570 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
5571 |
+
</comment>
|
5572 |
<frontend_type>text</frontend_type>
|
5573 |
<sort_order>6</sort_order>
|
5574 |
<show_in_default>1</show_in_default>
|
5575 |
<show_in_website>1</show_in_website>
|
5576 |
<show_in_store>1</show_in_store>
|
5577 |
+
<config_path>payment/pay_payment_postepay/max_order_total</config_path>
|
5578 |
</max_order_total>
|
5579 |
<allowspecific translate="label">
|
5580 |
<depends>
|
5582 |
</depends>
|
5583 |
<label>Beschikbaarheid per land</label>
|
5584 |
<frontend_type>allowspecific</frontend_type>
|
5585 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
5586 |
+
</source_model>
|
5587 |
<sort_order>7</sort_order>
|
5588 |
<show_in_default>1</show_in_default>
|
5589 |
<show_in_website>1</show_in_website>
|
5590 |
<show_in_store>1</show_in_store>
|
5591 |
+
<config_path>payment/pay_payment_postepay/allowspecific</config_path>
|
5592 |
</allowspecific>
|
5593 |
<specificcountry translate="label">
|
5594 |
<depends>
|
5603 |
<show_in_website>1</show_in_website>
|
5604 |
<show_in_store>1</show_in_store>
|
5605 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
5606 |
+
<config_path>payment/pay_payment_postepay/specificcountry</config_path>
|
5607 |
</specificcountry>
|
5608 |
<limit_shipping translate="label">
|
5609 |
<depends>
|
5611 |
</depends>
|
5612 |
<label>Verzendmethoden blokkeren</label>
|
5613 |
<comment>
|
5614 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
5615 |
+
verzendmethoden
|
5616 |
</comment>
|
5617 |
<frontend_type>select</frontend_type>
|
5618 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
5620 |
<show_in_default>1</show_in_default>
|
5621 |
<show_in_website>1</show_in_website>
|
5622 |
<show_in_store>1</show_in_store>
|
5623 |
+
<config_path>payment/pay_payment_postepay/limit_shipping</config_path>
|
5624 |
</limit_shipping>
|
5625 |
<disabled_shippingmethods>
|
5626 |
<depends>
|
5637 |
<show_in_default>1</show_in_default>
|
5638 |
<show_in_website>1</show_in_website>
|
5639 |
<show_in_store>1</show_in_store>
|
5640 |
+
<config_path>payment/pay_payment_postepay/disabled_shippingmethods</config_path>
|
5641 |
</disabled_shippingmethods>
|
5642 |
<order_status translate="label">
|
5643 |
<depends>
|
5651 |
<show_in_default>1</show_in_default>
|
5652 |
<show_in_website>1</show_in_website>
|
5653 |
<show_in_store>1</show_in_store>
|
5654 |
+
<config_path>payment/pay_payment_postepay/order_status</config_path>
|
5655 |
</order_status>
|
5656 |
<order_status_success translate="label">
|
5657 |
<depends>
|
5665 |
<show_in_default>1</show_in_default>
|
5666 |
<show_in_website>1</show_in_website>
|
5667 |
<show_in_store>1</show_in_store>
|
5668 |
+
<config_path>payment/pay_payment_postepay/order_status_success</config_path>
|
5669 |
</order_status_success>
|
5670 |
<charge_type translate="label">
|
5671 |
<depends>
|
5672 |
<active>1</active>
|
5673 |
</depends>
|
5674 |
<label>Extra kosten rekenen</label>
|
5675 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
5676 |
+
van
|
5677 |
+
het
|
5678 |
totaalbedrag of een vast bedrag
|
5679 |
</comment>
|
5680 |
<frontend_type>select</frontend_type>
|
5683 |
<show_in_default>1</show_in_default>
|
5684 |
<show_in_website>1</show_in_website>
|
5685 |
<show_in_store>1</show_in_store>
|
5686 |
+
<config_path>payment/pay_payment_postepay/charge_type</config_path>
|
5687 |
</charge_type>
|
5688 |
<charge_value translate="label">
|
5689 |
<depends>
|
5690 |
<active>1</active>
|
5691 |
</depends>
|
5692 |
<label>Extra kosten</label>
|
5693 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
5694 |
+
decimalen,
|
5695 |
als u geen extra kosten wilt rekenen vult u niets in
|
5696 |
</comment>
|
5697 |
<frontend_type>text</frontend_type>
|
5699 |
<show_in_default>1</show_in_default>
|
5700 |
<show_in_website>1</show_in_website>
|
5701 |
<show_in_store>1</show_in_store>
|
5702 |
+
<config_path>payment/pay_payment_postepay/charge_value</config_path>
|
5703 |
</charge_value>
|
5704 |
<charge_tax_class translate="label">
|
5705 |
<depends>
|
5712 |
<show_in_default>1</show_in_default>
|
5713 |
<show_in_website>1</show_in_website>
|
5714 |
<show_in_store>1</show_in_store>
|
5715 |
+
<config_path>payment/pay_payment_postepay/charge_tax_class</config_path>
|
5716 |
</charge_tax_class>
|
5717 |
<send_mail translate="label">
|
5718 |
<depends>
|
5726 |
<show_in_store>1</show_in_store>
|
5727 |
<frontend_type>select</frontend_type>
|
5728 |
<source_model>pay_payment/source_sendmail</source_model>
|
5729 |
+
<config_path>payment/pay_payment_postepay/send_mail</config_path>
|
5730 |
</send_mail>
|
5731 |
</fields>
|
5732 |
</pay_payment_postepay>
|
5733 |
+
<pay_payment_sofortbanking type="group" translate="label" module="pay_payment">
|
5734 |
+
<label>Sofortbanking</label>
|
5735 |
<model>pay_payment/Model_Paymentmethod_Sofortbanking</model>
|
5736 |
+
<sort_order>3700</sort_order>
|
5737 |
<show_in_default>1</show_in_default>
|
5738 |
<show_in_website>1</show_in_website>
|
5739 |
<show_in_store>1</show_in_store>
|
5747 |
<show_in_store>1</show_in_store>
|
5748 |
<frontend_type>select</frontend_type>
|
5749 |
<source_model>pay_payment/source_paymentmethod_sofortbanking_active</source_model>
|
5750 |
+
<config_path>payment/pay_payment_sofortbanking/active</config_path>
|
5751 |
</active>
|
5752 |
<title translate="label">
|
5753 |
<depends>
|
5759 |
<show_in_default>1</show_in_default>
|
5760 |
<show_in_website>1</show_in_website>
|
5761 |
<show_in_store>1</show_in_store>
|
5762 |
+
<config_path>payment/pay_payment_sofortbanking/title</config_path>
|
5763 |
</title>
|
5764 |
|
5765 |
<sort_order translate="label">
|
5772 |
<show_in_default>1</show_in_default>
|
5773 |
<show_in_website>1</show_in_website>
|
5774 |
<show_in_store>1</show_in_store>
|
5775 |
+
<config_path>payment/pay_payment_sofortbanking/sort_order</config_path>
|
5776 |
</sort_order>
|
5777 |
<min_order_total translate="label">
|
5778 |
<depends>
|
5779 |
<active>1</active>
|
5780 |
</depends>
|
5781 |
<label>Minimum bedrag</label>
|
5782 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
5783 |
+
</comment>
|
5784 |
<frontend_type>text</frontend_type>
|
5785 |
<sort_order>5</sort_order>
|
5786 |
<show_in_default>1</show_in_default>
|
5787 |
<show_in_website>1</show_in_website>
|
5788 |
<show_in_store>1</show_in_store>
|
5789 |
+
<config_path>payment/pay_payment_sofortbanking/min_order_total</config_path>
|
5790 |
</min_order_total>
|
5791 |
<max_order_total translate="label">
|
5792 |
<depends>
|
5793 |
<active>1</active>
|
5794 |
</depends>
|
5795 |
<label>Maximum bedrag</label>
|
5796 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
5797 |
+
</comment>
|
5798 |
<frontend_type>text</frontend_type>
|
5799 |
<sort_order>6</sort_order>
|
5800 |
<show_in_default>1</show_in_default>
|
5801 |
<show_in_website>1</show_in_website>
|
5802 |
<show_in_store>1</show_in_store>
|
5803 |
+
<config_path>payment/pay_payment_sofortbanking/max_order_total</config_path>
|
5804 |
</max_order_total>
|
5805 |
<allowspecific translate="label">
|
5806 |
<depends>
|
5808 |
</depends>
|
5809 |
<label>Beschikbaarheid per land</label>
|
5810 |
<frontend_type>allowspecific</frontend_type>
|
5811 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
5812 |
+
</source_model>
|
5813 |
<sort_order>7</sort_order>
|
5814 |
<show_in_default>1</show_in_default>
|
5815 |
<show_in_website>1</show_in_website>
|
5816 |
<show_in_store>1</show_in_store>
|
5817 |
+
<config_path>payment/pay_payment_sofortbanking/allowspecific</config_path>
|
5818 |
</allowspecific>
|
5819 |
<specificcountry translate="label">
|
5820 |
<depends>
|
5829 |
<show_in_website>1</show_in_website>
|
5830 |
<show_in_store>1</show_in_store>
|
5831 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
5832 |
+
<config_path>payment/pay_payment_sofortbanking/specificcountry</config_path>
|
5833 |
</specificcountry>
|
5834 |
<limit_shipping translate="label">
|
5835 |
<depends>
|
5837 |
</depends>
|
5838 |
<label>Verzendmethoden blokkeren</label>
|
5839 |
<comment>
|
5840 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
5841 |
+
verzendmethoden
|
5842 |
</comment>
|
5843 |
<frontend_type>select</frontend_type>
|
5844 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
5846 |
<show_in_default>1</show_in_default>
|
5847 |
<show_in_website>1</show_in_website>
|
5848 |
<show_in_store>1</show_in_store>
|
5849 |
+
<config_path>payment/pay_payment_sofortbanking/limit_shipping</config_path>
|
5850 |
</limit_shipping>
|
5851 |
<disabled_shippingmethods>
|
5852 |
<depends>
|
5863 |
<show_in_default>1</show_in_default>
|
5864 |
<show_in_website>1</show_in_website>
|
5865 |
<show_in_store>1</show_in_store>
|
5866 |
+
<config_path>payment/pay_payment_sofortbanking/disabled_shippingmethods</config_path>
|
5867 |
</disabled_shippingmethods>
|
5868 |
<order_status translate="label">
|
5869 |
<depends>
|
5877 |
<show_in_default>1</show_in_default>
|
5878 |
<show_in_website>1</show_in_website>
|
5879 |
<show_in_store>1</show_in_store>
|
5880 |
+
<config_path>payment/pay_payment_sofortbanking/order_status</config_path>
|
5881 |
</order_status>
|
5882 |
<order_status_success translate="label">
|
5883 |
<depends>
|
5891 |
<show_in_default>1</show_in_default>
|
5892 |
<show_in_website>1</show_in_website>
|
5893 |
<show_in_store>1</show_in_store>
|
5894 |
+
<config_path>payment/pay_payment_sofortbanking/order_status_success</config_path>
|
5895 |
</order_status_success>
|
5896 |
<charge_type translate="label">
|
5897 |
<depends>
|
5898 |
<active>1</active>
|
5899 |
</depends>
|
5900 |
<label>Extra kosten rekenen</label>
|
5901 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
5902 |
+
van
|
5903 |
+
het
|
5904 |
totaalbedrag of een vast bedrag
|
5905 |
</comment>
|
5906 |
<frontend_type>select</frontend_type>
|
5909 |
<show_in_default>1</show_in_default>
|
5910 |
<show_in_website>1</show_in_website>
|
5911 |
<show_in_store>1</show_in_store>
|
5912 |
+
<config_path>payment/pay_payment_sofortbanking/charge_type</config_path>
|
5913 |
</charge_type>
|
5914 |
<charge_value translate="label">
|
5915 |
<depends>
|
5916 |
<active>1</active>
|
5917 |
</depends>
|
5918 |
<label>Extra kosten</label>
|
5919 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
5920 |
+
decimalen,
|
5921 |
als u geen extra kosten wilt rekenen vult u niets in
|
5922 |
</comment>
|
5923 |
<frontend_type>text</frontend_type>
|
5925 |
<show_in_default>1</show_in_default>
|
5926 |
<show_in_website>1</show_in_website>
|
5927 |
<show_in_store>1</show_in_store>
|
5928 |
+
<config_path>payment/pay_payment_sofortbanking/charge_value</config_path>
|
5929 |
</charge_value>
|
5930 |
<charge_tax_class translate="label">
|
5931 |
<depends>
|
5938 |
<show_in_default>1</show_in_default>
|
5939 |
<show_in_website>1</show_in_website>
|
5940 |
<show_in_store>1</show_in_store>
|
5941 |
+
<config_path>payment/pay_payment_sofortbanking/charge_tax_class</config_path>
|
5942 |
</charge_tax_class>
|
5943 |
<send_mail translate="label">
|
5944 |
<depends>
|
5952 |
<show_in_store>1</show_in_store>
|
5953 |
<frontend_type>select</frontend_type>
|
5954 |
<source_model>pay_payment/source_sendmail</source_model>
|
5955 |
+
<config_path>payment/pay_payment_sofortbanking/send_mail</config_path>
|
5956 |
</send_mail>
|
5957 |
</fields>
|
5958 |
</pay_payment_sofortbanking>
|
5959 |
+
<pay_payment_telefoon type="group" translate="label" module="pay_payment">
|
5960 |
+
<label>Betalen per telefoon</label>
|
5961 |
<model>pay_payment/Model_Paymentmethod_Telefoon</model>
|
5962 |
+
<sort_order>3800</sort_order>
|
5963 |
<show_in_default>1</show_in_default>
|
5964 |
<show_in_website>1</show_in_website>
|
5965 |
<show_in_store>1</show_in_store>
|
5973 |
<show_in_store>1</show_in_store>
|
5974 |
<frontend_type>select</frontend_type>
|
5975 |
<source_model>pay_payment/source_paymentmethod_telefoon_active</source_model>
|
5976 |
+
<config_path>payment/pay_payment_telefoon/active</config_path>
|
5977 |
</active>
|
5978 |
<title translate="label">
|
5979 |
<depends>
|
5985 |
<show_in_default>1</show_in_default>
|
5986 |
<show_in_website>1</show_in_website>
|
5987 |
<show_in_store>1</show_in_store>
|
5988 |
+
<config_path>payment/pay_payment_telefoon/title</config_path>
|
5989 |
</title>
|
5990 |
|
5991 |
<sort_order translate="label">
|
5998 |
<show_in_default>1</show_in_default>
|
5999 |
<show_in_website>1</show_in_website>
|
6000 |
<show_in_store>1</show_in_store>
|
6001 |
+
<config_path>payment/pay_payment_telefoon/sort_order</config_path>
|
6002 |
</sort_order>
|
6003 |
<min_order_total translate="label">
|
6004 |
<depends>
|
6005 |
<active>1</active>
|
6006 |
</depends>
|
6007 |
<label>Minimum bedrag</label>
|
6008 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6009 |
+
</comment>
|
6010 |
<frontend_type>text</frontend_type>
|
6011 |
<sort_order>5</sort_order>
|
6012 |
<show_in_default>1</show_in_default>
|
6013 |
<show_in_website>1</show_in_website>
|
6014 |
<show_in_store>1</show_in_store>
|
6015 |
+
<config_path>payment/pay_payment_telefoon/min_order_total</config_path>
|
6016 |
</min_order_total>
|
6017 |
<max_order_total translate="label">
|
6018 |
<depends>
|
6019 |
<active>1</active>
|
6020 |
</depends>
|
6021 |
<label>Maximum bedrag</label>
|
6022 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6023 |
+
</comment>
|
6024 |
<frontend_type>text</frontend_type>
|
6025 |
<sort_order>6</sort_order>
|
6026 |
<show_in_default>1</show_in_default>
|
6027 |
<show_in_website>1</show_in_website>
|
6028 |
<show_in_store>1</show_in_store>
|
6029 |
+
<config_path>payment/pay_payment_telefoon/max_order_total</config_path>
|
6030 |
</max_order_total>
|
6031 |
<allowspecific translate="label">
|
6032 |
<depends>
|
6034 |
</depends>
|
6035 |
<label>Beschikbaarheid per land</label>
|
6036 |
<frontend_type>allowspecific</frontend_type>
|
6037 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
6038 |
+
</source_model>
|
6039 |
<sort_order>7</sort_order>
|
6040 |
<show_in_default>1</show_in_default>
|
6041 |
<show_in_website>1</show_in_website>
|
6042 |
<show_in_store>1</show_in_store>
|
6043 |
+
<config_path>payment/pay_payment_telefoon/allowspecific</config_path>
|
6044 |
</allowspecific>
|
6045 |
<specificcountry translate="label">
|
6046 |
<depends>
|
6055 |
<show_in_website>1</show_in_website>
|
6056 |
<show_in_store>1</show_in_store>
|
6057 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
6058 |
+
<config_path>payment/pay_payment_telefoon/specificcountry</config_path>
|
6059 |
</specificcountry>
|
6060 |
<limit_shipping translate="label">
|
6061 |
<depends>
|
6063 |
</depends>
|
6064 |
<label>Verzendmethoden blokkeren</label>
|
6065 |
<comment>
|
6066 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
6067 |
+
verzendmethoden
|
6068 |
</comment>
|
6069 |
<frontend_type>select</frontend_type>
|
6070 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
6072 |
<show_in_default>1</show_in_default>
|
6073 |
<show_in_website>1</show_in_website>
|
6074 |
<show_in_store>1</show_in_store>
|
6075 |
+
<config_path>payment/pay_payment_telefoon/limit_shipping</config_path>
|
6076 |
</limit_shipping>
|
6077 |
<disabled_shippingmethods>
|
6078 |
<depends>
|
6089 |
<show_in_default>1</show_in_default>
|
6090 |
<show_in_website>1</show_in_website>
|
6091 |
<show_in_store>1</show_in_store>
|
6092 |
+
<config_path>payment/pay_payment_telefoon/disabled_shippingmethods</config_path>
|
6093 |
</disabled_shippingmethods>
|
6094 |
<order_status translate="label">
|
6095 |
<depends>
|
6103 |
<show_in_default>1</show_in_default>
|
6104 |
<show_in_website>1</show_in_website>
|
6105 |
<show_in_store>1</show_in_store>
|
6106 |
+
<config_path>payment/pay_payment_telefoon/order_status</config_path>
|
6107 |
</order_status>
|
6108 |
<order_status_success translate="label">
|
6109 |
<depends>
|
6117 |
<show_in_default>1</show_in_default>
|
6118 |
<show_in_website>1</show_in_website>
|
6119 |
<show_in_store>1</show_in_store>
|
6120 |
+
<config_path>payment/pay_payment_telefoon/order_status_success</config_path>
|
6121 |
</order_status_success>
|
6122 |
<charge_type translate="label">
|
6123 |
<depends>
|
6124 |
<active>1</active>
|
6125 |
</depends>
|
6126 |
<label>Extra kosten rekenen</label>
|
6127 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
6128 |
+
van
|
6129 |
+
het
|
6130 |
totaalbedrag of een vast bedrag
|
6131 |
</comment>
|
6132 |
<frontend_type>select</frontend_type>
|
6135 |
<show_in_default>1</show_in_default>
|
6136 |
<show_in_website>1</show_in_website>
|
6137 |
<show_in_store>1</show_in_store>
|
6138 |
+
<config_path>payment/pay_payment_telefoon/charge_type</config_path>
|
6139 |
</charge_type>
|
6140 |
<charge_value translate="label">
|
6141 |
<depends>
|
6142 |
<active>1</active>
|
6143 |
</depends>
|
6144 |
<label>Extra kosten</label>
|
6145 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
6146 |
+
decimalen,
|
6147 |
als u geen extra kosten wilt rekenen vult u niets in
|
6148 |
</comment>
|
6149 |
<frontend_type>text</frontend_type>
|
6151 |
<show_in_default>1</show_in_default>
|
6152 |
<show_in_website>1</show_in_website>
|
6153 |
<show_in_store>1</show_in_store>
|
6154 |
+
<config_path>payment/pay_payment_telefoon/charge_value</config_path>
|
6155 |
</charge_value>
|
6156 |
<charge_tax_class translate="label">
|
6157 |
<depends>
|
6164 |
<show_in_default>1</show_in_default>
|
6165 |
<show_in_website>1</show_in_website>
|
6166 |
<show_in_store>1</show_in_store>
|
6167 |
+
<config_path>payment/pay_payment_telefoon/charge_tax_class</config_path>
|
6168 |
</charge_tax_class>
|
6169 |
<send_mail translate="label">
|
6170 |
<depends>
|
6178 |
<show_in_store>1</show_in_store>
|
6179 |
<frontend_type>select</frontend_type>
|
6180 |
<source_model>pay_payment/source_sendmail</source_model>
|
6181 |
+
<config_path>payment/pay_payment_telefoon/send_mail</config_path>
|
6182 |
</send_mail>
|
6183 |
</fields>
|
6184 |
</pay_payment_telefoon>
|
6185 |
+
<pay_payment_visamastercard type="group" translate="label" module="pay_payment">
|
6186 |
+
<label>Visa/Mastercard</label>
|
6187 |
<model>pay_payment/Model_Paymentmethod_Visamastercard</model>
|
6188 |
+
<sort_order>3900</sort_order>
|
6189 |
<show_in_default>1</show_in_default>
|
6190 |
<show_in_website>1</show_in_website>
|
6191 |
<show_in_store>1</show_in_store>
|
6199 |
<show_in_store>1</show_in_store>
|
6200 |
<frontend_type>select</frontend_type>
|
6201 |
<source_model>pay_payment/source_paymentmethod_visamastercard_active</source_model>
|
6202 |
+
<config_path>payment/pay_payment_visamastercard/active</config_path>
|
6203 |
</active>
|
6204 |
<title translate="label">
|
6205 |
<depends>
|
6211 |
<show_in_default>1</show_in_default>
|
6212 |
<show_in_website>1</show_in_website>
|
6213 |
<show_in_store>1</show_in_store>
|
6214 |
+
<config_path>payment/pay_payment_visamastercard/title</config_path>
|
6215 |
</title>
|
6216 |
|
6217 |
<sort_order translate="label">
|
6224 |
<show_in_default>1</show_in_default>
|
6225 |
<show_in_website>1</show_in_website>
|
6226 |
<show_in_store>1</show_in_store>
|
6227 |
+
<config_path>payment/pay_payment_visamastercard/sort_order</config_path>
|
6228 |
</sort_order>
|
6229 |
<min_order_total translate="label">
|
6230 |
<depends>
|
6231 |
<active>1</active>
|
6232 |
</depends>
|
6233 |
<label>Minimum bedrag</label>
|
6234 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6235 |
+
</comment>
|
6236 |
<frontend_type>text</frontend_type>
|
6237 |
<sort_order>5</sort_order>
|
6238 |
<show_in_default>1</show_in_default>
|
6239 |
<show_in_website>1</show_in_website>
|
6240 |
<show_in_store>1</show_in_store>
|
6241 |
+
<config_path>payment/pay_payment_visamastercard/min_order_total</config_path>
|
6242 |
</min_order_total>
|
6243 |
<max_order_total translate="label">
|
6244 |
<depends>
|
6245 |
<active>1</active>
|
6246 |
</depends>
|
6247 |
<label>Maximum bedrag</label>
|
6248 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6249 |
+
</comment>
|
6250 |
<frontend_type>text</frontend_type>
|
6251 |
<sort_order>6</sort_order>
|
6252 |
<show_in_default>1</show_in_default>
|
6253 |
<show_in_website>1</show_in_website>
|
6254 |
<show_in_store>1</show_in_store>
|
6255 |
+
<config_path>payment/pay_payment_visamastercard/max_order_total</config_path>
|
6256 |
</max_order_total>
|
6257 |
<allowspecific translate="label">
|
6258 |
<depends>
|
6260 |
</depends>
|
6261 |
<label>Beschikbaarheid per land</label>
|
6262 |
<frontend_type>allowspecific</frontend_type>
|
6263 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
6264 |
+
</source_model>
|
6265 |
<sort_order>7</sort_order>
|
6266 |
<show_in_default>1</show_in_default>
|
6267 |
<show_in_website>1</show_in_website>
|
6268 |
<show_in_store>1</show_in_store>
|
6269 |
+
<config_path>payment/pay_payment_visamastercard/allowspecific</config_path>
|
6270 |
</allowspecific>
|
6271 |
<specificcountry translate="label">
|
6272 |
<depends>
|
6281 |
<show_in_website>1</show_in_website>
|
6282 |
<show_in_store>1</show_in_store>
|
6283 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
6284 |
+
<config_path>payment/pay_payment_visamastercard/specificcountry</config_path>
|
6285 |
</specificcountry>
|
6286 |
<limit_shipping translate="label">
|
6287 |
<depends>
|
6289 |
</depends>
|
6290 |
<label>Verzendmethoden blokkeren</label>
|
6291 |
<comment>
|
6292 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
6293 |
+
verzendmethoden
|
6294 |
</comment>
|
6295 |
<frontend_type>select</frontend_type>
|
6296 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
6298 |
<show_in_default>1</show_in_default>
|
6299 |
<show_in_website>1</show_in_website>
|
6300 |
<show_in_store>1</show_in_store>
|
6301 |
+
<config_path>payment/pay_payment_visamastercard/limit_shipping</config_path>
|
6302 |
</limit_shipping>
|
6303 |
<disabled_shippingmethods>
|
6304 |
<depends>
|
6315 |
<show_in_default>1</show_in_default>
|
6316 |
<show_in_website>1</show_in_website>
|
6317 |
<show_in_store>1</show_in_store>
|
6318 |
+
<config_path>payment/pay_payment_visamastercard/disabled_shippingmethods</config_path>
|
6319 |
</disabled_shippingmethods>
|
6320 |
<order_status translate="label">
|
6321 |
<depends>
|
6329 |
<show_in_default>1</show_in_default>
|
6330 |
<show_in_website>1</show_in_website>
|
6331 |
<show_in_store>1</show_in_store>
|
6332 |
+
<config_path>payment/pay_payment_visamastercard/order_status</config_path>
|
6333 |
</order_status>
|
6334 |
<order_status_success translate="label">
|
6335 |
<depends>
|
6343 |
<show_in_default>1</show_in_default>
|
6344 |
<show_in_website>1</show_in_website>
|
6345 |
<show_in_store>1</show_in_store>
|
6346 |
+
<config_path>payment/pay_payment_visamastercard/order_status_success</config_path>
|
6347 |
</order_status_success>
|
6348 |
<charge_type translate="label">
|
6349 |
<depends>
|
6350 |
<active>1</active>
|
6351 |
</depends>
|
6352 |
<label>Extra kosten rekenen</label>
|
6353 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
6354 |
+
van
|
6355 |
+
het
|
6356 |
totaalbedrag of een vast bedrag
|
6357 |
</comment>
|
6358 |
<frontend_type>select</frontend_type>
|
6361 |
<show_in_default>1</show_in_default>
|
6362 |
<show_in_website>1</show_in_website>
|
6363 |
<show_in_store>1</show_in_store>
|
6364 |
+
<config_path>payment/pay_payment_visamastercard/charge_type</config_path>
|
6365 |
</charge_type>
|
6366 |
<charge_value translate="label">
|
6367 |
<depends>
|
6368 |
<active>1</active>
|
6369 |
</depends>
|
6370 |
<label>Extra kosten</label>
|
6371 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
6372 |
+
decimalen,
|
6373 |
als u geen extra kosten wilt rekenen vult u niets in
|
6374 |
</comment>
|
6375 |
<frontend_type>text</frontend_type>
|
6377 |
<show_in_default>1</show_in_default>
|
6378 |
<show_in_website>1</show_in_website>
|
6379 |
<show_in_store>1</show_in_store>
|
6380 |
+
<config_path>payment/pay_payment_visamastercard/charge_value</config_path>
|
6381 |
</charge_value>
|
6382 |
<charge_tax_class translate="label">
|
6383 |
<depends>
|
6390 |
<show_in_default>1</show_in_default>
|
6391 |
<show_in_website>1</show_in_website>
|
6392 |
<show_in_store>1</show_in_store>
|
6393 |
+
<config_path>payment/pay_payment_visamastercard/charge_tax_class</config_path>
|
6394 |
</charge_tax_class>
|
6395 |
<send_mail translate="label">
|
6396 |
<depends>
|
6404 |
<show_in_store>1</show_in_store>
|
6405 |
<frontend_type>select</frontend_type>
|
6406 |
<source_model>pay_payment/source_sendmail</source_model>
|
6407 |
+
<config_path>payment/pay_payment_visamastercard/send_mail</config_path>
|
6408 |
</send_mail>
|
6409 |
</fields>
|
6410 |
</pay_payment_visamastercard>
|
6411 |
+
<pay_payment_vvvgiftcard type="group" translate="label" module="pay_payment">
|
6412 |
+
<label>VVV Giftcard</label>
|
6413 |
<model>pay_payment/Model_Paymentmethod_Vvvgiftcard</model>
|
6414 |
+
<sort_order>4000</sort_order>
|
6415 |
<show_in_default>1</show_in_default>
|
6416 |
<show_in_website>1</show_in_website>
|
6417 |
<show_in_store>1</show_in_store>
|
6425 |
<show_in_store>1</show_in_store>
|
6426 |
<frontend_type>select</frontend_type>
|
6427 |
<source_model>pay_payment/source_paymentmethod_vvvgiftcard_active</source_model>
|
6428 |
+
<config_path>payment/pay_payment_vvvgiftcard/active</config_path>
|
6429 |
</active>
|
6430 |
<title translate="label">
|
6431 |
<depends>
|
6437 |
<show_in_default>1</show_in_default>
|
6438 |
<show_in_website>1</show_in_website>
|
6439 |
<show_in_store>1</show_in_store>
|
6440 |
+
<config_path>payment/pay_payment_vvvgiftcard/title</config_path>
|
6441 |
</title>
|
6442 |
<sort_order translate="label">
|
6443 |
<depends>
|
6449 |
<show_in_default>1</show_in_default>
|
6450 |
<show_in_website>1</show_in_website>
|
6451 |
<show_in_store>1</show_in_store>
|
6452 |
+
<config_path>payment/pay_payment_vvvgiftcard/sort_order</config_path>
|
6453 |
</sort_order>
|
6454 |
<min_order_total translate="label">
|
6455 |
<depends>
|
6456 |
<active>1</active>
|
6457 |
</depends>
|
6458 |
<label>Minimum bedrag</label>
|
6459 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6460 |
+
</comment>
|
6461 |
<frontend_type>text</frontend_type>
|
6462 |
<sort_order>5</sort_order>
|
6463 |
<show_in_default>1</show_in_default>
|
6464 |
<show_in_website>1</show_in_website>
|
6465 |
<show_in_store>1</show_in_store>
|
6466 |
+
<config_path>payment/pay_payment_vvvgiftcard/min_order_total</config_path>
|
6467 |
</min_order_total>
|
6468 |
<max_order_total translate="label">
|
6469 |
<depends>
|
6470 |
<active>1</active>
|
6471 |
</depends>
|
6472 |
<label>Maximum bedrag</label>
|
6473 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6474 |
+
</comment>
|
6475 |
<frontend_type>text</frontend_type>
|
6476 |
<sort_order>6</sort_order>
|
6477 |
<show_in_default>1</show_in_default>
|
6478 |
<show_in_website>1</show_in_website>
|
6479 |
<show_in_store>1</show_in_store>
|
6480 |
+
<config_path>payment/pay_payment_vvvgiftcard/max_order_total</config_path>
|
6481 |
</max_order_total>
|
6482 |
<allowspecific translate="label">
|
6483 |
<depends>
|
6485 |
</depends>
|
6486 |
<label>Beschikbaarheid per land</label>
|
6487 |
<frontend_type>allowspecific</frontend_type>
|
6488 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
6489 |
+
</source_model>
|
6490 |
<sort_order>7</sort_order>
|
6491 |
<show_in_default>1</show_in_default>
|
6492 |
<show_in_website>1</show_in_website>
|
6493 |
<show_in_store>1</show_in_store>
|
6494 |
+
<config_path>payment/pay_payment_vvvgiftcard/allowspecific</config_path>
|
6495 |
</allowspecific>
|
6496 |
<specificcountry translate="label">
|
6497 |
<depends>
|
6506 |
<show_in_website>1</show_in_website>
|
6507 |
<show_in_store>1</show_in_store>
|
6508 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
6509 |
+
<config_path>payment/pay_payment_vvvgiftcard/specificcountry</config_path>
|
6510 |
</specificcountry>
|
6511 |
<limit_shipping translate="label">
|
6512 |
<depends>
|
6514 |
</depends>
|
6515 |
<label>Verzendmethoden blokkeren</label>
|
6516 |
<comment>
|
6517 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
6518 |
+
verzendmethoden
|
6519 |
</comment>
|
6520 |
<frontend_type>select</frontend_type>
|
6521 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
6523 |
<show_in_default>1</show_in_default>
|
6524 |
<show_in_website>1</show_in_website>
|
6525 |
<show_in_store>1</show_in_store>
|
6526 |
+
<config_path>payment/pay_payment_vvvgiftcard/limit_shipping</config_path>
|
6527 |
</limit_shipping>
|
6528 |
<disabled_shippingmethods>
|
6529 |
<depends>
|
6540 |
<show_in_default>1</show_in_default>
|
6541 |
<show_in_website>1</show_in_website>
|
6542 |
<show_in_store>1</show_in_store>
|
6543 |
+
<config_path>payment/pay_payment_vvvgiftcard/disabled_shippingmethods</config_path>
|
6544 |
</disabled_shippingmethods>
|
6545 |
<order_status translate="label">
|
6546 |
<depends>
|
6554 |
<show_in_default>1</show_in_default>
|
6555 |
<show_in_website>1</show_in_website>
|
6556 |
<show_in_store>1</show_in_store>
|
6557 |
+
<config_path>payment/pay_payment_vvvgiftcard/order_status</config_path>
|
6558 |
</order_status>
|
6559 |
<order_status_success translate="label">
|
6560 |
<depends>
|
6568 |
<show_in_default>1</show_in_default>
|
6569 |
<show_in_website>1</show_in_website>
|
6570 |
<show_in_store>1</show_in_store>
|
6571 |
+
<config_path>payment/pay_payment_vvvgiftcard/order_status_success</config_path>
|
6572 |
</order_status_success>
|
6573 |
<charge_type translate="label">
|
6574 |
<depends>
|
6575 |
<active>1</active>
|
6576 |
</depends>
|
6577 |
<label>Extra kosten rekenen</label>
|
6578 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
6579 |
+
van
|
6580 |
+
het
|
6581 |
totaalbedrag of een vast bedrag
|
6582 |
</comment>
|
6583 |
<frontend_type>select</frontend_type>
|
6586 |
<show_in_default>1</show_in_default>
|
6587 |
<show_in_website>1</show_in_website>
|
6588 |
<show_in_store>1</show_in_store>
|
6589 |
+
<config_path>payment/pay_payment_vvvgiftcard/charge_type</config_path>
|
6590 |
</charge_type>
|
6591 |
<charge_value translate="label">
|
6592 |
<depends>
|
6593 |
<active>1</active>
|
6594 |
</depends>
|
6595 |
<label>Extra kosten</label>
|
6596 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
6597 |
+
decimalen,
|
6598 |
als u geen extra kosten wilt rekenen vult u niets in
|
6599 |
</comment>
|
6600 |
<frontend_type>text</frontend_type>
|
6602 |
<show_in_default>1</show_in_default>
|
6603 |
<show_in_website>1</show_in_website>
|
6604 |
<show_in_store>1</show_in_store>
|
6605 |
+
<config_path>payment/pay_payment_vvvgiftcard/charge_value</config_path>
|
6606 |
</charge_value>
|
6607 |
<charge_tax_class translate="label">
|
6608 |
<depends>
|
6615 |
<show_in_default>1</show_in_default>
|
6616 |
<show_in_website>1</show_in_website>
|
6617 |
<show_in_store>1</show_in_store>
|
6618 |
+
<config_path>payment/pay_payment_vvvgiftcard/charge_tax_class</config_path>
|
6619 |
</charge_tax_class>
|
6620 |
<send_mail translate="label">
|
6621 |
<depends>
|
6629 |
<show_in_store>1</show_in_store>
|
6630 |
<frontend_type>select</frontend_type>
|
6631 |
<source_model>pay_payment/source_sendmail</source_model>
|
6632 |
+
<config_path>payment/pay_payment_vvvgiftcard/send_mail</config_path>
|
6633 |
</send_mail>
|
6634 |
</fields>
|
6635 |
</pay_payment_vvvgiftcard>
|
6636 |
+
<pay_payment_webshopgiftcard type="group" translate="label" module="pay_payment">
|
6637 |
+
<label>Webshopgiftcard</label>
|
6638 |
<model>pay_payment/Model_Paymentmethod_Webshopgiftcard</model>
|
6639 |
+
<sort_order>4100</sort_order>
|
6640 |
<show_in_default>1</show_in_default>
|
6641 |
<show_in_website>1</show_in_website>
|
6642 |
<show_in_store>1</show_in_store>
|
6650 |
<show_in_store>1</show_in_store>
|
6651 |
<frontend_type>select</frontend_type>
|
6652 |
<source_model>pay_payment/source_paymentmethod_webshopgiftcard_active</source_model>
|
6653 |
+
<config_path>payment/pay_payment_webshopgiftcard/active</config_path>
|
6654 |
</active>
|
6655 |
<title translate="label">
|
6656 |
<depends>
|
6662 |
<show_in_default>1</show_in_default>
|
6663 |
<show_in_website>1</show_in_website>
|
6664 |
<show_in_store>1</show_in_store>
|
6665 |
+
<config_path>payment/pay_payment_webshopgiftcard/title</config_path>
|
6666 |
</title>
|
6667 |
|
6668 |
<sort_order translate="label">
|
6675 |
<show_in_default>1</show_in_default>
|
6676 |
<show_in_website>1</show_in_website>
|
6677 |
<show_in_store>1</show_in_store>
|
6678 |
+
<config_path>payment/pay_payment_webshopgiftcard/sort_order</config_path>
|
6679 |
</sort_order>
|
6680 |
<min_order_total translate="label">
|
6681 |
<depends>
|
6682 |
<active>1</active>
|
6683 |
</depends>
|
6684 |
<label>Minimum bedrag</label>
|
6685 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6686 |
+
</comment>
|
6687 |
<frontend_type>text</frontend_type>
|
6688 |
<sort_order>5</sort_order>
|
6689 |
<show_in_default>1</show_in_default>
|
6690 |
<show_in_website>1</show_in_website>
|
6691 |
<show_in_store>1</show_in_store>
|
6692 |
+
<config_path>payment/pay_payment_webshopgiftcard/min_order_total</config_path>
|
6693 |
</min_order_total>
|
6694 |
<max_order_total translate="label">
|
6695 |
<depends>
|
6696 |
<active>1</active>
|
6697 |
</depends>
|
6698 |
<label>Maximum bedrag</label>
|
6699 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6700 |
+
</comment>
|
6701 |
<frontend_type>text</frontend_type>
|
6702 |
<sort_order>6</sort_order>
|
6703 |
<show_in_default>1</show_in_default>
|
6704 |
<show_in_website>1</show_in_website>
|
6705 |
<show_in_store>1</show_in_store>
|
6706 |
+
<config_path>payment/pay_payment_webshopgiftcard/max_order_total</config_path>
|
6707 |
</max_order_total>
|
6708 |
<allowspecific translate="label">
|
6709 |
<depends>
|
6711 |
</depends>
|
6712 |
<label>Beschikbaarheid per land</label>
|
6713 |
<frontend_type>allowspecific</frontend_type>
|
6714 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
6715 |
+
</source_model>
|
6716 |
<sort_order>7</sort_order>
|
6717 |
<show_in_default>1</show_in_default>
|
6718 |
<show_in_website>1</show_in_website>
|
6719 |
<show_in_store>1</show_in_store>
|
6720 |
+
<config_path>payment/pay_payment_webshopgiftcard/allowspecific</config_path>
|
6721 |
</allowspecific>
|
6722 |
<specificcountry translate="label">
|
6723 |
<depends>
|
6732 |
<show_in_website>1</show_in_website>
|
6733 |
<show_in_store>1</show_in_store>
|
6734 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
6735 |
+
<config_path>payment/pay_payment_webshopgiftcard/specificcountry</config_path>
|
6736 |
</specificcountry>
|
6737 |
<limit_shipping translate="label">
|
6738 |
<depends>
|
6740 |
</depends>
|
6741 |
<label>Verzendmethoden blokkeren</label>
|
6742 |
<comment>
|
6743 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
6744 |
+
verzendmethoden
|
6745 |
</comment>
|
6746 |
<frontend_type>select</frontend_type>
|
6747 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
6749 |
<show_in_default>1</show_in_default>
|
6750 |
<show_in_website>1</show_in_website>
|
6751 |
<show_in_store>1</show_in_store>
|
6752 |
+
<config_path>payment/pay_payment_webshopgiftcard/limit_shipping</config_path>
|
6753 |
</limit_shipping>
|
6754 |
<disabled_shippingmethods>
|
6755 |
<depends>
|
6766 |
<show_in_default>1</show_in_default>
|
6767 |
<show_in_website>1</show_in_website>
|
6768 |
<show_in_store>1</show_in_store>
|
6769 |
+
<config_path>payment/pay_payment_webshopgiftcard/disabled_shippingmethods</config_path>
|
6770 |
</disabled_shippingmethods>
|
6771 |
<order_status translate="label">
|
6772 |
<depends>
|
6780 |
<show_in_default>1</show_in_default>
|
6781 |
<show_in_website>1</show_in_website>
|
6782 |
<show_in_store>1</show_in_store>
|
6783 |
+
<config_path>payment/pay_payment_webshopgiftcard/order_status</config_path>
|
6784 |
</order_status>
|
6785 |
<order_status_success translate="label">
|
6786 |
<depends>
|
6794 |
<show_in_default>1</show_in_default>
|
6795 |
<show_in_website>1</show_in_website>
|
6796 |
<show_in_store>1</show_in_store>
|
6797 |
+
<config_path>payment/pay_payment_webshopgiftcard/order_status_success</config_path>
|
6798 |
</order_status_success>
|
6799 |
<charge_type translate="label">
|
6800 |
<depends>
|
6801 |
<active>1</active>
|
6802 |
</depends>
|
6803 |
<label>Extra kosten rekenen</label>
|
6804 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
6805 |
+
van
|
6806 |
+
het
|
6807 |
totaalbedrag of een vast bedrag
|
6808 |
</comment>
|
6809 |
<frontend_type>select</frontend_type>
|
6812 |
<show_in_default>1</show_in_default>
|
6813 |
<show_in_website>1</show_in_website>
|
6814 |
<show_in_store>1</show_in_store>
|
6815 |
+
<config_path>payment/pay_payment_webshopgiftcard/charge_type</config_path>
|
6816 |
</charge_type>
|
6817 |
<charge_value translate="label">
|
6818 |
<depends>
|
6819 |
<active>1</active>
|
6820 |
</depends>
|
6821 |
<label>Extra kosten</label>
|
6822 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
6823 |
+
decimalen,
|
6824 |
als u geen extra kosten wilt rekenen vult u niets in
|
6825 |
</comment>
|
6826 |
<frontend_type>text</frontend_type>
|
6828 |
<show_in_default>1</show_in_default>
|
6829 |
<show_in_website>1</show_in_website>
|
6830 |
<show_in_store>1</show_in_store>
|
6831 |
+
<config_path>payment/pay_payment_webshopgiftcard/charge_value</config_path>
|
6832 |
</charge_value>
|
6833 |
<charge_tax_class translate="label">
|
6834 |
<depends>
|
6841 |
<show_in_default>1</show_in_default>
|
6842 |
<show_in_website>1</show_in_website>
|
6843 |
<show_in_store>1</show_in_store>
|
6844 |
+
<config_path>payment/pay_payment_webshopgiftcard/charge_tax_class</config_path>
|
6845 |
</charge_tax_class>
|
6846 |
<send_mail translate="label">
|
6847 |
<depends>
|
6855 |
<show_in_store>1</show_in_store>
|
6856 |
<frontend_type>select</frontend_type>
|
6857 |
<source_model>pay_payment/source_sendmail</source_model>
|
6858 |
+
<config_path>payment/pay_payment_webshopgiftcard/send_mail</config_path>
|
6859 |
</send_mail>
|
6860 |
</fields>
|
6861 |
</pay_payment_webshopgiftcard>
|
6862 |
+
<pay_payment_wijncadeau type="group" translate="label" module="pay_payment">
|
6863 |
+
<label>Wijncadeau</label>
|
6864 |
<model>pay_payment/Model_Paymentmethod_Wijncadeau</model>
|
6865 |
+
<sort_order>4200</sort_order>
|
6866 |
<show_in_default>1</show_in_default>
|
6867 |
<show_in_website>1</show_in_website>
|
6868 |
<show_in_store>1</show_in_store>
|
6876 |
<show_in_store>1</show_in_store>
|
6877 |
<frontend_type>select</frontend_type>
|
6878 |
<source_model>pay_payment/source_paymentmethod_wijncadeau_active</source_model>
|
6879 |
+
<config_path>payment/pay_payment_wijncadeau/active</config_path>
|
6880 |
</active>
|
6881 |
<title translate="label">
|
6882 |
<depends>
|
6888 |
<show_in_default>1</show_in_default>
|
6889 |
<show_in_website>1</show_in_website>
|
6890 |
<show_in_store>1</show_in_store>
|
6891 |
+
<config_path>payment/pay_payment_wijncadeau/title</config_path>
|
6892 |
</title>
|
6893 |
|
6894 |
<sort_order translate="label">
|
6901 |
<show_in_default>1</show_in_default>
|
6902 |
<show_in_website>1</show_in_website>
|
6903 |
<show_in_store>1</show_in_store>
|
6904 |
+
<config_path>payment/pay_payment_wijncadeau/sort_order</config_path>
|
6905 |
</sort_order>
|
6906 |
<min_order_total translate="label">
|
6907 |
<depends>
|
6908 |
<active>1</active>
|
6909 |
</depends>
|
6910 |
<label>Minimum bedrag</label>
|
6911 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6912 |
+
</comment>
|
6913 |
<frontend_type>text</frontend_type>
|
6914 |
<sort_order>5</sort_order>
|
6915 |
<show_in_default>1</show_in_default>
|
6916 |
<show_in_website>1</show_in_website>
|
6917 |
<show_in_store>1</show_in_store>
|
6918 |
+
<config_path>payment/pay_payment_wijncadeau/min_order_total</config_path>
|
6919 |
</min_order_total>
|
6920 |
<max_order_total translate="label">
|
6921 |
<depends>
|
6922 |
<active>1</active>
|
6923 |
</depends>
|
6924 |
<label>Maximum bedrag</label>
|
6925 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
6926 |
+
</comment>
|
6927 |
<frontend_type>text</frontend_type>
|
6928 |
<sort_order>6</sort_order>
|
6929 |
<show_in_default>1</show_in_default>
|
6930 |
<show_in_website>1</show_in_website>
|
6931 |
<show_in_store>1</show_in_store>
|
6932 |
+
<config_path>payment/pay_payment_wijncadeau/max_order_total</config_path>
|
6933 |
</max_order_total>
|
6934 |
<allowspecific translate="label">
|
6935 |
<depends>
|
6937 |
</depends>
|
6938 |
<label>Beschikbaarheid per land</label>
|
6939 |
<frontend_type>allowspecific</frontend_type>
|
6940 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
6941 |
+
</source_model>
|
6942 |
<sort_order>7</sort_order>
|
6943 |
<show_in_default>1</show_in_default>
|
6944 |
<show_in_website>1</show_in_website>
|
6945 |
<show_in_store>1</show_in_store>
|
6946 |
+
<config_path>payment/pay_payment_wijncadeau/allowspecific</config_path>
|
6947 |
</allowspecific>
|
6948 |
<specificcountry translate="label">
|
6949 |
<depends>
|
6958 |
<show_in_website>1</show_in_website>
|
6959 |
<show_in_store>1</show_in_store>
|
6960 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
6961 |
+
<config_path>payment/pay_payment_wijncadeau/specificcountry</config_path>
|
6962 |
</specificcountry>
|
6963 |
<limit_shipping translate="label">
|
6964 |
<depends>
|
6966 |
</depends>
|
6967 |
<label>Verzendmethoden blokkeren</label>
|
6968 |
<comment>
|
6969 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
6970 |
+
verzendmethoden
|
6971 |
</comment>
|
6972 |
<frontend_type>select</frontend_type>
|
6973 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
6975 |
<show_in_default>1</show_in_default>
|
6976 |
<show_in_website>1</show_in_website>
|
6977 |
<show_in_store>1</show_in_store>
|
6978 |
+
<config_path>payment/pay_payment_wijncadeau/limit_shipping</config_path>
|
6979 |
</limit_shipping>
|
6980 |
<disabled_shippingmethods>
|
6981 |
<depends>
|
6992 |
<show_in_default>1</show_in_default>
|
6993 |
<show_in_website>1</show_in_website>
|
6994 |
<show_in_store>1</show_in_store>
|
6995 |
+
<config_path>payment/pay_payment_wijncadeau/disabled_shippingmethods</config_path>
|
6996 |
</disabled_shippingmethods>
|
6997 |
<order_status translate="label">
|
6998 |
<depends>
|
7006 |
<show_in_default>1</show_in_default>
|
7007 |
<show_in_website>1</show_in_website>
|
7008 |
<show_in_store>1</show_in_store>
|
7009 |
+
<config_path>payment/pay_payment_wijncadeau/order_status</config_path>
|
7010 |
</order_status>
|
7011 |
<order_status_success translate="label">
|
7012 |
<depends>
|
7020 |
<show_in_default>1</show_in_default>
|
7021 |
<show_in_website>1</show_in_website>
|
7022 |
<show_in_store>1</show_in_store>
|
7023 |
+
<config_path>payment/pay_payment_wijncadeau/order_status_success</config_path>
|
7024 |
</order_status_success>
|
7025 |
<charge_type translate="label">
|
7026 |
<depends>
|
7027 |
<active>1</active>
|
7028 |
</depends>
|
7029 |
<label>Extra kosten rekenen</label>
|
7030 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
7031 |
+
van
|
7032 |
+
het
|
7033 |
totaalbedrag of een vast bedrag
|
7034 |
</comment>
|
7035 |
<frontend_type>select</frontend_type>
|
7038 |
<show_in_default>1</show_in_default>
|
7039 |
<show_in_website>1</show_in_website>
|
7040 |
<show_in_store>1</show_in_store>
|
7041 |
+
<config_path>payment/pay_payment_wijncadeau/charge_type</config_path>
|
7042 |
</charge_type>
|
7043 |
<charge_value translate="label">
|
7044 |
<depends>
|
7045 |
<active>1</active>
|
7046 |
</depends>
|
7047 |
<label>Extra kosten</label>
|
7048 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
7049 |
+
decimalen,
|
7050 |
als u geen extra kosten wilt rekenen vult u niets in
|
7051 |
</comment>
|
7052 |
<frontend_type>text</frontend_type>
|
7054 |
<show_in_default>1</show_in_default>
|
7055 |
<show_in_website>1</show_in_website>
|
7056 |
<show_in_store>1</show_in_store>
|
7057 |
+
<config_path>payment/pay_payment_wijncadeau/charge_value</config_path>
|
7058 |
</charge_value>
|
7059 |
<charge_tax_class translate="label">
|
7060 |
<depends>
|
7067 |
<show_in_default>1</show_in_default>
|
7068 |
<show_in_website>1</show_in_website>
|
7069 |
<show_in_store>1</show_in_store>
|
7070 |
+
<config_path>payment/pay_payment_wijncadeau/charge_tax_class</config_path>
|
7071 |
</charge_tax_class>
|
7072 |
<send_mail translate="label">
|
7073 |
<depends>
|
7081 |
<show_in_store>1</show_in_store>
|
7082 |
<frontend_type>select</frontend_type>
|
7083 |
<source_model>pay_payment/source_sendmail</source_model>
|
7084 |
+
<config_path>payment/pay_payment_wijncadeau/send_mail</config_path>
|
7085 |
</send_mail>
|
7086 |
</fields>
|
7087 |
</pay_payment_wijncadeau>
|
7088 |
+
<pay_payment_yourgift type="group" translate="label" module="pay_payment">
|
7089 |
+
<label>YourGift</label>
|
7090 |
<model>pay_payment/Model_Paymentmethod_Yourgift</model>
|
7091 |
+
<sort_order>4300</sort_order>
|
7092 |
<show_in_default>1</show_in_default>
|
7093 |
<show_in_website>1</show_in_website>
|
7094 |
<show_in_store>1</show_in_store>
|
7102 |
<show_in_store>1</show_in_store>
|
7103 |
<frontend_type>select</frontend_type>
|
7104 |
<source_model>pay_payment/source_paymentmethod_yourgift_active</source_model>
|
7105 |
+
<config_path>payment/pay_payment_yourgift/active</config_path>
|
7106 |
</active>
|
7107 |
<title translate="label">
|
7108 |
<depends>
|
7114 |
<show_in_default>1</show_in_default>
|
7115 |
<show_in_website>1</show_in_website>
|
7116 |
<show_in_store>1</show_in_store>
|
7117 |
+
<config_path>payment/pay_payment_yourgift/title</config_path>
|
7118 |
</title>
|
7119 |
|
7120 |
<sort_order translate="label">
|
7127 |
<show_in_default>1</show_in_default>
|
7128 |
<show_in_website>1</show_in_website>
|
7129 |
<show_in_store>1</show_in_store>
|
7130 |
+
<config_path>payment/pay_payment_yourgift/sort_order</config_path>
|
7131 |
</sort_order>
|
7132 |
<min_order_total translate="label">
|
7133 |
<depends>
|
7134 |
<active>1</active>
|
7135 |
</depends>
|
7136 |
<label>Minimum bedrag</label>
|
7137 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
7138 |
+
</comment>
|
7139 |
<frontend_type>text</frontend_type>
|
7140 |
<sort_order>5</sort_order>
|
7141 |
<show_in_default>1</show_in_default>
|
7142 |
<show_in_website>1</show_in_website>
|
7143 |
<show_in_store>1</show_in_store>
|
7144 |
+
<config_path>payment/pay_payment_yourgift/min_order_total</config_path>
|
7145 |
</min_order_total>
|
7146 |
<max_order_total translate="label">
|
7147 |
<depends>
|
7148 |
<active>1</active>
|
7149 |
</depends>
|
7150 |
<label>Maximum bedrag</label>
|
7151 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden
|
7152 |
+
</comment>
|
7153 |
<frontend_type>text</frontend_type>
|
7154 |
<sort_order>6</sort_order>
|
7155 |
<show_in_default>1</show_in_default>
|
7156 |
<show_in_website>1</show_in_website>
|
7157 |
<show_in_store>1</show_in_store>
|
7158 |
+
<config_path>payment/pay_payment_yourgift/max_order_total</config_path>
|
7159 |
</max_order_total>
|
7160 |
<allowspecific translate="label">
|
7161 |
<depends>
|
7163 |
</depends>
|
7164 |
<label>Beschikbaarheid per land</label>
|
7165 |
<frontend_type>allowspecific</frontend_type>
|
7166 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries
|
7167 |
+
</source_model>
|
7168 |
<sort_order>7</sort_order>
|
7169 |
<show_in_default>1</show_in_default>
|
7170 |
<show_in_website>1</show_in_website>
|
7171 |
<show_in_store>1</show_in_store>
|
7172 |
+
<config_path>payment/pay_payment_yourgift/allowspecific</config_path>
|
7173 |
</allowspecific>
|
7174 |
<specificcountry translate="label">
|
7175 |
<depends>
|
7184 |
<show_in_website>1</show_in_website>
|
7185 |
<show_in_store>1</show_in_store>
|
7186 |
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
7187 |
+
<config_path>payment/pay_payment_yourgift/specificcountry</config_path>
|
7188 |
</specificcountry>
|
7189 |
<limit_shipping translate="label">
|
7190 |
<depends>
|
7192 |
</depends>
|
7193 |
<label>Verzendmethoden blokkeren</label>
|
7194 |
<comment>
|
7195 |
+
Schakel dit in als u deze betaalmethode wilt blokkeren voor bepaalde
|
7196 |
+
verzendmethoden
|
7197 |
</comment>
|
7198 |
<frontend_type>select</frontend_type>
|
7199 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
7201 |
<show_in_default>1</show_in_default>
|
7202 |
<show_in_website>1</show_in_website>
|
7203 |
<show_in_store>1</show_in_store>
|
7204 |
+
<config_path>payment/pay_payment_yourgift/limit_shipping</config_path>
|
7205 |
</limit_shipping>
|
7206 |
<disabled_shippingmethods>
|
7207 |
<depends>
|
7218 |
<show_in_default>1</show_in_default>
|
7219 |
<show_in_website>1</show_in_website>
|
7220 |
<show_in_store>1</show_in_store>
|
7221 |
+
<config_path>payment/pay_payment_yourgift/disabled_shippingmethods</config_path>
|
7222 |
</disabled_shippingmethods>
|
7223 |
<order_status translate="label">
|
7224 |
<depends>
|
7232 |
<show_in_default>1</show_in_default>
|
7233 |
<show_in_website>1</show_in_website>
|
7234 |
<show_in_store>1</show_in_store>
|
7235 |
+
<config_path>payment/pay_payment_yourgift/order_status</config_path>
|
7236 |
</order_status>
|
7237 |
<order_status_success translate="label">
|
7238 |
<depends>
|
7246 |
<show_in_default>1</show_in_default>
|
7247 |
<show_in_website>1</show_in_website>
|
7248 |
<show_in_store>1</show_in_store>
|
7249 |
+
<config_path>payment/pay_payment_yourgift/order_status_success</config_path>
|
7250 |
</order_status_success>
|
7251 |
<charge_type translate="label">
|
7252 |
<depends>
|
7253 |
<active>1</active>
|
7254 |
</depends>
|
7255 |
<label>Extra kosten rekenen</label>
|
7256 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage
|
7257 |
+
van
|
7258 |
+
het
|
7259 |
totaalbedrag of een vast bedrag
|
7260 |
</comment>
|
7261 |
<frontend_type>select</frontend_type>
|
7264 |
<show_in_default>1</show_in_default>
|
7265 |
<show_in_website>1</show_in_website>
|
7266 |
<show_in_store>1</show_in_store>
|
7267 |
+
<config_path>payment/pay_payment_yourgift/charge_type</config_path>
|
7268 |
</charge_type>
|
7269 |
<charge_value translate="label">
|
7270 |
<depends>
|
7271 |
<active>1</active>
|
7272 |
</depends>
|
7273 |
<label>Extra kosten</label>
|
7274 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor
|
7275 |
+
decimalen,
|
7276 |
als u geen extra kosten wilt rekenen vult u niets in
|
7277 |
</comment>
|
7278 |
<frontend_type>text</frontend_type>
|
7280 |
<show_in_default>1</show_in_default>
|
7281 |
<show_in_website>1</show_in_website>
|
7282 |
<show_in_store>1</show_in_store>
|
7283 |
+
<config_path>payment/pay_payment_yourgift/charge_value</config_path>
|
7284 |
</charge_value>
|
7285 |
<charge_tax_class translate="label">
|
7286 |
<depends>
|
7293 |
<show_in_default>1</show_in_default>
|
7294 |
<show_in_website>1</show_in_website>
|
7295 |
<show_in_store>1</show_in_store>
|
7296 |
+
<config_path>payment/pay_payment_yourgift/charge_tax_class</config_path>
|
7297 |
</charge_tax_class>
|
7298 |
<send_mail translate="label">
|
7299 |
<depends>
|
7307 |
<show_in_store>1</show_in_store>
|
7308 |
<frontend_type>select</frontend_type>
|
7309 |
<source_model>pay_payment/source_sendmail</source_model>
|
7310 |
+
<config_path>payment/pay_payment_yourgift/send_mail</config_path>
|
7311 |
</send_mail>
|
7312 |
</fields>
|
7313 |
</pay_payment_yourgift>
|
7314 |
</groups>
|
7315 |
+
</pay_payment>
|
7316 |
+
<sales>
|
7317 |
+
<groups>
|
7318 |
+
<totals_sort translate="label">
|
7319 |
+
<fields>
|
7320 |
+
<payment_charge>
|
7321 |
+
<label>Pay.nl betaalmethode kosten</label>
|
7322 |
+
<frontend_type>text</frontend_type>
|
7323 |
+
<sort_order>10</sort_order>
|
7324 |
+
<show_in_default>1</show_in_default>
|
7325 |
+
<show_in_website>1</show_in_website>
|
7326 |
+
<show_in_store>1</show_in_store>
|
7327 |
+
</payment_charge>
|
7328 |
+
</fields>
|
7329 |
+
</totals_sort>
|
7330 |
+
</groups>
|
7331 |
+
</sales>
|
7332 |
</sections>
|
7333 |
</config>
|
|
app/design/frontend/base/default/template/pay/payment/form/billink.phtml
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
<?php
|
2 |
$_code = $this->getMethodCode();
|
3 |
-
|
4 |
-
$
|
5 |
-
$dobMonth =
|
6 |
-
$dobYear = $session->getBirthdayYear();
|
7 |
|
8 |
$enablePersonal = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_personal',
|
9 |
Mage::app()->getStore());
|
10 |
$enableBusiness = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_business',
|
11 |
Mage::app()->getStore());
|
12 |
-
|
13 |
?>
|
14 |
|
15 |
|
1 |
<?php
|
2 |
$_code = $this->getMethodCode();
|
3 |
+
|
4 |
+
$dob = $this->getDob();
|
5 |
+
list($dobYear,$dobMonth,$dobDay) = explode('-',$dob);
|
|
|
6 |
|
7 |
$enablePersonal = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_personal',
|
8 |
Mage::app()->getStore());
|
9 |
$enableBusiness = Mage::getStoreConfig('payment/pay_payment_billink/ask_data_business',
|
10 |
Mage::app()->getStore());
|
11 |
+
|
12 |
?>
|
13 |
|
14 |
|
app/design/frontend/base/default/template/pay/payment/form/focum.phtml
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
<?php
|
|
|
2 |
$_code = $this->getMethodCode();
|
3 |
-
$
|
4 |
-
|
5 |
-
$dobMonth =
|
6 |
-
$dobYear = $session->getBirthdayYear();
|
7 |
|
8 |
-
/**
|
9 |
-
* @var $this Pay_Payment_Model_Paymentmethod_Focum
|
10 |
-
*/
|
11 |
?>
|
12 |
|
13 |
|
@@ -33,7 +30,7 @@ $dobYear = $session->getBirthdayYear();
|
|
33 |
</li>
|
34 |
<li>IBAN</li>
|
35 |
<li>
|
36 |
-
<input type="text" id="iban" name="payment[iban]" value="" title="iban" class="input-text" placeholder="iban">
|
37 |
</li>
|
38 |
|
39 |
</ul>
|
1 |
<?php
|
2 |
+
/** @var Pay_Payment_Model_Paymentmethod $this */
|
3 |
$_code = $this->getMethodCode();
|
4 |
+
$dob = $this->getDob();
|
5 |
+
|
6 |
+
list($dobYear,$dobMonth,$dobDay) = explode('-',$dob);
|
|
|
7 |
|
|
|
|
|
|
|
8 |
?>
|
9 |
|
10 |
|
30 |
</li>
|
31 |
<li>IBAN</li>
|
32 |
<li>
|
33 |
+
<input type="text" id="iban" name="payment[iban]" value="<?php echo $this->getIban(); ?>" title="iban" class="input-text" placeholder="iban">
|
34 |
</li>
|
35 |
|
36 |
</ul>
|
app/design/frontend/base/default/template/pay/payment/form/klarna.phtml
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
$_code = $this->getMethodCode();
|
3 |
+
|
4 |
+
$dob = $this->getDob();
|
5 |
+
|
6 |
+
list($dobYear,$dobMonth,$dobDay) = explode('-',$dob);
|
7 |
+
|
8 |
+
?>
|
9 |
+
|
10 |
+
|
11 |
+
<ul class="form-list" id="payment_form_<?php echo $_code ?>" style="display:none;">
|
12 |
+
<li><?php echo $this->__('Date of Birth'); ?></li>
|
13 |
+
<li>
|
14 |
+
<div class="input-box customer-dob">
|
15 |
+
<div class="dob-day">
|
16 |
+
<input type="text" id="day" name="payment[birthday_day]" value="<?php echo $dobDay; ?>" title="Day"
|
17 |
+
class="input-text">
|
18 |
+
<label for="day">DD</label>
|
19 |
+
</div>
|
20 |
+
<div class="dob-month">
|
21 |
+
<input type="text" id="month" name="payment[birthday_month]" value="<?php echo $dobMonth; ?>" title="Month"
|
22 |
+
class="input-text">
|
23 |
+
<label for="month">MM</label>
|
24 |
+
</div>
|
25 |
+
<div class="dob-year">
|
26 |
+
<input type="text" id="year" name="payment[birthday_year]" value="<?php echo $dobYear; ?>" title="Year"
|
27 |
+
class="input-text" autocomplete="off">
|
28 |
+
<label for="year">YYYY</label>
|
29 |
+
</div>
|
30 |
+
</li>
|
31 |
+
</ul>
|
32 |
+
<div>
|
33 |
+
<?php echo $this->getMethod()->getConfigData('message'); ?>
|
34 |
+
</div>
|
package.xml
CHANGED
@@ -1,18 +1,21 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Pay_NL</name>
|
4 |
-
<version>3.
|
5 |
<stability>stable</stability>
|
6 |
<license>Pay</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Betaalmethoden van pay.nl</summary>
|
10 |
<description>Magento plugin voor betaalmethoden van pay.nl</description>
|
11 |
-
<notes>
|
|
|
|
|
|
|
12 |
<authors><author><name>Andy Pieters</name><user>andy</user><email>andy@pay.nl</email></author></authors>
|
13 |
-
<date>2016-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Pay_Payment.xml" hash="035161a836b38119a3deee9a53aa0493"/></dir></target><target name="magecommunity"><dir name="Pay"><dir name="Payment"><dir name="Block"><dir name="Adminhtml"><file name="Paymentmethods.php" hash="388fd5b8c91b469989956a44d3747981"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="efa170c6d6373db23cbbc431dfd16dd1"/></dir><dir name="Invoice"><file name="Totals.php" hash="660af963b2284d67f2a7d2fed81547f5"/></dir><file name="Totals.php" hash="6e1b2e3ff405dd6b71b3fcad4b7aa6dd"/></dir><file name="Totals.php" hash="21d34a974051ffebad9649476907c470"/></dir></dir><dir name="Form"><file name="Abstract.php" hash="7cc054db9a7a6cd5798de652684e942c"/><file name="Afterpay.php" hash="8cd5ff0c701b80c495e2b54ca42aa409"/><file name="Afterpayem.php" hash="f2a0fec2f35709f8a74197a6d54563ea"/><file name="Amex.php" hash="1cc976c7680ae23c907c142b9298135b"/><file name="Billink.php" hash="ae4ea1feb64307acd645b6c6619843b0"/><file name="Bitcoin.php" hash="75865e865383e68fdf95247750f7f277"/><file name="Capayable.php" hash="a645ff66638cce1866e4d501f46ba598"/><file name="CapayableGespreid.php" hash="675baec90bca1504c46d47da0a9c6bdd"/><file name="Cartebleue.php" hash="9f390551e37eb1d69e12760cc1f880f6"/><file name="Cashticket.php" hash="13c16a46961fc82340a3bd6de96cdaae"/><file name="Clickandbuy.php" hash="1a7dde770d23b8d9aa2414faecf1fb4c"/><file name="Ebon.php" hash="35678a3bb72f840634573fd85d4ebab1"/><file name="Fashioncheque.php" hash="e57fbef0ab9844cdb7e140c4cf1b150f"/><file name="Focum.php" hash="2d762345fab7bafb286bdfaa599adc92"/><file name="Gezondheidsbon.php" hash="81abc8787d0a46e31c997b99c70dbc81"/><file name="Giropay.php" hash="904c5cea2b36185deae3261f611502be"/><file name="Givacard.php" hash="09b095326e89a770647eab2079694efe"/><file name="Ideal.php" hash="0720b83586844572901ffd327c425561"/><file name="Incasso.php" hash="088d6e570c9edc630d828732920b250b"/><file name="Maestro.php" hash="2870b24ad711fb158e6e56d7e755edd1"/><file name="Minitixsms.php" hash="8c4b7b79a0b13b8101dd33dbd5c51ca4"/><file name="Mistercash.php" hash="01d7fab254566dbb8b6e64c0e8d0be1f"/><file name="Mybank.php" hash="05f186caa7c61ef84016eeeb5cf5263e"/><file name="Overboeking.php" hash="151c5d9d35aa600f904b4282af1fa891"/><file name="Paypal.php" hash="a2e4bba7138951b21865b3fa5e3ce7ad"/><file name="Paysafecard.php" hash="3f63b7b95225a17395af647391e63271"/><file name="Podiumkadokaart.php" hash="b93a7ecb5b1d37b629010b792e21ddc6"/><file name="Postepay.php" hash="fa2b53034c84dc4aa5cd92ca7c725843"/><file name="Sofortbanking.php" hash="f92906b55d8dbcac2fd8f1e444c3c70a"/><file name="Telefoon.php" hash="eebbf880b197049a5a708fb894b2155a"/><file name="Visamastercard.php" hash="89841cbd01f3e1d7b7eb66f77e2b3049"/><file name="Vvvgiftcard.php" hash="9edef6ea1e39508326c7a46f56aafe13"/><file name="Webshopgiftcard.php" hash="5d00fb02f9d6dd3a57a3cd10b9e90088"/><file name="Wijncadeau.php" hash="db5bb33cc1a430046ee71d9320fd2384"/><file name="Yourgift.php" hash="8e9fe3c928a3b8ba26699256cfb7d94e"/></dir><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="ed22b3a323eafbea1e211ce7b8babf5d"/></dir><dir name="Invoice"><file name="Totals.php" hash="f609b1022bf81824e8863548bb97ca70"/></dir><file name="Totals.php" hash="cdb66b39cea22a6ed2aef9454c90c4b7"/></dir></dir></dir><file name="Exception.php" hash="a200bf2c08b9b9ee4d126feb40abbd19"/><dir name="Helper"><dir name="Api"><file name="Exception.php" hash="4b4bc19e5aa40cafa38807e9a59661b3"/><file name="Getservice.php" hash="19172bd4aa57980d7cb7a38f3c6e9c39"/><file name="Info.php" hash="fe2f4855d9085e38e4b4a59ee521462e"/><file name="Ispayserverip.php" hash="17500fbea806c329192d8f01c58b682e"/><file name="Refund.php" hash="b7200111390ce8b5cd22074af1191300"/><file name="Start.php" hash="0bf828a6f70bdc43ae286799b806dfe8"/></dir><file name="Api.php" hash="f5791a80907f09cd1d0bd7ed3a874db1"/><file name="Data.php" hash="d536a2f3220fd3d5cdbf186bbb85d82c"/><file name="Order.php" hash="bf17ff80686274aa9779148c42a44bca"/><file name="Total.php" hash="0a7d2b69cd75323c38d69de9073db4c0"/><file name="cacert.pem" hash="9f92a0d9f605e227ae068e605f4c86fa"/></dir><dir name="Model"><dir name="Backend"><file name="Trim.php" hash="a232e48f459a6556c393f4da7a0d4139"/></dir><dir name="Mysql4"><dir name="Option"><file name="Collection.php" hash="54034bcf55cc7586e3d9cea66a267ed0"/></dir><file name="Option.php" hash="70563149e562bb27cee0f8041e170fce"/><dir name="Optionsub"><file name="Collection.php" hash="90f32544532471e2fb2dcd5a54b66be8"/></dir><file name="Optionsub.php" hash="20838820f4dc50ca04c8faf79597aea0"/><dir name="Transaction"><file name="Collection.php" hash="289e4368ab9d03e36bec938f9b3c9666"/></dir><file name="Transaction.php" hash="cb2787ab540acf82e94daef0ba07235e"/></dir><file name="Option.php" hash="2a42d9bb5040b1f2964c146149cb1afd"/><file name="Optionsub.php" hash="acc178145aec8aa3f813055188cec3b5"/><dir name="Paymentmethod"><file name="Afterpay.php" hash="ad86753b77f5ba38f9f487a21b5dd740"/><file name="Afterpayem.php" hash="0e46d05dbd0e50568ce501f015a4bef9"/><file name="Amex.php" hash="7b4157754d63950c3896a516db92e8f2"/><file name="Billink.php" hash="48d8c137ba7e8d81cb838ef15259711e"/><file name="Bitcoin.php" hash="496ec9c7912b8b284168e93640528ed6"/><file name="Capayable.php" hash="60f67926b2921a8b88b5b00766ae4694"/><file name="CapayableGespreid.php" hash="cf13bf9b313b1e73afc66ca9953291cf"/><file name="Cartebleue.php" hash="9c7582f774e76a5932a58a8b9ec9e51a"/><file name="Cashticket.php" hash="b374db3c31e1ca0a702c9cd0f0ec89d0"/><file name="Clickandbuy.php" hash="a115c4ad56f34c950006c43d0309ca50"/><file name="Directebankingat.php" hash="ca5c66808b80ebf45b87b50bb3869d5c"/><file name="Directebankingbe.php" hash="01a145c0f8b3d530bebe7483dc9a852a"/><file name="Directebankingch.php" hash="eff6c69f2939d0032ec45a2bb6cb775c"/><file name="Directebankingde.php" hash="618447766c61bf254a497fe53ac835ed"/><file name="Directebankinggb.php" hash="7aea68e3423c863ea0e070cede19e5ef"/><file name="Directebankingnl.php" hash="09376b04d44fd78e98b018c6cbe254da"/><file name="Ebon.php" hash="38a55ff247957a7cc931f3f7a8f9575e"/><file name="Fashioncheque.php" hash="68355c9aaaf281b47d805dd09a29a2e4"/><file name="Fasterpay.php" hash="1b9ee1aea70b148627038b04a77e9aa3"/><file name="Focum.php" hash="47263c4cc1673a770611d31385bf02b2"/><file name="Gezondheidsbon.php" hash="9eb4a0560499cfa77bfeb0caf2721880"/><file name="Giropay.php" hash="0c1a03865705abf36a515f4ce853fe79"/><file name="Givacard.php" hash="674b31ad7ec22621b57093da2944dec0"/><file name="Ideal.php" hash="93dba271529a693a0248e43802e2b801"/><file name="Incasso.php" hash="201b14ae2b7ca0c3ca57c10c7f63539f"/><file name="Maestro.php" hash="eaa24f85ca579779f8f48d0b55dbf41f"/><file name="Minitixsms.php" hash="41b8147fa7bf1222fc9e11df57ddf6ea"/><file name="Mistercash.php" hash="f731220c7c1b1bef18632d2463d9a1a7"/><file name="Mybank.php" hash="15343fcf04a43da6209a2d68e530ed8d"/><file name="Overboeking.php" hash="9d2829863036d3990a1e1e650fa651b3"/><file name="Paypal.php" hash="cab6b68d26e84407fa33089df7ac54c8"/><file name="Paysafecard.php" hash="932534b552ea0668aa7923c931dd546a"/><file name="Podiumkadokaart.php" hash="98e0fda57978ac23f8ccac603a62c55d"/><file name="Postepay.php" hash="b98826f7a81a1631227de202ed769e1d"/><file name="Sofortbanking.php" hash="989478f44af7f829d5566734bfae96c3"/><file name="Telefoon.php" hash="8744b545ef8c5f55cc6c3d209c27e8af"/><file name="Visamastercard.php" hash="db8cf0d660bd13a52ed79822350bbcc5"/><file name="Vvvgiftcard.php" hash="a726dbdf43590afec40b898797c6e90c"/><file name="Webshopgiftcard.php" hash="746e512f5421e465010afe85a3db88fc"/><file name="Wijncadeau.php" hash="f5de786cd19fc9dc9ce82e15a2c78c2d"/><file name="Yourgift.php" hash="dd5f2c77dd2a2c473d9153fb243cf454"/></dir><file name="Paymentmethod.php" hash="5d2297d6334cb1c669aae40b45e61ce1"/><dir name="Paypal"><file name="Cart.php" hash="4e2c74c4f744ddc613023ebeea924a25"/></dir><dir name="Resource"><file name="Setup.php" hash="4bf6f4eb88b06047e021f55077898312"/></dir><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><dir name="Total"><file name="Paymentcharge.php" hash="db1725df84a85e5e6885c497a0d364ee"/></dir></dir><dir name="Invoice"><dir name="Total"><file name="Paymentcharge.php" hash="aded24e6ad69b2d312ca7cb9cf08594e"/></dir></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Paymentcharge.php" hash="eb824f206b938f6f68c67885e0fc848a"/></dir></dir></dir></dir><dir name="Source"><file name="Gateway.php" hash="78d710bc4415e9872f270cd15b30551d"/><file name="Iconsize.php" hash="6e3d674afb63ddcc8f30a968b8a9dd71"/><file name="Language.php" hash="53db4f77dcf223a1afd260c565150bfe"/><dir name="Paymentmethod"><file name="Active.php" hash="ee0210654744b696b79a95f1c4747be1"/><dir name="Afterpay"><file name="Active.php" hash="631b79947d92cf932c80eca13f53afe9"/></dir><dir name="Afterpayem"><file name="Active.php" hash="1d049374372537c86e2c593e452889d1"/></dir><dir name="Amex"><file name="Active.php" hash="bc1e611d56d0372959a4b66f172cd1e0"/></dir><dir name="Billink"><file name="Active.php" hash="18d119c4720809e1cd82a51e95dd8a77"/></dir><dir name="Bitcoin"><file name="Active.php" hash="fc89631b3cda4a656d9b7f3973849eae"/></dir><dir name="Capayable"><file name="Active.php" hash="65d3e8a72527f75942e6054192965aa7"/></dir><dir name="CapayableGespreid"><file name="Active.php" hash="a471a6a2c7a3a59780c89a67ed8a6924"/></dir><dir name="Cartebleue"><file name="Active.php" hash="bcf8c51ecfbc8d44c9f49a39dc764bd4"/></dir><dir name="Cashticket"><file name="Active.php" hash="b2fb653f955206b95ade46b7d773fd44"/></dir><dir name="Clickandbuy"><file name="Active.php" hash="3cd4822bf3b81f37f221e8a2f71831f1"/></dir><dir name="Directebankingat"><file name="Active.php" hash="016a9c30042730f59987a15084813274"/></dir><dir name="Directebankingbe"><file name="Active.php" hash="ef0792c4afe797fba3f5a2412605f3ae"/></dir><dir name="Directebankingch"><file name="Active.php" hash="8445a878d1fac3d66fad692a27886875"/></dir><dir name="Directebankingde"><file name="Active.php" hash="4b6618ac4cd8f871a87420394c229206"/></dir><dir name="Directebankinggb"><file name="Active.php" hash="061845a9869bcfe3d747c6860d85631c"/></dir><dir name="Directebankingnl"><file name="Active.php" hash="9324b7b952b0b5d29a24981008968299"/></dir><dir name="Ebon"><file name="Active.php" hash="5100654efe41f52ba03b49b388192877"/></dir><dir name="Fashioncheque"><file name="Active.php" hash="c5fa9deac7ffd651b049ffb72133163f"/></dir><dir name="Fasterpay"><file name="Active.php" hash="ad54e7a72f63b690436bd7e370368dbf"/></dir><dir name="Focum"><file name="Active.php" hash="418942b5cf3a48d515cf3589b00637e6"/></dir><dir name="Gezondheidsbon"><file name="Active.php" hash="f24be4a3c557a717634e9d874c442d02"/></dir><dir name="Giropay"><file name="Active.php" hash="1552d5fc9fbb84a2d2f3871a55ac4ec6"/></dir><dir name="Givacard"><file name="Active.php" hash="c69157dff1c3dc4572d693c63140969b"/></dir><dir name="Ideal"><file name="Active.php" hash="85d0fcdfa9d3258d6ff5bceae5b0042f"/><file name="Selecttype.php" hash="37e19c073cf39469efe1ce9d7548a4b7"/></dir><dir name="Incasso"><file name="Active.php" hash="d99d1c2538d021f126243b738564fc4a"/></dir><dir name="Maestro"><file name="Active.php" hash="c33b890119ecfcbc4f67044ac8750f42"/></dir><dir name="Minitixsms"><file name="Active.php" hash="f3ab8dd3680e3183d10e58764582cb37"/></dir><dir name="Mistercash"><file name="Active.php" hash="24633712262b195c058abb08b7468ee6"/></dir><dir name="Mybank"><file name="Active.php" hash="d29339a25c6a1bd4c02e0609ad3668cf"/></dir><dir name="Overboeking"><file name="Active.php" hash="10c1163ece5af584568e7cc8a2aa6975"/></dir><dir name="Paypal"><file name="Active.php" hash="626755f8781e02fdc5693b4f21a43be3"/></dir><dir name="Paysafecard"><file name="Active.php" hash="498f7ca442b0b640a40917b9e891664c"/></dir><dir name="Podiumkadokaart"><file name="Active.php" hash="2836dfcb49fb6e267c169ea0f1a8e011"/></dir><dir name="Postepay"><file name="Active.php" hash="40101c5b929e5c652b7c73d38bd55b00"/></dir><dir name="Sofortbanking"><file name="Active.php" hash="6090cc3aa35ba5655e1c3766c22d73a8"/></dir><dir name="Telefoon"><file name="Active.php" hash="e48b97faa7bf1744787e3ac60c0f178c"/></dir><dir name="Visamastercard"><file name="Active.php" hash="89130148898e2cf60e97630820ab8958"/></dir><dir name="Vvvgiftcard"><file name="Active.php" hash="ed0258c05c2e16ea189dfbd221a45b51"/></dir><dir name="Webshopgiftcard"><file name="Active.php" hash="4340b8530118937df32caa2a53294b5b"/></dir><dir name="Wijncadeau"><file name="Active.php" hash="b0b9a73e470a188731c6121b642c3710"/></dir><dir name="Yourgift"><file name="Active.php" hash="2e277ce8b3407f037468c17b818f4144"/></dir></dir><file name="Sendmail.php" hash="626c01900a480ecd790bf56324e4590c"/><dir name="Status"><file name="PendingPayment.php" hash="9358466304af44f3a22f77fec7630be1"/><file name="Processing.php" hash="aea6f58cfb750a93f03ae4b435c59766"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Chargetype.php" hash="82c781472b46ae466f2ec6d6b0251df3"/></dir></dir></dir><file name="Transaction.php" hash="df20dca2a1fa3bc7db654a58cd99a1da"/></dir><dir name="controllers"><file name="CheckoutController.php" hash="7cb14d5982884c98fd3c1ad3a3c72c83"/><file name="OrderController.php" hash="28cdb511a0eb3687fc8833aa7b9ea61c"/></dir><dir name="etc"><file name="config.xml" hash="3e51537c76aa200244ad73cda73c47b4"/><file name="system.xml" hash="e40142d3e741f46f1fea6c763ceaa005"/></dir><dir name="sql"><dir name="pay_payment_setup"><file name="install-3.1.2.8.php" hash="7191d2eae22bede77c14292f81241707"/><file name="upgrade-3.0.0-3.1.0.php" hash="4b76b4f06ca7d3ffcec5e55a72773340"/><file name="upgrade-3.1.2.2-3.1.2.4.php" hash="aa75d3330b6d6db8d41a33404c6ca923"/><file name="upgrade-3.1.2.7-3.1.2.8.php" hash="22882b3a6a6977d1cb2b29cecb5a792f"/><file name="upgrade-3.2.1-3.2.2.php" hash="6bcb9d73a61bea4081c02b3f21a7c84e"/><file name="upgrade-3.2.13-3.2.14.php" hash="4fa59649ffc6a7cc6af3050e5f2a9700"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="pay"><dir name="payment"><dir name="form"><file name="billink.phtml" hash="d62a82c960145e0ced4651c995f21a56"/><file name="default.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="focum.phtml" hash="66bfa3e61a14b8abcdeeb85e6c4fd750"/><file name="ideal.phtml" hash="6cfa69a8773dfc091e055b531bbf31dc"/><file name="idealSelect.phtml" hash="13936d975af0083512378f5936a5896d"/></dir><file name="mark.phtml" hash="ab61d728f0d237a34f78300554d8ba0f"/></dir></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="pay_payment"><file name="logo.png" hash="b45a2ccf5e85a713b786d85c1059afee"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.1.0</min><max>7.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Pay_NL</name>
|
4 |
+
<version>3.6.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Pay</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Betaalmethoden van pay.nl</summary>
|
10 |
<description>Magento plugin voor betaalmethoden van pay.nl</description>
|
11 |
+
<notes>Added Klarna
|
12 |
+
Moved all Payment Method configs to the paynl admin page
|
13 |
+
Added option to show payment costs in checkout
|
14 |
+
</notes>
|
15 |
<authors><author><name>Andy Pieters</name><user>andy</user><email>andy@pay.nl</email></author></authors>
|
16 |
+
<date>2016-12-15</date>
|
17 |
+
<time>14:28:48</time>
|
18 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Pay_Payment.xml" hash="035161a836b38119a3deee9a53aa0493"/></dir></target><target name="magecommunity"><dir name="Pay"><dir name="Payment"><dir name="Block"><dir name="Adminhtml"><file name="Paymentmethods.php" hash="388fd5b8c91b469989956a44d3747981"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="efa170c6d6373db23cbbc431dfd16dd1"/></dir><dir name="Invoice"><file name="Totals.php" hash="660af963b2284d67f2a7d2fed81547f5"/></dir><file name="Totals.php" hash="6e1b2e3ff405dd6b71b3fcad4b7aa6dd"/></dir><file name="Totals.php" hash="21d34a974051ffebad9649476907c470"/></dir></dir><dir name="Form"><file name="Abstract.php" hash="3a924642ba346f3f7a3d546a0177549d"/><file name="Afterpay.php" hash="60e7120d92a35479229dc8686965170f"/><file name="Afterpayem.php" hash="81d7859343d26234ae897cf236acb3c9"/><file name="Amex.php" hash="9c4945bb3577d56002dc7cd24ce00fd3"/><file name="Billink.php" hash="57983ea76d42f0d20f1dda98964c05e2"/><file name="Bitcoin.php" hash="f3a40f1d2691aed2f9e7f3477b5deb1c"/><file name="Capayable.php" hash="1fb8d87532881f98ba65c46215910cdd"/><file name="CapayableGespreid.php" hash="082ca172c67f29185b21e935e32c9c1e"/><file name="Cartebleue.php" hash="db7da62ea79ae9e8a15998b91618c7cb"/><file name="Fashioncheque.php" hash="7c1a9727da5d3fccd0a07abb7424f296"/><file name="Focum.php" hash="174b8123191d98dd2328de887c9450df"/><file name="Gezondheidsbon.php" hash="33fcf9147f239a604bd4fba78ea2cba4"/><file name="Giropay.php" hash="b2f52e1b1e3340950238bde715f8f963"/><file name="Givacard.php" hash="d2dc92a3b66236a302a54049a08840e0"/><file name="Ideal.php" hash="fef986eaba046584083e36f3609a0013"/><file name="Incasso.php" hash="aebe891d50b69970bd46f59d23814edb"/><file name="Klarna.php" hash="d23264284abfc0ec083a1042b28b8c14"/><file name="Maestro.php" hash="82b16a17cd78e1ad6f46fe751da7c8e4"/><file name="Mistercash.php" hash="ed955716ad3c8ad4bc00f374cd0cfd8c"/><file name="Mybank.php" hash="057c8079eebde684e9227ab2d7e14405"/><file name="Overboeking.php" hash="f4be14559a4a8c3e2daec114f45bcdd2"/><file name="Paypal.php" hash="f9579c1c34eb4436e53f761c2dee258a"/><file name="Paysafecard.php" hash="6df3b810346618d9161a8e9cac559deb"/><file name="Podiumkadokaart.php" hash="eeac3bafc861cffb016b9a2b2e3826a9"/><file name="Postepay.php" hash="7aa30da423bf38cfdf4a4deb6b628d1d"/><file name="Sofortbanking.php" hash="6900b858d9081ba94c1eb2d543672891"/><file name="Telefoon.php" hash="54c8520b21e1c999b52c54e93b542df8"/><file name="Visamastercard.php" hash="ce3a7868f9b8860acaaf176fc153896f"/><file name="Vvvgiftcard.php" hash="4830f8b4d221316ecdcb28b419799d23"/><file name="Webshopgiftcard.php" hash="3061340972cc57c3baf5a372a1fd7b61"/><file name="Wijncadeau.php" hash="72b1003d47bf7d03c8c14f3a04919e17"/><file name="Yourgift.php" hash="4a2fafa29ca7d860e99529dd7f2cbff4"/></dir><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="ed22b3a323eafbea1e211ce7b8babf5d"/></dir><dir name="Invoice"><file name="Totals.php" hash="f609b1022bf81824e8863548bb97ca70"/></dir><file name="Totals.php" hash="cdb66b39cea22a6ed2aef9454c90c4b7"/></dir></dir></dir><file name="Exception.php" hash="a200bf2c08b9b9ee4d126feb40abbd19"/><dir name="Helper"><dir name="Api"><file name="Capture.php" hash="cf258c8163f5d82b2c19587e58924c6e"/><file name="Exception.php" hash="4b4bc19e5aa40cafa38807e9a59661b3"/><file name="Getservice.php" hash="19172bd4aa57980d7cb7a38f3c6e9c39"/><file name="Info.php" hash="fe2f4855d9085e38e4b4a59ee521462e"/><file name="Ispayserverip.php" hash="17500fbea806c329192d8f01c58b682e"/><file name="Refund.php" hash="b7200111390ce8b5cd22074af1191300"/><file name="Start.php" hash="0bf828a6f70bdc43ae286799b806dfe8"/></dir><file name="Api.php" hash="f5791a80907f09cd1d0bd7ed3a874db1"/><file name="Data.php" hash="d536a2f3220fd3d5cdbf186bbb85d82c"/><file name="Order.php" hash="7fa57a1b4c19b87139921acaa408afbd"/><file name="Total.php" hash="0a7d2b69cd75323c38d69de9073db4c0"/><file name="cacert.pem" hash="9f92a0d9f605e227ae068e605f4c86fa"/></dir><dir name="Model"><dir name="Backend"><file name="Trim.php" hash="a232e48f459a6556c393f4da7a0d4139"/></dir><dir name="Mysql4"><dir name="Option"><file name="Collection.php" hash="54034bcf55cc7586e3d9cea66a267ed0"/></dir><file name="Option.php" hash="70563149e562bb27cee0f8041e170fce"/><dir name="Optionsub"><file name="Collection.php" hash="90f32544532471e2fb2dcd5a54b66be8"/></dir><file name="Optionsub.php" hash="20838820f4dc50ca04c8faf79597aea0"/><dir name="Transaction"><file name="Collection.php" hash="289e4368ab9d03e36bec938f9b3c9666"/></dir><file name="Transaction.php" hash="cb2787ab540acf82e94daef0ba07235e"/></dir><file name="Option.php" hash="2a42d9bb5040b1f2964c146149cb1afd"/><file name="Optionsub.php" hash="acc178145aec8aa3f813055188cec3b5"/><dir name="Paymentmethod"><file name="Afterpay.php" hash="ad86753b77f5ba38f9f487a21b5dd740"/><file name="Afterpayem.php" hash="0e46d05dbd0e50568ce501f015a4bef9"/><file name="Amex.php" hash="7b4157754d63950c3896a516db92e8f2"/><file name="Billink.php" hash="16c12d733d8a1e22e92a4e8ee7dcffd1"/><file name="Bitcoin.php" hash="496ec9c7912b8b284168e93640528ed6"/><file name="Capayable.php" hash="60f67926b2921a8b88b5b00766ae4694"/><file name="CapayableGespreid.php" hash="cf13bf9b313b1e73afc66ca9953291cf"/><file name="Cartebleue.php" hash="9c7582f774e76a5932a58a8b9ec9e51a"/><file name="Fashioncheque.php" hash="68355c9aaaf281b47d805dd09a29a2e4"/><file name="Focum.php" hash="8f7e4b3dfde76bf83a5a72d38cd276c3"/><file name="Gezondheidsbon.php" hash="9eb4a0560499cfa77bfeb0caf2721880"/><file name="Giropay.php" hash="0c1a03865705abf36a515f4ce853fe79"/><file name="Givacard.php" hash="674b31ad7ec22621b57093da2944dec0"/><file name="Ideal.php" hash="05ed867fc3608b9d68eeec798d3a1c9d"/><file name="Incasso.php" hash="201b14ae2b7ca0c3ca57c10c7f63539f"/><file name="Klarna.php" hash="c6bf97f830d0d400382965131cb907d9"/><file name="Maestro.php" hash="eaa24f85ca579779f8f48d0b55dbf41f"/><file name="Mistercash.php" hash="f731220c7c1b1bef18632d2463d9a1a7"/><file name="Mybank.php" hash="15343fcf04a43da6209a2d68e530ed8d"/><file name="Overboeking.php" hash="9d2829863036d3990a1e1e650fa651b3"/><file name="Paypal.php" hash="cab6b68d26e84407fa33089df7ac54c8"/><file name="Paysafecard.php" hash="932534b552ea0668aa7923c931dd546a"/><file name="Podiumkadokaart.php" hash="98e0fda57978ac23f8ccac603a62c55d"/><file name="Postepay.php" hash="b98826f7a81a1631227de202ed769e1d"/><file name="Sofortbanking.php" hash="989478f44af7f829d5566734bfae96c3"/><file name="Telefoon.php" hash="8744b545ef8c5f55cc6c3d209c27e8af"/><file name="Visamastercard.php" hash="db8cf0d660bd13a52ed79822350bbcc5"/><file name="Vvvgiftcard.php" hash="a726dbdf43590afec40b898797c6e90c"/><file name="Webshopgiftcard.php" hash="746e512f5421e465010afe85a3db88fc"/><file name="Wijncadeau.php" hash="f5de786cd19fc9dc9ce82e15a2c78c2d"/><file name="Yourgift.php" hash="dd5f2c77dd2a2c473d9153fb243cf454"/></dir><file name="Paymentmethod.php" hash="b2778e85cd0e7f989ad0ad42a7b713d9"/><dir name="Paypal"><file name="Cart.php" hash="4e2c74c4f744ddc613023ebeea924a25"/></dir><dir name="Resource"><file name="Setup.php" hash="4bf6f4eb88b06047e021f55077898312"/></dir><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><dir name="Total"><file name="Paymentcharge.php" hash="db1725df84a85e5e6885c497a0d364ee"/></dir></dir><dir name="Invoice"><dir name="Total"><file name="Paymentcharge.php" hash="aded24e6ad69b2d312ca7cb9cf08594e"/></dir></dir></dir><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Paymentcharge.php" hash="eb824f206b938f6f68c67885e0fc848a"/></dir></dir></dir></dir><dir name="Source"><file name="Gateway.php" hash="78d710bc4415e9872f270cd15b30551d"/><file name="Iconsize.php" hash="6e3d674afb63ddcc8f30a968b8a9dd71"/><file name="Language.php" hash="53db4f77dcf223a1afd260c565150bfe"/><dir name="Paymentmethod"><file name="Active.php" hash="ee0210654744b696b79a95f1c4747be1"/><dir name="Afterpay"><file name="Active.php" hash="631b79947d92cf932c80eca13f53afe9"/></dir><dir name="Afterpayem"><file name="Active.php" hash="1d049374372537c86e2c593e452889d1"/></dir><dir name="Amex"><file name="Active.php" hash="bc1e611d56d0372959a4b66f172cd1e0"/></dir><dir name="Billink"><file name="Active.php" hash="18d119c4720809e1cd82a51e95dd8a77"/></dir><dir name="Bitcoin"><file name="Active.php" hash="fc89631b3cda4a656d9b7f3973849eae"/></dir><dir name="Capayable"><file name="Active.php" hash="65d3e8a72527f75942e6054192965aa7"/></dir><dir name="CapayableGespreid"><file name="Active.php" hash="a471a6a2c7a3a59780c89a67ed8a6924"/></dir><dir name="Cartebleue"><file name="Active.php" hash="bcf8c51ecfbc8d44c9f49a39dc764bd4"/></dir><dir name="Fashioncheque"><file name="Active.php" hash="c5fa9deac7ffd651b049ffb72133163f"/></dir><dir name="Focum"><file name="Active.php" hash="418942b5cf3a48d515cf3589b00637e6"/></dir><dir name="Gezondheidsbon"><file name="Active.php" hash="f24be4a3c557a717634e9d874c442d02"/></dir><dir name="Giropay"><file name="Active.php" hash="1552d5fc9fbb84a2d2f3871a55ac4ec6"/></dir><dir name="Givacard"><file name="Active.php" hash="c69157dff1c3dc4572d693c63140969b"/></dir><dir name="Ideal"><file name="Active.php" hash="85d0fcdfa9d3258d6ff5bceae5b0042f"/><file name="Selecttype.php" hash="37e19c073cf39469efe1ce9d7548a4b7"/></dir><dir name="Incasso"><file name="Active.php" hash="d99d1c2538d021f126243b738564fc4a"/></dir><dir name="Klarna"><file name="Active.php" hash="c16af8dbed563f8eb0c0794428955283"/></dir><dir name="Maestro"><file name="Active.php" hash="c33b890119ecfcbc4f67044ac8750f42"/></dir><dir name="Mistercash"><file name="Active.php" hash="24633712262b195c058abb08b7468ee6"/></dir><dir name="Mybank"><file name="Active.php" hash="d29339a25c6a1bd4c02e0609ad3668cf"/></dir><dir name="Overboeking"><file name="Active.php" hash="10c1163ece5af584568e7cc8a2aa6975"/></dir><dir name="Paypal"><file name="Active.php" hash="626755f8781e02fdc5693b4f21a43be3"/></dir><dir name="Paysafecard"><file name="Active.php" hash="498f7ca442b0b640a40917b9e891664c"/></dir><dir name="Podiumkadokaart"><file name="Active.php" hash="2836dfcb49fb6e267c169ea0f1a8e011"/></dir><dir name="Postepay"><file name="Active.php" hash="40101c5b929e5c652b7c73d38bd55b00"/></dir><dir name="Sofortbanking"><file name="Active.php" hash="6090cc3aa35ba5655e1c3766c22d73a8"/></dir><dir name="Telefoon"><file name="Active.php" hash="e48b97faa7bf1744787e3ac60c0f178c"/></dir><dir name="Visamastercard"><file name="Active.php" hash="89130148898e2cf60e97630820ab8958"/></dir><dir name="Vvvgiftcard"><file name="Active.php" hash="ed0258c05c2e16ea189dfbd221a45b51"/></dir><dir name="Webshopgiftcard"><file name="Active.php" hash="4340b8530118937df32caa2a53294b5b"/></dir><dir name="Wijncadeau"><file name="Active.php" hash="b0b9a73e470a188731c6121b642c3710"/></dir><dir name="Yourgift"><file name="Active.php" hash="2e277ce8b3407f037468c17b818f4144"/></dir></dir><file name="Sendmail.php" hash="626c01900a480ecd790bf56324e4590c"/><file name="Showfee.php" hash="1203dc1beb95867f232e0945a1728146"/><dir name="Status"><file name="PendingPayment.php" hash="9358466304af44f3a22f77fec7630be1"/><file name="Processing.php" hash="aea6f58cfb750a93f03ae4b435c59766"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Chargetype.php" hash="82c781472b46ae466f2ec6d6b0251df3"/></dir></dir></dir><file name="Transaction.php" hash="8bb6b623b503640d605cde5b27af50e8"/></dir><dir name="controllers"><file name="CheckoutController.php" hash="6849f3776bb57f743b11a0a67827f5fa"/><file name="OrderController.php" hash="28cdb511a0eb3687fc8833aa7b9ea61c"/></dir><dir name="etc"><file name="config.xml" hash="4803ab9f48183b58b83dcad5d6ef4c60"/><file name="system.xml" hash="2dd2af8d769794b1d62f95c074e26282"/></dir><dir name="sql"><dir name="pay_payment_setup"><file name="install-3.1.2.8.php" hash="7191d2eae22bede77c14292f81241707"/><file name="upgrade-3.0.0-3.1.0.php" hash="4b76b4f06ca7d3ffcec5e55a72773340"/><file name="upgrade-3.1.2.2-3.1.2.4.php" hash="aa75d3330b6d6db8d41a33404c6ca923"/><file name="upgrade-3.1.2.7-3.1.2.8.php" hash="22882b3a6a6977d1cb2b29cecb5a792f"/><file name="upgrade-3.2.1-3.2.2.php" hash="6bcb9d73a61bea4081c02b3f21a7c84e"/><file name="upgrade-3.2.13-3.2.14.php" hash="4fa59649ffc6a7cc6af3050e5f2a9700"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="pay"><dir name="payment"><dir name="form"><file name="billink.phtml" hash="7fa7d3e113b911744ba130a9084a6b87"/><file name="default.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="focum.phtml" hash="d5e55377466c3fcc5b45a4104fbc020d"/><file name="ideal.phtml" hash="6cfa69a8773dfc091e055b531bbf31dc"/><file name="idealSelect.phtml" hash="13936d975af0083512378f5936a5896d"/><file name="klarna.phtml" hash="1a496f7ebb8bd1361332519a3331faaa"/></dir><file name="mark.phtml" hash="ab61d728f0d237a34f78300554d8ba0f"/></dir></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="pay_payment"><file name="logo.png" hash="b45a2ccf5e85a713b786d85c1059afee"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
+
<dependencies><required><php><min>5.1.0</min><max>7.2.99</max></php><extension><name>curl</name><min/><max/></extension></required></dependencies>
|
21 |
</package>
|