Version Notes
Added Failover support
Fixed some Tax issues
Download this release
Release Info
Developer | Andy Pieters |
Extension | Pay_NL |
Version | 3.5.1 |
Comparing to | |
See all releases |
Code changes from version 3.5.0 to 3.5.1
- app/code/community/Pay/Payment/Block/Adminhtml/Paymentmethods.php +58 -58
- app/code/community/Pay/Payment/Block/Adminhtml/Sales/Order/Creditmemo/Totals.php +54 -54
- app/code/community/Pay/Payment/Block/Adminhtml/Sales/Order/Invoice/Totals.php +42 -42
- app/code/community/Pay/Payment/Block/Adminhtml/Sales/Order/Totals.php +45 -45
- app/code/community/Pay/Payment/Block/Adminhtml/Sales/Totals.php +73 -73
- app/code/community/Pay/Payment/Block/Form/Abstract.php +31 -31
- app/code/community/Pay/Payment/Block/Form/Afterpay.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Amex.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Billink.php +39 -39
- app/code/community/Pay/Payment/Block/Form/Bitcoin.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Cartebleue.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Cashticket.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Clickandbuy.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Ebon.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Fashioncheque.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Focum.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Gezondheidsbon.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Giropay.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Givacard.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Ideal.php +50 -50
- app/code/community/Pay/Payment/Block/Form/Incasso.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Maestro.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Minitixsms.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Mistercash.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Mybank.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Overboeking.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Paypal.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Paysafecard.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Podiumkadokaart.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Postepay.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Sofortbanking.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Telefoon.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Visamastercard.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Vvvgiftcard.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Webshopgiftcard.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Wijncadeau.php +8 -8
- app/code/community/Pay/Payment/Block/Form/Yourgift.php +8 -8
- app/code/community/Pay/Payment/Block/Sales/Order/Creditmemo/Totals.php +90 -90
- app/code/community/Pay/Payment/Block/Sales/Order/Invoice/Totals.php +54 -54
- app/code/community/Pay/Payment/Block/Sales/Order/Totals.php +45 -45
- app/code/community/Pay/Payment/Exception.php +3 -3
- app/code/community/Pay/Payment/Helper/Api.php +115 -104
- app/code/community/Pay/Payment/Helper/Api/Exception.php +3 -3
- app/code/community/Pay/Payment/Helper/Api/Getservice.php +65 -65
- app/code/community/Pay/Payment/Helper/Api/Info.php +24 -24
- app/code/community/Pay/Payment/Helper/Api/Ispayserverip.php +16 -16
- app/code/community/Pay/Payment/Helper/Api/Refund.php +42 -42
- app/code/community/Pay/Payment/Helper/Api/Start.php +223 -223
- app/code/community/Pay/Payment/Helper/Data.php +360 -354
- app/code/community/Pay/Payment/Helper/Order.php +364 -358
- app/code/community/Pay/Payment/Helper/Total.php +22 -22
- app/code/community/Pay/Payment/Model/Backend/Trim.php +12 -12
- app/code/community/Pay/Payment/Model/Mysql4/Option.php +9 -9
- app/code/community/Pay/Payment/Model/Mysql4/Option/Collection.php +7 -7
- app/code/community/Pay/Payment/Model/Mysql4/Optionsub.php +9 -9
- app/code/community/Pay/Payment/Model/Mysql4/Optionsub/Collection.php +7 -7
- app/code/community/Pay/Payment/Model/Mysql4/Transaction.php +9 -9
- app/code/community/Pay/Payment/Model/Mysql4/Transaction/Collection.php +7 -7
- app/code/community/Pay/Payment/Model/Option.php +14 -14
- app/code/community/Pay/Payment/Model/Optionsub.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod.php +76 -70
- app/code/community/Pay/Payment/Model/Paymentmethod/Afterpay.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Amex.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Billink.php +60 -60
- app/code/community/Pay/Payment/Model/Paymentmethod/Bitcoin.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Cartebleue.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Cashticket.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Clickandbuy.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingat.php +6 -6
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingbe.php +6 -6
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingch.php +6 -6
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingde.php +6 -6
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankinggb.php +6 -6
- app/code/community/Pay/Payment/Model/Paymentmethod/Directebankingnl.php +6 -6
- app/code/community/Pay/Payment/Model/Paymentmethod/Ebon.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Fashioncheque.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Fasterpay.php +6 -6
- app/code/community/Pay/Payment/Model/Paymentmethod/Focum.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Gezondheidsbon.php +8 -8
- app/code/community/Pay/Payment/Model/Paymentmethod/Giropay.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Givacard.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Ideal.php +43 -43
- app/code/community/Pay/Payment/Model/Paymentmethod/Incasso.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Maestro.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Minitixsms.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Mistercash.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Mybank.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Overboeking.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Paypal.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Paysafecard.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Podiumkadokaart.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Postepay.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Sofortbanking.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Telefoon.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Visamastercard.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Vvvgiftcard.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Webshopgiftcard.php +8 -8
- app/code/community/Pay/Payment/Model/Paymentmethod/Wijncadeau.php +7 -7
- app/code/community/Pay/Payment/Model/Paymentmethod/Yourgift.php +11 -11
- app/code/community/Pay/Payment/Model/Paypal/Cart.php +119 -119
- app/code/community/Pay/Payment/Model/Resource/Setup.php +5 -5
- app/code/community/Pay/Payment/Model/Sales/Order/Creditmemo/Total/Paymentcharge.php +43 -41
- app/code/community/Pay/Payment/Model/Sales/Order/Invoice/Total/Paymentcharge.php +47 -52
- app/code/community/Pay/Payment/Model/Sales/Quote/Address/Total/Paymentcharge.php +93 -93
- app/code/community/Pay/Payment/Model/Source/Gateway.php +17 -0
- app/code/community/Pay/Payment/Model/Source/Iconsize.php +21 -21
- app/code/community/Pay/Payment/Model/Source/Language.php +22 -22
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Active.php +37 -37
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Afterpay/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Amex/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Billink/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Bitcoin/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Cartebleue/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Cashticket/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Clickandbuy/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingat/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingbe/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingch/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingde/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankinggb/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Directebankingnl/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Ebon/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Fashioncheque/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Fasterpay/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Focum/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Gezondheidsbon/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Giropay/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Givacard/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Ideal/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Ideal/Selecttype.php +19 -19
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Incasso/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Maestro/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Minitixsms/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Mistercash/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Mybank/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Overboeking/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Paypal/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Paysafecard/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Podiumkadokaart/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Postepay/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Sofortbanking/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Telefoon/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Visamastercard/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Vvvgiftcard/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Webshopgiftcard/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Wijncadeau/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Paymentmethod/Yourgift/Active.php +3 -3
- app/code/community/Pay/Payment/Model/Source/Sendmail.php +17 -17
- app/code/community/Pay/Payment/Model/System/Config/Source/Chargetype.php +15 -15
- app/code/community/Pay/Payment/Model/Transaction.php +12 -12
- app/code/community/Pay/Payment/controllers/CheckoutController.php +273 -268
- app/code/community/Pay/Payment/controllers/OrderController.php +117 -118
- app/code/community/Pay/Payment/etc/config.xml +483 -482
- app/code/community/Pay/Payment/etc/system.xml +5484 -5468
- app/code/community/Pay/Payment/sql/pay_payment_setup/install-3.1.2.8.php +128 -128
- app/code/community/Pay/Payment/sql/pay_payment_setup/upgrade-3.0.0-3.1.0.php +16 -17
app/code/community/Pay/Payment/Block/Adminhtml/Paymentmethods.php
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Adminhtml_Paymentmethods extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
4 |
-
|
5 |
-
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element) {
|
6 |
-
$form = $element->getForm();
|
7 |
-
$parent = $form->getParent();
|
8 |
-
$scope = $parent->getScope();
|
9 |
-
$scopeId = $parent->getScopeId();
|
10 |
-
|
11 |
-
if($scope == 'stores'){
|
12 |
-
$store = Mage::app()->getStore($scopeId);
|
13 |
-
} elseif($scope == 'websites') {
|
14 |
-
$store = Mage::app()->getWebsite($scopeId);
|
15 |
-
} else {
|
16 |
-
$store = Mage::app()->getStore(0);
|
17 |
-
}
|
18 |
-
|
19 |
-
|
20 |
-
// if (strlen($code = Mage::getSingleton('adminhtml/config_data')->getStore())) { // store level
|
21 |
-
// $store_id = Mage::getModel('core/store')->load($code)->getId();
|
22 |
-
// $store = Mage::app()->getStore($store_id);
|
23 |
-
// } elseif (strlen($code = Mage::getSingleton('adminhtml/config_data')->getWebsite())) { // website level
|
24 |
-
// $website_id = Mage::getModel('core/website')->load($code)->getId();
|
25 |
-
// $store = Mage::app()->getWebsite($website_id);
|
26 |
-
// //$store_id = Mage::app()->getWebsite($website_id)->getDefaultStore()->getId();
|
27 |
-
//
|
28 |
-
// } else { // default level
|
29 |
-
// $store_id = 0;
|
30 |
-
// $store = Mage::getModel('core/store')->load($code)->getId();
|
31 |
-
// }
|
32 |
-
// //$store = Mage::app()->getStore($store_id);
|
33 |
-
//
|
34 |
-
|
35 |
-
try {
|
36 |
-
$helper = Mage::helper('pay_payment');
|
37 |
-
|
38 |
-
$helper->loadOptions($store);
|
39 |
-
|
40 |
-
$arrOptions = $helper->getOptions($store);
|
41 |
-
|
42 |
-
|
43 |
-
$output = '';
|
44 |
-
$arrOptionNames = array();
|
45 |
-
foreach ($arrOptions as $option) {
|
46 |
-
$output .= '<img src="' . $option->getImage() . '" /> ' . $option->getName() . '<br />';
|
47 |
-
// foreach ($option->getSubs() as $sub) {
|
48 |
-
// $output .= ' <img src="' . $sub->getImage() . '" /><br />';
|
49 |
-
// }
|
50 |
-
}
|
51 |
-
} catch (Exception $e) {
|
52 |
-
$output = $e->getMessage();
|
53 |
-
}
|
54 |
-
|
55 |
-
return '<div>' . $output . '</div>';
|
56 |
-
}
|
57 |
-
|
58 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Adminhtml_Paymentmethods extends Mage_Adminhtml_Block_System_Config_Form_Field {
|
4 |
+
|
5 |
+
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element) {
|
6 |
+
$form = $element->getForm();
|
7 |
+
$parent = $form->getParent();
|
8 |
+
$scope = $parent->getScope();
|
9 |
+
$scopeId = $parent->getScopeId();
|
10 |
+
|
11 |
+
if($scope == 'stores'){
|
12 |
+
$store = Mage::app()->getStore($scopeId);
|
13 |
+
} elseif($scope == 'websites') {
|
14 |
+
$store = Mage::app()->getWebsite($scopeId);
|
15 |
+
} else {
|
16 |
+
$store = Mage::app()->getStore(0);
|
17 |
+
}
|
18 |
+
|
19 |
+
|
20 |
+
// if (strlen($code = Mage::getSingleton('adminhtml/config_data')->getStore())) { // store level
|
21 |
+
// $store_id = Mage::getModel('core/store')->load($code)->getId();
|
22 |
+
// $store = Mage::app()->getStore($store_id);
|
23 |
+
// } elseif (strlen($code = Mage::getSingleton('adminhtml/config_data')->getWebsite())) { // website level
|
24 |
+
// $website_id = Mage::getModel('core/website')->load($code)->getId();
|
25 |
+
// $store = Mage::app()->getWebsite($website_id);
|
26 |
+
// //$store_id = Mage::app()->getWebsite($website_id)->getDefaultStore()->getId();
|
27 |
+
//
|
28 |
+
// } else { // default level
|
29 |
+
// $store_id = 0;
|
30 |
+
// $store = Mage::getModel('core/store')->load($code)->getId();
|
31 |
+
// }
|
32 |
+
// //$store = Mage::app()->getStore($store_id);
|
33 |
+
//
|
34 |
+
|
35 |
+
try {
|
36 |
+
$helper = Mage::helper('pay_payment');
|
37 |
+
|
38 |
+
$helper->loadOptions($store);
|
39 |
+
|
40 |
+
$arrOptions = $helper->getOptions($store);
|
41 |
+
|
42 |
+
|
43 |
+
$output = '';
|
44 |
+
$arrOptionNames = array();
|
45 |
+
foreach ($arrOptions as $option) {
|
46 |
+
$output .= '<img src="' . $option->getImage() . '" /> ' . $option->getName() . '<br />';
|
47 |
+
// foreach ($option->getSubs() as $sub) {
|
48 |
+
// $output .= ' <img src="' . $sub->getImage() . '" /><br />';
|
49 |
+
// }
|
50 |
+
}
|
51 |
+
} catch (Exception $e) {
|
52 |
+
$output = $e->getMessage();
|
53 |
+
}
|
54 |
+
|
55 |
+
return '<div>' . $output . '</div>';
|
56 |
+
}
|
57 |
+
|
58 |
+
}
|
app/code/community/Pay/Payment/Block/Adminhtml/Sales/Order/Creditmemo/Totals.php
CHANGED
@@ -1,54 +1,54 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Adminhtml order creditmemo totals block
|
5 |
-
*
|
6 |
-
* @category Pay
|
7 |
-
* @package Pay_Payment
|
8 |
-
*/
|
9 |
-
class Pay_Payment_Block_Adminhtml_Sales_order_Creditmemo_Totals extends Pay_Payment_Block_Adminhtml_Sales_Totals
|
10 |
-
{
|
11 |
-
protected $_creditmemo;
|
12 |
-
|
13 |
-
public function getCreditmemo()
|
14 |
-
{
|
15 |
-
if ($this->_creditmemo === null) {
|
16 |
-
if ($this->hasData('creditmemo')) {
|
17 |
-
$this->_creditmemo = $this->_getData('creditmemo');
|
18 |
-
} elseif (Mage::registry('current_creditmemo')) {
|
19 |
-
$this->_creditmemo = Mage::registry('current_creditmemo');
|
20 |
-
} elseif ($this->getParentBlock() && $this->getParentBlock()->getCreditmemo()) {
|
21 |
-
$this->_creditmemo = $this->getParentBlock()->getCreditmemo();
|
22 |
-
}
|
23 |
-
}
|
24 |
-
return $this->_creditmemo;
|
25 |
-
}
|
26 |
-
|
27 |
-
public function getSource()
|
28 |
-
{
|
29 |
-
return $this->getCreditmemo();
|
30 |
-
}
|
31 |
-
|
32 |
-
/**
|
33 |
-
* Initialize creditmemo totals array
|
34 |
-
*
|
35 |
-
* @return Mage_Sales_Block_Order_Totals
|
36 |
-
*/
|
37 |
-
protected function _initTotals()
|
38 |
-
{
|
39 |
-
parent::_initTotals();
|
40 |
-
$this->addTotal(new Varien_Object(array(
|
41 |
-
'code' => 'adjustment_positive',
|
42 |
-
'value' => $this->getSource()->getAdjustmentPositive(),
|
43 |
-
'base_value'=> $this->getSource()->getBaseAdjustmentPositive(),
|
44 |
-
'label' => $this->helper('sales')->__('Adjustment Refund')
|
45 |
-
)));
|
46 |
-
$this->addTotal(new Varien_Object(array(
|
47 |
-
'code' => 'adjustment_negative',
|
48 |
-
'value' => $this->getSource()->getAdjustmentNegative(),
|
49 |
-
'base_value'=> $this->getSource()->getBaseAdjustmentNegative(),
|
50 |
-
'label' => $this->helper('sales')->__('Adjustment Fee')
|
51 |
-
)));
|
52 |
-
return $this;
|
53 |
-
}
|
54 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Adminhtml order creditmemo totals block
|
5 |
+
*
|
6 |
+
* @category Pay
|
7 |
+
* @package Pay_Payment
|
8 |
+
*/
|
9 |
+
class Pay_Payment_Block_Adminhtml_Sales_order_Creditmemo_Totals extends Pay_Payment_Block_Adminhtml_Sales_Totals
|
10 |
+
{
|
11 |
+
protected $_creditmemo;
|
12 |
+
|
13 |
+
public function getCreditmemo()
|
14 |
+
{
|
15 |
+
if ($this->_creditmemo === null) {
|
16 |
+
if ($this->hasData('creditmemo')) {
|
17 |
+
$this->_creditmemo = $this->_getData('creditmemo');
|
18 |
+
} elseif (Mage::registry('current_creditmemo')) {
|
19 |
+
$this->_creditmemo = Mage::registry('current_creditmemo');
|
20 |
+
} elseif ($this->getParentBlock() && $this->getParentBlock()->getCreditmemo()) {
|
21 |
+
$this->_creditmemo = $this->getParentBlock()->getCreditmemo();
|
22 |
+
}
|
23 |
+
}
|
24 |
+
return $this->_creditmemo;
|
25 |
+
}
|
26 |
+
|
27 |
+
public function getSource()
|
28 |
+
{
|
29 |
+
return $this->getCreditmemo();
|
30 |
+
}
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Initialize creditmemo totals array
|
34 |
+
*
|
35 |
+
* @return Mage_Sales_Block_Order_Totals
|
36 |
+
*/
|
37 |
+
protected function _initTotals()
|
38 |
+
{
|
39 |
+
parent::_initTotals();
|
40 |
+
$this->addTotal(new Varien_Object(array(
|
41 |
+
'code' => 'adjustment_positive',
|
42 |
+
'value' => $this->getSource()->getAdjustmentPositive(),
|
43 |
+
'base_value'=> $this->getSource()->getBaseAdjustmentPositive(),
|
44 |
+
'label' => $this->helper('sales')->__('Adjustment Refund')
|
45 |
+
)));
|
46 |
+
$this->addTotal(new Varien_Object(array(
|
47 |
+
'code' => 'adjustment_negative',
|
48 |
+
'value' => $this->getSource()->getAdjustmentNegative(),
|
49 |
+
'base_value'=> $this->getSource()->getBaseAdjustmentNegative(),
|
50 |
+
'label' => $this->helper('sales')->__('Adjustment Fee')
|
51 |
+
)));
|
52 |
+
return $this;
|
53 |
+
}
|
54 |
+
}
|
app/code/community/Pay/Payment/Block/Adminhtml/Sales/Order/Invoice/Totals.php
CHANGED
@@ -1,42 +1,42 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Adminhtml order invoice totals block
|
5 |
-
*
|
6 |
-
* @category Pay
|
7 |
-
* @package Paay_Payment
|
8 |
-
*/
|
9 |
-
class Pay_Payment_Block_Adminhtml_Sales_order_Invoice_Totals extends Pay_Payment_Block_Adminhtml_Sales_Totals
|
10 |
-
{
|
11 |
-
protected $_invoice = null;
|
12 |
-
|
13 |
-
public function getInvoice()
|
14 |
-
{
|
15 |
-
if ($this->_invoice === null) {
|
16 |
-
if ($this->hasData('invoice')) {
|
17 |
-
$this->_invoice = $this->_getData('invoice');
|
18 |
-
} elseif (Mage::registry('current_invoice')) {
|
19 |
-
$this->_invoice = Mage::registry('current_invoice');
|
20 |
-
} elseif ($this->getParentBlock()->getInvoice()) {
|
21 |
-
$this->_invoice = $this->getParentBlock()->getInvoice();
|
22 |
-
}
|
23 |
-
}
|
24 |
-
return $this->_invoice;
|
25 |
-
}
|
26 |
-
|
27 |
-
public function getSource()
|
28 |
-
{
|
29 |
-
return $this->getInvoice();
|
30 |
-
}
|
31 |
-
|
32 |
-
/**
|
33 |
-
* Initialize order totals array
|
34 |
-
*
|
35 |
-
* @return Mage_Sales_Block_Order_Totals
|
36 |
-
*/
|
37 |
-
protected function _initTotals()
|
38 |
-
{
|
39 |
-
parent::_initTotals();
|
40 |
-
return $this;
|
41 |
-
}
|
42 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Adminhtml order invoice totals block
|
5 |
+
*
|
6 |
+
* @category Pay
|
7 |
+
* @package Paay_Payment
|
8 |
+
*/
|
9 |
+
class Pay_Payment_Block_Adminhtml_Sales_order_Invoice_Totals extends Pay_Payment_Block_Adminhtml_Sales_Totals
|
10 |
+
{
|
11 |
+
protected $_invoice = null;
|
12 |
+
|
13 |
+
public function getInvoice()
|
14 |
+
{
|
15 |
+
if ($this->_invoice === null) {
|
16 |
+
if ($this->hasData('invoice')) {
|
17 |
+
$this->_invoice = $this->_getData('invoice');
|
18 |
+
} elseif (Mage::registry('current_invoice')) {
|
19 |
+
$this->_invoice = Mage::registry('current_invoice');
|
20 |
+
} elseif ($this->getParentBlock()->getInvoice()) {
|
21 |
+
$this->_invoice = $this->getParentBlock()->getInvoice();
|
22 |
+
}
|
23 |
+
}
|
24 |
+
return $this->_invoice;
|
25 |
+
}
|
26 |
+
|
27 |
+
public function getSource()
|
28 |
+
{
|
29 |
+
return $this->getInvoice();
|
30 |
+
}
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Initialize order totals array
|
34 |
+
*
|
35 |
+
* @return Mage_Sales_Block_Order_Totals
|
36 |
+
*/
|
37 |
+
protected function _initTotals()
|
38 |
+
{
|
39 |
+
parent::_initTotals();
|
40 |
+
return $this;
|
41 |
+
}
|
42 |
+
}
|
app/code/community/Pay/Payment/Block/Adminhtml/Sales/Order/Totals.php
CHANGED
@@ -1,45 +1,45 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Adminhtml order totals block
|
5 |
-
*
|
6 |
-
* @category Pay
|
7 |
-
* @package Pay_Payment
|
8 |
-
*/
|
9 |
-
class Pay_Payment_Block_Adminhtml_Sales_Order_Totals extends Pay_Payment_Block_Adminhtml_Sales_Totals
|
10 |
-
{
|
11 |
-
/**
|
12 |
-
* Initialize order totals array
|
13 |
-
*
|
14 |
-
* @return Mage_Sales_Block_Order_Totals
|
15 |
-
*/
|
16 |
-
protected function _initTotals()
|
17 |
-
{
|
18 |
-
parent::_initTotals();
|
19 |
-
$this->_totals['paid'] = new Varien_Object(array(
|
20 |
-
'code' => 'paid',
|
21 |
-
'strong' => true,
|
22 |
-
'value' => $this->getSource()->getTotalPaid(),
|
23 |
-
'base_value'=> $this->getSource()->getBaseTotalPaid(),
|
24 |
-
'label' => $this->helper('sales')->__('Total Paid'),
|
25 |
-
'area' => 'footer'
|
26 |
-
));
|
27 |
-
$this->_totals['refunded'] = new Varien_Object(array(
|
28 |
-
'code' => 'refunded',
|
29 |
-
'strong' => true,
|
30 |
-
'value' => $this->getSource()->getTotalRefunded(),
|
31 |
-
'base_value'=> $this->getSource()->getBaseTotalRefunded(),
|
32 |
-
'label' => $this->helper('sales')->__('Total Refunded'),
|
33 |
-
'area' => 'footer'
|
34 |
-
));
|
35 |
-
$this->_totals['due'] = new Varien_Object(array(
|
36 |
-
'code' => 'due',
|
37 |
-
'strong' => true,
|
38 |
-
'value' => $this->getSource()->getTotalDue(),
|
39 |
-
'base_value'=> $this->getSource()->getBaseTotalDue(),
|
40 |
-
'label' => $this->helper('sales')->__('Total Due'),
|
41 |
-
'area' => 'footer'
|
42 |
-
));
|
43 |
-
return $this;
|
44 |
-
}
|
45 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Adminhtml order totals block
|
5 |
+
*
|
6 |
+
* @category Pay
|
7 |
+
* @package Pay_Payment
|
8 |
+
*/
|
9 |
+
class Pay_Payment_Block_Adminhtml_Sales_Order_Totals extends Pay_Payment_Block_Adminhtml_Sales_Totals
|
10 |
+
{
|
11 |
+
/**
|
12 |
+
* Initialize order totals array
|
13 |
+
*
|
14 |
+
* @return Mage_Sales_Block_Order_Totals
|
15 |
+
*/
|
16 |
+
protected function _initTotals()
|
17 |
+
{
|
18 |
+
parent::_initTotals();
|
19 |
+
$this->_totals['paid'] = new Varien_Object(array(
|
20 |
+
'code' => 'paid',
|
21 |
+
'strong' => true,
|
22 |
+
'value' => $this->getSource()->getTotalPaid(),
|
23 |
+
'base_value'=> $this->getSource()->getBaseTotalPaid(),
|
24 |
+
'label' => $this->helper('sales')->__('Total Paid'),
|
25 |
+
'area' => 'footer'
|
26 |
+
));
|
27 |
+
$this->_totals['refunded'] = new Varien_Object(array(
|
28 |
+
'code' => 'refunded',
|
29 |
+
'strong' => true,
|
30 |
+
'value' => $this->getSource()->getTotalRefunded(),
|
31 |
+
'base_value'=> $this->getSource()->getBaseTotalRefunded(),
|
32 |
+
'label' => $this->helper('sales')->__('Total Refunded'),
|
33 |
+
'area' => 'footer'
|
34 |
+
));
|
35 |
+
$this->_totals['due'] = new Varien_Object(array(
|
36 |
+
'code' => 'due',
|
37 |
+
'strong' => true,
|
38 |
+
'value' => $this->getSource()->getTotalDue(),
|
39 |
+
'base_value'=> $this->getSource()->getBaseTotalDue(),
|
40 |
+
'label' => $this->helper('sales')->__('Total Due'),
|
41 |
+
'area' => 'footer'
|
42 |
+
));
|
43 |
+
return $this;
|
44 |
+
}
|
45 |
+
}
|
app/code/community/Pay/Payment/Block/Adminhtml/Sales/Totals.php
CHANGED
@@ -1,73 +1,73 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* @category Pay
|
5 |
-
* @package Pay_Payment
|
6 |
-
*/
|
7 |
-
class Pay_Payment_Block_Adminhtml_Sales_Totals extends Mage_Adminhtml_Block_Sales_Totals
|
8 |
-
{
|
9 |
-
/**
|
10 |
-
* Initialize order totals array
|
11 |
-
*
|
12 |
-
* @return Mage_Sales_Block_Order_Totals
|
13 |
-
*/
|
14 |
-
protected function _initTotals()
|
15 |
-
{
|
16 |
-
parent::_initTotals();
|
17 |
-
|
18 |
-
$source = $this->getSource();
|
19 |
-
|
20 |
-
$this->_totals['paid'] = new Varien_Object(array(
|
21 |
-
'code' => 'paid',
|
22 |
-
'strong' => true,
|
23 |
-
'value' => $this->getSource()->getTotalPaid(),
|
24 |
-
'base_value'=> $this->getSource()->getBaseTotalPaid(),
|
25 |
-
'label' => $this->helper('sales')->__('Total Paid'),
|
26 |
-
'area' => 'footer'
|
27 |
-
));
|
28 |
-
$this->_totals['refunded'] = new Varien_Object(array(
|
29 |
-
'code' => 'refunded',
|
30 |
-
'strong' => true,
|
31 |
-
'value' => $this->getSource()->getTotalRefunded(),
|
32 |
-
'base_value'=> $this->getSource()->getBaseTotalRefunded(),
|
33 |
-
'label' => $this->helper('sales')->__('Total Refunded'),
|
34 |
-
'area' => 'footer'
|
35 |
-
));
|
36 |
-
$this->_totals['due'] = new Varien_Object(array(
|
37 |
-
'code' => 'due',
|
38 |
-
'strong' => true,
|
39 |
-
'value' => $this->getSource()->getTotalDue(),
|
40 |
-
'base_value'=> $this->getSource()->getBaseTotalDue(),
|
41 |
-
'label' => $this->helper('sales')->__('Total Due'),
|
42 |
-
'area' => 'footer'
|
43 |
-
));
|
44 |
-
|
45 |
-
/**
|
46 |
-
* Add store rewards
|
47 |
-
*/
|
48 |
-
|
49 |
-
|
50 |
-
$totals = $this->_totals;
|
51 |
-
$newTotals = array();
|
52 |
-
if (count($totals)>0) {
|
53 |
-
foreach ($totals as $index=>$arr) {
|
54 |
-
if ($index == "grand_total") {
|
55 |
-
if (((float)$this->getSource()->getPaymentCharge()) != 0) {
|
56 |
-
$label = Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore());
|
57 |
-
$newTotals['payment_charge'] = new Varien_Object(array(
|
58 |
-
'code' => 'payment_charge',
|
59 |
-
'field' => 'payment_charge',
|
60 |
-
'base_value' => $source->getBasePaymentCharge(),
|
61 |
-
'value' => $source->getPaymentCharge(),
|
62 |
-
'label' => $label
|
63 |
-
));
|
64 |
-
}
|
65 |
-
}
|
66 |
-
$newTotals[$index] = $arr;
|
67 |
-
}
|
68 |
-
$this->_totals = $newTotals;
|
69 |
-
}
|
70 |
-
|
71 |
-
return $this;
|
72 |
-
}
|
73 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @category Pay
|
5 |
+
* @package Pay_Payment
|
6 |
+
*/
|
7 |
+
class Pay_Payment_Block_Adminhtml_Sales_Totals extends Mage_Adminhtml_Block_Sales_Totals
|
8 |
+
{
|
9 |
+
/**
|
10 |
+
* Initialize order totals array
|
11 |
+
*
|
12 |
+
* @return Mage_Sales_Block_Order_Totals
|
13 |
+
*/
|
14 |
+
protected function _initTotals()
|
15 |
+
{
|
16 |
+
parent::_initTotals();
|
17 |
+
|
18 |
+
$source = $this->getSource();
|
19 |
+
|
20 |
+
$this->_totals['paid'] = new Varien_Object(array(
|
21 |
+
'code' => 'paid',
|
22 |
+
'strong' => true,
|
23 |
+
'value' => $this->getSource()->getTotalPaid(),
|
24 |
+
'base_value'=> $this->getSource()->getBaseTotalPaid(),
|
25 |
+
'label' => $this->helper('sales')->__('Total Paid'),
|
26 |
+
'area' => 'footer'
|
27 |
+
));
|
28 |
+
$this->_totals['refunded'] = new Varien_Object(array(
|
29 |
+
'code' => 'refunded',
|
30 |
+
'strong' => true,
|
31 |
+
'value' => $this->getSource()->getTotalRefunded(),
|
32 |
+
'base_value'=> $this->getSource()->getBaseTotalRefunded(),
|
33 |
+
'label' => $this->helper('sales')->__('Total Refunded'),
|
34 |
+
'area' => 'footer'
|
35 |
+
));
|
36 |
+
$this->_totals['due'] = new Varien_Object(array(
|
37 |
+
'code' => 'due',
|
38 |
+
'strong' => true,
|
39 |
+
'value' => $this->getSource()->getTotalDue(),
|
40 |
+
'base_value'=> $this->getSource()->getBaseTotalDue(),
|
41 |
+
'label' => $this->helper('sales')->__('Total Due'),
|
42 |
+
'area' => 'footer'
|
43 |
+
));
|
44 |
+
|
45 |
+
/**
|
46 |
+
* Add store rewards
|
47 |
+
*/
|
48 |
+
|
49 |
+
|
50 |
+
$totals = $this->_totals;
|
51 |
+
$newTotals = array();
|
52 |
+
if (count($totals)>0) {
|
53 |
+
foreach ($totals as $index=>$arr) {
|
54 |
+
if ($index == "grand_total") {
|
55 |
+
if (((float)$this->getSource()->getPaymentCharge()) != 0) {
|
56 |
+
$label = Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore());
|
57 |
+
$newTotals['payment_charge'] = new Varien_Object(array(
|
58 |
+
'code' => 'payment_charge',
|
59 |
+
'field' => 'payment_charge',
|
60 |
+
'base_value' => $source->getBasePaymentCharge(),
|
61 |
+
'value' => $source->getPaymentCharge(),
|
62 |
+
'label' => $label
|
63 |
+
));
|
64 |
+
}
|
65 |
+
}
|
66 |
+
$newTotals[$index] = $arr;
|
67 |
+
}
|
68 |
+
$this->_totals = $newTotals;
|
69 |
+
}
|
70 |
+
|
71 |
+
return $this;
|
72 |
+
}
|
73 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Abstract.php
CHANGED
@@ -1,31 +1,31 @@
|
|
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 function _construct() {
|
9 |
-
$mark = Mage::getConfig()->getBlockClassName('core/template');
|
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 |
-
if(strpos($iconSize, 'x') === false){
|
14 |
-
$iconSize = $iconSize.'x'.$iconSize;
|
15 |
-
}
|
16 |
-
|
17 |
-
$mark = new $mark;
|
18 |
-
$mark->setTemplate('pay/payment/mark.phtml')
|
19 |
-
->setPaymentMethodImageSrc('https://www.pay.nl/images/payment_profiles/'.$iconSize.'/' . $this->paymentMethodId . '.png')
|
20 |
-
->setPaymentMethodName($this->paymentMethodName);
|
21 |
-
|
22 |
-
|
23 |
-
$template = $this->setTemplate('pay/payment/form/default.phtml');
|
24 |
-
if($showIcons){
|
25 |
-
$template->setMethodLabelAfterHtml($mark->toHtml());
|
26 |
-
}
|
27 |
-
|
28 |
-
return parent::_construct();
|
29 |
-
}
|
30 |
-
|
31 |
-
}
|
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 function _construct() {
|
9 |
+
$mark = Mage::getConfig()->getBlockClassName('core/template');
|
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 |
+
if(strpos($iconSize, 'x') === false){
|
14 |
+
$iconSize = $iconSize.'x'.$iconSize;
|
15 |
+
}
|
16 |
+
|
17 |
+
$mark = new $mark;
|
18 |
+
$mark->setTemplate('pay/payment/mark.phtml')
|
19 |
+
->setPaymentMethodImageSrc('https://www.pay.nl/images/payment_profiles/'.$iconSize.'/' . $this->paymentMethodId . '.png')
|
20 |
+
->setPaymentMethodName($this->paymentMethodName);
|
21 |
+
|
22 |
+
|
23 |
+
$template = $this->setTemplate('pay/payment/form/default.phtml');
|
24 |
+
if($showIcons){
|
25 |
+
$template->setMethodLabelAfterHtml($mark->toHtml());
|
26 |
+
}
|
27 |
+
|
28 |
+
return parent::_construct();
|
29 |
+
}
|
30 |
+
|
31 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Afterpay.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
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 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
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 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Amex.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
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 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
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 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Billink.php
CHANGED
@@ -1,39 +1,39 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Billink extends Mage_Payment_Block_Form {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Billink::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Billink';
|
7 |
-
|
8 |
-
protected function _construct() {
|
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 = $this->setTemplate('pay/payment/form/billink.phtml');
|
29 |
-
} else {
|
30 |
-
$template = $this->setTemplate('pay/payment/form/default.phtml');
|
31 |
-
}
|
32 |
-
|
33 |
-
if($showIcons){
|
34 |
-
$template->setMethodLabelAfterHtml($mark->toHtml());
|
35 |
-
}
|
36 |
-
return parent::_construct();
|
37 |
-
}
|
38 |
-
|
39 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Billink extends Mage_Payment_Block_Form {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Billink::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Billink';
|
7 |
+
|
8 |
+
protected function _construct() {
|
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 = $this->setTemplate('pay/payment/form/billink.phtml');
|
29 |
+
} else {
|
30 |
+
$template = $this->setTemplate('pay/payment/form/default.phtml');
|
31 |
+
}
|
32 |
+
|
33 |
+
if($showIcons){
|
34 |
+
$template->setMethodLabelAfterHtml($mark->toHtml());
|
35 |
+
}
|
36 |
+
return parent::_construct();
|
37 |
+
}
|
38 |
+
|
39 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Bitcoin.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Bitcoin extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Bitcoin::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Bitcoin';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Bitcoin extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Bitcoin::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Bitcoin';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Cartebleue.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Cartebleue extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Cartebleue::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Cartebleue';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Cartebleue extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Cartebleue::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Cartebleue';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Cashticket.php
CHANGED
@@ -1,8 +1,8 @@
|
|
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 |
-
}
|
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
CHANGED
@@ -1,8 +1,8 @@
|
|
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 |
-
}
|
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
CHANGED
@@ -1,8 +1,8 @@
|
|
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 |
-
}
|
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
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Fashioncheque extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Fashioncheque::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Fashioncheque';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Fashioncheque extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Fashioncheque::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Fashioncheque';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Focum.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
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 |
-
}
|
1 |
+
<?php
|
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 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Gezondheidsbon.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Gezondheidsbon extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Gezondheidsbon::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Gezondheidsbon';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Gezondheidsbon extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Gezondheidsbon::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Gezondheidsbon';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Giropay.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Giropay extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Giropay::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Giropay';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Giropay extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Giropay::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Giropay';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Givacard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Givacard extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Givacard::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Givacard';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Givacard extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Givacard::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Givacard';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Ideal.php
CHANGED
@@ -1,50 +1,50 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/*
|
4 |
-
* To change this license header, choose License Headers in Project Properties.
|
5 |
-
* To change this template file, choose Tools | Templates
|
6 |
-
* and open the template in the editor.
|
7 |
-
*/
|
8 |
-
|
9 |
-
class Pay_Payment_Block_Form_Ideal extends Mage_Payment_Block_Form {
|
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 |
-
$showIcons = Mage::getStoreConfig('pay_payment/general/show_icons', Mage::app()->getStore());
|
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 = $this->setTemplate('pay/payment/form/ideal.phtml');
|
32 |
-
} elseif($bankSelectType == 'select') {
|
33 |
-
$template = $this->setTemplate('pay/payment/form/idealSelect.phtml');
|
34 |
-
} else {
|
35 |
-
$template = $this->setTemplate('pay/payment/form/default.phtml');
|
36 |
-
}
|
37 |
-
if($showIcons){
|
38 |
-
$template->setMethodLabelAfterHtml($mark->toHtml());
|
39 |
-
}
|
40 |
-
return parent::_construct();
|
41 |
-
}
|
42 |
-
|
43 |
-
protected function getBanks() {
|
44 |
-
$helper = Mage::helper('pay_payment');
|
45 |
-
$option = $helper->getOption(Pay_Payment_Model_PaymentMethod_Ideal::OPTION_ID);
|
46 |
-
$banks = $option->getSubs();
|
47 |
-
return $banks;
|
48 |
-
}
|
49 |
-
|
50 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/*
|
4 |
+
* To change this license header, choose License Headers in Project Properties.
|
5 |
+
* To change this template file, choose Tools | Templates
|
6 |
+
* and open the template in the editor.
|
7 |
+
*/
|
8 |
+
|
9 |
+
class Pay_Payment_Block_Form_Ideal extends Mage_Payment_Block_Form {
|
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 |
+
$showIcons = Mage::getStoreConfig('pay_payment/general/show_icons', Mage::app()->getStore());
|
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 = $this->setTemplate('pay/payment/form/ideal.phtml');
|
32 |
+
} elseif($bankSelectType == 'select') {
|
33 |
+
$template = $this->setTemplate('pay/payment/form/idealSelect.phtml');
|
34 |
+
} else {
|
35 |
+
$template = $this->setTemplate('pay/payment/form/default.phtml');
|
36 |
+
}
|
37 |
+
if($showIcons){
|
38 |
+
$template->setMethodLabelAfterHtml($mark->toHtml());
|
39 |
+
}
|
40 |
+
return parent::_construct();
|
41 |
+
}
|
42 |
+
|
43 |
+
protected function getBanks() {
|
44 |
+
$helper = Mage::helper('pay_payment');
|
45 |
+
$option = $helper->getOption(Pay_Payment_Model_PaymentMethod_Ideal::OPTION_ID);
|
46 |
+
$banks = $option->getSubs();
|
47 |
+
return $banks;
|
48 |
+
}
|
49 |
+
|
50 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Incasso.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Incasso extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Incasso::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Incasso';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Incasso extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Incasso::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Incasso';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Maestro.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Maestro extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Maestro::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Maestro';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Maestro extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Maestro::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Maestro';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Minitixsms.php
CHANGED
@@ -1,8 +1,8 @@
|
|
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 |
-
}
|
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
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Mistercash extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Mistercash::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Bancontact/Mistercash';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Mistercash extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Mistercash::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Bancontact/Mistercash';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Mybank.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Mybank extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Mybank::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Mybank';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Mybank extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Mybank::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Mybank';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Overboeking.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Overboeking extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Overboeking::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Overboeking';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Overboeking extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Overboeking::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Overboeking';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Paypal.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Paypal extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Paypal::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Paypal';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Paypal extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Paypal::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Paypal';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Paysafecard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Paysafecard extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Paysafecard::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Paysafecard';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Paysafecard extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Paysafecard::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Paysafecard';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Podiumkadokaart.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Podiumkadokaart extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Podiumkadokaart::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Podiumkadokaart';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Podiumkadokaart extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Podiumkadokaart::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Podiumkadokaart';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Postepay.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Postepay extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Postepay::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'PostePay';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Postepay extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Postepay::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'PostePay';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Sofortbanking.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Sofortbanking extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Sofortbanking::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Sofortbanking';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Sofortbanking extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Sofortbanking::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Sofortbanking';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Telefoon.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Telefoon extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Telefoon::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Telefoon';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Telefoon extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Telefoon::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Telefoon';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Visamastercard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Visamastercard extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Visamastercard::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Visa/Mastercard';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Visamastercard extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Visamastercard::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Visa/Mastercard';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Vvvgiftcard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Vvvgiftcard extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Vvvgiftcard::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'VVV Giftcard';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Vvvgiftcard extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Vvvgiftcard::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'VVV Giftcard';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Webshopgiftcard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Webshopgiftcard extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Webshopgiftcard::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Webshopgiftcard';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Webshopgiftcard extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Webshopgiftcard::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Webshopgiftcard';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Wijncadeau.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Wijncadeau extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Wijncadeau::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Wijncadeau';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Wijncadeau extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Wijncadeau::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Wijncadeau';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Form/Yourgift.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Block_Form_Yourgift extends Pay_Payment_Block_Form_Abstract {
|
4 |
-
|
5 |
-
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Yourgift::OPTION_ID;
|
6 |
-
protected $paymentMethodName = 'Yourgift';
|
7 |
-
|
8 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Block_Form_Yourgift extends Pay_Payment_Block_Form_Abstract {
|
4 |
+
|
5 |
+
protected $paymentMethodId = Pay_Payment_Model_Paymentmethod_Yourgift::OPTION_ID;
|
6 |
+
protected $paymentMethodName = 'Yourgift';
|
7 |
+
|
8 |
+
}
|
app/code/community/Pay/Payment/Block/Sales/Order/Creditmemo/Totals.php
CHANGED
@@ -1,90 +1,90 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* @category Pay
|
5 |
-
* @package Pay_Payment
|
6 |
-
*/
|
7 |
-
class Pay_Payment_Block_Sales_order_Creditmemo_Totals extends Pay_Payment_Block_Sales_Order_Totals
|
8 |
-
{
|
9 |
-
protected $_creditmemo = null;
|
10 |
-
|
11 |
-
public function getCreditmemo()
|
12 |
-
{
|
13 |
-
if ($this->_creditmemo === null) {
|
14 |
-
if ($this->hasData('creditmemo')) {
|
15 |
-
$this->_creditmemo = $this->_getData('creditmemo');
|
16 |
-
} elseif (Mage::registry('current_creditmemo')) {
|
17 |
-
$this->_creditmemo = Mage::registry('current_creditmemo');
|
18 |
-
} elseif ($this->getParentBlock()->getCreditmemo()) {
|
19 |
-
$this->_creditmemo = $this->getParentBlock()->getCreditmemo();
|
20 |
-
}
|
21 |
-
}
|
22 |
-
return $this->_creditmemo;
|
23 |
-
}
|
24 |
-
|
25 |
-
public function setCreditmemo($creditmemo)
|
26 |
-
{
|
27 |
-
$this->_creditmemo = $creditmemo;
|
28 |
-
return $this;
|
29 |
-
}
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Get totals source object
|
33 |
-
*
|
34 |
-
* @return Mage_Sales_Model_Order
|
35 |
-
*/
|
36 |
-
public function getSource()
|
37 |
-
{
|
38 |
-
return $this->getCreditmemo();
|
39 |
-
}
|
40 |
-
|
41 |
-
/**
|
42 |
-
* Initialize order totals array
|
43 |
-
*
|
44 |
-
* @return Mage_Sales_Block_Order_Totals
|
45 |
-
*/
|
46 |
-
protected function _initTotals()
|
47 |
-
{
|
48 |
-
parent::_initTotals();
|
49 |
-
$this->removeTotal('base_grandtotal');
|
50 |
-
if ((float) $this->getSource()->getAdjustmentPositive()) {
|
51 |
-
$total = new Varien_Object(array(
|
52 |
-
'code' => 'adjustment_positive',
|
53 |
-
'value' => $this->getSource()->getAdjustmentPositive(),
|
54 |
-
'label' => $this->__('Adjustment Refund')
|
55 |
-
));
|
56 |
-
$this->addTotal($total);
|
57 |
-
}
|
58 |
-
if ((float) $this->getSource()->getAdjustmentNegative()) {
|
59 |
-
$total = new Varien_Object(array(
|
60 |
-
'code' => 'adjustment_negative',
|
61 |
-
'value' => $this->getSource()->getAdjustmentNegative(),
|
62 |
-
'label' => $this->__('Adjustment Fee')
|
63 |
-
));
|
64 |
-
$this->addTotal($total);
|
65 |
-
}
|
66 |
-
/**
|
67 |
-
<?php if ($this->getCanDisplayTotalPaid()): ?>
|
68 |
-
<tr>
|
69 |
-
<td colspan="6" class="a-right"><strong><?php echo $this->__('Total Paid') ?></strong></td>
|
70 |
-
<td class="last a-right"><strong><?php echo $_order->formatPrice($_creditmemo->getTotalPaid()) ?></strong></td>
|
71 |
-
</tr>
|
72 |
-
<?php endif; ?>
|
73 |
-
<?php if ($this->getCanDisplayTotalRefunded()): ?>
|
74 |
-
<tr>
|
75 |
-
<td colspan="6" class="a-right"><strong><?php echo $this->__('Total Refunded') ?></strong></td>
|
76 |
-
<td class="last a-right"><strong><?php echo $_order->formatPrice($_creditmemo->getTotalRefunded()) ?></strong></td>
|
77 |
-
</tr>
|
78 |
-
<?php endif; ?>
|
79 |
-
<?php if ($this->getCanDisplayTotalDue()): ?>
|
80 |
-
<tr>
|
81 |
-
<td colspan="6" class="a-right"><strong><?php echo $this->__('Total Due') ?></strong></td>
|
82 |
-
<td class="last a-right"><strong><?php echo $_order->formatPrice($_creditmemo->getTotalDue()) ?></strong></td>
|
83 |
-
</tr>
|
84 |
-
<?php endif; ?>
|
85 |
-
*/
|
86 |
-
return $this;
|
87 |
-
}
|
88 |
-
|
89 |
-
|
90 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @category Pay
|
5 |
+
* @package Pay_Payment
|
6 |
+
*/
|
7 |
+
class Pay_Payment_Block_Sales_order_Creditmemo_Totals extends Pay_Payment_Block_Sales_Order_Totals
|
8 |
+
{
|
9 |
+
protected $_creditmemo = null;
|
10 |
+
|
11 |
+
public function getCreditmemo()
|
12 |
+
{
|
13 |
+
if ($this->_creditmemo === null) {
|
14 |
+
if ($this->hasData('creditmemo')) {
|
15 |
+
$this->_creditmemo = $this->_getData('creditmemo');
|
16 |
+
} elseif (Mage::registry('current_creditmemo')) {
|
17 |
+
$this->_creditmemo = Mage::registry('current_creditmemo');
|
18 |
+
} elseif ($this->getParentBlock()->getCreditmemo()) {
|
19 |
+
$this->_creditmemo = $this->getParentBlock()->getCreditmemo();
|
20 |
+
}
|
21 |
+
}
|
22 |
+
return $this->_creditmemo;
|
23 |
+
}
|
24 |
+
|
25 |
+
public function setCreditmemo($creditmemo)
|
26 |
+
{
|
27 |
+
$this->_creditmemo = $creditmemo;
|
28 |
+
return $this;
|
29 |
+
}
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Get totals source object
|
33 |
+
*
|
34 |
+
* @return Mage_Sales_Model_Order
|
35 |
+
*/
|
36 |
+
public function getSource()
|
37 |
+
{
|
38 |
+
return $this->getCreditmemo();
|
39 |
+
}
|
40 |
+
|
41 |
+
/**
|
42 |
+
* Initialize order totals array
|
43 |
+
*
|
44 |
+
* @return Mage_Sales_Block_Order_Totals
|
45 |
+
*/
|
46 |
+
protected function _initTotals()
|
47 |
+
{
|
48 |
+
parent::_initTotals();
|
49 |
+
$this->removeTotal('base_grandtotal');
|
50 |
+
if ((float) $this->getSource()->getAdjustmentPositive()) {
|
51 |
+
$total = new Varien_Object(array(
|
52 |
+
'code' => 'adjustment_positive',
|
53 |
+
'value' => $this->getSource()->getAdjustmentPositive(),
|
54 |
+
'label' => $this->__('Adjustment Refund')
|
55 |
+
));
|
56 |
+
$this->addTotal($total);
|
57 |
+
}
|
58 |
+
if ((float) $this->getSource()->getAdjustmentNegative()) {
|
59 |
+
$total = new Varien_Object(array(
|
60 |
+
'code' => 'adjustment_negative',
|
61 |
+
'value' => $this->getSource()->getAdjustmentNegative(),
|
62 |
+
'label' => $this->__('Adjustment Fee')
|
63 |
+
));
|
64 |
+
$this->addTotal($total);
|
65 |
+
}
|
66 |
+
/**
|
67 |
+
<?php if ($this->getCanDisplayTotalPaid()): ?>
|
68 |
+
<tr>
|
69 |
+
<td colspan="6" class="a-right"><strong><?php echo $this->__('Total Paid') ?></strong></td>
|
70 |
+
<td class="last a-right"><strong><?php echo $_order->formatPrice($_creditmemo->getTotalPaid()) ?></strong></td>
|
71 |
+
</tr>
|
72 |
+
<?php endif; ?>
|
73 |
+
<?php if ($this->getCanDisplayTotalRefunded()): ?>
|
74 |
+
<tr>
|
75 |
+
<td colspan="6" class="a-right"><strong><?php echo $this->__('Total Refunded') ?></strong></td>
|
76 |
+
<td class="last a-right"><strong><?php echo $_order->formatPrice($_creditmemo->getTotalRefunded()) ?></strong></td>
|
77 |
+
</tr>
|
78 |
+
<?php endif; ?>
|
79 |
+
<?php if ($this->getCanDisplayTotalDue()): ?>
|
80 |
+
<tr>
|
81 |
+
<td colspan="6" class="a-right"><strong><?php echo $this->__('Total Due') ?></strong></td>
|
82 |
+
<td class="last a-right"><strong><?php echo $_order->formatPrice($_creditmemo->getTotalDue()) ?></strong></td>
|
83 |
+
</tr>
|
84 |
+
<?php endif; ?>
|
85 |
+
*/
|
86 |
+
return $this;
|
87 |
+
}
|
88 |
+
|
89 |
+
|
90 |
+
}
|
app/code/community/Pay/Payment/Block/Sales/Order/Invoice/Totals.php
CHANGED
@@ -1,54 +1,54 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* @category Pay
|
5 |
-
* @package Pay_Payment
|
6 |
-
*/
|
7 |
-
class Pay_Payment_Block_Sales_order_Invoice_Totals extends Pay_Payment_Block_Sales_Order_Totals
|
8 |
-
{
|
9 |
-
protected $_invoice = null;
|
10 |
-
|
11 |
-
public function getInvoice()
|
12 |
-
{
|
13 |
-
if ($this->_invoice === null) {
|
14 |
-
if ($this->hasData('invoice')) {
|
15 |
-
$this->_invoice = $this->_getData('invoice');
|
16 |
-
} elseif (Mage::registry('current_invoice')) {
|
17 |
-
$this->_invoice = Mage::registry('current_invoice');
|
18 |
-
} elseif ($this->getParentBlock()->getInvoice()) {
|
19 |
-
$this->_invoice = $this->getParentBlock()->getInvoice();
|
20 |
-
}
|
21 |
-
}
|
22 |
-
return $this->_invoice;
|
23 |
-
}
|
24 |
-
|
25 |
-
public function setInvoice($invoice)
|
26 |
-
{
|
27 |
-
$this->_invoice = $invoice;
|
28 |
-
return $this;
|
29 |
-
}
|
30 |
-
|
31 |
-
/**
|
32 |
-
* Get totals source object
|
33 |
-
*
|
34 |
-
* @return Mage_Sales_Model_Order
|
35 |
-
*/
|
36 |
-
public function getSource()
|
37 |
-
{
|
38 |
-
return $this->getInvoice();
|
39 |
-
}
|
40 |
-
|
41 |
-
/**
|
42 |
-
* Initialize order totals array
|
43 |
-
*
|
44 |
-
* @return Mage_Sales_Block_Order_Totals
|
45 |
-
*/
|
46 |
-
protected function _initTotals()
|
47 |
-
{
|
48 |
-
parent::_initTotals();
|
49 |
-
$this->removeTotal('base_grandtotal');
|
50 |
-
return $this;
|
51 |
-
}
|
52 |
-
|
53 |
-
|
54 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @category Pay
|
5 |
+
* @package Pay_Payment
|
6 |
+
*/
|
7 |
+
class Pay_Payment_Block_Sales_order_Invoice_Totals extends Pay_Payment_Block_Sales_Order_Totals
|
8 |
+
{
|
9 |
+
protected $_invoice = null;
|
10 |
+
|
11 |
+
public function getInvoice()
|
12 |
+
{
|
13 |
+
if ($this->_invoice === null) {
|
14 |
+
if ($this->hasData('invoice')) {
|
15 |
+
$this->_invoice = $this->_getData('invoice');
|
16 |
+
} elseif (Mage::registry('current_invoice')) {
|
17 |
+
$this->_invoice = Mage::registry('current_invoice');
|
18 |
+
} elseif ($this->getParentBlock()->getInvoice()) {
|
19 |
+
$this->_invoice = $this->getParentBlock()->getInvoice();
|
20 |
+
}
|
21 |
+
}
|
22 |
+
return $this->_invoice;
|
23 |
+
}
|
24 |
+
|
25 |
+
public function setInvoice($invoice)
|
26 |
+
{
|
27 |
+
$this->_invoice = $invoice;
|
28 |
+
return $this;
|
29 |
+
}
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Get totals source object
|
33 |
+
*
|
34 |
+
* @return Mage_Sales_Model_Order
|
35 |
+
*/
|
36 |
+
public function getSource()
|
37 |
+
{
|
38 |
+
return $this->getInvoice();
|
39 |
+
}
|
40 |
+
|
41 |
+
/**
|
42 |
+
* Initialize order totals array
|
43 |
+
*
|
44 |
+
* @return Mage_Sales_Block_Order_Totals
|
45 |
+
*/
|
46 |
+
protected function _initTotals()
|
47 |
+
{
|
48 |
+
parent::_initTotals();
|
49 |
+
$this->removeTotal('base_grandtotal');
|
50 |
+
return $this;
|
51 |
+
}
|
52 |
+
|
53 |
+
|
54 |
+
}
|
app/code/community/Pay/Payment/Block/Sales/Order/Totals.php
CHANGED
@@ -1,45 +1,45 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* @category Pay
|
5 |
-
* @package Pay_Payment
|
6 |
-
*/
|
7 |
-
class Pay_Payment_Block_Sales_Order_Totals extends Mage_Sales_Block_Order_Totals
|
8 |
-
{
|
9 |
-
/**
|
10 |
-
* Initialize order totals array
|
11 |
-
*
|
12 |
-
* @return Mage_Sales_Block_Order_Totals
|
13 |
-
*/
|
14 |
-
protected function _initTotals()
|
15 |
-
{
|
16 |
-
parent::_initTotals();
|
17 |
-
|
18 |
-
$source = $this->getSource();
|
19 |
-
|
20 |
-
/**
|
21 |
-
* Add store rewards
|
22 |
-
*/
|
23 |
-
$totals = $this->_totals;
|
24 |
-
$newTotals = array();
|
25 |
-
if (count($totals)>0) {
|
26 |
-
foreach ($totals as $index=>$arr) {
|
27 |
-
if ($index == "grand_total") {
|
28 |
-
if (((float)$this->getSource()->getPaymentCharge()) != 0) {
|
29 |
-
$label = Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore());
|
30 |
-
$newTotals['payment_charge'] = new Varien_Object(array(
|
31 |
-
'code' => 'payment_charge',
|
32 |
-
'field' => 'payment_charge',
|
33 |
-
'value' => $source->getPaymentCharge(),
|
34 |
-
'label' => $label
|
35 |
-
));
|
36 |
-
}
|
37 |
-
}
|
38 |
-
$newTotals[$index] = $arr;
|
39 |
-
}
|
40 |
-
$this->_totals = $newTotals;
|
41 |
-
}
|
42 |
-
|
43 |
-
return $this;
|
44 |
-
}
|
45 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @category Pay
|
5 |
+
* @package Pay_Payment
|
6 |
+
*/
|
7 |
+
class Pay_Payment_Block_Sales_Order_Totals extends Mage_Sales_Block_Order_Totals
|
8 |
+
{
|
9 |
+
/**
|
10 |
+
* Initialize order totals array
|
11 |
+
*
|
12 |
+
* @return Mage_Sales_Block_Order_Totals
|
13 |
+
*/
|
14 |
+
protected function _initTotals()
|
15 |
+
{
|
16 |
+
parent::_initTotals();
|
17 |
+
|
18 |
+
$source = $this->getSource();
|
19 |
+
|
20 |
+
/**
|
21 |
+
* Add store rewards
|
22 |
+
*/
|
23 |
+
$totals = $this->_totals;
|
24 |
+
$newTotals = array();
|
25 |
+
if (count($totals)>0) {
|
26 |
+
foreach ($totals as $index=>$arr) {
|
27 |
+
if ($index == "grand_total") {
|
28 |
+
if (((float)$this->getSource()->getPaymentCharge()) != 0) {
|
29 |
+
$label = Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore());
|
30 |
+
$newTotals['payment_charge'] = new Varien_Object(array(
|
31 |
+
'code' => 'payment_charge',
|
32 |
+
'field' => 'payment_charge',
|
33 |
+
'value' => $source->getPaymentCharge(),
|
34 |
+
'label' => $label
|
35 |
+
));
|
36 |
+
}
|
37 |
+
}
|
38 |
+
$newTotals[$index] = $arr;
|
39 |
+
}
|
40 |
+
$this->_totals = $newTotals;
|
41 |
+
}
|
42 |
+
|
43 |
+
return $this;
|
44 |
+
}
|
45 |
+
}
|
app/code/community/Pay/Payment/Exception.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Exception extends Mage_Core_Exception{
|
3 |
-
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Exception extends Mage_Core_Exception{
|
3 |
+
|
4 |
}
|
app/code/community/Pay/Payment/Helper/Api.php
CHANGED
@@ -1,104 +1,115 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Helper_Api extends Mage_Core_Helper_Abstract {
|
4 |
-
|
5 |
-
const REQUEST_TYPE_POST = 1;
|
6 |
-
const REQUEST_TYPE_GET = 0;
|
7 |
-
|
8 |
-
protected $_apiUrl = 'https://rest-api.pay.nl';
|
9 |
-
protected $_version = 'v3';
|
10 |
-
protected $_controller = '';
|
11 |
-
protected $_action = '';
|
12 |
-
protected $_serviceId = '';
|
13 |
-
protected $_apiToken = '';
|
14 |
-
protected $_requestType = self::REQUEST_TYPE_POST;
|
15 |
-
protected $_postData = array();
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
if ($this->
|
42 |
-
throw Mage::exception('Pay_Payment_Helper_Api', '
|
43 |
-
}
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
$
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
$
|
72 |
-
|
73 |
-
|
74 |
-
$
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Api extends Mage_Core_Helper_Abstract {
|
4 |
+
|
5 |
+
const REQUEST_TYPE_POST = 1;
|
6 |
+
const REQUEST_TYPE_GET = 0;
|
7 |
+
|
8 |
+
protected $_apiUrl = 'https://rest-api.pay.nl';
|
9 |
+
protected $_version = 'v3';
|
10 |
+
protected $_controller = '';
|
11 |
+
protected $_action = '';
|
12 |
+
protected $_serviceId = '';
|
13 |
+
protected $_apiToken = '';
|
14 |
+
protected $_requestType = self::REQUEST_TYPE_POST;
|
15 |
+
protected $_postData = array();
|
16 |
+
|
17 |
+
protected static $_backupApiUrl;
|
18 |
+
|
19 |
+
public static function _setBackupApiUrl($url){
|
20 |
+
self::$_backupApiUrl = $url;
|
21 |
+
}
|
22 |
+
|
23 |
+
public function setServiceId($serviceId) {
|
24 |
+
$this->_serviceId = $serviceId;
|
25 |
+
}
|
26 |
+
|
27 |
+
public function setApiToken($apiToken) {
|
28 |
+
$this->_apiToken = $apiToken;
|
29 |
+
}
|
30 |
+
|
31 |
+
protected function _getPostData() {
|
32 |
+
|
33 |
+
return $this->_postData;
|
34 |
+
}
|
35 |
+
|
36 |
+
protected function _processResult($data) {
|
37 |
+
return $data;
|
38 |
+
}
|
39 |
+
|
40 |
+
private function _getApiUrl() {
|
41 |
+
if ($this->_version == '') {
|
42 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'version not set', 1);
|
43 |
+
}
|
44 |
+
if ($this->_controller == '') {
|
45 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'controller not set', 1);
|
46 |
+
}
|
47 |
+
if ($this->_action == '') {
|
48 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'action not set', 1);
|
49 |
+
}
|
50 |
+
|
51 |
+
$apiUrl = $this->_apiUrl;
|
52 |
+
if(!empty(self::$_backupApiUrl)){
|
53 |
+
$apiUrl = self::$_backupApiUrl;
|
54 |
+
}
|
55 |
+
|
56 |
+
return $apiUrl . '/' . $this->_version . '/' . $this->_controller . '/' . $this->_action . '/json/';
|
57 |
+
}
|
58 |
+
|
59 |
+
public function doRequest() {
|
60 |
+
if ($this->_getPostData()) {
|
61 |
+
|
62 |
+
$url = $this->_getApiUrl();
|
63 |
+
|
64 |
+
$data = $this->_getPostData();
|
65 |
+
|
66 |
+
$strData = http_build_query($data);
|
67 |
+
|
68 |
+
$apiUrl = $url;
|
69 |
+
|
70 |
+
$ch = curl_init();
|
71 |
+
if ($this->_requestType == self::REQUEST_TYPE_GET) {
|
72 |
+
$apiUrl .= '?' . $strData;
|
73 |
+
} else {
|
74 |
+
curl_setopt($ch, CURLOPT_POSTFIELDS, $strData);
|
75 |
+
}
|
76 |
+
|
77 |
+
curl_setopt($ch, CURLOPT_URL, $apiUrl);
|
78 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
79 |
+
|
80 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
81 |
+
|
82 |
+
$result = curl_exec($ch);
|
83 |
+
|
84 |
+
if ($result == false) {
|
85 |
+
$error = curl_error($ch);
|
86 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'Curl Exception: '.$error, 1);
|
87 |
+
}
|
88 |
+
|
89 |
+
curl_close($ch);
|
90 |
+
|
91 |
+
$arrResult = json_decode($result, true);
|
92 |
+
|
93 |
+
if ($this->validateResult($arrResult)) {
|
94 |
+
return $this->_processResult($arrResult);
|
95 |
+
}
|
96 |
+
}
|
97 |
+
}
|
98 |
+
|
99 |
+
protected function validateResult($arrResult) {
|
100 |
+
if ($arrResult['request']['result'] == 1) {
|
101 |
+
return true;
|
102 |
+
} else {
|
103 |
+
if(isset($arrResult['request']['errorId']) && isset($arrResult['request']['errorMessage']) ){
|
104 |
+
throw Mage::exception('Pay_Payment_Helper_Api', $arrResult['request']['errorId'] . ' - ' . $arrResult['request']['errorMessage']);
|
105 |
+
} else {
|
106 |
+
if($arrResult['status'] == 'FALSE' && isset($arrResult['error'])){
|
107 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'API error: '.$arrResult['error']);
|
108 |
+
} else {
|
109 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'Unexpected api result: '. print_r($arrResult, true));
|
110 |
+
}
|
111 |
+
}
|
112 |
+
}
|
113 |
+
}
|
114 |
+
|
115 |
+
}
|
app/code/community/Pay/Payment/Helper/Api/Exception.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Helper_Api_Exception extends Pay_Payment_Exception{
|
3 |
-
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Helper_Api_Exception extends Pay_Payment_Exception{
|
3 |
+
|
4 |
}
|
app/code/community/Pay/Payment/Helper/Api/Getservice.php
CHANGED
@@ -1,65 +1,65 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Helper_Api_Getservice extends Pay_Payment_Helper_Api {
|
4 |
-
|
5 |
-
protected $_version = 'v3';
|
6 |
-
protected $_controller = 'transaction';
|
7 |
-
protected $_action = 'getService';
|
8 |
-
|
9 |
-
protected function _getPostData() {
|
10 |
-
$data = parent::_getPostData();
|
11 |
-
|
12 |
-
// Checken of alle verplichte velden geset zijn
|
13 |
-
if ($this->_apiToken == '') {
|
14 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
15 |
-
} else {
|
16 |
-
$data['token'] = $this->_apiToken;
|
17 |
-
}
|
18 |
-
if (empty($this->_serviceId)) {
|
19 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
20 |
-
} else {
|
21 |
-
$data['serviceId'] = $this->_serviceId;
|
22 |
-
}
|
23 |
-
return $data;
|
24 |
-
}
|
25 |
-
protected function _processResult($arrReturn) {
|
26 |
-
if (!$arrReturn['request']['result']) {
|
27 |
-
return $arrReturn;
|
28 |
-
}
|
29 |
-
|
30 |
-
$arrReturn['paymentOptions'] = array();
|
31 |
-
|
32 |
-
$countryOptionList = $arrReturn['countryOptionList'];
|
33 |
-
unset($arrReturn['countryOptionList']);
|
34 |
-
if (isset($countryOptionList) && is_array($countryOptionList)) {
|
35 |
-
foreach ($countryOptionList AS $strCountrCode => $arrCountry) {
|
36 |
-
foreach ($arrCountry['paymentOptionList'] AS $arrPaymentProfile) {
|
37 |
-
|
38 |
-
if (!isset($arrReturn['paymentOptions'][$arrPaymentProfile['id']])) {
|
39 |
-
$arrReturn['paymentOptions'][$arrPaymentProfile['id']] = array(
|
40 |
-
'id' => $arrPaymentProfile['id'],
|
41 |
-
'name' => $arrPaymentProfile['name'],
|
42 |
-
'visibleName' => $arrPaymentProfile['name'],
|
43 |
-
'img' => $arrPaymentProfile['img'],
|
44 |
-
'path' => $arrPaymentProfile['path'],
|
45 |
-
'paymentOptionSubList' => array(),
|
46 |
-
'countries' => array(),
|
47 |
-
);
|
48 |
-
}
|
49 |
-
|
50 |
-
if (!empty($arrPaymentProfile['paymentOptionSubList'])) {
|
51 |
-
$arrReturn['paymentOptions'][$arrPaymentProfile['id']]['paymentOptionSubList'] = $arrPaymentProfile['paymentOptionSubList'];
|
52 |
-
}
|
53 |
-
|
54 |
-
|
55 |
-
$arrReturn['paymentOptions'][$arrPaymentProfile['id']]['countries'][$strCountrCode] = array(
|
56 |
-
'id' => $strCountrCode,
|
57 |
-
'name' => $arrCountry['visibleName'],
|
58 |
-
);
|
59 |
-
}
|
60 |
-
}
|
61 |
-
}
|
62 |
-
return $arrReturn;
|
63 |
-
}
|
64 |
-
|
65 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Api_Getservice extends Pay_Payment_Helper_Api {
|
4 |
+
|
5 |
+
protected $_version = 'v3';
|
6 |
+
protected $_controller = 'transaction';
|
7 |
+
protected $_action = 'getService';
|
8 |
+
|
9 |
+
protected function _getPostData() {
|
10 |
+
$data = parent::_getPostData();
|
11 |
+
|
12 |
+
// Checken of alle verplichte velden geset zijn
|
13 |
+
if ($this->_apiToken == '') {
|
14 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
15 |
+
} else {
|
16 |
+
$data['token'] = $this->_apiToken;
|
17 |
+
}
|
18 |
+
if (empty($this->_serviceId)) {
|
19 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
20 |
+
} else {
|
21 |
+
$data['serviceId'] = $this->_serviceId;
|
22 |
+
}
|
23 |
+
return $data;
|
24 |
+
}
|
25 |
+
protected function _processResult($arrReturn) {
|
26 |
+
if (!$arrReturn['request']['result']) {
|
27 |
+
return $arrReturn;
|
28 |
+
}
|
29 |
+
|
30 |
+
$arrReturn['paymentOptions'] = array();
|
31 |
+
|
32 |
+
$countryOptionList = $arrReturn['countryOptionList'];
|
33 |
+
unset($arrReturn['countryOptionList']);
|
34 |
+
if (isset($countryOptionList) && is_array($countryOptionList)) {
|
35 |
+
foreach ($countryOptionList AS $strCountrCode => $arrCountry) {
|
36 |
+
foreach ($arrCountry['paymentOptionList'] AS $arrPaymentProfile) {
|
37 |
+
|
38 |
+
if (!isset($arrReturn['paymentOptions'][$arrPaymentProfile['id']])) {
|
39 |
+
$arrReturn['paymentOptions'][$arrPaymentProfile['id']] = array(
|
40 |
+
'id' => $arrPaymentProfile['id'],
|
41 |
+
'name' => $arrPaymentProfile['name'],
|
42 |
+
'visibleName' => $arrPaymentProfile['name'],
|
43 |
+
'img' => $arrPaymentProfile['img'],
|
44 |
+
'path' => $arrPaymentProfile['path'],
|
45 |
+
'paymentOptionSubList' => array(),
|
46 |
+
'countries' => array(),
|
47 |
+
);
|
48 |
+
}
|
49 |
+
|
50 |
+
if (!empty($arrPaymentProfile['paymentOptionSubList'])) {
|
51 |
+
$arrReturn['paymentOptions'][$arrPaymentProfile['id']]['paymentOptionSubList'] = $arrPaymentProfile['paymentOptionSubList'];
|
52 |
+
}
|
53 |
+
|
54 |
+
|
55 |
+
$arrReturn['paymentOptions'][$arrPaymentProfile['id']]['countries'][$strCountrCode] = array(
|
56 |
+
'id' => $strCountrCode,
|
57 |
+
'name' => $arrCountry['visibleName'],
|
58 |
+
);
|
59 |
+
}
|
60 |
+
}
|
61 |
+
}
|
62 |
+
return $arrReturn;
|
63 |
+
}
|
64 |
+
|
65 |
+
}
|
app/code/community/Pay/Payment/Helper/Api/Info.php
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Helper_Api_Info extends Pay_Payment_Helper_Api {
|
4 |
-
|
5 |
-
protected $_version = 'v3';
|
6 |
-
protected $_controller = 'transaction';
|
7 |
-
protected $_action = 'info';
|
8 |
-
|
9 |
-
public function setTransactionId($transactionId){
|
10 |
-
$this->_postData['transactionId'] = $transactionId;
|
11 |
-
}
|
12 |
-
protected function _getPostData() {
|
13 |
-
$data = parent::_getPostData();
|
14 |
-
if ($this->_apiToken == '') {
|
15 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
16 |
-
} else {
|
17 |
-
$data['token'] = $this->_apiToken;
|
18 |
-
}
|
19 |
-
if(!isset($this->_postData['transactionId'])){
|
20 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'transactionId is not set', 1);
|
21 |
-
}
|
22 |
-
return $data;
|
23 |
-
}
|
24 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Api_Info extends Pay_Payment_Helper_Api {
|
4 |
+
|
5 |
+
protected $_version = 'v3';
|
6 |
+
protected $_controller = 'transaction';
|
7 |
+
protected $_action = 'info';
|
8 |
+
|
9 |
+
public function setTransactionId($transactionId){
|
10 |
+
$this->_postData['transactionId'] = $transactionId;
|
11 |
+
}
|
12 |
+
protected function _getPostData() {
|
13 |
+
$data = parent::_getPostData();
|
14 |
+
if ($this->_apiToken == '') {
|
15 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
16 |
+
} else {
|
17 |
+
$data['token'] = $this->_apiToken;
|
18 |
+
}
|
19 |
+
if(!isset($this->_postData['transactionId'])){
|
20 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'transactionId is not set', 1);
|
21 |
+
}
|
22 |
+
return $data;
|
23 |
+
}
|
24 |
+
}
|
app/code/community/Pay/Payment/Helper/Api/Ispayserverip.php
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Helper_Api_Ispayserverip extends Pay_Payment_Helper_Api {
|
3 |
-
|
4 |
-
protected $_version = 'v1';
|
5 |
-
protected $_controller = 'Validate';
|
6 |
-
protected $_action = 'isPayServerIp';
|
7 |
-
|
8 |
-
public function setIpaddress($ipAddress){
|
9 |
-
$this->_postData['ipAddress'] = $ipAddress;
|
10 |
-
}
|
11 |
-
|
12 |
-
protected function validateResult($result) {
|
13 |
-
return true;
|
14 |
-
}
|
15 |
-
|
16 |
-
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Helper_Api_Ispayserverip extends Pay_Payment_Helper_Api {
|
3 |
+
|
4 |
+
protected $_version = 'v1';
|
5 |
+
protected $_controller = 'Validate';
|
6 |
+
protected $_action = 'isPayServerIp';
|
7 |
+
|
8 |
+
public function setIpaddress($ipAddress){
|
9 |
+
$this->_postData['ipAddress'] = $ipAddress;
|
10 |
+
}
|
11 |
+
|
12 |
+
protected function validateResult($result) {
|
13 |
+
return true;
|
14 |
+
}
|
15 |
+
|
16 |
+
}
|
app/code/community/Pay/Payment/Helper/Api/Refund.php
CHANGED
@@ -1,42 +1,42 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Helper_Api_Refund extends Pay_Payment_Helper_Api {
|
4 |
-
|
5 |
-
protected $_version = 'v5';
|
6 |
-
protected $_controller = 'transaction';
|
7 |
-
protected $_action = 'refund';
|
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 |
-
public function setDescription($description){
|
21 |
-
$this->_description = $description;
|
22 |
-
}
|
23 |
-
|
24 |
-
protected function _getPostData() {
|
25 |
-
$data = parent::_getPostData();
|
26 |
-
if ($this->_apiToken == '') {
|
27 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
28 |
-
} else {
|
29 |
-
$data['token'] = $this->_apiToken;
|
30 |
-
}
|
31 |
-
if(!isset($this->_postData['transactionId'])){
|
32 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'transactionId is not set', 1);
|
33 |
-
}
|
34 |
-
if($this->_amount != ''){
|
35 |
-
$data['amount'] = $this->_amount;
|
36 |
-
}
|
37 |
-
if($this->_description != ''){
|
38 |
-
$data['description'] = $this->_description;
|
39 |
-
}
|
40 |
-
return $data;
|
41 |
-
}
|
42 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Api_Refund extends Pay_Payment_Helper_Api {
|
4 |
+
|
5 |
+
protected $_version = 'v5';
|
6 |
+
protected $_controller = 'transaction';
|
7 |
+
protected $_action = 'refund';
|
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 |
+
public function setDescription($description){
|
21 |
+
$this->_description = $description;
|
22 |
+
}
|
23 |
+
|
24 |
+
protected function _getPostData() {
|
25 |
+
$data = parent::_getPostData();
|
26 |
+
if ($this->_apiToken == '') {
|
27 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
28 |
+
} else {
|
29 |
+
$data['token'] = $this->_apiToken;
|
30 |
+
}
|
31 |
+
if(!isset($this->_postData['transactionId'])){
|
32 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'transactionId is not set', 1);
|
33 |
+
}
|
34 |
+
if($this->_amount != ''){
|
35 |
+
$data['amount'] = $this->_amount;
|
36 |
+
}
|
37 |
+
if($this->_description != ''){
|
38 |
+
$data['description'] = $this->_description;
|
39 |
+
}
|
40 |
+
return $data;
|
41 |
+
}
|
42 |
+
}
|
app/code/community/Pay/Payment/Helper/Api/Start.php
CHANGED
@@ -1,223 +1,223 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Helper_Api_Start extends Pay_Payment_Helper_Api {
|
4 |
-
|
5 |
-
protected $_version = 'v3';
|
6 |
-
protected $_controller = 'transaction';
|
7 |
-
protected $_action = 'start';
|
8 |
-
private $_amount;
|
9 |
-
private $_currency;
|
10 |
-
private $_paymentOptionId;
|
11 |
-
private $_paymentOptionSubId;
|
12 |
-
private $_finishUrl;
|
13 |
-
private $_costs_for_customer = 0;
|
14 |
-
private $_exchangeUrl;
|
15 |
-
private $_orderId;
|
16 |
-
private $_description;
|
17 |
-
private $_enduser;
|
18 |
-
private $_extra2;
|
19 |
-
private $_extra3;
|
20 |
-
private $_products = array();
|
21 |
-
|
22 |
-
public function addProduct($id, $description, $price, $quantity, $vatPercentage) {
|
23 |
-
if (!is_numeric($price)) {
|
24 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'Price moet numeriek zijn', 1);
|
25 |
-
}
|
26 |
-
if (!is_numeric($quantity)) {
|
27 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'Quantity moet numeriek zijn', 1);
|
28 |
-
}
|
29 |
-
$quantity = $quantity * 1;
|
30 |
-
|
31 |
-
//description mag maar 45 chars lang zijn
|
32 |
-
$description = substr($description, 0, 45);
|
33 |
-
|
34 |
-
$arrProduct = array(
|
35 |
-
'productId' => $id,
|
36 |
-
'description' => $description,
|
37 |
-
'price' => $price,
|
38 |
-
'quantity' => $quantity,
|
39 |
-
'vatCode' => $vatPercentage,
|
40 |
-
);
|
41 |
-
$this->_products[] = $arrProduct;
|
42 |
-
}
|
43 |
-
|
44 |
-
public function setEnduser($enduser) {
|
45 |
-
$this->_enduser = $enduser;
|
46 |
-
}
|
47 |
-
|
48 |
-
public function setAmount($amount) {
|
49 |
-
if (is_numeric($amount)) {
|
50 |
-
$this->_amount = $amount;
|
51 |
-
} else {
|
52 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'Amount is niet numeriek', 1);
|
53 |
-
}
|
54 |
-
}
|
55 |
-
|
56 |
-
public function setCurrency($currency) {
|
57 |
-
$this->_currency = strtoupper($currency);
|
58 |
-
}
|
59 |
-
|
60 |
-
public function setPaymentOptionId($paymentOptionId) {
|
61 |
-
if (is_numeric($paymentOptionId)) {
|
62 |
-
$this->_paymentOptionId = $paymentOptionId;
|
63 |
-
} else {
|
64 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'PaymentOptionId is niet numeriek', 1);
|
65 |
-
}
|
66 |
-
}
|
67 |
-
|
68 |
-
public function setPaymentOptionSubId($paymentOptionSubId) {
|
69 |
-
if (is_numeric($paymentOptionSubId)) {
|
70 |
-
$this->_paymentOptionSubId = $paymentOptionSubId;
|
71 |
-
} else {
|
72 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'PaymentOptionSubId is niet numeriek', 1);
|
73 |
-
}
|
74 |
-
}
|
75 |
-
|
76 |
-
public function setFinishUrl($finishUrl) {
|
77 |
-
$this->_finishUrl = $finishUrl;
|
78 |
-
}
|
79 |
-
|
80 |
-
public function setCostsForCustomer($costs_for_customer) {
|
81 |
-
if ($costs_for_customer == 1) {
|
82 |
-
$this->_costs_for_customer = 1;
|
83 |
-
} else {
|
84 |
-
$this->_costs_for_customer = 0;
|
85 |
-
}
|
86 |
-
}
|
87 |
-
|
88 |
-
public function setExchangeUrl($exchangeUrl) {
|
89 |
-
$this->_exchangeUrl = $exchangeUrl;
|
90 |
-
}
|
91 |
-
|
92 |
-
public function setExtra2($extra2) {
|
93 |
-
$this->_extra2 = $extra2;
|
94 |
-
}
|
95 |
-
|
96 |
-
public function setExtra3($extra3) {
|
97 |
-
$this->_extra3 = $extra3;
|
98 |
-
}
|
99 |
-
|
100 |
-
public function setOrderId($orderId) {
|
101 |
-
$this->_orderId = $orderId;
|
102 |
-
}
|
103 |
-
|
104 |
-
public function setDescription($description) {
|
105 |
-
$this->_description = $description;
|
106 |
-
}
|
107 |
-
|
108 |
-
protected function _getPostData() {
|
109 |
-
$data = parent::_getPostData();
|
110 |
-
|
111 |
-
/*
|
112 |
-
* Verplicht
|
113 |
-
*
|
114 |
-
* amount
|
115 |
-
* paymentOptionId
|
116 |
-
* finishUrl
|
117 |
-
* exchangeUrl
|
118 |
-
* orderId
|
119 |
-
*
|
120 |
-
*
|
121 |
-
* Optioneel
|
122 |
-
*
|
123 |
-
* costs
|
124 |
-
* paymentOptionSubId
|
125 |
-
*/
|
126 |
-
|
127 |
-
// Checken of alle verplichte velden geset zijn
|
128 |
-
if ($this->_apiToken == '') {
|
129 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
130 |
-
} else {
|
131 |
-
$data['token'] = $this->_apiToken;
|
132 |
-
}
|
133 |
-
if (empty($this->_serviceId)) {
|
134 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
135 |
-
} else {
|
136 |
-
$data['serviceId'] = $this->_serviceId;
|
137 |
-
}
|
138 |
-
if (empty($this->_amount)) {
|
139 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'Amount is niet geset', 1);
|
140 |
-
} else {
|
141 |
-
$data['amount'] = $this->_amount;
|
142 |
-
}
|
143 |
-
if (!empty($this->_currency)) {
|
144 |
-
$data['transaction']['currency'] = $this->_currency;
|
145 |
-
}
|
146 |
-
if (empty($this->_paymentOptionId)) {
|
147 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'PaymentOptionId is niet geset', 1);
|
148 |
-
} else {
|
149 |
-
$data['paymentOptionId'] = $this->_paymentOptionId;
|
150 |
-
}
|
151 |
-
if (empty($this->_finishUrl)) {
|
152 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'FinishUrl is niet geset', 1);
|
153 |
-
} else {
|
154 |
-
$data['finishUrl'] = $this->_finishUrl;
|
155 |
-
}
|
156 |
-
if (empty($this->_exchangeUrl)) {
|
157 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'exchangeUrl is niet geset', 1);
|
158 |
-
} else {
|
159 |
-
$data['transaction']['orderExchangeUrl'] = $this->_exchangeUrl;
|
160 |
-
}
|
161 |
-
if (empty($this->_orderId)) {
|
162 |
-
throw Mage::exception('Pay_Payment_Helper_Api', 'orderId is niet geset', 1);
|
163 |
-
} else {
|
164 |
-
$data['statsData']['extra1'] = $this->_orderId;
|
165 |
-
}
|
166 |
-
if (empty($this->_description)) {
|
167 |
-
$data['transaction']['description'] = $this->_orderId;
|
168 |
-
} else {
|
169 |
-
$data['transaction']['description'] = $this->_description;
|
170 |
-
}
|
171 |
-
|
172 |
-
if (!empty($this->_extra2)) {
|
173 |
-
$data['statsData']['extra2'] = $this->_extra2;
|
174 |
-
}
|
175 |
-
if (!empty($this->_extra3)) {
|
176 |
-
$data['statsData']['extra3'] = $this->_extra3;
|
177 |
-
}
|
178 |
-
|
179 |
-
if ($this->_costs_for_customer == 1) {
|
180 |
-
$data['transaction']['costs'] = 1;
|
181 |
-
}
|
182 |
-
// $data['transaction']['currency'] = 'EUR';
|
183 |
-
if (!empty($this->_paymentOptionSubId)) {
|
184 |
-
$data['paymentOptionSubId'] = $this->_paymentOptionSubId;
|
185 |
-
}
|
186 |
-
|
187 |
-
//ip en browserdata setten
|
188 |
-
$data['ipAddress'] = Pay_Payment_Helper_Data::getIp();
|
189 |
-
$data['browserData'] = array(
|
190 |
-
'browser_name_regex' => '^mozilla/5\.0 (windows; .; windows nt 5\.1; .*rv:.*) gecko/.* firefox/0\.9.*$',
|
191 |
-
'browser_name_pattern' => 'Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:*) Gecko/* Firefox/0.9*',
|
192 |
-
'parent' => 'Firefox 0.9',
|
193 |
-
'platform' => 'WinXP',
|
194 |
-
'browser' => 'Firefox',
|
195 |
-
'version' => 0.9,
|
196 |
-
'majorver' => 0,
|
197 |
-
'minorver' => 9,
|
198 |
-
'cssversion' => 2,
|
199 |
-
'frames' => 1,
|
200 |
-
'iframes' => 1,
|
201 |
-
'tables' => 1,
|
202 |
-
'cookies' => 1,
|
203 |
-
);
|
204 |
-
if (!empty($this->_products)) {
|
205 |
-
$data['saleData']['invoiceDate'] = date('d-m-Y');
|
206 |
-
$data['saleData']['deliveryDate'] = date('d-m-Y', strtotime('+1 day'));
|
207 |
-
$data['saleData']['orderData'] = $this->_products;
|
208 |
-
}
|
209 |
-
$data['enduser'] = array();
|
210 |
-
if (!empty($this->_enduser)) {
|
211 |
-
$data['enduser'] = $this->_enduser;
|
212 |
-
}
|
213 |
-
|
214 |
-
|
215 |
-
//taal instellen
|
216 |
-
|
217 |
-
$data['enduser']['language'] = Pay_Payment_Helper_Data::getLanguage();
|
218 |
-
|
219 |
-
|
220 |
-
return $data;
|
221 |
-
}
|
222 |
-
|
223 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Api_Start extends Pay_Payment_Helper_Api {
|
4 |
+
|
5 |
+
protected $_version = 'v3';
|
6 |
+
protected $_controller = 'transaction';
|
7 |
+
protected $_action = 'start';
|
8 |
+
private $_amount;
|
9 |
+
private $_currency;
|
10 |
+
private $_paymentOptionId;
|
11 |
+
private $_paymentOptionSubId;
|
12 |
+
private $_finishUrl;
|
13 |
+
private $_costs_for_customer = 0;
|
14 |
+
private $_exchangeUrl;
|
15 |
+
private $_orderId;
|
16 |
+
private $_description;
|
17 |
+
private $_enduser;
|
18 |
+
private $_extra2;
|
19 |
+
private $_extra3;
|
20 |
+
private $_products = array();
|
21 |
+
|
22 |
+
public function addProduct($id, $description, $price, $quantity, $vatPercentage) {
|
23 |
+
if (!is_numeric($price)) {
|
24 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'Price moet numeriek zijn', 1);
|
25 |
+
}
|
26 |
+
if (!is_numeric($quantity)) {
|
27 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'Quantity moet numeriek zijn', 1);
|
28 |
+
}
|
29 |
+
$quantity = $quantity * 1;
|
30 |
+
|
31 |
+
//description mag maar 45 chars lang zijn
|
32 |
+
$description = substr($description, 0, 45);
|
33 |
+
|
34 |
+
$arrProduct = array(
|
35 |
+
'productId' => $id,
|
36 |
+
'description' => $description,
|
37 |
+
'price' => $price,
|
38 |
+
'quantity' => $quantity,
|
39 |
+
'vatCode' => $vatPercentage,
|
40 |
+
);
|
41 |
+
$this->_products[] = $arrProduct;
|
42 |
+
}
|
43 |
+
|
44 |
+
public function setEnduser($enduser) {
|
45 |
+
$this->_enduser = $enduser;
|
46 |
+
}
|
47 |
+
|
48 |
+
public function setAmount($amount) {
|
49 |
+
if (is_numeric($amount)) {
|
50 |
+
$this->_amount = $amount;
|
51 |
+
} else {
|
52 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'Amount is niet numeriek', 1);
|
53 |
+
}
|
54 |
+
}
|
55 |
+
|
56 |
+
public function setCurrency($currency) {
|
57 |
+
$this->_currency = strtoupper($currency);
|
58 |
+
}
|
59 |
+
|
60 |
+
public function setPaymentOptionId($paymentOptionId) {
|
61 |
+
if (is_numeric($paymentOptionId)) {
|
62 |
+
$this->_paymentOptionId = $paymentOptionId;
|
63 |
+
} else {
|
64 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'PaymentOptionId is niet numeriek', 1);
|
65 |
+
}
|
66 |
+
}
|
67 |
+
|
68 |
+
public function setPaymentOptionSubId($paymentOptionSubId) {
|
69 |
+
if (is_numeric($paymentOptionSubId)) {
|
70 |
+
$this->_paymentOptionSubId = $paymentOptionSubId;
|
71 |
+
} else {
|
72 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'PaymentOptionSubId is niet numeriek', 1);
|
73 |
+
}
|
74 |
+
}
|
75 |
+
|
76 |
+
public function setFinishUrl($finishUrl) {
|
77 |
+
$this->_finishUrl = $finishUrl;
|
78 |
+
}
|
79 |
+
|
80 |
+
public function setCostsForCustomer($costs_for_customer) {
|
81 |
+
if ($costs_for_customer == 1) {
|
82 |
+
$this->_costs_for_customer = 1;
|
83 |
+
} else {
|
84 |
+
$this->_costs_for_customer = 0;
|
85 |
+
}
|
86 |
+
}
|
87 |
+
|
88 |
+
public function setExchangeUrl($exchangeUrl) {
|
89 |
+
$this->_exchangeUrl = $exchangeUrl;
|
90 |
+
}
|
91 |
+
|
92 |
+
public function setExtra2($extra2) {
|
93 |
+
$this->_extra2 = $extra2;
|
94 |
+
}
|
95 |
+
|
96 |
+
public function setExtra3($extra3) {
|
97 |
+
$this->_extra3 = $extra3;
|
98 |
+
}
|
99 |
+
|
100 |
+
public function setOrderId($orderId) {
|
101 |
+
$this->_orderId = $orderId;
|
102 |
+
}
|
103 |
+
|
104 |
+
public function setDescription($description) {
|
105 |
+
$this->_description = $description;
|
106 |
+
}
|
107 |
+
|
108 |
+
protected function _getPostData() {
|
109 |
+
$data = parent::_getPostData();
|
110 |
+
|
111 |
+
/*
|
112 |
+
* Verplicht
|
113 |
+
*
|
114 |
+
* amount
|
115 |
+
* paymentOptionId
|
116 |
+
* finishUrl
|
117 |
+
* exchangeUrl
|
118 |
+
* orderId
|
119 |
+
*
|
120 |
+
*
|
121 |
+
* Optioneel
|
122 |
+
*
|
123 |
+
* costs
|
124 |
+
* paymentOptionSubId
|
125 |
+
*/
|
126 |
+
|
127 |
+
// Checken of alle verplichte velden geset zijn
|
128 |
+
if ($this->_apiToken == '') {
|
129 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
130 |
+
} else {
|
131 |
+
$data['token'] = $this->_apiToken;
|
132 |
+
}
|
133 |
+
if (empty($this->_serviceId)) {
|
134 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'apiToken not set', 1);
|
135 |
+
} else {
|
136 |
+
$data['serviceId'] = $this->_serviceId;
|
137 |
+
}
|
138 |
+
if (empty($this->_amount)) {
|
139 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'Amount is niet geset', 1);
|
140 |
+
} else {
|
141 |
+
$data['amount'] = $this->_amount;
|
142 |
+
}
|
143 |
+
if (!empty($this->_currency)) {
|
144 |
+
$data['transaction']['currency'] = $this->_currency;
|
145 |
+
}
|
146 |
+
if (empty($this->_paymentOptionId)) {
|
147 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'PaymentOptionId is niet geset', 1);
|
148 |
+
} else {
|
149 |
+
$data['paymentOptionId'] = $this->_paymentOptionId;
|
150 |
+
}
|
151 |
+
if (empty($this->_finishUrl)) {
|
152 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'FinishUrl is niet geset', 1);
|
153 |
+
} else {
|
154 |
+
$data['finishUrl'] = $this->_finishUrl;
|
155 |
+
}
|
156 |
+
if (empty($this->_exchangeUrl)) {
|
157 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'exchangeUrl is niet geset', 1);
|
158 |
+
} else {
|
159 |
+
$data['transaction']['orderExchangeUrl'] = $this->_exchangeUrl;
|
160 |
+
}
|
161 |
+
if (empty($this->_orderId)) {
|
162 |
+
throw Mage::exception('Pay_Payment_Helper_Api', 'orderId is niet geset', 1);
|
163 |
+
} else {
|
164 |
+
$data['statsData']['extra1'] = $this->_orderId;
|
165 |
+
}
|
166 |
+
if (empty($this->_description)) {
|
167 |
+
$data['transaction']['description'] = $this->_orderId;
|
168 |
+
} else {
|
169 |
+
$data['transaction']['description'] = $this->_description;
|
170 |
+
}
|
171 |
+
|
172 |
+
if (!empty($this->_extra2)) {
|
173 |
+
$data['statsData']['extra2'] = $this->_extra2;
|
174 |
+
}
|
175 |
+
if (!empty($this->_extra3)) {
|
176 |
+
$data['statsData']['extra3'] = $this->_extra3;
|
177 |
+
}
|
178 |
+
|
179 |
+
if ($this->_costs_for_customer == 1) {
|
180 |
+
$data['transaction']['costs'] = 1;
|
181 |
+
}
|
182 |
+
// $data['transaction']['currency'] = 'EUR';
|
183 |
+
if (!empty($this->_paymentOptionSubId)) {
|
184 |
+
$data['paymentOptionSubId'] = $this->_paymentOptionSubId;
|
185 |
+
}
|
186 |
+
|
187 |
+
//ip en browserdata setten
|
188 |
+
$data['ipAddress'] = Pay_Payment_Helper_Data::getIp();
|
189 |
+
$data['browserData'] = array(
|
190 |
+
'browser_name_regex' => '^mozilla/5\.0 (windows; .; windows nt 5\.1; .*rv:.*) gecko/.* firefox/0\.9.*$',
|
191 |
+
'browser_name_pattern' => 'Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:*) Gecko/* Firefox/0.9*',
|
192 |
+
'parent' => 'Firefox 0.9',
|
193 |
+
'platform' => 'WinXP',
|
194 |
+
'browser' => 'Firefox',
|
195 |
+
'version' => 0.9,
|
196 |
+
'majorver' => 0,
|
197 |
+
'minorver' => 9,
|
198 |
+
'cssversion' => 2,
|
199 |
+
'frames' => 1,
|
200 |
+
'iframes' => 1,
|
201 |
+
'tables' => 1,
|
202 |
+
'cookies' => 1,
|
203 |
+
);
|
204 |
+
if (!empty($this->_products)) {
|
205 |
+
$data['saleData']['invoiceDate'] = date('d-m-Y');
|
206 |
+
$data['saleData']['deliveryDate'] = date('d-m-Y', strtotime('+1 day'));
|
207 |
+
$data['saleData']['orderData'] = $this->_products;
|
208 |
+
}
|
209 |
+
$data['enduser'] = array();
|
210 |
+
if (!empty($this->_enduser)) {
|
211 |
+
$data['enduser'] = $this->_enduser;
|
212 |
+
}
|
213 |
+
|
214 |
+
|
215 |
+
//taal instellen
|
216 |
+
|
217 |
+
$data['enduser']['language'] = Pay_Payment_Helper_Data::getLanguage();
|
218 |
+
|
219 |
+
|
220 |
+
return $data;
|
221 |
+
}
|
222 |
+
|
223 |
+
}
|
app/code/community/Pay/Payment/Helper/Data.php
CHANGED
@@ -1,355 +1,361 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Helper_Data extends Mage_Core_Helper_Abstract
|
4 |
-
{
|
5 |
-
|
6 |
-
public function isPayIp($ipAddress)
|
7 |
-
{
|
8 |
-
$helperApi = Mage::helper('pay_payment/api_ispayserverip');
|
9 |
-
$helperApi instanceof Pay_Payment_Helper_Api_Ispayserverip;
|
10 |
-
$helperApi->setIpaddress($ipAddress);
|
11 |
-
$result = $helperApi->doRequest();
|
12 |
-
return $result['result'] == 1;
|
13 |
-
}
|
14 |
-
|
15 |
-
public function isOptionAvailable($option_id, $store = null)
|
16 |
-
{
|
17 |
-
$option = $this->getOption($option_id, $store);
|
18 |
-
return !is_null($option->getInternalId());
|
19 |
-
}
|
20 |
-
|
21 |
-
public function getTransaction($transactionId)
|
22 |
-
{
|
23 |
-
$transaction = Mage::getModel('pay_payment/transaction')
|
24 |
-
->getCollection()
|
25 |
-
->addFieldToFilter('transaction_id', $transactionId)
|
26 |
-
->getFirstItem();
|
27 |
-
return $transaction;
|
28 |
-
}
|
29 |
-
public function isOrderPaid($orderId){
|
30 |
-
$transactions = Mage::getModel('pay_payment/transaction')
|
31 |
-
->getCollection()
|
32 |
-
->addFieldToFilter('order_id', $orderId);
|
33 |
-
|
34 |
-
|
35 |
-
}
|
36 |
-
|
37 |
-
public function getOptions($store = null)
|
38 |
-
{
|
39 |
-
if ($store == null) {
|
40 |
-
$store = Mage::app()->getStore();
|
41 |
-
}
|
42 |
-
$serviceId = $store->getConfig('pay_payment/general/serviceid');
|
43 |
-
//$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
44 |
-
|
45 |
-
$options = Mage::getModel('pay_payment/option')->getCollection()
|
46 |
-
->addFieldToFilter('service_id', $serviceId);
|
47 |
-
return $options;
|
48 |
-
}
|
49 |
-
|
50 |
-
public function getOption($option_id, $store = null)
|
51 |
-
{
|
52 |
-
if ($store == null) {
|
53 |
-
$store = Mage::app()->getStore();
|
54 |
-
}
|
55 |
-
$serviceId = $store->getConfig('pay_payment/general/serviceid');
|
56 |
-
//$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
57 |
-
|
58 |
-
$option = Mage::getModel('pay_payment/option')->getCollection()
|
59 |
-
->addFieldToFilter('service_id', $serviceId)
|
60 |
-
->addFieldToFilter('option_id', $option_id)
|
61 |
-
->getFirstItem();
|
62 |
-
return $option;
|
63 |
-
}
|
64 |
-
|
65 |
-
private function _saveOptions($data, $store = null)
|
66 |
-
{
|
67 |
-
if ($store == null) {
|
68 |
-
$store = Mage::app()->getStore();
|
69 |
-
}
|
70 |
-
$serviceId = $store->getConfig('pay_payment/general/serviceid');
|
71 |
-
//$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
72 |
-
|
73 |
-
$service = $data['service'];
|
74 |
-
$paymentOptions = $data['paymentOptions'];
|
75 |
-
|
76 |
-
$imageBasePath = (string) $service['basePath'];
|
77 |
-
|
78 |
-
$arrUsedOptionIds = array();
|
79 |
-
|
80 |
-
foreach ($paymentOptions as $paymentOption) {
|
81 |
-
$image = $imageBasePath.$paymentOption['path'].$paymentOption['img'];
|
82 |
-
|
83 |
-
//Laden
|
84 |
-
$objOption = Mage::getModel('pay_payment/option')->getCollection()
|
85 |
-
->addFieldToFilter('service_id', $serviceId)
|
86 |
-
->addFieldToFilter('option_id', $paymentOption['id'])
|
87 |
-
->getFirstItem();
|
88 |
-
|
89 |
-
$optionData = array(
|
90 |
-
'option_id' => (string) $paymentOption['id'],
|
91 |
-
'service_id' => $serviceId,
|
92 |
-
'name' => (string) $paymentOption['visibleName'],
|
93 |
-
'image' => $image,
|
94 |
-
'update_date' => time(),
|
95 |
-
);
|
96 |
-
|
97 |
-
$objOption->addData($optionData);
|
98 |
-
$objOption->save();
|
99 |
-
|
100 |
-
$arrUsedOptionIds[] = $objOption->getInternalId();
|
101 |
-
|
102 |
-
$arrUsedOptionSubIds = array();
|
103 |
-
|
104 |
-
if (!empty($paymentOption['paymentOptionSubList']) && $paymentOption['id']
|
105 |
-
== 10) {
|
106 |
-
foreach ($paymentOption['paymentOptionSubList'] as $optionSub) {
|
107 |
-
$optionSubData = array(
|
108 |
-
'option_sub_id' => $optionSub['id'],
|
109 |
-
'option_internal_id' => $objOption->getInternalId(),
|
110 |
-
'name' => $optionSub['name'],
|
111 |
-
'image' => $imageBasePath.$optionSub['path'].$optionSub['img'],
|
112 |
-
'active' => $optionSub['state']
|
113 |
-
);
|
114 |
-
|
115 |
-
$objOptionSub = Mage::getModel('pay_payment/optionsub')->getCollection()
|
116 |
-
->addFieldToFilter('option_sub_id', $optionSub['id'])
|
117 |
-
->addFieldToFilter('option_internal_id',
|
118 |
-
$objOption->getInternalId())
|
119 |
-
->getFirstItem();
|
120 |
-
|
121 |
-
/* @var $objOptionSub Pay_Payment_Model_Optionsub */
|
122 |
-
$objOptionSub->addData($optionSubData);
|
123 |
-
$objOptionSub->save();
|
124 |
-
|
125 |
-
$arrUsedOptionSubIds[] = $objOptionSub->getInternalId();
|
126 |
-
}
|
127 |
-
}
|
128 |
-
//Alle subs die niet zijn opnieuw zijn binnengekomen verwijderen
|
129 |
-
$arrSubsToDelete = Mage::getModel('pay_payment/optionsub')
|
130 |
-
->getCollection()
|
131 |
-
->addFieldToFilter('option_internal_id',
|
132 |
-
$objOption->getInternalId())
|
133 |
-
->addFieldToFilter('internal_id',
|
134 |
-
array('nin' => $arrUsedOptionSubIds));
|
135 |
-
|
136 |
-
foreach ($arrSubsToDelete as $subToDelete) {
|
137 |
-
$subToDelete->delete();
|
138 |
-
}
|
139 |
-
}
|
140 |
-
$arrOptionsToDelete = Mage::getModel('pay_payment/option')
|
141 |
-
->getCollection()
|
142 |
-
->addFieldToFilter('service_id', $serviceId)
|
143 |
-
->addFieldToFilter('internal_id', array('nin' => $arrUsedOptionIds));
|
144 |
-
foreach ($arrOptionsToDelete as $optionToDelete) {
|
145 |
-
$optionToDelete->delete();
|
146 |
-
}
|
147 |
-
}
|
148 |
-
|
149 |
-
public function loadOptions($store = null)
|
150 |
-
{
|
151 |
-
if ($store == null) {
|
152 |
-
$store = Mage::app()->getStore();
|
153 |
-
}
|
154 |
-
$serviceId = $store->getConfig('pay_payment/general/serviceid');
|
155 |
-
//$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
156 |
-
$apiToken = $store->getConfig('pay_payment/general/apitoken');
|
157 |
-
//$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', $store);
|
158 |
-
|
159 |
-
$
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
$
|
166 |
-
|
167 |
-
$
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
}
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
$
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
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 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
//
|
305 |
-
if (
|
306 |
-
$
|
307 |
-
}
|
308 |
-
$
|
309 |
-
}
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
$
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Data extends Mage_Core_Helper_Abstract
|
4 |
+
{
|
5 |
+
|
6 |
+
public function isPayIp($ipAddress)
|
7 |
+
{
|
8 |
+
$helperApi = Mage::helper('pay_payment/api_ispayserverip');
|
9 |
+
$helperApi instanceof Pay_Payment_Helper_Api_Ispayserverip;
|
10 |
+
$helperApi->setIpaddress($ipAddress);
|
11 |
+
$result = $helperApi->doRequest();
|
12 |
+
return $result['result'] == 1;
|
13 |
+
}
|
14 |
+
|
15 |
+
public function isOptionAvailable($option_id, $store = null)
|
16 |
+
{
|
17 |
+
$option = $this->getOption($option_id, $store);
|
18 |
+
return !is_null($option->getInternalId());
|
19 |
+
}
|
20 |
+
|
21 |
+
public function getTransaction($transactionId)
|
22 |
+
{
|
23 |
+
$transaction = Mage::getModel('pay_payment/transaction')
|
24 |
+
->getCollection()
|
25 |
+
->addFieldToFilter('transaction_id', $transactionId)
|
26 |
+
->getFirstItem();
|
27 |
+
return $transaction;
|
28 |
+
}
|
29 |
+
public function isOrderPaid($orderId){
|
30 |
+
$transactions = Mage::getModel('pay_payment/transaction')
|
31 |
+
->getCollection()
|
32 |
+
->addFieldToFilter('order_id', $orderId);
|
33 |
+
|
34 |
+
|
35 |
+
}
|
36 |
+
|
37 |
+
public function getOptions($store = null)
|
38 |
+
{
|
39 |
+
if ($store == null) {
|
40 |
+
$store = Mage::app()->getStore();
|
41 |
+
}
|
42 |
+
$serviceId = $store->getConfig('pay_payment/general/serviceid');
|
43 |
+
//$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
44 |
+
|
45 |
+
$options = Mage::getModel('pay_payment/option')->getCollection()
|
46 |
+
->addFieldToFilter('service_id', $serviceId);
|
47 |
+
return $options;
|
48 |
+
}
|
49 |
+
|
50 |
+
public function getOption($option_id, $store = null)
|
51 |
+
{
|
52 |
+
if ($store == null) {
|
53 |
+
$store = Mage::app()->getStore();
|
54 |
+
}
|
55 |
+
$serviceId = $store->getConfig('pay_payment/general/serviceid');
|
56 |
+
//$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
57 |
+
|
58 |
+
$option = Mage::getModel('pay_payment/option')->getCollection()
|
59 |
+
->addFieldToFilter('service_id', $serviceId)
|
60 |
+
->addFieldToFilter('option_id', $option_id)
|
61 |
+
->getFirstItem();
|
62 |
+
return $option;
|
63 |
+
}
|
64 |
+
|
65 |
+
private function _saveOptions($data, $store = null)
|
66 |
+
{
|
67 |
+
if ($store == null) {
|
68 |
+
$store = Mage::app()->getStore();
|
69 |
+
}
|
70 |
+
$serviceId = $store->getConfig('pay_payment/general/serviceid');
|
71 |
+
//$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
72 |
+
|
73 |
+
$service = $data['service'];
|
74 |
+
$paymentOptions = $data['paymentOptions'];
|
75 |
+
|
76 |
+
$imageBasePath = (string) $service['basePath'];
|
77 |
+
|
78 |
+
$arrUsedOptionIds = array();
|
79 |
+
|
80 |
+
foreach ($paymentOptions as $paymentOption) {
|
81 |
+
$image = $imageBasePath.$paymentOption['path'].$paymentOption['img'];
|
82 |
+
|
83 |
+
//Laden
|
84 |
+
$objOption = Mage::getModel('pay_payment/option')->getCollection()
|
85 |
+
->addFieldToFilter('service_id', $serviceId)
|
86 |
+
->addFieldToFilter('option_id', $paymentOption['id'])
|
87 |
+
->getFirstItem();
|
88 |
+
|
89 |
+
$optionData = array(
|
90 |
+
'option_id' => (string) $paymentOption['id'],
|
91 |
+
'service_id' => $serviceId,
|
92 |
+
'name' => (string) $paymentOption['visibleName'],
|
93 |
+
'image' => $image,
|
94 |
+
'update_date' => time(),
|
95 |
+
);
|
96 |
+
|
97 |
+
$objOption->addData($optionData);
|
98 |
+
$objOption->save();
|
99 |
+
|
100 |
+
$arrUsedOptionIds[] = $objOption->getInternalId();
|
101 |
+
|
102 |
+
$arrUsedOptionSubIds = array();
|
103 |
+
|
104 |
+
if (!empty($paymentOption['paymentOptionSubList']) && $paymentOption['id']
|
105 |
+
== 10) {
|
106 |
+
foreach ($paymentOption['paymentOptionSubList'] as $optionSub) {
|
107 |
+
$optionSubData = array(
|
108 |
+
'option_sub_id' => $optionSub['id'],
|
109 |
+
'option_internal_id' => $objOption->getInternalId(),
|
110 |
+
'name' => $optionSub['name'],
|
111 |
+
'image' => $imageBasePath.$optionSub['path'].$optionSub['img'],
|
112 |
+
'active' => $optionSub['state']
|
113 |
+
);
|
114 |
+
|
115 |
+
$objOptionSub = Mage::getModel('pay_payment/optionsub')->getCollection()
|
116 |
+
->addFieldToFilter('option_sub_id', $optionSub['id'])
|
117 |
+
->addFieldToFilter('option_internal_id',
|
118 |
+
$objOption->getInternalId())
|
119 |
+
->getFirstItem();
|
120 |
+
|
121 |
+
/* @var $objOptionSub Pay_Payment_Model_Optionsub */
|
122 |
+
$objOptionSub->addData($optionSubData);
|
123 |
+
$objOptionSub->save();
|
124 |
+
|
125 |
+
$arrUsedOptionSubIds[] = $objOptionSub->getInternalId();
|
126 |
+
}
|
127 |
+
}
|
128 |
+
//Alle subs die niet zijn opnieuw zijn binnengekomen verwijderen
|
129 |
+
$arrSubsToDelete = Mage::getModel('pay_payment/optionsub')
|
130 |
+
->getCollection()
|
131 |
+
->addFieldToFilter('option_internal_id',
|
132 |
+
$objOption->getInternalId())
|
133 |
+
->addFieldToFilter('internal_id',
|
134 |
+
array('nin' => $arrUsedOptionSubIds));
|
135 |
+
|
136 |
+
foreach ($arrSubsToDelete as $subToDelete) {
|
137 |
+
$subToDelete->delete();
|
138 |
+
}
|
139 |
+
}
|
140 |
+
$arrOptionsToDelete = Mage::getModel('pay_payment/option')
|
141 |
+
->getCollection()
|
142 |
+
->addFieldToFilter('service_id', $serviceId)
|
143 |
+
->addFieldToFilter('internal_id', array('nin' => $arrUsedOptionIds));
|
144 |
+
foreach ($arrOptionsToDelete as $optionToDelete) {
|
145 |
+
$optionToDelete->delete();
|
146 |
+
}
|
147 |
+
}
|
148 |
+
|
149 |
+
public function loadOptions($store = null)
|
150 |
+
{
|
151 |
+
if ($store == null) {
|
152 |
+
$store = Mage::app()->getStore();
|
153 |
+
}
|
154 |
+
$serviceId = $store->getConfig('pay_payment/general/serviceid');
|
155 |
+
//$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
156 |
+
$apiToken = $store->getConfig('pay_payment/general/apitoken');
|
157 |
+
//$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', $store);
|
158 |
+
|
159 |
+
$useBackupApi = Mage::getStoreConfig('pay_payment/general/use_backup_api', $store);
|
160 |
+
$backupApiUrl = Mage::getStoreConfig('pay_payment/general/backup_api_url', $store);
|
161 |
+
if($useBackupApi == 1){
|
162 |
+
Pay_Payment_Helper_Api::_setBackupApiUrl($backupApiUrl);
|
163 |
+
}
|
164 |
+
|
165 |
+
$api = Mage::helper('pay_payment/api_getservice');
|
166 |
+
|
167 |
+
/* @var $api Pay_Payment_Helper_Api_GetService */
|
168 |
+
$api->setApiToken($apiToken);
|
169 |
+
$api->setServiceId($serviceId);
|
170 |
+
|
171 |
+
$data = $api->doRequest();
|
172 |
+
|
173 |
+
$this->_saveOptions($data, $store);
|
174 |
+
}
|
175 |
+
|
176 |
+
public function getPaymentChargeTaxClass($code)
|
177 |
+
{
|
178 |
+
$taxClass = Mage::getStoreConfig('payment/'.strval($code).'/charge_tax_class');
|
179 |
+
return $taxClass;
|
180 |
+
}
|
181 |
+
|
182 |
+
/**
|
183 |
+
* Get payment charge
|
184 |
+
* @param string $code
|
185 |
+
* @param Mage_Sales_Model_Quote $quote
|
186 |
+
* @return float
|
187 |
+
*/
|
188 |
+
public function getPaymentCharge($code, $quote = null)
|
189 |
+
{
|
190 |
+
if (is_null($quote)) {
|
191 |
+
$quote = Mage::getSingleton('checkout/session')->getQuote();
|
192 |
+
}
|
193 |
+
$amount = 0;
|
194 |
+
$address = $quote->isVirtual() ? $quote->getBillingAddress() : $quote->getShippingAddress();
|
195 |
+
|
196 |
+
|
197 |
+
$chargeType = Mage::getStoreConfig('payment/'.strval($code).'/charge_type');
|
198 |
+
$chargeValue = Mage::getStoreConfig('payment/'.strval($code).'/charge_value');
|
199 |
+
|
200 |
+
if ($chargeType == "percentage") {
|
201 |
+
//totaal moet berekend worden
|
202 |
+
$subTotal = $address->getSubtotalInclTax();
|
203 |
+
$shipping = $address->getShippingInclTax();
|
204 |
+
$discount = $address->getDiscountAmount();
|
205 |
+
|
206 |
+
$grandTotal = $subTotal + $shipping + $discount;
|
207 |
+
$amount = $grandTotal * floatval($chargeValue) / 100;
|
208 |
+
} else {
|
209 |
+
$amount = floatval($chargeValue);
|
210 |
+
}
|
211 |
+
// }
|
212 |
+
////echo $amount;
|
213 |
+
//return Mage::helper('core')->formatPrice($amount);
|
214 |
+
return $amount;
|
215 |
+
}
|
216 |
+
|
217 |
+
public static function getLanguage()
|
218 |
+
{
|
219 |
+
$store = Mage::app()->getStore();
|
220 |
+
|
221 |
+
$language = $store->getConfig('pay_payment/general/user_language');
|
222 |
+
// $language = Mage::getStoreConfig('pay_payment/general/user_language', $store);
|
223 |
+
|
224 |
+
if ($language == 'browser' || empty($language)) {
|
225 |
+
return self::getDefaultLanguage();
|
226 |
+
} else {
|
227 |
+
return $language;
|
228 |
+
}
|
229 |
+
}
|
230 |
+
|
231 |
+
protected static function getDefaultLanguage()
|
232 |
+
{
|
233 |
+
|
234 |
+
if (isset($_SERVER["HTTP_ACCEPT_LANGUAGE"]))
|
235 |
+
return self::parseDefaultLanguage($_SERVER["HTTP_ACCEPT_LANGUAGE"]);
|
236 |
+
else return self::parseDefaultLanguage(NULL);
|
237 |
+
}
|
238 |
+
|
239 |
+
private static function parseDefaultLanguage($http_accept, $deflang = "en")
|
240 |
+
{
|
241 |
+
if (isset($http_accept) && strlen($http_accept) > 1) {
|
242 |
+
# Split possible languages into array
|
243 |
+
$x = explode(",", $http_accept);
|
244 |
+
foreach ($x as $val) {
|
245 |
+
#check for q-value and create associative array. No q-value means 1 by rule
|
246 |
+
if (preg_match("/(.*);q=([0-1]{0,1}.[0-9]{0,4})/i", $val,
|
247 |
+
$matches)) {
|
248 |
+
$lang[$matches[1]] = (float) $matches[2].'';
|
249 |
+
} else {
|
250 |
+
$lang[$val] = 1.0;
|
251 |
+
}
|
252 |
+
}
|
253 |
+
|
254 |
+
$languages = new Pay_Payment_Model_Source_Language();
|
255 |
+
|
256 |
+
$arrLanguages = $languages->toOptionArray();
|
257 |
+
$arrAvailableLanguages = array();
|
258 |
+
foreach ($arrLanguages as $language) {
|
259 |
+
$arrAvailableLanguages[] = $language['value'];
|
260 |
+
}
|
261 |
+
|
262 |
+
//laatste er af halen
|
263 |
+
array_pop($arrAvailableLanguages);
|
264 |
+
|
265 |
+
#return default language (highest q-value)
|
266 |
+
$qval = 0.0;
|
267 |
+
foreach ($lang as $key => $value) {
|
268 |
+
$languagecode = strtolower(substr($key, 0, 2));
|
269 |
+
|
270 |
+
if (in_array($languagecode, $arrAvailableLanguages)) {
|
271 |
+
if ($value > $qval) {
|
272 |
+
$qval = (float) $value;
|
273 |
+
$deflang = $key;
|
274 |
+
}
|
275 |
+
}
|
276 |
+
}
|
277 |
+
}
|
278 |
+
return strtolower(substr($deflang, 0, 2));
|
279 |
+
}
|
280 |
+
|
281 |
+
public static function splitAddress($strAddress)
|
282 |
+
{
|
283 |
+
$strAddress = trim($strAddress);
|
284 |
+
|
285 |
+
$a = preg_split('/([0-9]+)/', $strAddress, 2,
|
286 |
+
PREG_SPLIT_DELIM_CAPTURE);
|
287 |
+
$strStreetName = trim(array_shift($a));
|
288 |
+
$strStreetNumber = trim(implode('', $a));
|
289 |
+
|
290 |
+
if (empty($strStreetName)) { // American address notation
|
291 |
+
$a = preg_split('/([a-zA-Z]{2,})/', $strAddress, 2,
|
292 |
+
PREG_SPLIT_DELIM_CAPTURE);
|
293 |
+
|
294 |
+
$strStreetNumber = trim(array_shift($a));
|
295 |
+
$strStreetName = implode(' ', $a);
|
296 |
+
}
|
297 |
+
|
298 |
+
return array($strStreetName, $strStreetNumber);
|
299 |
+
}
|
300 |
+
|
301 |
+
public static function getIp()
|
302 |
+
{
|
303 |
+
|
304 |
+
//Just get the headers if we can or else use the SERVER global
|
305 |
+
if (function_exists('apache_request_headers')) {
|
306 |
+
$headers = apache_request_headers();
|
307 |
+
} else {
|
308 |
+
$headers = $_SERVER;
|
309 |
+
}
|
310 |
+
//Get the forwarded IP if it exists
|
311 |
+
if (array_key_exists('X-Forwarded-For', $headers)) {
|
312 |
+
$the_ip = $headers['X-Forwarded-For'];
|
313 |
+
} elseif (array_key_exists('HTTP_X_FORWARDED_FOR', $headers)) {
|
314 |
+
$the_ip = $headers['HTTP_X_FORWARDED_FOR'];
|
315 |
+
} else {
|
316 |
+
$the_ip = $_SERVER['REMOTE_ADDR'];
|
317 |
+
}
|
318 |
+
$arrIp = explode(',', $the_ip);
|
319 |
+
$the_ip = $arrIp[0];
|
320 |
+
|
321 |
+
$the_ip = filter_var(trim($the_ip), FILTER_VALIDATE_IP);
|
322 |
+
|
323 |
+
return $the_ip;
|
324 |
+
}
|
325 |
+
|
326 |
+
public static function nearest($number, $numbers)
|
327 |
+
{
|
328 |
+
$output = FALSE;
|
329 |
+
$number = intval($number);
|
330 |
+
if (is_array($numbers) && count($numbers) >= 1) {
|
331 |
+
$NDat = array();
|
332 |
+
foreach ($numbers as $n) {
|
333 |
+
$NDat[abs($number - $n)] = $n;
|
334 |
+
}
|
335 |
+
ksort($NDat);
|
336 |
+
$NDat = array_values($NDat);
|
337 |
+
$output = $NDat[0];
|
338 |
+
}
|
339 |
+
return $output;
|
340 |
+
}
|
341 |
+
|
342 |
+
public static function getTaxCodeFromRate($taxRate)
|
343 |
+
{
|
344 |
+
$taxClasses = array(
|
345 |
+
0 => 'N',
|
346 |
+
6 => 'L',
|
347 |
+
21 => 'H'
|
348 |
+
);
|
349 |
+
$nearestTaxRate = self::nearest($taxRate, array_keys($taxClasses));
|
350 |
+
|
351 |
+
return($taxClasses[$nearestTaxRate]);
|
352 |
+
}
|
353 |
+
|
354 |
+
public static function calculateTaxClass($amountInclTax, $taxAmount)
|
355 |
+
{
|
356 |
+
$amountExclTax = $amountInclTax - $taxAmount;
|
357 |
+
$taxRate = ($taxAmount / $amountExclTax) * 100;
|
358 |
+
|
359 |
+
return self::getTaxCodeFromRate($taxRate);
|
360 |
+
}
|
361 |
}
|
app/code/community/Pay/Payment/Helper/Order.php
CHANGED
@@ -1,358 +1,364 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
4 |
-
{
|
5 |
-
|
6 |
-
public function uncancel($order)
|
7 |
-
{
|
8 |
-
if ($order->getId())
|
9 |
-
{
|
10 |
-
$order->setData('state', 'processing')
|
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 |
-
$items = $order->getItemsCollection();
|
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 |
-
$order->setState(
|
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 |
-
* Returns the order object
|
57 |
-
*
|
58 |
-
* @param int $transactionId
|
59 |
-
* @return Mage_Sales_Model_Order
|
60 |
-
*/
|
61 |
-
public function getOrderByTransactionId($transactionId)
|
62 |
-
{
|
63 |
-
//transactie ophalen uit pay tabel
|
64 |
-
$helperData = Mage::helper('pay_payment');
|
65 |
-
$transaction = $helperData->getTransaction($transactionId);
|
66 |
-
|
67 |
-
//order ophalen
|
68 |
-
$order = Mage::getModel('sales/order');
|
69 |
-
/* @var $order Mage_Sales_Model_Order */
|
70 |
-
$order->load($transaction->getOrderId());
|
71 |
-
|
72 |
-
return $order;
|
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 |
-
foreach ($order->getInvoiceCollection() as $invoice)
|
85 |
-
{
|
86 |
-
if ($invoice->getTransactionId() == $transactionId)
|
87 |
-
{
|
88 |
-
return $invoice;
|
89 |
-
}
|
90 |
-
}
|
91 |
-
foreach ($order->getInvoiceCollection() as $invoice)
|
92 |
-
{
|
93 |
-
if ($invoice->getState() == Mage_Sales_Model_Order_Invoice::STATE_OPEN)
|
94 |
-
{
|
95 |
-
$invoice->setTransactionId($transactionId);
|
96 |
-
return $invoice;
|
97 |
-
}
|
98 |
-
}
|
99 |
-
|
100 |
-
return false;
|
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 |
-
|
110 |
-
//$transactionInfo = $this->getTransactionInfo($transactionId, $store);
|
111 |
-
//transactie ophalen uit pay tabel
|
112 |
-
$helperData = Mage::helper('pay_payment');
|
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 |
-
|
133 |
-
$orderAmount = intval(round($order->getGrandTotal() * 100));
|
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 |
-
$order->getGrandTotal(), true
|
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
|
161 |
-
{
|
162 |
-
$order->setState(Mage_Sales_Model_Order::STATE_PENDING_PAYMENT, true);
|
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 |
-
->addObject($invoice)
|
182 |
-
->addObject($invoice->getOrder());
|
183 |
-
|
184 |
-
$transactionSave->save();
|
185 |
-
}
|
186 |
-
|
187 |
-
|
188 |
-
// fix voor tax in invoice
|
189 |
-
$invoice->setTaxAmount($order->getTaxAmount());
|
190 |
-
$invoice->setBaseTaxAmount($order->getBaseTaxAmount());
|
191 |
-
$invoice->save();
|
192 |
-
$order->setTaxInvoiced($invoice->getTaxAmount());
|
193 |
-
$order->save();
|
194 |
-
|
195 |
-
if ($invoiceEmail)
|
196 |
-
{
|
197 |
-
$invoice->sendEmail();
|
198 |
-
$invoice->setEmailSent(true);
|
199 |
-
$invoice->save();
|
200 |
-
}
|
201 |
-
}
|
202 |
-
|
203 |
-
|
204 |
-
// ingestelde status ophalen
|
205 |
-
$processedStatus = $store->getConfig('payment/' . $payment->getMethod() . '/order_status_success');
|
206 |
-
// $processedStatus = Mage::getStoreConfig('payment/' . $payment->getMethod() . '/order_status_success', $store);
|
207 |
-
|
208 |
-
$order->setIsInProcess(true);
|
209 |
-
|
210 |
-
$stateMessage = 'Betaling ontvangen, klantkenmerk: ' . $endUserId;
|
211 |
-
|
212 |
-
$order->setState(
|
213 |
-
Mage_Sales_Model_Order::STATE_PROCESSING, $processedStatus, $stateMessage, true
|
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 |
-
}
|
235 |
-
}
|
236 |
-
|
237 |
-
$order->save();
|
238 |
-
|
239 |
-
//transactie in pay tabel updaten
|
240 |
-
$transaction->setStatus($status);
|
241 |
-
$transaction->setLastUpdate(time());
|
242 |
-
$transaction->save();
|
243 |
-
|
244 |
-
|
245 |
-
return true;
|
246 |
-
} elseif ($status == Pay_Payment_Model_Transaction::STATE_CANCELED)
|
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 |
-
|
255 |
-
// order annuleren
|
256 |
-
//$order->setState(Mage_Sales_Model_Order::STATE_CANCELED, Mage_Sales_Model_Order::STATE_CANCELED);
|
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
|
265 |
-
$transaction->setStatus($status);
|
266 |
-
$transaction->setLastUpdate(time());
|
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 |
-
public function getTransactionInfo($transactionId, $store = null)
|
278 |
-
{
|
279 |
-
if ($store == null)
|
280 |
-
{
|
281 |
-
$store = Mage::app()->getStore();
|
282 |
-
}
|
283 |
-
|
284 |
-
$helperApi = Mage::helper('pay_payment/api_info');
|
285 |
-
/* @var $helperApi Pay_Payment_Helper_Api_Info */
|
286 |
-
|
287 |
-
|
288 |
-
$apiToken = $store->getConfig('pay_payment/general/apitoken');
|
289 |
-
|
290 |
-
|
291 |
-
$
|
292 |
-
$
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
{
|
326 |
-
$status = Pay_Payment_Model_Transaction::
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
{
|
354 |
-
return Pay_Payment_Model_Transaction::
|
355 |
-
}
|
356 |
-
|
357 |
-
|
358 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Order extends Mage_Core_Helper_Abstract
|
4 |
+
{
|
5 |
+
|
6 |
+
public function uncancel($order)
|
7 |
+
{
|
8 |
+
if ($order->getId())
|
9 |
+
{
|
10 |
+
$order->setData('state', 'processing')
|
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 |
+
$items = $order->getItemsCollection();
|
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 |
+
$order->setState(
|
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 |
+
* Returns the order object
|
57 |
+
*
|
58 |
+
* @param int $transactionId
|
59 |
+
* @return Mage_Sales_Model_Order
|
60 |
+
*/
|
61 |
+
public function getOrderByTransactionId($transactionId)
|
62 |
+
{
|
63 |
+
//transactie ophalen uit pay tabel
|
64 |
+
$helperData = Mage::helper('pay_payment');
|
65 |
+
$transaction = $helperData->getTransaction($transactionId);
|
66 |
+
|
67 |
+
//order ophalen
|
68 |
+
$order = Mage::getModel('sales/order');
|
69 |
+
/* @var $order Mage_Sales_Model_Order */
|
70 |
+
$order->load($transaction->getOrderId());
|
71 |
+
|
72 |
+
return $order;
|
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 |
+
foreach ($order->getInvoiceCollection() as $invoice)
|
85 |
+
{
|
86 |
+
if ($invoice->getTransactionId() == $transactionId)
|
87 |
+
{
|
88 |
+
return $invoice;
|
89 |
+
}
|
90 |
+
}
|
91 |
+
foreach ($order->getInvoiceCollection() as $invoice)
|
92 |
+
{
|
93 |
+
if ($invoice->getState() == Mage_Sales_Model_Order_Invoice::STATE_OPEN)
|
94 |
+
{
|
95 |
+
$invoice->setTransactionId($transactionId);
|
96 |
+
return $invoice;
|
97 |
+
}
|
98 |
+
}
|
99 |
+
|
100 |
+
return false;
|
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 |
+
|
110 |
+
//$transactionInfo = $this->getTransactionInfo($transactionId, $store);
|
111 |
+
//transactie ophalen uit pay tabel
|
112 |
+
$helperData = Mage::helper('pay_payment');
|
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 |
+
|
133 |
+
$orderAmount = intval(round($order->getGrandTotal() * 100));
|
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 |
+
$order->getGrandTotal(), true
|
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
|
161 |
+
{
|
162 |
+
$order->setState(Mage_Sales_Model_Order::STATE_PENDING_PAYMENT, true);
|
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 |
+
->addObject($invoice)
|
182 |
+
->addObject($invoice->getOrder());
|
183 |
+
|
184 |
+
$transactionSave->save();
|
185 |
+
}
|
186 |
+
|
187 |
+
|
188 |
+
// fix voor tax in invoice
|
189 |
+
$invoice->setTaxAmount($order->getTaxAmount());
|
190 |
+
$invoice->setBaseTaxAmount($order->getBaseTaxAmount());
|
191 |
+
$invoice->save();
|
192 |
+
$order->setTaxInvoiced($invoice->getTaxAmount());
|
193 |
+
$order->save();
|
194 |
+
|
195 |
+
if ($invoiceEmail)
|
196 |
+
{
|
197 |
+
$invoice->sendEmail();
|
198 |
+
$invoice->setEmailSent(true);
|
199 |
+
$invoice->save();
|
200 |
+
}
|
201 |
+
}
|
202 |
+
|
203 |
+
|
204 |
+
// ingestelde status ophalen
|
205 |
+
$processedStatus = $store->getConfig('payment/' . $payment->getMethod() . '/order_status_success');
|
206 |
+
// $processedStatus = Mage::getStoreConfig('payment/' . $payment->getMethod() . '/order_status_success', $store);
|
207 |
+
|
208 |
+
$order->setIsInProcess(true);
|
209 |
+
|
210 |
+
$stateMessage = 'Betaling ontvangen, klantkenmerk: ' . $endUserId;
|
211 |
+
|
212 |
+
$order->setState(
|
213 |
+
Mage_Sales_Model_Order::STATE_PROCESSING, $processedStatus, $stateMessage, true
|
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 |
+
}
|
235 |
+
}
|
236 |
+
|
237 |
+
$order->save();
|
238 |
+
|
239 |
+
//transactie in pay tabel updaten
|
240 |
+
$transaction->setStatus($status);
|
241 |
+
$transaction->setLastUpdate(time());
|
242 |
+
$transaction->save();
|
243 |
+
|
244 |
+
|
245 |
+
return true;
|
246 |
+
} elseif ($status == Pay_Payment_Model_Transaction::STATE_CANCELED)
|
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 |
+
|
255 |
+
// order annuleren
|
256 |
+
//$order->setState(Mage_Sales_Model_Order::STATE_CANCELED, Mage_Sales_Model_Order::STATE_CANCELED);
|
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
|
265 |
+
$transaction->setStatus($status);
|
266 |
+
$transaction->setLastUpdate(time());
|
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 |
+
public function getTransactionInfo($transactionId, $store = null)
|
278 |
+
{
|
279 |
+
if ($store == null)
|
280 |
+
{
|
281 |
+
$store = Mage::app()->getStore();
|
282 |
+
}
|
283 |
+
|
284 |
+
$helperApi = Mage::helper('pay_payment/api_info');
|
285 |
+
/* @var $helperApi Pay_Payment_Helper_Api_Info */
|
286 |
+
|
287 |
+
|
288 |
+
$apiToken = $store->getConfig('pay_payment/general/apitoken');
|
289 |
+
|
290 |
+
|
291 |
+
$useBackupApi = Mage::getStoreConfig('pay_payment/general/use_backup_api', $store);
|
292 |
+
$backupApiUrl = Mage::getStoreConfig('pay_payment/general/backup_api_url', $store);
|
293 |
+
if($useBackupApi == 1){
|
294 |
+
Pay_Payment_Helper_Api::_setBackupApiUrl($backupApiUrl);
|
295 |
+
}
|
296 |
+
|
297 |
+
$helperApi->setApiToken($apiToken);
|
298 |
+
$helperApi->setTransactionId($transactionId);
|
299 |
+
|
300 |
+
$transactionInfo = $helperApi->doRequest();
|
301 |
+
|
302 |
+
return $transactionInfo;
|
303 |
+
}
|
304 |
+
|
305 |
+
/**
|
306 |
+
* Processes the order by transactionId, the data is collected by calling the pay api
|
307 |
+
*
|
308 |
+
* @param string $transactionId
|
309 |
+
* @param Mage_Core_Model_Store $store
|
310 |
+
* @return string|null the new status
|
311 |
+
*/
|
312 |
+
public function processByTransactionId($transactionId, $store = null)
|
313 |
+
{
|
314 |
+
if ($store == null)
|
315 |
+
{
|
316 |
+
$store = Mage::app()->getStore();
|
317 |
+
}
|
318 |
+
|
319 |
+
$transactionInfo = $this->getTransactionInfo($transactionId, $store);
|
320 |
+
|
321 |
+
$status = Pay_Payment_Model_Transaction::STATE_PENDING;
|
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 $status;
|
343 |
+
}
|
344 |
+
|
345 |
+
public function getTransactionStatus($transactionId, $store = null)
|
346 |
+
{
|
347 |
+
$transactionInfo = $this->getTransactionInfo($transactionId, $store);
|
348 |
+
|
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 |
+
}
|
363 |
+
|
364 |
+
}
|
app/code/community/Pay/Payment/Helper/Total.php
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Helper_Total extends Mage_Core_Helper_Abstract {
|
4 |
-
|
5 |
-
public function addToBlock($block) {
|
6 |
-
$order = $block->getOrder();
|
7 |
-
|
8 |
-
$label = Mage::getStoreConfig('payment/' . $order->getPayment()->getMethod() . '/surcharge_label');
|
9 |
-
|
10 |
-
$fee = new Varien_Object();
|
11 |
-
$fee->setCode('surcharge_incl');
|
12 |
-
|
13 |
-
$fee->setLabel($label);
|
14 |
-
$fee->setBaseValue(10);
|
15 |
-
$fee->setValue(11);
|
16 |
-
$block->addTotalBefore($fee, 'shipping');
|
17 |
-
|
18 |
-
|
19 |
-
return $block;
|
20 |
-
}
|
21 |
-
|
22 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Helper_Total extends Mage_Core_Helper_Abstract {
|
4 |
+
|
5 |
+
public function addToBlock($block) {
|
6 |
+
$order = $block->getOrder();
|
7 |
+
|
8 |
+
$label = Mage::getStoreConfig('payment/' . $order->getPayment()->getMethod() . '/surcharge_label');
|
9 |
+
|
10 |
+
$fee = new Varien_Object();
|
11 |
+
$fee->setCode('surcharge_incl');
|
12 |
+
|
13 |
+
$fee->setLabel($label);
|
14 |
+
$fee->setBaseValue(10);
|
15 |
+
$fee->setValue(11);
|
16 |
+
$block->addTotalBefore($fee, 'shipping');
|
17 |
+
|
18 |
+
|
19 |
+
return $block;
|
20 |
+
}
|
21 |
+
|
22 |
+
}
|
app/code/community/Pay/Payment/Model/Backend/Trim.php
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Backend_Trim extends Mage_Core_Model_Config_Data {
|
4 |
-
|
5 |
-
protected function _beforeSave() {
|
6 |
-
$value = $this->getValue();
|
7 |
-
$value = trim($value);
|
8 |
-
$this->setValue($value);
|
9 |
-
return $this;
|
10 |
-
}
|
11 |
-
|
12 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Backend_Trim extends Mage_Core_Model_Config_Data {
|
4 |
+
|
5 |
+
protected function _beforeSave() {
|
6 |
+
$value = $this->getValue();
|
7 |
+
$value = trim($value);
|
8 |
+
$this->setValue($value);
|
9 |
+
return $this;
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
app/code/community/Pay/Payment/Model/Mysql4/Option.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Mysql4_Option extends Mage_Core_Model_Mysql4_Abstract {
|
4 |
-
|
5 |
-
public function _construct() {
|
6 |
-
$this->_init('pay_payment/option', 'internal_id');
|
7 |
-
}
|
8 |
-
|
9 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Mysql4_Option extends Mage_Core_Model_Mysql4_Abstract {
|
4 |
+
|
5 |
+
public function _construct() {
|
6 |
+
$this->_init('pay_payment/option', 'internal_id');
|
7 |
+
}
|
8 |
+
|
9 |
+
}
|
app/code/community/Pay/Payment/Model/Mysql4/Option/Collection.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Mysql4_Option_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract{
|
4 |
-
public function __construct() {
|
5 |
-
$this->_init('pay_payment/option');
|
6 |
-
parent::__construct();
|
7 |
-
}
|
8 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Mysql4_Option_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract{
|
4 |
+
public function __construct() {
|
5 |
+
$this->_init('pay_payment/option');
|
6 |
+
parent::__construct();
|
7 |
+
}
|
8 |
}
|
app/code/community/Pay/Payment/Model/Mysql4/Optionsub.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Mysql4_Optionsub extends Mage_Core_Model_Mysql4_Abstract {
|
4 |
-
|
5 |
-
public function _construct() {
|
6 |
-
$this->_init('pay_payment/optionsub', 'internal_id');
|
7 |
-
}
|
8 |
-
|
9 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Mysql4_Optionsub extends Mage_Core_Model_Mysql4_Abstract {
|
4 |
+
|
5 |
+
public function _construct() {
|
6 |
+
$this->_init('pay_payment/optionsub', 'internal_id');
|
7 |
+
}
|
8 |
+
|
9 |
+
}
|
app/code/community/Pay/Payment/Model/Mysql4/Optionsub/Collection.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Mysql4_Optionsub_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract{
|
4 |
-
public function __construct() {
|
5 |
-
$this->_init('pay_payment/optionsub');
|
6 |
-
parent::__construct();
|
7 |
-
}
|
8 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Mysql4_Optionsub_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract{
|
4 |
+
public function __construct() {
|
5 |
+
$this->_init('pay_payment/optionsub');
|
6 |
+
parent::__construct();
|
7 |
+
}
|
8 |
}
|
app/code/community/Pay/Payment/Model/Mysql4/Transaction.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Mysql4_Transaction extends Mage_Core_Model_Mysql4_Abstract {
|
4 |
-
|
5 |
-
public function _construct() {
|
6 |
-
$this->_init('pay_payment/transaction', 'id');
|
7 |
-
}
|
8 |
-
|
9 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Mysql4_Transaction extends Mage_Core_Model_Mysql4_Abstract {
|
4 |
+
|
5 |
+
public function _construct() {
|
6 |
+
$this->_init('pay_payment/transaction', 'id');
|
7 |
+
}
|
8 |
+
|
9 |
+
}
|
app/code/community/Pay/Payment/Model/Mysql4/Transaction/Collection.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Mysql4_Transaction_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract{
|
4 |
-
public function __construct() {
|
5 |
-
$this->_init('pay_payment/transaction');
|
6 |
-
parent::__construct();
|
7 |
-
}
|
8 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Mysql4_Transaction_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract{
|
4 |
+
public function __construct() {
|
5 |
+
$this->_init('pay_payment/transaction');
|
6 |
+
parent::__construct();
|
7 |
+
}
|
8 |
}
|
app/code/community/Pay/Payment/Model/Option.php
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Option extends Mage_Core_Model_Abstract{
|
4 |
-
public function __construct() {
|
5 |
-
$this->_init('pay_payment/option');
|
6 |
-
parent::__construct();
|
7 |
-
}
|
8 |
-
public function getSubs(){
|
9 |
-
|
10 |
-
$arrSubs = Mage::getModel('pay_payment/optionsub')->getCollection()
|
11 |
-
->addFieldToFilter('option_internal_id', $this->getInternalId());
|
12 |
-
|
13 |
-
return $arrSubs;
|
14 |
-
}
|
15 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Option extends Mage_Core_Model_Abstract{
|
4 |
+
public function __construct() {
|
5 |
+
$this->_init('pay_payment/option');
|
6 |
+
parent::__construct();
|
7 |
+
}
|
8 |
+
public function getSubs(){
|
9 |
+
|
10 |
+
$arrSubs = Mage::getModel('pay_payment/optionsub')->getCollection()
|
11 |
+
->addFieldToFilter('option_internal_id', $this->getInternalId());
|
12 |
+
|
13 |
+
return $arrSubs;
|
14 |
+
}
|
15 |
}
|
app/code/community/Pay/Payment/Model/Optionsub.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Optionsub extends Mage_Core_Model_Abstract{
|
4 |
-
public function __construct() {
|
5 |
-
$this->_init('pay_payment/optionsub');
|
6 |
-
parent::__construct();
|
7 |
-
}
|
8 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Optionsub extends Mage_Core_Model_Abstract{
|
4 |
+
public function __construct() {
|
5 |
+
$this->_init('pay_payment/optionsub');
|
6 |
+
parent::__construct();
|
7 |
+
}
|
8 |
}
|
app/code/community/Pay/Payment/Model/Paymentmethod.php
CHANGED
@@ -1,71 +1,77 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Paymentmethod extends Mage_Payment_Model_Method_Abstract {
|
4 |
-
|
5 |
-
const OPTION_ID = 0;
|
6 |
-
|
7 |
-
protected $_isInitializeNeeded = true;
|
8 |
-
protected $_canUseInternal = true;
|
9 |
-
protected $_canUseForMultishipping = false;
|
10 |
-
protected $_canCapture = true;
|
11 |
-
protected $_canRefund = true;
|
12 |
-
protected $_canRefundInvoicePartial = true;
|
13 |
-
|
14 |
-
protected $_paymentOptionId;
|
15 |
-
protected $_paymentOptionName;
|
16 |
-
|
17 |
-
public function getPaymentOptionId() {
|
18 |
-
return $this->_paymentOptionId;
|
19 |
-
}
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
public function refund(Varien_Object $payment, $amount) {
|
24 |
-
$payment instanceof Mage_Sales_Model_Order_Payment;
|
25 |
-
$order = $payment->getOrder();
|
26 |
-
$store = $order->getStore();
|
27 |
-
|
28 |
-
$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
29 |
-
$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', $store);
|
30 |
-
|
31 |
-
|
32 |
-
$
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
$
|
41 |
-
$apiRefund
|
42 |
-
|
43 |
-
$apiRefund->
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
//
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
//
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Paymentmethod extends Mage_Payment_Model_Method_Abstract {
|
4 |
+
|
5 |
+
const OPTION_ID = 0;
|
6 |
+
|
7 |
+
protected $_isInitializeNeeded = true;
|
8 |
+
protected $_canUseInternal = true;
|
9 |
+
protected $_canUseForMultishipping = false;
|
10 |
+
protected $_canCapture = true;
|
11 |
+
protected $_canRefund = true;
|
12 |
+
protected $_canRefundInvoicePartial = true;
|
13 |
+
|
14 |
+
protected $_paymentOptionId;
|
15 |
+
protected $_paymentOptionName;
|
16 |
+
|
17 |
+
public function getPaymentOptionId() {
|
18 |
+
return $this->_paymentOptionId;
|
19 |
+
}
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
public function refund(Varien_Object $payment, $amount) {
|
24 |
+
$payment instanceof Mage_Sales_Model_Order_Payment;
|
25 |
+
$order = $payment->getOrder();
|
26 |
+
$store = $order->getStore();
|
27 |
+
|
28 |
+
$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', $store);
|
29 |
+
$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', $store);
|
30 |
+
|
31 |
+
$useBackupApi = Mage::getStoreConfig('pay_payment/general/use_backup_api', $store);
|
32 |
+
$backupApiUrl = Mage::getStoreConfig('pay_payment/general/backup_api_url', $store);
|
33 |
+
if($useBackupApi == 1){
|
34 |
+
Pay_Payment_Helper_Api::_setBackupApiUrl($backupApiUrl);
|
35 |
+
}
|
36 |
+
|
37 |
+
//todo: Doe iets met de api
|
38 |
+
$parentTransactionId = $payment->getParentTransactionId();
|
39 |
+
|
40 |
+
$apiRefund = Mage::helper('pay_payment/api_refund');
|
41 |
+
$apiRefund instanceof Pay_Payment_Helper_Api_Refund;
|
42 |
+
$apiRefund->setApiToken($apiToken);
|
43 |
+
$apiRefund->setServiceId($serviceId);
|
44 |
+
|
45 |
+
$apiRefund->setTransactionId($parentTransactionId);
|
46 |
+
$amount = (int)round($amount*100);
|
47 |
+
$apiRefund->setAmount($amount);
|
48 |
+
|
49 |
+
$apiRefund->doRequest();
|
50 |
+
|
51 |
+
// die($parentTransactionId);
|
52 |
+
return $this;
|
53 |
+
}
|
54 |
+
|
55 |
+
//
|
56 |
+
//
|
57 |
+
// public function processCreditmemo($creditmemo, $payment){//after refund
|
58 |
+
// return $this;
|
59 |
+
// }
|
60 |
+
|
61 |
+
public function getOrderPlaceRedirectUrl() {
|
62 |
+
return Mage::getUrl('pay_payment/checkout/redirect');
|
63 |
+
}
|
64 |
+
|
65 |
+
// /**
|
66 |
+
// * Instantiate state and set it to state object
|
67 |
+
// * @param string $paymentAction
|
68 |
+
// * @param Varien_Object
|
69 |
+
// */
|
70 |
+
public function initialize($paymentAction, $stateObject) {
|
71 |
+
$session = Mage::getSingleton('checkout/session');
|
72 |
+
/* @var $session Mage_Checkout_Model_Session */
|
73 |
+
|
74 |
+
$session->setOptionId($this->getPaymentOptionId());
|
75 |
+
return true;
|
76 |
+
}
|
77 |
}
|
app/code/community/Pay/Payment/Model/Paymentmethod/Afterpay.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Afterpay extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 739;
|
4 |
-
protected $_paymentOptionId = 739;
|
5 |
-
protected $_code = 'pay_payment_afterpay';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_afterpay';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Afterpay extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 739;
|
4 |
+
protected $_paymentOptionId = 739;
|
5 |
+
protected $_code = 'pay_payment_afterpay';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_afterpay';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Amex.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Amex extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1705;
|
4 |
-
protected $_paymentOptionId = 1705;
|
5 |
-
protected $_code = 'pay_payment_amex';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_amex';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Amex extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1705;
|
4 |
+
protected $_paymentOptionId = 1705;
|
5 |
+
protected $_code = 'pay_payment_amex';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_amex';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Billink.php
CHANGED
@@ -1,61 +1,61 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Billink extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1672;
|
4 |
-
protected $_paymentOptionId = 1672;
|
5 |
-
protected $_code = 'pay_payment_billink';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_billink';
|
7 |
-
|
8 |
-
|
9 |
-
public function assignData($data) {
|
10 |
-
$store = Mage::app()->getStore();
|
11 |
-
|
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);
|
29 |
-
}
|
30 |
-
|
31 |
-
if($data->getBillinkAgree() == 1){
|
32 |
-
$session->setBillinkAgree(1);
|
33 |
-
} else {
|
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 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Billink extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1672;
|
4 |
+
protected $_paymentOptionId = 1672;
|
5 |
+
protected $_code = 'pay_payment_billink';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_billink';
|
7 |
+
|
8 |
+
|
9 |
+
public function assignData($data) {
|
10 |
+
$store = Mage::app()->getStore();
|
11 |
+
|
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);
|
29 |
+
}
|
30 |
+
|
31 |
+
if($data->getBillinkAgree() == 1){
|
32 |
+
$session->setBillinkAgree(1);
|
33 |
+
} else {
|
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 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Bitcoin.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Bitcoin extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1594;
|
4 |
-
protected $_paymentOptionId = 1594;
|
5 |
-
protected $_code = 'pay_payment_bitcoin';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_bitcoin';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Bitcoin extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1594;
|
4 |
+
protected $_paymentOptionId = 1594;
|
5 |
+
protected $_code = 'pay_payment_bitcoin';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_bitcoin';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Cartebleue.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Cartebleue extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 710;
|
4 |
-
protected $_paymentOptionId = 710;
|
5 |
-
protected $_code = 'pay_payment_cartebleue';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_cartebleue';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Cartebleue extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 710;
|
4 |
+
protected $_paymentOptionId = 710;
|
5 |
+
protected $_code = 'pay_payment_cartebleue';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_cartebleue';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Cashticket.php
CHANGED
@@ -1,8 +1,8 @@
|
|
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 |
|
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
CHANGED
@@ -1,8 +1,8 @@
|
|
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 |
|
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
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
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
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
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
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
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
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
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
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
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
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
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
CHANGED
@@ -1,8 +1,8 @@
|
|
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 |
|
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/Fashioncheque.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Fashioncheque extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 815;
|
4 |
-
protected $_paymentOptionId = 815;
|
5 |
-
protected $_code = 'pay_payment_fashioncheque';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_fashioncheque';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Fashioncheque extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 815;
|
4 |
+
protected $_paymentOptionId = 815;
|
5 |
+
protected $_code = 'pay_payment_fashioncheque';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_fashioncheque';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Fasterpay.php
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
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
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Focum extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1702;
|
4 |
-
protected $_paymentOptionId = 1702;
|
5 |
-
protected $_code = 'pay_payment_focum';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_focum';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Focum extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1702;
|
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/Gezondheidsbon.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Gezondheidsbon extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 812;
|
4 |
-
protected $_paymentOptionId = 812;
|
5 |
-
protected $_code = 'pay_payment_gezondheidsbon';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_gezondheidsbon';
|
7 |
-
|
8 |
-
}
|
9 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Gezondheidsbon extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 812;
|
4 |
+
protected $_paymentOptionId = 812;
|
5 |
+
protected $_code = 'pay_payment_gezondheidsbon';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_gezondheidsbon';
|
7 |
+
|
8 |
+
}
|
9 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Giropay.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Giropay extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 694;
|
4 |
-
protected $_paymentOptionId = 694;
|
5 |
-
protected $_code = 'pay_payment_giropay';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_giropay';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Giropay extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 694;
|
4 |
+
protected $_paymentOptionId = 694;
|
5 |
+
protected $_code = 'pay_payment_giropay';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_giropay';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Givacard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Givacard extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1657;
|
4 |
-
protected $_paymentOptionId = 1657;
|
5 |
-
protected $_code = 'pay_payment_givacard';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_givacard';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Givacard extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1657;
|
4 |
+
protected $_paymentOptionId = 1657;
|
5 |
+
protected $_code = 'pay_payment_givacard';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_givacard';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Ideal.php
CHANGED
@@ -1,43 +1,43 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Paymentmethod_Ideal extends Pay_Payment_Model_Paymentmethod {
|
4 |
-
|
5 |
-
const OPTION_ID = 10;
|
6 |
-
|
7 |
-
protected $_paymentOptionId = 10;
|
8 |
-
protected $_code = 'pay_payment_ideal';
|
9 |
-
protected $_formBlockType = 'pay_payment/form_ideal';
|
10 |
-
|
11 |
-
public function __construct() {
|
12 |
-
$store = Mage::app()->getStore();
|
13 |
-
$bankSelectType = $store->getConfig('payment/pay_payment_ideal/bank_select_type');
|
14 |
-
|
15 |
-
parent::__construct();
|
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 $this;
|
41 |
-
}
|
42 |
-
|
43 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Paymentmethod_Ideal extends Pay_Payment_Model_Paymentmethod {
|
4 |
+
|
5 |
+
const OPTION_ID = 10;
|
6 |
+
|
7 |
+
protected $_paymentOptionId = 10;
|
8 |
+
protected $_code = 'pay_payment_ideal';
|
9 |
+
protected $_formBlockType = 'pay_payment/form_ideal';
|
10 |
+
|
11 |
+
public function __construct() {
|
12 |
+
$store = Mage::app()->getStore();
|
13 |
+
$bankSelectType = $store->getConfig('payment/pay_payment_ideal/bank_select_type');
|
14 |
+
|
15 |
+
parent::__construct();
|
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 $this;
|
41 |
+
}
|
42 |
+
|
43 |
+
}
|
app/code/community/Pay/Payment/Model/Paymentmethod/Incasso.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Incasso extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 137;
|
4 |
-
protected $_paymentOptionId = 137;
|
5 |
-
protected $_code = 'pay_payment_incasso';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_incasso';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Incasso extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 137;
|
4 |
+
protected $_paymentOptionId = 137;
|
5 |
+
protected $_code = 'pay_payment_incasso';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_incasso';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Maestro.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Maestro extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 712;
|
4 |
-
protected $_paymentOptionId = 712;
|
5 |
-
protected $_code = 'pay_payment_maestro';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_maestro';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Maestro extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 712;
|
4 |
+
protected $_paymentOptionId = 712;
|
5 |
+
protected $_code = 'pay_payment_maestro';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_maestro';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Minitixsms.php
CHANGED
@@ -1,8 +1,8 @@
|
|
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 |
|
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/Paymentmethod/Mistercash.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Mistercash extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 436;
|
4 |
-
protected $_paymentOptionId = 436;
|
5 |
-
protected $_code = 'pay_payment_mistercash';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_mistercash';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Mistercash extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 436;
|
4 |
+
protected $_paymentOptionId = 436;
|
5 |
+
protected $_code = 'pay_payment_mistercash';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_mistercash';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Mybank.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Mybank extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1588;
|
4 |
-
protected $_paymentOptionId = 1588;
|
5 |
-
protected $_code = 'pay_payment_mybank';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_mybank';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Mybank extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1588;
|
4 |
+
protected $_paymentOptionId = 1588;
|
5 |
+
protected $_code = 'pay_payment_mybank';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_mybank';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Overboeking.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Overboeking extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 136;
|
4 |
-
protected $_paymentOptionId = 136;
|
5 |
-
protected $_code = 'pay_payment_overboeking';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_overboeking';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Overboeking extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 136;
|
4 |
+
protected $_paymentOptionId = 136;
|
5 |
+
protected $_code = 'pay_payment_overboeking';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_overboeking';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Paypal.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Paypal extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 138;
|
4 |
-
protected $_paymentOptionId = 138;
|
5 |
-
protected $_code = 'pay_payment_paypal';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_paypal';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Paypal extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 138;
|
4 |
+
protected $_paymentOptionId = 138;
|
5 |
+
protected $_code = 'pay_payment_paypal';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_paypal';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Paysafecard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Paysafecard extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 553;
|
4 |
-
protected $_paymentOptionId = 553;
|
5 |
-
protected $_code = 'pay_payment_paysafecard';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_paysafecard';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Paysafecard extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 553;
|
4 |
+
protected $_paymentOptionId = 553;
|
5 |
+
protected $_code = 'pay_payment_paysafecard';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_paysafecard';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Podiumkadokaart.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Podiumkadokaart extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 816;
|
4 |
-
protected $_paymentOptionId = 816;
|
5 |
-
protected $_code = 'pay_payment_podiumkadokaart';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_podiumkadokaart';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Podiumkadokaart extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 816;
|
4 |
+
protected $_paymentOptionId = 816;
|
5 |
+
protected $_code = 'pay_payment_podiumkadokaart';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_podiumkadokaart';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Postepay.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Postepay extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 707;
|
4 |
-
protected $_paymentOptionId = 707;
|
5 |
-
protected $_code = 'pay_payment_postepay';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_postepay';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Postepay extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 707;
|
4 |
+
protected $_paymentOptionId = 707;
|
5 |
+
protected $_code = 'pay_payment_postepay';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_postepay';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Sofortbanking.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Sofortbanking extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 559;
|
4 |
-
protected $_paymentOptionId = 559;
|
5 |
-
protected $_code = 'pay_payment_sofortbanking';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_sofortbanking';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Sofortbanking extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 559;
|
4 |
+
protected $_paymentOptionId = 559;
|
5 |
+
protected $_code = 'pay_payment_sofortbanking';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_sofortbanking';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Telefoon.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Telefoon extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1600;
|
4 |
-
protected $_paymentOptionId = 1600;
|
5 |
-
protected $_code = 'pay_payment_telefoon';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_telefoon';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Telefoon extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1600;
|
4 |
+
protected $_paymentOptionId = 1600;
|
5 |
+
protected $_code = 'pay_payment_telefoon';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_telefoon';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Visamastercard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Visamastercard extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 706;
|
4 |
-
protected $_paymentOptionId = 706;
|
5 |
-
protected $_code = 'pay_payment_visamastercard';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_visamastercard';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Visamastercard extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 706;
|
4 |
+
protected $_paymentOptionId = 706;
|
5 |
+
protected $_code = 'pay_payment_visamastercard';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_visamastercard';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Vvvgiftcard.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Vvvgiftcard extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1714;
|
4 |
-
protected $_paymentOptionId = 1714;
|
5 |
-
protected $_code = 'pay_payment_vvvgiftcard';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_vvvgiftcard';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Vvvgiftcard extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1714;
|
4 |
+
protected $_paymentOptionId = 1714;
|
5 |
+
protected $_code = 'pay_payment_vvvgiftcard';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_vvvgiftcard';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Webshopgiftcard.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Webshopgiftcard extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 811;
|
4 |
-
protected $_paymentOptionId = 811;
|
5 |
-
protected $_code = 'pay_payment_webshopgiftcard';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_webshopgiftcard';
|
7 |
-
|
8 |
-
}
|
9 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Webshopgiftcard extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 811;
|
4 |
+
protected $_paymentOptionId = 811;
|
5 |
+
protected $_code = 'pay_payment_webshopgiftcard';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_webshopgiftcard';
|
7 |
+
|
8 |
+
}
|
9 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Wijncadeau.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Paymentmethod_Wijncadeau extends Pay_Payment_Model_Paymentmethod {
|
3 |
-
const OPTION_ID = 1666;
|
4 |
-
protected $_paymentOptionId = 1666;
|
5 |
-
protected $_code = 'pay_payment_wijncadeau';
|
6 |
-
protected $_formBlockType = 'pay_payment/form_wijncadeau';
|
7 |
-
}
|
8 |
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Paymentmethod_Wijncadeau extends Pay_Payment_Model_Paymentmethod {
|
3 |
+
const OPTION_ID = 1666;
|
4 |
+
protected $_paymentOptionId = 1666;
|
5 |
+
protected $_code = 'pay_payment_wijncadeau';
|
6 |
+
protected $_formBlockType = 'pay_payment/form_wijncadeau';
|
7 |
+
}
|
8 |
|
app/code/community/Pay/Payment/Model/Paymentmethod/Yourgift.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Paymentmethod_Yourgift extends Pay_Payment_Model_Paymentmethod {
|
4 |
-
|
5 |
-
const OPTION_ID = 1645;
|
6 |
-
|
7 |
-
protected $_paymentOptionId = 1645;
|
8 |
-
protected $_code = 'pay_payment_yourgift';
|
9 |
-
protected $_formBlockType = 'pay_payment/form_yourgift';
|
10 |
-
|
11 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Paymentmethod_Yourgift extends Pay_Payment_Model_Paymentmethod {
|
4 |
+
|
5 |
+
const OPTION_ID = 1645;
|
6 |
+
|
7 |
+
protected $_paymentOptionId = 1645;
|
8 |
+
protected $_code = 'pay_payment_yourgift';
|
9 |
+
protected $_formBlockType = 'pay_payment/form_yourgift';
|
10 |
+
|
11 |
+
}
|
app/code/community/Pay/Payment/Model/Paypal/Cart.php
CHANGED
@@ -1,120 +1,120 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Paypal_Cart extends Mage_Paypal_Model_Cart
|
4 |
-
{
|
5 |
-
protected function _render()
|
6 |
-
{
|
7 |
-
|
8 |
-
if (!$this->_shouldRender) {
|
9 |
-
return;
|
10 |
-
}
|
11 |
-
|
12 |
-
// regular items from the sales entity
|
13 |
-
$this->_items = array();
|
14 |
-
foreach ($this->_salesEntity->getAllItems() as $item) {
|
15 |
-
if (!$item->getParentItem()) {
|
16 |
-
$this->_addRegularItem($item);
|
17 |
-
}
|
18 |
-
}
|
19 |
-
end($this->_items);
|
20 |
-
$lastRegularItemKey = key($this->_items);
|
21 |
-
|
22 |
-
if(Mage::getStoreConfig('payment/paypal_payment_solutions/charge_type')){
|
23 |
-
// Magento 1.7.0.2 and higher
|
24 |
-
$chargeType = Mage::getStoreConfig('payment/paypal_payment_solutions/charge_type');
|
25 |
-
$chargeValue = Mage::getStoreConfig('payment/paypal_payment_solutions/charge_value');
|
26 |
-
} else {
|
27 |
-
// Extra fee - added 21-4-12
|
28 |
-
$chargeType = Mage::getStoreConfig('paypal/account/charge_type');
|
29 |
-
$chargeValue = Mage::getStoreConfig('paypal/account/charge_value');
|
30 |
-
}
|
31 |
-
|
32 |
-
// regular totals
|
33 |
-
$shippingDescription = '';
|
34 |
-
if ($this->_salesEntity instanceof Mage_Sales_Model_Order) {
|
35 |
-
$shippingDescription = $this->_salesEntity->getShippingDescription();
|
36 |
-
$this->_totals = array(
|
37 |
-
self::TOTAL_SUBTOTAL => $this->_salesEntity->getBaseSubtotal(),
|
38 |
-
self::TOTAL_TAX => $this->_salesEntity->getBaseTaxAmount(),
|
39 |
-
self::TOTAL_SHIPPING => $this->_salesEntity->getBaseShippingAmount(),
|
40 |
-
self::TOTAL_DISCOUNT => abs($this->_salesEntity->getBaseDiscountAmount()),
|
41 |
-
);
|
42 |
-
if ($chargeType=="percentage") {
|
43 |
-
if(Mage::getStoreConfig('tax/calculation/price_includes_tax')!=1)
|
44 |
-
$this->_totals[self::TOTAL_SUBTOTAL] += ($this->_totals[self::TOTAL_SUBTOTAL]+$this->_totals[self::TOTAL_TAX]) * floatval($chargeValue) / 100;
|
45 |
-
else
|
46 |
-
$this->_totals[self::TOTAL_SUBTOTAL] += ($this->_totals[self::TOTAL_SUBTOTAL]) * floatval($chargeValue) / 100;
|
47 |
-
}
|
48 |
-
else {
|
49 |
-
$this->_totals[self::TOTAL_SUBTOTAL] += floatval($chargeValue);
|
50 |
-
}
|
51 |
-
$this->_applyHiddenTaxWorkaround($this->_salesEntity);
|
52 |
-
} else {
|
53 |
-
$address = $this->_salesEntity->getIsVirtual() ?
|
54 |
-
$this->_salesEntity->getBillingAddress() : $this->_salesEntity->getShippingAddress();
|
55 |
-
$shippingDescription = $address->getShippingDescription();
|
56 |
-
$this->_totals = array (
|
57 |
-
self::TOTAL_SUBTOTAL => $this->_salesEntity->getBaseSubtotal(),
|
58 |
-
self::TOTAL_TAX => $address->getBaseTaxAmount(),
|
59 |
-
self::TOTAL_SHIPPING => $address->getBaseShippingAmount(),
|
60 |
-
self::TOTAL_DISCOUNT => abs($address->getBaseDiscountAmount()),
|
61 |
-
);
|
62 |
-
if ($chargeType=="percentage") {
|
63 |
-
if(Mage::getStoreConfig('tax/calculation/price_includes_tax')!=1)
|
64 |
-
$this->_totals[self::TOTAL_SUBTOTAL] += ($this->_totals[self::TOTAL_SUBTOTAL]+$this->_totals[self::TOTAL_TAX]) * floatval($chargeValue) / 100;
|
65 |
-
else
|
66 |
-
$this->_totals[self::TOTAL_SUBTOTAL] += ($this->_totals[self::TOTAL_SUBTOTAL]) * floatval($chargeValue) / 100;
|
67 |
-
}
|
68 |
-
else {
|
69 |
-
$this->_totals[self::TOTAL_SUBTOTAL] += floatval($chargeValue);
|
70 |
-
}
|
71 |
-
$this->_applyHiddenTaxWorkaround($address);
|
72 |
-
}
|
73 |
-
$originalDiscount = $this->_totals[self::TOTAL_DISCOUNT];
|
74 |
-
|
75 |
-
// arbitrary items, total modifications
|
76 |
-
Mage::dispatchEvent('paypal_prepare_line_items', array('paypal_cart' => $this));
|
77 |
-
|
78 |
-
// distinguish original discount among the others
|
79 |
-
if ($originalDiscount > 0.0001 && isset($this->_totalLineItemDescriptions[self::TOTAL_DISCOUNT])) {
|
80 |
-
$this->_totalLineItemDescriptions[self::TOTAL_DISCOUNT][] = Mage::helper('sales')->__('Discount (%s)', Mage::app()->getStore()->convertPrice($originalDiscount, true, false));
|
81 |
-
}
|
82 |
-
|
83 |
-
// discount, shipping as items
|
84 |
-
if ($this->_isDiscountAsItem && $this->_totals[self::TOTAL_DISCOUNT]) {
|
85 |
-
$this->addItem(Mage::helper('paypal')->__('Discount'), 1, -1.00 * $this->_totals[self::TOTAL_DISCOUNT],
|
86 |
-
$this->_renderTotalLineItemDescriptions(self::TOTAL_DISCOUNT)
|
87 |
-
);
|
88 |
-
}
|
89 |
-
$shippingItemId = $this->_renderTotalLineItemDescriptions(self::TOTAL_SHIPPING, $shippingDescription);
|
90 |
-
if ($this->_isDiscountAsItem && $this->_isShippingAsItem && (float)$this->_totals[self::TOTAL_SHIPPING]) {
|
91 |
-
$this->addItem(Mage::helper('paypal')->__('Shipping'), 1, (float)$this->_totals[self::TOTAL_SHIPPING],
|
92 |
-
$shippingItemId
|
93 |
-
);
|
94 |
-
}
|
95 |
-
|
96 |
-
// compound non-regular items into subtotal
|
97 |
-
foreach ($this->_items as $key => $item) {
|
98 |
-
if ($key > $lastRegularItemKey && $item->getAmount() != 0) {
|
99 |
-
$this->_totals[self::TOTAL_SUBTOTAL] += $item->getAmount();
|
100 |
-
}
|
101 |
-
}
|
102 |
-
|
103 |
-
$this->_validate();
|
104 |
-
// if cart items are invalid, prepare cart for transfer without line items
|
105 |
-
if (!$this->_areItemsValid) {
|
106 |
-
$this->removeItem($shippingItemId);
|
107 |
-
}
|
108 |
-
|
109 |
-
$this->_shouldRender = false;
|
110 |
-
|
111 |
-
return parent::_render();
|
112 |
-
}
|
113 |
-
|
114 |
-
private function _applyHiddenTaxWorkaround($salesEntity)
|
115 |
-
{
|
116 |
-
$this->_totals[self::TOTAL_TAX] += (float)$salesEntity->getBaseHiddenTaxAmount();
|
117 |
-
$this->_totals[self::TOTAL_TAX] += (float)$salesEntity->getBaseShippingHiddenTaxAmount();
|
118 |
-
}
|
119 |
-
|
120 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Paypal_Cart extends Mage_Paypal_Model_Cart
|
4 |
+
{
|
5 |
+
protected function _render()
|
6 |
+
{
|
7 |
+
|
8 |
+
if (!$this->_shouldRender) {
|
9 |
+
return;
|
10 |
+
}
|
11 |
+
|
12 |
+
// regular items from the sales entity
|
13 |
+
$this->_items = array();
|
14 |
+
foreach ($this->_salesEntity->getAllItems() as $item) {
|
15 |
+
if (!$item->getParentItem()) {
|
16 |
+
$this->_addRegularItem($item);
|
17 |
+
}
|
18 |
+
}
|
19 |
+
end($this->_items);
|
20 |
+
$lastRegularItemKey = key($this->_items);
|
21 |
+
|
22 |
+
if(Mage::getStoreConfig('payment/paypal_payment_solutions/charge_type')){
|
23 |
+
// Magento 1.7.0.2 and higher
|
24 |
+
$chargeType = Mage::getStoreConfig('payment/paypal_payment_solutions/charge_type');
|
25 |
+
$chargeValue = Mage::getStoreConfig('payment/paypal_payment_solutions/charge_value');
|
26 |
+
} else {
|
27 |
+
// Extra fee - added 21-4-12
|
28 |
+
$chargeType = Mage::getStoreConfig('paypal/account/charge_type');
|
29 |
+
$chargeValue = Mage::getStoreConfig('paypal/account/charge_value');
|
30 |
+
}
|
31 |
+
|
32 |
+
// regular totals
|
33 |
+
$shippingDescription = '';
|
34 |
+
if ($this->_salesEntity instanceof Mage_Sales_Model_Order) {
|
35 |
+
$shippingDescription = $this->_salesEntity->getShippingDescription();
|
36 |
+
$this->_totals = array(
|
37 |
+
self::TOTAL_SUBTOTAL => $this->_salesEntity->getBaseSubtotal(),
|
38 |
+
self::TOTAL_TAX => $this->_salesEntity->getBaseTaxAmount(),
|
39 |
+
self::TOTAL_SHIPPING => $this->_salesEntity->getBaseShippingAmount(),
|
40 |
+
self::TOTAL_DISCOUNT => abs($this->_salesEntity->getBaseDiscountAmount()),
|
41 |
+
);
|
42 |
+
if ($chargeType=="percentage") {
|
43 |
+
if(Mage::getStoreConfig('tax/calculation/price_includes_tax')!=1)
|
44 |
+
$this->_totals[self::TOTAL_SUBTOTAL] += ($this->_totals[self::TOTAL_SUBTOTAL]+$this->_totals[self::TOTAL_TAX]) * floatval($chargeValue) / 100;
|
45 |
+
else
|
46 |
+
$this->_totals[self::TOTAL_SUBTOTAL] += ($this->_totals[self::TOTAL_SUBTOTAL]) * floatval($chargeValue) / 100;
|
47 |
+
}
|
48 |
+
else {
|
49 |
+
$this->_totals[self::TOTAL_SUBTOTAL] += floatval($chargeValue);
|
50 |
+
}
|
51 |
+
$this->_applyHiddenTaxWorkaround($this->_salesEntity);
|
52 |
+
} else {
|
53 |
+
$address = $this->_salesEntity->getIsVirtual() ?
|
54 |
+
$this->_salesEntity->getBillingAddress() : $this->_salesEntity->getShippingAddress();
|
55 |
+
$shippingDescription = $address->getShippingDescription();
|
56 |
+
$this->_totals = array (
|
57 |
+
self::TOTAL_SUBTOTAL => $this->_salesEntity->getBaseSubtotal(),
|
58 |
+
self::TOTAL_TAX => $address->getBaseTaxAmount(),
|
59 |
+
self::TOTAL_SHIPPING => $address->getBaseShippingAmount(),
|
60 |
+
self::TOTAL_DISCOUNT => abs($address->getBaseDiscountAmount()),
|
61 |
+
);
|
62 |
+
if ($chargeType=="percentage") {
|
63 |
+
if(Mage::getStoreConfig('tax/calculation/price_includes_tax')!=1)
|
64 |
+
$this->_totals[self::TOTAL_SUBTOTAL] += ($this->_totals[self::TOTAL_SUBTOTAL]+$this->_totals[self::TOTAL_TAX]) * floatval($chargeValue) / 100;
|
65 |
+
else
|
66 |
+
$this->_totals[self::TOTAL_SUBTOTAL] += ($this->_totals[self::TOTAL_SUBTOTAL]) * floatval($chargeValue) / 100;
|
67 |
+
}
|
68 |
+
else {
|
69 |
+
$this->_totals[self::TOTAL_SUBTOTAL] += floatval($chargeValue);
|
70 |
+
}
|
71 |
+
$this->_applyHiddenTaxWorkaround($address);
|
72 |
+
}
|
73 |
+
$originalDiscount = $this->_totals[self::TOTAL_DISCOUNT];
|
74 |
+
|
75 |
+
// arbitrary items, total modifications
|
76 |
+
Mage::dispatchEvent('paypal_prepare_line_items', array('paypal_cart' => $this));
|
77 |
+
|
78 |
+
// distinguish original discount among the others
|
79 |
+
if ($originalDiscount > 0.0001 && isset($this->_totalLineItemDescriptions[self::TOTAL_DISCOUNT])) {
|
80 |
+
$this->_totalLineItemDescriptions[self::TOTAL_DISCOUNT][] = Mage::helper('sales')->__('Discount (%s)', Mage::app()->getStore()->convertPrice($originalDiscount, true, false));
|
81 |
+
}
|
82 |
+
|
83 |
+
// discount, shipping as items
|
84 |
+
if ($this->_isDiscountAsItem && $this->_totals[self::TOTAL_DISCOUNT]) {
|
85 |
+
$this->addItem(Mage::helper('paypal')->__('Discount'), 1, -1.00 * $this->_totals[self::TOTAL_DISCOUNT],
|
86 |
+
$this->_renderTotalLineItemDescriptions(self::TOTAL_DISCOUNT)
|
87 |
+
);
|
88 |
+
}
|
89 |
+
$shippingItemId = $this->_renderTotalLineItemDescriptions(self::TOTAL_SHIPPING, $shippingDescription);
|
90 |
+
if ($this->_isDiscountAsItem && $this->_isShippingAsItem && (float)$this->_totals[self::TOTAL_SHIPPING]) {
|
91 |
+
$this->addItem(Mage::helper('paypal')->__('Shipping'), 1, (float)$this->_totals[self::TOTAL_SHIPPING],
|
92 |
+
$shippingItemId
|
93 |
+
);
|
94 |
+
}
|
95 |
+
|
96 |
+
// compound non-regular items into subtotal
|
97 |
+
foreach ($this->_items as $key => $item) {
|
98 |
+
if ($key > $lastRegularItemKey && $item->getAmount() != 0) {
|
99 |
+
$this->_totals[self::TOTAL_SUBTOTAL] += $item->getAmount();
|
100 |
+
}
|
101 |
+
}
|
102 |
+
|
103 |
+
$this->_validate();
|
104 |
+
// if cart items are invalid, prepare cart for transfer without line items
|
105 |
+
if (!$this->_areItemsValid) {
|
106 |
+
$this->removeItem($shippingItemId);
|
107 |
+
}
|
108 |
+
|
109 |
+
$this->_shouldRender = false;
|
110 |
+
|
111 |
+
return parent::_render();
|
112 |
+
}
|
113 |
+
|
114 |
+
private function _applyHiddenTaxWorkaround($salesEntity)
|
115 |
+
{
|
116 |
+
$this->_totals[self::TOTAL_TAX] += (float)$salesEntity->getBaseHiddenTaxAmount();
|
117 |
+
$this->_totals[self::TOTAL_TAX] += (float)$salesEntity->getBaseShippingHiddenTaxAmount();
|
118 |
+
}
|
119 |
+
|
120 |
}
|
app/code/community/Pay/Payment/Model/Resource/Setup.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Resource_Setup extends Mage_Core_Model_Resource_Setup{
|
4 |
-
|
5 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Resource_Setup extends Mage_Core_Model_Resource_Setup{
|
4 |
+
|
5 |
+
}
|
app/code/community/Pay/Payment/Model/Sales/Order/Creditmemo/Total/Paymentcharge.php
CHANGED
@@ -1,42 +1,44 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Sales_Order_Creditmemo_Total_Paymentcharge extends Mage_Sales_Model_Order_Creditmemo_Total_Abstract
|
4 |
-
{
|
5 |
-
public function collect(Mage_Sales_Model_Order_Creditmemo $creditmemo)
|
6 |
-
{
|
7 |
-
$creditmemo->setPaymentCharge(0);
|
8 |
-
$creditmemo->setBasePaymentCharge(0);
|
9 |
-
|
10 |
-
|
11 |
-
$
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
$
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
$
|
21 |
-
$request
|
22 |
-
$
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
$
|
28 |
-
|
29 |
-
|
30 |
-
$
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
$creditmemo->
|
35 |
-
|
36 |
-
|
37 |
-
$creditmemo->
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
|
|
|
|
42 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Sales_Order_Creditmemo_Total_Paymentcharge extends Mage_Sales_Model_Order_Creditmemo_Total_Abstract
|
4 |
+
{
|
5 |
+
public function collect(Mage_Sales_Model_Order_Creditmemo $creditmemo)
|
6 |
+
{
|
7 |
+
$creditmemo->setPaymentCharge(0);
|
8 |
+
$creditmemo->setBasePaymentCharge(0);
|
9 |
+
|
10 |
+
$paymentCharge = $creditmemo->getOrder()->getPaymentCharge();
|
11 |
+
$basePaymentCharge = $creditmemo->getOrder()->getBasePaymentCharge();
|
12 |
+
|
13 |
+
// we moeten de btw meenemen in de berekening
|
14 |
+
$paymentMethod = $creditmemo->getOrder()->getPayment()->getMethod();
|
15 |
+
$taxClass = Mage::helper('pay_payment')->getPaymentChargeTaxClass($paymentMethod);
|
16 |
+
|
17 |
+
$storeId = Mage::app()->getStore()->getId();
|
18 |
+
|
19 |
+
$taxCalculationModel = Mage::getSingleton('tax/calculation');
|
20 |
+
$request = $taxCalculationModel->getRateRequest($creditmemo->getOrder()->getShippingAddress(), $creditmemo->getOrder()->getBillingAddress(), null, $storeId);
|
21 |
+
$request->setStore(Mage::app()->getStore());
|
22 |
+
$rate = $taxCalculationModel->getRate($request->setProductClassId($taxClass));
|
23 |
+
|
24 |
+
|
25 |
+
if ($rate > 0) {
|
26 |
+
$baseChargeTax = round($creditmemo->getBasePaymentCharge() / (1+($rate / 100)) * ($rate/100), 2);
|
27 |
+
$chargeTax = round($creditmemo->getPaymentCharge() / (1+($rate / 100)) * ($rate/100), 2);
|
28 |
+
} else {
|
29 |
+
$baseChargeTax = 0;
|
30 |
+
$chargeTax = 0;
|
31 |
+
}
|
32 |
+
|
33 |
+
$creditmemo->setPaymentCharge($paymentCharge);
|
34 |
+
$creditmemo->setBasePaymentCharge($basePaymentCharge);
|
35 |
+
|
36 |
+
$creditmemo->setBaseTaxAmount($creditmemo->getBaseTaxAmount() + $baseChargeTax);
|
37 |
+
$creditmemo->setTaxAmount($creditmemo->getTaxAmount() + $chargeTax);
|
38 |
+
|
39 |
+
$creditmemo->setGrandTotal($creditmemo->getGrandTotal() + $creditmemo->getPaymentCharge());
|
40 |
+
$creditmemo->setBaseGrandTotal($creditmemo->getBaseGrandTotal() + $creditmemo->getBasePaymentCharge());
|
41 |
+
|
42 |
+
return $this;
|
43 |
+
}
|
44 |
}
|
app/code/community/Pay/Payment/Model/Sales/Order/Invoice/Total/Paymentcharge.php
CHANGED
@@ -1,52 +1,47 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Sales_Order_Invoice_Total_Paymentcharge extends Mage_Sales_Model_Order_Invoice_Total_Abstract
|
4 |
-
{
|
5 |
-
|
6 |
-
public function collect(Mage_Sales_Model_Order_Invoice $invoice)
|
7 |
-
{
|
8 |
-
$invoice->setPaymentCharge(0);
|
9 |
-
$invoice->setBasePaymentCharge(0);
|
10 |
-
|
11 |
-
$paymentCharge = $invoice->getOrder()->getPaymentCharge();
|
12 |
-
$basePaymentCharge = $invoice->getOrder()->getBasePaymentCharge();
|
13 |
-
|
14 |
-
// we moeten de btw meenemen in de berekening
|
15 |
-
$paymentMethod = $invoice->getOrder()->getPayment()->getMethod();
|
16 |
-
$taxClass = Mage::helper('pay_payment')->getPaymentChargeTaxClass($paymentMethod);
|
17 |
-
|
18 |
-
$storeId = Mage::app()->getStore()->getId();
|
19 |
-
|
20 |
-
$taxCalculationModel = Mage::getSingleton('tax/calculation');
|
21 |
-
$request = $taxCalculationModel->getRateRequest($invoice->getOrder()->getShippingAddress(), $invoice->getOrder()->getBillingAddress(), null, $storeId);
|
22 |
-
$request->setStore(Mage::app()->getStore());
|
23 |
-
$rate = $taxCalculationModel->getRate($request->setProductClassId($taxClass));
|
24 |
-
|
25 |
-
if ($rate > 0)
|
26 |
-
{
|
27 |
-
$baseChargeTax = round($invoice->getBasePaymentCharge() / (1 + ($rate / 100)) * ($rate / 100), 2);
|
28 |
-
$chargeTax = round($invoice->getPaymentCharge() / (1 + ($rate / 100)) * ($rate / 100), 2);
|
29 |
-
} else
|
30 |
-
{
|
31 |
-
$baseChargeTax = 0;
|
32 |
-
$chargeTax = 0;
|
33 |
-
}
|
34 |
-
|
35 |
-
$invoice->
|
36 |
-
$invoice->
|
37 |
-
|
38 |
-
$invoice->
|
39 |
-
$invoice->
|
40 |
-
|
41 |
-
|
42 |
-
$invoice->
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
return $this;
|
50 |
-
}
|
51 |
-
|
52 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Sales_Order_Invoice_Total_Paymentcharge extends Mage_Sales_Model_Order_Invoice_Total_Abstract
|
4 |
+
{
|
5 |
+
|
6 |
+
public function collect(Mage_Sales_Model_Order_Invoice $invoice)
|
7 |
+
{
|
8 |
+
$invoice->setPaymentCharge(0);
|
9 |
+
$invoice->setBasePaymentCharge(0);
|
10 |
+
|
11 |
+
$paymentCharge = $invoice->getOrder()->getPaymentCharge();
|
12 |
+
$basePaymentCharge = $invoice->getOrder()->getBasePaymentCharge();
|
13 |
+
|
14 |
+
// we moeten de btw meenemen in de berekening
|
15 |
+
$paymentMethod = $invoice->getOrder()->getPayment()->getMethod();
|
16 |
+
$taxClass = Mage::helper('pay_payment')->getPaymentChargeTaxClass($paymentMethod);
|
17 |
+
|
18 |
+
$storeId = Mage::app()->getStore()->getId();
|
19 |
+
|
20 |
+
$taxCalculationModel = Mage::getSingleton('tax/calculation');
|
21 |
+
$request = $taxCalculationModel->getRateRequest($invoice->getOrder()->getShippingAddress(), $invoice->getOrder()->getBillingAddress(), null, $storeId);
|
22 |
+
$request->setStore(Mage::app()->getStore());
|
23 |
+
$rate = $taxCalculationModel->getRate($request->setProductClassId($taxClass));
|
24 |
+
|
25 |
+
if ($rate > 0)
|
26 |
+
{
|
27 |
+
$baseChargeTax = round($invoice->getBasePaymentCharge() / (1 + ($rate / 100)) * ($rate / 100), 2);
|
28 |
+
$chargeTax = round($invoice->getPaymentCharge() / (1 + ($rate / 100)) * ($rate / 100), 2);
|
29 |
+
} else
|
30 |
+
{
|
31 |
+
$baseChargeTax = 0;
|
32 |
+
$chargeTax = 0;
|
33 |
+
}
|
34 |
+
|
35 |
+
$invoice->setPaymentCharge($paymentCharge);
|
36 |
+
$invoice->setBasePaymentCharge($basePaymentCharge);
|
37 |
+
|
38 |
+
$invoice->setBaseTaxAmount($invoice->getBaseTaxAmount() + $baseChargeTax);
|
39 |
+
$invoice->setTaxAmount($invoice->getTaxAmount() + $chargeTax);
|
40 |
+
|
41 |
+
$invoice->setGrandTotal($invoice->getGrandTotal() + $invoice->getPaymentCharge());
|
42 |
+
$invoice->setBaseGrandTotal($invoice->getBaseGrandTotal() + $invoice->getBasePaymentCharge());
|
43 |
+
|
44 |
+
return $this;
|
45 |
+
}
|
46 |
+
|
47 |
+
}
|
|
|
|
|
|
|
|
|
|
app/code/community/Pay/Payment/Model/Sales/Quote/Address/Total/Paymentcharge.php
CHANGED
@@ -1,93 +1,93 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* @category Pay
|
5 |
-
* @package Pay_Payment
|
6 |
-
*/
|
7 |
-
class Pay_Payment_Model_Sales_Quote_Address_Total_Paymentcharge extends Mage_Sales_Model_Quote_Address_Total_Abstract {
|
8 |
-
|
9 |
-
public function __construct() {
|
10 |
-
$this->setCode('payment_charge');
|
11 |
-
}
|
12 |
-
|
13 |
-
public function collect(Mage_Sales_Model_Quote_Address $address) {
|
14 |
-
$address->setPaymentCharge(0);
|
15 |
-
$address->setBasePaymentCharge(0);
|
16 |
-
|
17 |
-
$storeId = Mage::app()->getStore()->getId();
|
18 |
-
|
19 |
-
$items = $address->getAllItems();
|
20 |
-
if (!count($items)) {
|
21 |
-
return $this;
|
22 |
-
}
|
23 |
-
|
24 |
-
$paymentMethod = $address->getQuote()->getPayment()->getMethod();
|
25 |
-
$quote = $address->getQuote();
|
26 |
-
|
27 |
-
if ($paymentMethod && substr($paymentMethod, 0, 11) == 'pay_payment') {
|
28 |
-
$baseAmount = Mage::helper('pay_payment')->getPaymentCharge($paymentMethod, $address->getQuote());
|
29 |
-
$amount = Mage::helper('directory')->currencyConvert($baseAmount, Mage::app()->getWebsite()->getConfig('currency/options/default'), Mage::app()->getStore()->getCurrentCurrencyCode());
|
30 |
-
|
31 |
-
$address->setPaymentCharge($amount);
|
32 |
-
$address->setBasePaymentCharge($baseAmount);
|
33 |
-
|
34 |
-
$taxClass = Mage::helper('pay_payment')->getPaymentChargeTaxClass($paymentMethod);
|
35 |
-
|
36 |
-
$taxCalculationModel = Mage::getSingleton('tax/calculation');
|
37 |
-
$request = $taxCalculationModel->getRateRequest($quote->getShippingAddress(), $quote->getBillingAddress(), null, $storeId);
|
38 |
-
$request->setStore(Mage::app()->getStore());
|
39 |
-
$rate = $taxCalculationModel->getRate($request->setProductClassId($taxClass));
|
40 |
-
|
41 |
-
//$rate = 21;
|
42 |
-
if ($rate > 0) {
|
43 |
-
// $includesTax = Mage::getStoreConfig('tax/calculation/price_includes_tax');
|
44 |
-
|
45 |
-
$baseChargeTax = round($address->getBasePaymentCharge() / (1+($rate / 100)) * ($rate/100), 2);
|
46 |
-
$chargeTax = round($address->getPaymentCharge() / (1+($rate / 100)) * ($rate/100), 2);
|
47 |
-
} else {
|
48 |
-
$baseChargeTax = 0;
|
49 |
-
$chargeTax = 0;
|
50 |
-
}
|
51 |
-
|
52 |
-
$rates = array();
|
53 |
-
$applied = false;
|
54 |
-
foreach ($address->getAppliedTaxes() as $arrRate) {
|
55 |
-
// maximaal 1 keer de btw voor de extra kosten toevoegen
|
56 |
-
if($arrRate['percent'] == $rate && !$applied){
|
57 |
-
$applied = true;
|
58 |
-
$arrRate['amount'] = $arrRate['amount'] + $chargeTax;
|
59 |
-
$arrRate['base_amount'] = $arrRate['base_amount'] + $baseChargeTax;
|
60 |
-
}
|
61 |
-
$rates[] = $arrRate;
|
62 |
-
}
|
63 |
-
|
64 |
-
|
65 |
-
$address->setAppliedTaxes($rates);
|
66 |
-
|
67 |
-
$address->setBaseTaxAmount($address->getBaseTaxAmount() + $baseChargeTax);
|
68 |
-
$address->setTaxAmount($address->getTaxAmount() + $chargeTax);
|
69 |
-
|
70 |
-
$address->setGrandTotal($address->getGrandTotal() + $address->getPaymentCharge());
|
71 |
-
$address->setBaseGrandTotal($address->getBaseGrandTotal() + $address->getBasePaymentCharge());
|
72 |
-
|
73 |
-
}
|
74 |
-
return $this;
|
75 |
-
}
|
76 |
-
|
77 |
-
public function fetch(Mage_Sales_Model_Quote_Address $address) {
|
78 |
-
|
79 |
-
$amount = $address->getPaymentCharge();
|
80 |
-
|
81 |
-
if (($amount != 0)) {
|
82 |
-
$address->addTotal(array(
|
83 |
-
'code' => $this->getCode(),
|
84 |
-
'title' => Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore()),
|
85 |
-
'full_info' => array(),
|
86 |
-
'value' => $amount,
|
87 |
-
'base_value' => $amount
|
88 |
-
));
|
89 |
-
}
|
90 |
-
return $amount;
|
91 |
-
}
|
92 |
-
|
93 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @category Pay
|
5 |
+
* @package Pay_Payment
|
6 |
+
*/
|
7 |
+
class Pay_Payment_Model_Sales_Quote_Address_Total_Paymentcharge extends Mage_Sales_Model_Quote_Address_Total_Abstract {
|
8 |
+
|
9 |
+
public function __construct() {
|
10 |
+
$this->setCode('payment_charge');
|
11 |
+
}
|
12 |
+
|
13 |
+
public function collect(Mage_Sales_Model_Quote_Address $address) {
|
14 |
+
$address->setPaymentCharge(0);
|
15 |
+
$address->setBasePaymentCharge(0);
|
16 |
+
|
17 |
+
$storeId = Mage::app()->getStore()->getId();
|
18 |
+
|
19 |
+
$items = $address->getAllItems();
|
20 |
+
if (!count($items)) {
|
21 |
+
return $this;
|
22 |
+
}
|
23 |
+
|
24 |
+
$paymentMethod = $address->getQuote()->getPayment()->getMethod();
|
25 |
+
$quote = $address->getQuote();
|
26 |
+
|
27 |
+
if ($paymentMethod && substr($paymentMethod, 0, 11) == 'pay_payment') {
|
28 |
+
$baseAmount = Mage::helper('pay_payment')->getPaymentCharge($paymentMethod, $address->getQuote());
|
29 |
+
$amount = Mage::helper('directory')->currencyConvert($baseAmount, Mage::app()->getWebsite()->getConfig('currency/options/default'), Mage::app()->getStore()->getCurrentCurrencyCode());
|
30 |
+
|
31 |
+
$address->setPaymentCharge($amount);
|
32 |
+
$address->setBasePaymentCharge($baseAmount);
|
33 |
+
|
34 |
+
$taxClass = Mage::helper('pay_payment')->getPaymentChargeTaxClass($paymentMethod);
|
35 |
+
|
36 |
+
$taxCalculationModel = Mage::getSingleton('tax/calculation');
|
37 |
+
$request = $taxCalculationModel->getRateRequest($quote->getShippingAddress(), $quote->getBillingAddress(), null, $storeId);
|
38 |
+
$request->setStore(Mage::app()->getStore());
|
39 |
+
$rate = $taxCalculationModel->getRate($request->setProductClassId($taxClass));
|
40 |
+
|
41 |
+
//$rate = 21;
|
42 |
+
if ($rate > 0) {
|
43 |
+
// $includesTax = Mage::getStoreConfig('tax/calculation/price_includes_tax');
|
44 |
+
|
45 |
+
$baseChargeTax = round($address->getBasePaymentCharge() / (1+($rate / 100)) * ($rate/100), 2);
|
46 |
+
$chargeTax = round($address->getPaymentCharge() / (1+($rate / 100)) * ($rate/100), 2);
|
47 |
+
} else {
|
48 |
+
$baseChargeTax = 0;
|
49 |
+
$chargeTax = 0;
|
50 |
+
}
|
51 |
+
|
52 |
+
$rates = array();
|
53 |
+
$applied = false;
|
54 |
+
foreach ($address->getAppliedTaxes() as $arrRate) {
|
55 |
+
// maximaal 1 keer de btw voor de extra kosten toevoegen
|
56 |
+
if($arrRate['percent'] == $rate && !$applied){
|
57 |
+
$applied = true;
|
58 |
+
$arrRate['amount'] = $arrRate['amount'] + $chargeTax;
|
59 |
+
$arrRate['base_amount'] = $arrRate['base_amount'] + $baseChargeTax;
|
60 |
+
}
|
61 |
+
$rates[] = $arrRate;
|
62 |
+
}
|
63 |
+
|
64 |
+
|
65 |
+
$address->setAppliedTaxes($rates);
|
66 |
+
|
67 |
+
$address->setBaseTaxAmount($address->getBaseTaxAmount() + $baseChargeTax);
|
68 |
+
$address->setTaxAmount($address->getTaxAmount() + $chargeTax);
|
69 |
+
|
70 |
+
$address->setGrandTotal($address->getGrandTotal() + $address->getPaymentCharge());
|
71 |
+
$address->setBaseGrandTotal($address->getBaseGrandTotal() + $address->getBasePaymentCharge());
|
72 |
+
|
73 |
+
}
|
74 |
+
return $this;
|
75 |
+
}
|
76 |
+
|
77 |
+
public function fetch(Mage_Sales_Model_Quote_Address $address) {
|
78 |
+
|
79 |
+
$amount = $address->getPaymentCharge();
|
80 |
+
|
81 |
+
if (($amount != 0)) {
|
82 |
+
$address->addTotal(array(
|
83 |
+
'code' => $this->getCode(),
|
84 |
+
'title' => Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore()),
|
85 |
+
'full_info' => array(),
|
86 |
+
'value' => $amount,
|
87 |
+
'base_value' => $amount
|
88 |
+
));
|
89 |
+
}
|
90 |
+
return $amount;
|
91 |
+
}
|
92 |
+
|
93 |
+
}
|
app/code/community/Pay/Payment/Model/Source/Gateway.php
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Source_Gateway {
|
4 |
+
/**
|
5 |
+
* Options getter
|
6 |
+
*
|
7 |
+
* @return array
|
8 |
+
*/
|
9 |
+
public function toOptionArray() {
|
10 |
+
|
11 |
+
return array(
|
12 |
+
array('value' => '0', 'label' => 'Standaard'),
|
13 |
+
array('value' => '1', 'label' => 'Failover (enkel na akkoord Pay.nl)'),
|
14 |
+
);
|
15 |
+
}
|
16 |
+
|
17 |
+
}
|
app/code/community/Pay/Payment/Model/Source/Iconsize.php
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Source_Iconsize {
|
4 |
-
/**
|
5 |
-
* Options getter
|
6 |
-
*
|
7 |
-
* @return array
|
8 |
-
*/
|
9 |
-
public function toOptionArray() {
|
10 |
-
|
11 |
-
return array(
|
12 |
-
array('value' => '20', 'label' => '20x20px'),
|
13 |
-
array('value' => '25', 'label' => '25x25px'),
|
14 |
-
array('value' => '50', 'label' => '50x50px'),
|
15 |
-
array('value' => '75', 'label' => '75x75px'),
|
16 |
-
array('value' => '100', 'label' => '100x100px'),
|
17 |
-
array('value' => '50x32', 'label' => '50x32px'),
|
18 |
-
);
|
19 |
-
}
|
20 |
-
|
21 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Source_Iconsize {
|
4 |
+
/**
|
5 |
+
* Options getter
|
6 |
+
*
|
7 |
+
* @return array
|
8 |
+
*/
|
9 |
+
public function toOptionArray() {
|
10 |
+
|
11 |
+
return array(
|
12 |
+
array('value' => '20', 'label' => '20x20px'),
|
13 |
+
array('value' => '25', 'label' => '25x25px'),
|
14 |
+
array('value' => '50', 'label' => '50x50px'),
|
15 |
+
array('value' => '75', 'label' => '75x75px'),
|
16 |
+
array('value' => '100', 'label' => '100x100px'),
|
17 |
+
array('value' => '50x32', 'label' => '50x32px'),
|
18 |
+
);
|
19 |
+
}
|
20 |
+
|
21 |
+
}
|
app/code/community/Pay/Payment/Model/Source/Language.php
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Source_Language {
|
4 |
-
/**
|
5 |
-
* Options getter
|
6 |
-
*
|
7 |
-
* @return array
|
8 |
-
*/
|
9 |
-
public function toOptionArray() {
|
10 |
-
|
11 |
-
return array(
|
12 |
-
array('value' => 'nl', 'label' => 'Nederlands'),
|
13 |
-
array('value' => 'en', 'label' => 'Engels'),
|
14 |
-
array('value' => 'de', 'label' => 'Duits'),
|
15 |
-
array('value' => 'es', 'label' => 'Spaans'),
|
16 |
-
array('value' => 'it', 'label' => 'Italiaans'),
|
17 |
-
array('value' => 'fr', 'label' => 'Frans'),
|
18 |
-
array('value' => 'browser', 'label' => 'Browser taal gebruiken'),
|
19 |
-
);
|
20 |
-
}
|
21 |
-
|
22 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Source_Language {
|
4 |
+
/**
|
5 |
+
* Options getter
|
6 |
+
*
|
7 |
+
* @return array
|
8 |
+
*/
|
9 |
+
public function toOptionArray() {
|
10 |
+
|
11 |
+
return array(
|
12 |
+
array('value' => 'nl', 'label' => 'Nederlands'),
|
13 |
+
array('value' => 'en', 'label' => 'Engels'),
|
14 |
+
array('value' => 'de', 'label' => 'Duits'),
|
15 |
+
array('value' => 'es', 'label' => 'Spaans'),
|
16 |
+
array('value' => 'it', 'label' => 'Italiaans'),
|
17 |
+
array('value' => 'fr', 'label' => 'Frans'),
|
18 |
+
array('value' => 'browser', 'label' => 'Browser taal gebruiken'),
|
19 |
+
);
|
20 |
+
}
|
21 |
+
|
22 |
+
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Active.php
CHANGED
@@ -1,38 +1,38 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Active {
|
3 |
-
|
4 |
-
/**
|
5 |
-
* Options getter
|
6 |
-
*
|
7 |
-
* @return array
|
8 |
-
*/
|
9 |
-
public function toOptionArray()
|
10 |
-
{
|
11 |
-
$helper = Mage::helper('pay_payment');
|
12 |
-
|
13 |
-
$strStore = Mage::app()->getRequest()->getParam('store');
|
14 |
-
$strWebsite = Mage::app()->getRequest()->getParam('website');
|
15 |
-
|
16 |
-
if(strlen($strStore)){
|
17 |
-
$store = Mage::app()->getStore($strStore);
|
18 |
-
} elseif(strlen($strWebsite)) {
|
19 |
-
$store = Mage::app()->getWebsite($strWebsite);
|
20 |
-
} else {
|
21 |
-
$store = Mage::app()->getStore(0);
|
22 |
-
}
|
23 |
-
|
24 |
-
$available = $helper->isOptionAvailable($this->_option_id, $store);
|
25 |
-
|
26 |
-
if($available){
|
27 |
-
return array(
|
28 |
-
array('value' => 1, 'label'=>'Ja'),
|
29 |
-
array('value' => 0, 'label'=>'Nee'),
|
30 |
-
);
|
31 |
-
} else {
|
32 |
-
return array(
|
33 |
-
array('value' => 0, 'label'=>'Nee (niet geactiveerd)'),
|
34 |
-
);
|
35 |
-
}
|
36 |
-
}
|
37 |
-
|
38 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Active {
|
3 |
+
|
4 |
+
/**
|
5 |
+
* Options getter
|
6 |
+
*
|
7 |
+
* @return array
|
8 |
+
*/
|
9 |
+
public function toOptionArray()
|
10 |
+
{
|
11 |
+
$helper = Mage::helper('pay_payment');
|
12 |
+
|
13 |
+
$strStore = Mage::app()->getRequest()->getParam('store');
|
14 |
+
$strWebsite = Mage::app()->getRequest()->getParam('website');
|
15 |
+
|
16 |
+
if(strlen($strStore)){
|
17 |
+
$store = Mage::app()->getStore($strStore);
|
18 |
+
} elseif(strlen($strWebsite)) {
|
19 |
+
$store = Mage::app()->getWebsite($strWebsite);
|
20 |
+
} else {
|
21 |
+
$store = Mage::app()->getStore(0);
|
22 |
+
}
|
23 |
+
|
24 |
+
$available = $helper->isOptionAvailable($this->_option_id, $store);
|
25 |
+
|
26 |
+
if($available){
|
27 |
+
return array(
|
28 |
+
array('value' => 1, 'label'=>'Ja'),
|
29 |
+
array('value' => 0, 'label'=>'Nee'),
|
30 |
+
);
|
31 |
+
} else {
|
32 |
+
return array(
|
33 |
+
array('value' => 0, 'label'=>'Nee (niet geactiveerd)'),
|
34 |
+
);
|
35 |
+
}
|
36 |
+
}
|
37 |
+
|
38 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Afterpay/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Afterpay_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Afterpay::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Afterpay_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Afterpay::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Amex/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Amex_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Amex::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Amex_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Amex::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Billink/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Billink_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Billink::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Billink_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Billink::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Bitcoin/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Bitcoin_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Bitcoin::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Bitcoin_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Bitcoin::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Cartebleue/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Cartebleue_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Cartebleue::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Cartebleue_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Cartebleue::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Cashticket/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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/Fashioncheque/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Fashioncheque_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Fashioncheque::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Fashioncheque_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Fashioncheque::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Fasterpay/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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/Focum/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Focum_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Focum::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Focum_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Focum::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Gezondheidsbon/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Gezondheidsbon_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Gezondheidsbon::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Gezondheidsbon_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Gezondheidsbon::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Giropay/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Giropay_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Giropay::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Giropay_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Giropay::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Givacard/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Givacard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Givacard::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Givacard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Givacard::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Ideal/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Ideal_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Ideal::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Ideal_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Ideal::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Ideal/Selecttype.php
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Ideal_Selecttype {
|
3 |
-
|
4 |
-
/**
|
5 |
-
* Options getter
|
6 |
-
*
|
7 |
-
* @return array
|
8 |
-
*/
|
9 |
-
public function toOptionArray()
|
10 |
-
{
|
11 |
-
|
12 |
-
return array(
|
13 |
-
array('value' => 'none', 'label'=>'Geen bankselectie'),
|
14 |
-
array('value' => 'radio', 'label'=>'Radiobuttons'),
|
15 |
-
array('value' => 'select', 'label'=>'Selectbox'),
|
16 |
-
);
|
17 |
-
|
18 |
-
}
|
19 |
-
|
20 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Ideal_Selecttype {
|
3 |
+
|
4 |
+
/**
|
5 |
+
* Options getter
|
6 |
+
*
|
7 |
+
* @return array
|
8 |
+
*/
|
9 |
+
public function toOptionArray()
|
10 |
+
{
|
11 |
+
|
12 |
+
return array(
|
13 |
+
array('value' => 'none', 'label'=>'Geen bankselectie'),
|
14 |
+
array('value' => 'radio', 'label'=>'Radiobuttons'),
|
15 |
+
array('value' => 'select', 'label'=>'Selectbox'),
|
16 |
+
);
|
17 |
+
|
18 |
+
}
|
19 |
+
|
20 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Incasso/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Incasso_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Incasso::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Incasso_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Incasso::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Maestro/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Maestro_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Maestro::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Maestro_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Maestro::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Minitixsms/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
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 |
}
|
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/Paymentmethod/Mistercash/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Mistercash_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Mistercash::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Mistercash_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Mistercash::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Mybank/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Mybank_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Mybank::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Mybank_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Mybank::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Overboeking/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Overboeking_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Overboeking::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Overboeking_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Overboeking::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Paypal/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Paypal_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Paypal::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Paypal_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Paypal::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Paysafecard/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Paysafecard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Paysafecard::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Paysafecard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Paysafecard::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Podiumkadokaart/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Podiumkadokaart_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Podiumkadokaart::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Podiumkadokaart_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Podiumkadokaart::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Postepay/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Postepay_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Postepay::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Postepay_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Postepay::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Sofortbanking/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Sofortbanking_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Sofortbanking::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Sofortbanking_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Sofortbanking::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Telefoon/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Telefoon_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Telefoon::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Telefoon_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Telefoon::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Visamastercard/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Visamastercard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Visamastercard::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Visamastercard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Visamastercard::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Vvvgiftcard/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Vvvgiftcard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Vvvgiftcard::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Vvvgiftcard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Vvvgiftcard::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Webshopgiftcard/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Webshopgiftcard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Webshopgiftcard::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Webshopgiftcard_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Webshopgiftcard::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Wijncadeau/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Wijncadeau_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Wijncadeau::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Wijncadeau_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Wijncadeau::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Paymentmethod/Yourgift/Active.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<?php
|
2 |
-
class Pay_Payment_Model_Source_Paymentmethod_Yourgift_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
-
protected $_option_id = Pay_Payment_Model_Paymentmethod_Yourgift::OPTION_ID;
|
4 |
}
|
1 |
+
<?php
|
2 |
+
class Pay_Payment_Model_Source_Paymentmethod_Yourgift_Active extends Pay_Payment_Model_Source_Paymentmethod_Active{
|
3 |
+
protected $_option_id = Pay_Payment_Model_Paymentmethod_Yourgift::OPTION_ID;
|
4 |
}
|
app/code/community/Pay/Payment/Model/Source/Sendmail.php
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Source_Sendmail {
|
4 |
-
/**
|
5 |
-
* Options getter
|
6 |
-
*
|
7 |
-
* @return array
|
8 |
-
*/
|
9 |
-
public function toOptionArray() {
|
10 |
-
|
11 |
-
return array(
|
12 |
-
array('value' => 'start', 'label' => 'Bij starten betaling'),
|
13 |
-
array('value' => 'success', 'label' => 'Na succesvolle betaling'),
|
14 |
-
);
|
15 |
-
}
|
16 |
-
|
17 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Source_Sendmail {
|
4 |
+
/**
|
5 |
+
* Options getter
|
6 |
+
*
|
7 |
+
* @return array
|
8 |
+
*/
|
9 |
+
public function toOptionArray() {
|
10 |
+
|
11 |
+
return array(
|
12 |
+
array('value' => 'start', 'label' => 'Bij starten betaling'),
|
13 |
+
array('value' => 'success', 'label' => 'Na succesvolle betaling'),
|
14 |
+
);
|
15 |
+
}
|
16 |
+
|
17 |
+
}
|
app/code/community/Pay/Payment/Model/System/Config/Source/Chargetype.php
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* @category Pay
|
5 |
-
* @package Pay_Payment
|
6 |
-
*/
|
7 |
-
class Pay_Payment_Model_System_Config_Source_Chargetype extends Varien_Object
|
8 |
-
{
|
9 |
-
public function toOptionArray()
|
10 |
-
{
|
11 |
-
return array(
|
12 |
-
array('value'=>'fixed', 'label'=>Mage::helper('adminhtml')->__('Vast bedrag')),
|
13 |
-
array('value'=>'percentage', 'label'=>Mage::helper('adminhtml')->__('Percentage van totaalbedrag')),
|
14 |
-
);
|
15 |
-
}
|
16 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @category Pay
|
5 |
+
* @package Pay_Payment
|
6 |
+
*/
|
7 |
+
class Pay_Payment_Model_System_Config_Source_Chargetype extends Varien_Object
|
8 |
+
{
|
9 |
+
public function toOptionArray()
|
10 |
+
{
|
11 |
+
return array(
|
12 |
+
array('value'=>'fixed', 'label'=>Mage::helper('adminhtml')->__('Vast bedrag')),
|
13 |
+
array('value'=>'percentage', 'label'=>Mage::helper('adminhtml')->__('Percentage van totaalbedrag')),
|
14 |
+
);
|
15 |
+
}
|
16 |
}
|
app/code/community/Pay/Payment/Model/Transaction.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_Model_Transaction extends Mage_Core_Model_Abstract{
|
4 |
-
|
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');
|
11 |
-
parent::__construct();
|
12 |
-
}
|
13 |
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_Model_Transaction extends Mage_Core_Model_Abstract{
|
4 |
+
|
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');
|
11 |
+
parent::__construct();
|
12 |
+
}
|
13 |
}
|
app/code/community/Pay/Payment/controllers/CheckoutController.php
CHANGED
@@ -1,268 +1,273 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_CheckoutController extends Mage_Core_Controller_Front_Action
|
4 |
-
{
|
5 |
-
|
6 |
-
public function redirectAction()
|
7 |
-
{
|
8 |
-
Mage::log('Starting transaction', null, 'paynl.log');
|
9 |
-
$helper = Mage::helper('pay_payment');
|
10 |
-
$session = Mage::getSingleton('checkout/session');
|
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 |
-
//TODO: deze gegevens ook posten
|
24 |
-
$kvknummer = $session->getKvknummer();
|
25 |
-
$companyname = $order->getBillingAddress()->getCompany();
|
26 |
-
|
27 |
-
$birthdayDay = $session->getBirthdayDay();
|
28 |
-
$birthdayMonth = $session->getBirthdayMonth();
|
29 |
-
$birthdayYear = $session->getBirthdayYear();
|
30 |
-
$birthdate = '';
|
31 |
-
|
32 |
-
if (!empty($birthdayDay) && !empty($birthdayMonth) && !empty($birthdayYear)) {
|
33 |
-
$birthdate = $birthdayDay . '-' . $birthdayMonth . '-' . $birthdayYear;
|
34 |
-
}
|
35 |
-
|
36 |
-
|
37 |
-
$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', Mage::app()->getStore());
|
38 |
-
|
39 |
-
$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', Mage::app()->getStore());
|
40 |
-
|
41 |
-
$
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
$
|
60 |
-
|
61 |
-
$
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
$
|
94 |
-
$
|
95 |
-
|
96 |
-
$
|
97 |
-
|
98 |
-
$
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
$
|
126 |
-
$
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
$
|
132 |
-
$
|
133 |
-
|
134 |
-
$
|
135 |
-
|
136 |
-
|
137 |
-
$arrEnduser['
|
138 |
-
$arrEnduser['
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
$
|
143 |
-
$
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
$
|
149 |
-
$
|
150 |
-
|
151 |
-
$
|
152 |
-
|
153 |
-
|
154 |
-
$arrEnduser['invoiceAddress']['
|
155 |
-
$arrEnduser['invoiceAddress']['
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
$api->
|
167 |
-
|
168 |
-
|
169 |
-
$api->
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
$
|
179 |
-
|
180 |
-
|
181 |
-
Mage::log(
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
//
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
'
|
233 |
-
'
|
234 |
-
'
|
235 |
-
'
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
$
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
$order->
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
Mage::
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_CheckoutController extends Mage_Core_Controller_Front_Action
|
4 |
+
{
|
5 |
+
|
6 |
+
public function redirectAction()
|
7 |
+
{
|
8 |
+
Mage::log('Starting transaction', null, 'paynl.log');
|
9 |
+
$helper = Mage::helper('pay_payment');
|
10 |
+
$session = Mage::getSingleton('checkout/session');
|
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 |
+
//TODO: deze gegevens ook posten
|
24 |
+
$kvknummer = $session->getKvknummer();
|
25 |
+
$companyname = $order->getBillingAddress()->getCompany();
|
26 |
+
|
27 |
+
$birthdayDay = $session->getBirthdayDay();
|
28 |
+
$birthdayMonth = $session->getBirthdayMonth();
|
29 |
+
$birthdayYear = $session->getBirthdayYear();
|
30 |
+
$birthdate = '';
|
31 |
+
|
32 |
+
if (!empty($birthdayDay) && !empty($birthdayMonth) && !empty($birthdayYear)) {
|
33 |
+
$birthdate = $birthdayDay . '-' . $birthdayMonth . '-' . $birthdayYear;
|
34 |
+
}
|
35 |
+
|
36 |
+
|
37 |
+
$serviceId = Mage::getStoreConfig('pay_payment/general/serviceid', Mage::app()->getStore());
|
38 |
+
|
39 |
+
$apiToken = Mage::getStoreConfig('pay_payment/general/apitoken', Mage::app()->getStore());
|
40 |
+
$useBackupApi = Mage::getStoreConfig('pay_payment/general/use_backup_api', Mage::app()->getStore());
|
41 |
+
$backupApiUrl = Mage::getStoreConfig('pay_payment/general/backup_api_url', Mage::app()->getStore());
|
42 |
+
if($useBackupApi == 1){
|
43 |
+
Pay_Payment_Helper_Api::_setBackupApiUrl($backupApiUrl);
|
44 |
+
}
|
45 |
+
|
46 |
+
$amount = $order->getGrandTotal();
|
47 |
+
|
48 |
+
$sendOrderData = Mage::getStoreConfig('pay_payment/general/send_order_data', Mage::app()->getStore());
|
49 |
+
|
50 |
+
$api = Mage::helper('pay_payment/api_start');
|
51 |
+
/* @var $api Pay_Payment_Helper_Api_Start */
|
52 |
+
$api->setExtra2($order->getCustomerEmail());
|
53 |
+
|
54 |
+
if ($sendOrderData == 1) {
|
55 |
+
$items = $order->getItemsCollection();
|
56 |
+
foreach ($items as $item) {
|
57 |
+
/* @var $item Mage_Sales_Model_Order_Item */
|
58 |
+
$productId = $item->getId();
|
59 |
+
$description = $item->getName();
|
60 |
+
$price = $item->getPriceInclTax();
|
61 |
+
$taxAmount = $item->getTaxAmount();
|
62 |
+
$quantity = $item->getQtyOrdered();
|
63 |
+
|
64 |
+
$taxClass = $helper->calculateTaxClass($price, $taxAmount / $quantity);
|
65 |
+
|
66 |
+
$price = round($price * 100);
|
67 |
+
|
68 |
+
|
69 |
+
if ($price != 0) {
|
70 |
+
$api->addProduct($productId, $description, $price, $quantity, $taxClass);
|
71 |
+
}
|
72 |
+
}
|
73 |
+
|
74 |
+
$discountAmount = $order->getDiscountAmount();
|
75 |
+
|
76 |
+
if ($discountAmount < 0) {
|
77 |
+
$api->addProduct(0, 'Korting (' . $order->getDiscountDescription() . ')', round($discountAmount * 100), 1, 'N');
|
78 |
+
}
|
79 |
+
|
80 |
+
$shipping = $order->getShippingInclTax();
|
81 |
+
|
82 |
+
if ($shipping > 0) {
|
83 |
+
$shippingTax = $order->getShippingTaxAmount();
|
84 |
+
$shippingTaxClass = $helper->calculateTaxClass($shipping, $shippingTax);
|
85 |
+
$shipping = round($shipping * 100);
|
86 |
+
if ($shipping != 0) {
|
87 |
+
$api->addProduct('0', 'Verzendkosten', $shipping, 1, $shippingTaxClass);
|
88 |
+
}
|
89 |
+
}
|
90 |
+
|
91 |
+
$extraFee = $order->getPaymentCharge();
|
92 |
+
if ($extraFee != 0) {
|
93 |
+
$code = $payment->getMethod();
|
94 |
+
$taxClass = $helper->getPaymentChargeTaxClass($code);
|
95 |
+
|
96 |
+
$taxCalculationModel = Mage::getSingleton('tax/calculation');
|
97 |
+
$request = $taxCalculationModel->getRateRequest($order->getShippingAddress(), $order->getBillingAddress());
|
98 |
+
$request->setStore(Mage::app()->getStore());
|
99 |
+
$rate = $taxCalculationModel->getRate($request->setProductClassId($taxClass));
|
100 |
+
|
101 |
+
$taxCode = $helper->getTaxCodeFromRate($rate);
|
102 |
+
|
103 |
+
$api->addProduct('0', Mage::getStoreConfig('pay_payment/general/text_payment_charge', Mage::app()->getStore()), round($extraFee * 100), 1, $taxCode);
|
104 |
+
}
|
105 |
+
|
106 |
+
$arrEnduser = array();
|
107 |
+
$shippingAddress = $order->getShippingAddress();
|
108 |
+
|
109 |
+
$arrEnduser['gender'] = substr($order->getCustomerGender(), 0, 1);
|
110 |
+
|
111 |
+
if (empty($birthdate)) {
|
112 |
+
$birthdate = $order->getCustomerDob();
|
113 |
+
if (!empty($birthdate)) {
|
114 |
+
$birthdate = substr($birthdate, 0, strpos($birthdate, ' '));
|
115 |
+
list($year, $month, $day) = explode('-', $birthdate);
|
116 |
+
$birthdate = $day . '-' . $month . '-' . $year;
|
117 |
+
}
|
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 |
+
$arrEnduser['phoneNumber'] = substr($shippingAddress->getTelephone(), 0, 30);
|
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 |
+
$transaction->setData(
|
231 |
+
array(
|
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 |
+
$transaction->save();
|
244 |
+
|
245 |
+
//redirecten
|
246 |
+
$url = $resultData['transaction']['paymentURL'];
|
247 |
+
|
248 |
+
$statusPending = Mage::getStoreConfig('payment/' . $payment->getMethod() . '/order_status', Mage::app()->getStore());
|
249 |
+
|
250 |
+
$order->addStatusHistoryComment(
|
251 |
+
'Transactie gestart, transactieId: ' . $transactionId . " \nBetaalUrl: " . $url
|
252 |
+
);
|
253 |
+
|
254 |
+
|
255 |
+
$order->save();
|
256 |
+
|
257 |
+
$sendMail = Mage::getStoreConfig('payment/' . $payment->getMethod() . '/send_mail', Mage::app()->getStore());
|
258 |
+
if ($sendMail == 'start') {
|
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');
|
266 |
+
}
|
267 |
+
} else {
|
268 |
+
// no orderId in session
|
269 |
+
Mage::log('Error: No order found in the session, so i cannot create a payment', null, 'paynl.log');
|
270 |
+
}
|
271 |
+
}
|
272 |
+
|
273 |
+
}
|
app/code/community/Pay/Payment/controllers/OrderController.php
CHANGED
@@ -1,118 +1,117 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Pay_Payment_OrderController extends Mage_Core_Controller_Front_Action {
|
4 |
-
|
5 |
-
public function returnAction() {
|
6 |
-
|
7 |
-
try {
|
8 |
-
$params = $this->getRequest()->getParams();
|
9 |
-
|
10 |
-
$transactionId = $params['orderId'];
|
11 |
-
|
12 |
-
$orderHelper = Mage::helper('pay_payment/order');
|
13 |
-
/** @var $orderHelper Pay_Payment_Helper_Order */
|
14 |
-
|
15 |
-
|
16 |
-
$
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
$
|
26 |
-
$
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
$restoreCart
|
40 |
-
|
41 |
-
$
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
$
|
60 |
-
|
61 |
-
|
62 |
-
$transactionId
|
63 |
-
|
64 |
-
$
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
$
|
78 |
-
$
|
79 |
-
Mage::log('
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
$helper
|
84 |
-
|
85 |
-
|
86 |
-
$orderHelper
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
$
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
$
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pay_Payment_OrderController extends Mage_Core_Controller_Front_Action {
|
4 |
+
|
5 |
+
public function returnAction() {
|
6 |
+
|
7 |
+
try {
|
8 |
+
$params = $this->getRequest()->getParams();
|
9 |
+
|
10 |
+
$transactionId = $params['orderId'];
|
11 |
+
|
12 |
+
$orderHelper = Mage::helper('pay_payment/order');
|
13 |
+
/** @var $orderHelper Pay_Payment_Helper_Order */
|
14 |
+
|
15 |
+
$status = $orderHelper->getTransactionStatus($transactionId);
|
16 |
+
$order = $orderHelper->getOrderByTransactionId($transactionId);
|
17 |
+
//$orderHelper->processByTransactionId($transactionId);
|
18 |
+
} catch (Pay_Payment_Exception $e) {
|
19 |
+
if ($e->getCode() != 0) {
|
20 |
+
throw new Exception($e);
|
21 |
+
}
|
22 |
+
}
|
23 |
+
|
24 |
+
$pageSuccess = Mage::getStoreConfig('pay_payment/general/page_success', Mage::app()->getStore());
|
25 |
+
$pagePending = Mage::getStoreConfig('pay_payment/general/page_pending', Mage::app()->getStore());
|
26 |
+
$pageCanceled = Mage::getStoreConfig('pay_payment/general/page_canceled', Mage::app()->getStore());
|
27 |
+
|
28 |
+
|
29 |
+
if ($status == Pay_Payment_Model_Transaction::STATE_CANCELED) {
|
30 |
+
Mage::getSingleton('checkout/session')->addNotice('Betaling geannuleerd');
|
31 |
+
}
|
32 |
+
if ($status == Pay_Payment_Model_Transaction::STATE_SUCCESS) {
|
33 |
+
$this->_redirect($pageSuccess);
|
34 |
+
} elseif ($status == Pay_Payment_Model_Transaction::STATE_PENDING) {
|
35 |
+
$this->_redirect($pagePending);
|
36 |
+
} else {
|
37 |
+
|
38 |
+
$restoreCart = Mage::getStoreConfig('pay_payment/general/restore_cart', Mage::app()->getStore());
|
39 |
+
if ($restoreCart) {
|
40 |
+
$quoteModel = Mage::getModel('sales/quote');
|
41 |
+
$quoteId = $order->getQuoteId();
|
42 |
+
|
43 |
+
/**
|
44 |
+
* @var $quote Mage_Sales_Model_Quote
|
45 |
+
*/
|
46 |
+
$quote = $quoteModel->load($quoteId);
|
47 |
+
|
48 |
+
$quote->setIsActive(true)->save();
|
49 |
+
}
|
50 |
+
|
51 |
+
$this->_redirect($pageCanceled);
|
52 |
+
}
|
53 |
+
}
|
54 |
+
|
55 |
+
public function exchangeAction() {
|
56 |
+
|
57 |
+
|
58 |
+
$error = false;
|
59 |
+
$params = $this->getRequest()->getParams();
|
60 |
+
|
61 |
+
$transactionId = $params['order_id'];
|
62 |
+
if(empty($transactionId)){
|
63 |
+
$get = $this->getRequest()->setParamSources(array('_GET'))->getParams();
|
64 |
+
$post = $this->getRequest()->setParamSources(array('_POST'))->getParams();
|
65 |
+
|
66 |
+
if(!empty($get['order_id'])){
|
67 |
+
$transactionId = $get['order_id'];
|
68 |
+
Mage::log('Error in exchange, but fixed by getting only the _GET var ',null,'exchange.log');
|
69 |
+
} elseif(!empty($post['order_id'])) {
|
70 |
+
$transactionId = $post['order_id'];
|
71 |
+
Mage::log('Error in exchange, but fixed by getting only the _POST var ',null,'exchange.log');
|
72 |
+
} else {
|
73 |
+
Mage::log('Error in exchange, cannot find orderId in _GET or _POST ',null,'exchange.log');
|
74 |
+
}
|
75 |
+
|
76 |
+
$get=$this->getRequest()->setParamSources(array('_GET'))->getParams();
|
77 |
+
$post=$this->getRequest()->setParamSources(array('_POST'))->getParams();
|
78 |
+
Mage::log('_GET was: '.json_encode($get),null,'exchange.log');
|
79 |
+
Mage::log('_POST was: '.json_encode($post),null,'exchange.log');
|
80 |
+
}
|
81 |
+
|
82 |
+
$helper = Mage::helper('pay_payment');
|
83 |
+
/** @var $helper Pay_Payment_Helper_Data */
|
84 |
+
try {
|
85 |
+
$orderHelper = Mage::helper('pay_payment/order');
|
86 |
+
/** @var $orderHelper Pay_Payment_Helper_Order */
|
87 |
+
|
88 |
+
if ($params['action'] == 'pending') {
|
89 |
+
throw Mage::exception('Pay_Payment', 'Ignoring pending', 0);
|
90 |
+
}
|
91 |
+
|
92 |
+
$status = $orderHelper->processByTransactionId($transactionId);
|
93 |
+
|
94 |
+
$resultMsg = 'Status updated to ' . $status;
|
95 |
+
} catch (Pay_Payment_Exception $e) {
|
96 |
+
if ($e->getCode() == 0) {
|
97 |
+
$resultMsg = 'NOTICE: ';
|
98 |
+
} else {
|
99 |
+
$error = true;
|
100 |
+
$resultMsg = 'ERROR: ';
|
101 |
+
}
|
102 |
+
$resultMsg .= $e->getMessage();
|
103 |
+
} catch (Exception $e) {
|
104 |
+
$error = true;
|
105 |
+
$resultMsg = 'ERROR: ' . $e->getMessage();
|
106 |
+
}
|
107 |
+
|
108 |
+
if($error){
|
109 |
+
echo "FALSE|" . $resultMsg;
|
110 |
+
} else {
|
111 |
+
echo "TRUE|" . $resultMsg;
|
112 |
+
}
|
113 |
+
|
114 |
+
die();
|
115 |
+
}
|
116 |
+
|
117 |
+
}
|
|
app/code/community/Pay/Payment/etc/config.xml
CHANGED
@@ -1,483 +1,484 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Pay_Payment>
|
5 |
-
<version>3.
|
6 |
-
</Pay_Payment>
|
7 |
-
</modules>
|
8 |
-
|
9 |
-
<global>
|
10 |
-
<models>
|
11 |
-
<pay_payment>
|
12 |
-
<class>Pay_Payment_Model</class>
|
13 |
-
<resourceModel>pay_payment_mysql4</resourceModel>
|
14 |
-
</pay_payment>
|
15 |
-
<pay_payment_mysql4>
|
16 |
-
<class>Pay_Payment_Model_Mysql4</class>
|
17 |
-
<entities>
|
18 |
-
<option>
|
19 |
-
<table>pay_payment_option</table>
|
20 |
-
</option>
|
21 |
-
<optionsub>
|
22 |
-
<table>pay_payment_optionsub</table>
|
23 |
-
</optionsub>
|
24 |
-
<transaction>
|
25 |
-
<table>pay_payment_transaction</table>
|
26 |
-
</transaction>
|
27 |
-
</entities>
|
28 |
-
</pay_payment_mysql4>
|
29 |
-
</models>
|
30 |
-
<blocks>
|
31 |
-
<pay_payment>
|
32 |
-
<class>Pay_Payment_Block</class>
|
33 |
-
</pay_payment>
|
34 |
-
<sales>
|
35 |
-
<rewrite>
|
36 |
-
<order_totals>Pay_Payment_Block_Sales_Order_Totals</order_totals>
|
37 |
-
<order_invoice_totals>Pay_Payment_Block_Sales_Order_Invoice_Totals</order_invoice_totals>
|
38 |
-
<order_creditmemo_totals>Pay_Payment_Block_Sales_Order_Creditmemo_Totals</order_creditmemo_totals>
|
39 |
-
</rewrite>
|
40 |
-
</sales>
|
41 |
-
<adminhtml>
|
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</sales_order_invoice_totals>
|
46 |
-
<sales_order_creditmemo_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Creditmemo_Totals</sales_order_creditmemo_totals>
|
47 |
-
</rewrite>
|
48 |
-
</adminhtml>
|
49 |
-
</blocks>
|
50 |
-
<fieldsets>
|
51 |
-
<sales_convert_quote_address>
|
52 |
-
<payment_charge>
|
53 |
-
<to_order>*</to_order>
|
54 |
-
</payment_charge>
|
55 |
-
<base_payment_charge>
|
56 |
-
<to_order>*</to_order>
|
57 |
-
</base_payment_charge>
|
58 |
-
</sales_convert_quote_address>
|
59 |
-
</fieldsets>
|
60 |
-
<helpers>
|
61 |
-
<pay_payment>
|
62 |
-
<class>Pay_Payment_Helper</class>
|
63 |
-
<className>Pay_Payment_Helper</className>
|
64 |
-
</pay_payment>
|
65 |
-
</helpers>
|
66 |
-
<resources>
|
67 |
-
<pay_payment_setup>
|
68 |
-
<setup>
|
69 |
-
<module>Pay_Payment</module>
|
70 |
-
<class>Mage_Sales_Model_Mysql4_Setup</class>
|
71 |
-
</setup>
|
72 |
-
<connection>
|
73 |
-
<use>core_setup</use>
|
74 |
-
</connection>
|
75 |
-
</pay_payment_setup>
|
76 |
-
<pay_payment_write>
|
77 |
-
<connection>
|
78 |
-
<use>core_write</use>
|
79 |
-
</connection>
|
80 |
-
</pay_payment_write>
|
81 |
-
<pay_payment_read>
|
82 |
-
<connection>
|
83 |
-
<use>core_read</use>
|
84 |
-
</connection>
|
85 |
-
</pay_payment_read>
|
86 |
-
</resources>
|
87 |
-
<sales>
|
88 |
-
<quote>
|
89 |
-
<totals>
|
90 |
-
<payment_charge>
|
91 |
-
<class>pay_payment/sales_quote_address_total_paymentcharge</class>
|
92 |
-
<after>subtotal,discount,shipping,tax</after>
|
93 |
-
<before>grand_total</before>
|
94 |
-
</payment_charge>
|
95 |
-
</totals>
|
96 |
-
</quote>
|
97 |
-
<order_invoice>
|
98 |
-
<totals>
|
99 |
-
<payment_charge>
|
100 |
-
<class>pay_payment/sales_order_invoice_total_paymentcharge</class>
|
101 |
-
</payment_charge>
|
102 |
-
</totals>
|
103 |
-
</order_invoice>
|
104 |
-
<order_creditmemo>
|
105 |
-
<totals>
|
106 |
-
<payment_charge>
|
107 |
-
<class>pay_payment/sales_order_creditmemo_total_paymentcharge</class>
|
108 |
-
</payment_charge>
|
109 |
-
</totals>
|
110 |
-
</order_creditmemo>
|
111 |
-
</sales>
|
112 |
-
<pdf>
|
113 |
-
<totals>
|
114 |
-
<payment_charge translate="title">
|
115 |
-
<title>Pay.nl betaalmethode kosten</title>
|
116 |
-
<source_field>payment_charge</source_field>
|
117 |
-
<amount_prefix></amount_prefix>
|
118 |
-
<font_size>7</font_size>
|
119 |
-
<display_zero>0</display_zero>
|
120 |
-
<sort_order>200</sort_order>
|
121 |
-
</payment_charge>
|
122 |
-
</totals>
|
123 |
-
</pdf>
|
124 |
-
</global>
|
125 |
-
<frontend>
|
126 |
-
<routers>
|
127 |
-
<pay_payment>
|
128 |
-
<use>standard</use>
|
129 |
-
<args>
|
130 |
-
<module>Pay_Payment</module>
|
131 |
-
<frontName>pay_payment</frontName>
|
132 |
-
</args>
|
133 |
-
</pay_payment>
|
134 |
-
</routers>
|
135 |
-
</frontend>
|
136 |
-
|
137 |
-
<adminhtml>
|
138 |
-
<acl>
|
139 |
-
<resources>
|
140 |
-
<all>
|
141 |
-
<title>Allow Everything</title>
|
142 |
-
</all>
|
143 |
-
<admin>
|
144 |
-
<children>
|
145 |
-
<system>
|
146 |
-
<children>
|
147 |
-
<config>
|
148 |
-
<children>
|
149 |
-
<pay_payment>
|
150 |
-
<title>Pay Payment - All</title>
|
151 |
-
</pay_payment>
|
152 |
-
</children>
|
153 |
-
</config>
|
154 |
-
</children>
|
155 |
-
</system>
|
156 |
-
</children>
|
157 |
-
</admin>
|
158 |
-
</resources>
|
159 |
-
</acl>
|
160 |
-
</adminhtml>
|
161 |
-
<default>
|
162 |
-
<sales>
|
163 |
-
<groups>
|
164 |
-
<totals_sort translate="label">
|
165 |
-
<fields>
|
166 |
-
<payment_charge>99</payment_charge>
|
167 |
-
</fields>
|
168 |
-
</totals_sort>
|
169 |
-
</groups>
|
170 |
-
</sales>
|
171 |
-
<pay_payment>
|
172 |
-
<general>
|
173 |
-
<send_order_data>1</send_order_data>
|
174 |
-
<restore_cart>1</restore_cart>
|
175 |
-
<auto_invoice>1</auto_invoice>
|
176 |
-
<invoice_email>0</invoice_email>
|
177 |
-
<show_icons>0</show_icons>
|
178 |
-
<icon_size>20</icon_size>
|
179 |
-
<text_payment_charge>Kosten betaalmethode</text_payment_charge>
|
180 |
-
<page_success>checkout/onepage/success</page_success>
|
181 |
-
<page_pending>checkout/onepage/success</page_pending>
|
182 |
-
<page_canceled>checkout/cart</page_canceled>
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
<
|
189 |
-
<
|
190 |
-
<
|
191 |
-
<
|
192 |
-
<
|
193 |
-
<
|
194 |
-
<
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
<
|
199 |
-
<
|
200 |
-
<
|
201 |
-
<
|
202 |
-
<
|
203 |
-
<
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
<
|
208 |
-
<
|
209 |
-
|
210 |
-
|
211 |
-
<
|
212 |
-
<
|
213 |
-
<
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
<
|
218 |
-
<
|
219 |
-
<
|
220 |
-
<
|
221 |
-
<
|
222 |
-
<
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
<
|
227 |
-
<
|
228 |
-
<
|
229 |
-
<
|
230 |
-
<
|
231 |
-
<
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
<
|
236 |
-
<
|
237 |
-
<
|
238 |
-
<
|
239 |
-
<
|
240 |
-
<
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
<
|
245 |
-
<
|
246 |
-
<
|
247 |
-
<
|
248 |
-
<
|
249 |
-
<
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
<
|
254 |
-
<
|
255 |
-
<
|
256 |
-
<
|
257 |
-
<
|
258 |
-
<
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
<
|
263 |
-
<
|
264 |
-
<
|
265 |
-
<
|
266 |
-
<
|
267 |
-
<
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
<
|
272 |
-
<
|
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 |
-
|
298 |
-
<
|
299 |
-
<
|
300 |
-
<
|
301 |
-
<
|
302 |
-
<
|
303 |
-
<
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
<
|
308 |
-
<
|
309 |
-
<
|
310 |
-
<
|
311 |
-
<
|
312 |
-
<
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
<
|
317 |
-
<
|
318 |
-
<
|
319 |
-
<
|
320 |
-
<
|
321 |
-
<
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
<
|
326 |
-
<
|
327 |
-
<
|
328 |
-
<
|
329 |
-
<
|
330 |
-
<
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
<
|
335 |
-
<
|
336 |
-
<
|
337 |
-
<
|
338 |
-
<
|
339 |
-
<
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
<
|
344 |
-
<
|
345 |
-
<
|
346 |
-
<
|
347 |
-
<
|
348 |
-
<
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
<
|
353 |
-
<
|
354 |
-
<
|
355 |
-
<
|
356 |
-
<
|
357 |
-
<
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
<
|
362 |
-
<
|
363 |
-
<
|
364 |
-
<
|
365 |
-
<
|
366 |
-
<
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
<
|
371 |
-
<
|
372 |
-
<
|
373 |
-
<
|
374 |
-
<
|
375 |
-
<
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
<
|
380 |
-
<
|
381 |
-
<
|
382 |
-
<
|
383 |
-
<
|
384 |
-
<
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
<
|
389 |
-
<
|
390 |
-
<
|
391 |
-
<
|
392 |
-
<
|
393 |
-
<
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
<
|
398 |
-
<
|
399 |
-
<
|
400 |
-
<
|
401 |
-
<
|
402 |
-
<
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
<
|
407 |
-
<
|
408 |
-
<
|
409 |
-
<
|
410 |
-
<
|
411 |
-
<
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
<
|
416 |
-
<
|
417 |
-
<
|
418 |
-
<
|
419 |
-
<
|
420 |
-
<
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
<
|
425 |
-
<
|
426 |
-
<
|
427 |
-
<
|
428 |
-
<
|
429 |
-
<
|
430 |
-
<
|
431 |
-
<
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
<
|
436 |
-
<
|
437 |
-
<
|
438 |
-
<
|
439 |
-
<
|
440 |
-
<
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
<
|
445 |
-
<
|
446 |
-
<
|
447 |
-
<
|
448 |
-
<
|
449 |
-
<
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
<
|
455 |
-
<
|
456 |
-
<
|
457 |
-
<
|
458 |
-
<
|
459 |
-
<
|
460 |
-
<
|
461 |
-
<
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
<
|
466 |
-
<
|
467 |
-
<
|
468 |
-
<
|
469 |
-
<
|
470 |
-
<
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
<
|
475 |
-
<
|
476 |
-
<
|
477 |
-
<
|
478 |
-
<
|
479 |
-
<
|
480 |
-
|
481 |
-
|
482 |
-
|
|
|
483 |
</config>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Pay_Payment>
|
5 |
+
<version>3.5.1</version>
|
6 |
+
</Pay_Payment>
|
7 |
+
</modules>
|
8 |
+
|
9 |
+
<global>
|
10 |
+
<models>
|
11 |
+
<pay_payment>
|
12 |
+
<class>Pay_Payment_Model</class>
|
13 |
+
<resourceModel>pay_payment_mysql4</resourceModel>
|
14 |
+
</pay_payment>
|
15 |
+
<pay_payment_mysql4>
|
16 |
+
<class>Pay_Payment_Model_Mysql4</class>
|
17 |
+
<entities>
|
18 |
+
<option>
|
19 |
+
<table>pay_payment_option</table>
|
20 |
+
</option>
|
21 |
+
<optionsub>
|
22 |
+
<table>pay_payment_optionsub</table>
|
23 |
+
</optionsub>
|
24 |
+
<transaction>
|
25 |
+
<table>pay_payment_transaction</table>
|
26 |
+
</transaction>
|
27 |
+
</entities>
|
28 |
+
</pay_payment_mysql4>
|
29 |
+
</models>
|
30 |
+
<blocks>
|
31 |
+
<pay_payment>
|
32 |
+
<class>Pay_Payment_Block</class>
|
33 |
+
</pay_payment>
|
34 |
+
<sales>
|
35 |
+
<rewrite>
|
36 |
+
<order_totals>Pay_Payment_Block_Sales_Order_Totals</order_totals>
|
37 |
+
<order_invoice_totals>Pay_Payment_Block_Sales_Order_Invoice_Totals</order_invoice_totals>
|
38 |
+
<order_creditmemo_totals>Pay_Payment_Block_Sales_Order_Creditmemo_Totals</order_creditmemo_totals>
|
39 |
+
</rewrite>
|
40 |
+
</sales>
|
41 |
+
<adminhtml>
|
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</sales_order_invoice_totals>
|
46 |
+
<sales_order_creditmemo_totals>Pay_Payment_Block_Adminhtml_Sales_Order_Creditmemo_Totals</sales_order_creditmemo_totals>
|
47 |
+
</rewrite>
|
48 |
+
</adminhtml>
|
49 |
+
</blocks>
|
50 |
+
<fieldsets>
|
51 |
+
<sales_convert_quote_address>
|
52 |
+
<payment_charge>
|
53 |
+
<to_order>*</to_order>
|
54 |
+
</payment_charge>
|
55 |
+
<base_payment_charge>
|
56 |
+
<to_order>*</to_order>
|
57 |
+
</base_payment_charge>
|
58 |
+
</sales_convert_quote_address>
|
59 |
+
</fieldsets>
|
60 |
+
<helpers>
|
61 |
+
<pay_payment>
|
62 |
+
<class>Pay_Payment_Helper</class>
|
63 |
+
<className>Pay_Payment_Helper</className>
|
64 |
+
</pay_payment>
|
65 |
+
</helpers>
|
66 |
+
<resources>
|
67 |
+
<pay_payment_setup>
|
68 |
+
<setup>
|
69 |
+
<module>Pay_Payment</module>
|
70 |
+
<class>Mage_Sales_Model_Mysql4_Setup</class>
|
71 |
+
</setup>
|
72 |
+
<connection>
|
73 |
+
<use>core_setup</use>
|
74 |
+
</connection>
|
75 |
+
</pay_payment_setup>
|
76 |
+
<pay_payment_write>
|
77 |
+
<connection>
|
78 |
+
<use>core_write</use>
|
79 |
+
</connection>
|
80 |
+
</pay_payment_write>
|
81 |
+
<pay_payment_read>
|
82 |
+
<connection>
|
83 |
+
<use>core_read</use>
|
84 |
+
</connection>
|
85 |
+
</pay_payment_read>
|
86 |
+
</resources>
|
87 |
+
<sales>
|
88 |
+
<quote>
|
89 |
+
<totals>
|
90 |
+
<payment_charge>
|
91 |
+
<class>pay_payment/sales_quote_address_total_paymentcharge</class>
|
92 |
+
<after>subtotal,discount,shipping,tax</after>
|
93 |
+
<before>grand_total</before>
|
94 |
+
</payment_charge>
|
95 |
+
</totals>
|
96 |
+
</quote>
|
97 |
+
<order_invoice>
|
98 |
+
<totals>
|
99 |
+
<payment_charge>
|
100 |
+
<class>pay_payment/sales_order_invoice_total_paymentcharge</class>
|
101 |
+
</payment_charge>
|
102 |
+
</totals>
|
103 |
+
</order_invoice>
|
104 |
+
<order_creditmemo>
|
105 |
+
<totals>
|
106 |
+
<payment_charge>
|
107 |
+
<class>pay_payment/sales_order_creditmemo_total_paymentcharge</class>
|
108 |
+
</payment_charge>
|
109 |
+
</totals>
|
110 |
+
</order_creditmemo>
|
111 |
+
</sales>
|
112 |
+
<pdf>
|
113 |
+
<totals>
|
114 |
+
<payment_charge translate="title">
|
115 |
+
<title>Pay.nl betaalmethode kosten</title>
|
116 |
+
<source_field>payment_charge</source_field>
|
117 |
+
<amount_prefix></amount_prefix>
|
118 |
+
<font_size>7</font_size>
|
119 |
+
<display_zero>0</display_zero>
|
120 |
+
<sort_order>200</sort_order>
|
121 |
+
</payment_charge>
|
122 |
+
</totals>
|
123 |
+
</pdf>
|
124 |
+
</global>
|
125 |
+
<frontend>
|
126 |
+
<routers>
|
127 |
+
<pay_payment>
|
128 |
+
<use>standard</use>
|
129 |
+
<args>
|
130 |
+
<module>Pay_Payment</module>
|
131 |
+
<frontName>pay_payment</frontName>
|
132 |
+
</args>
|
133 |
+
</pay_payment>
|
134 |
+
</routers>
|
135 |
+
</frontend>
|
136 |
+
|
137 |
+
<adminhtml>
|
138 |
+
<acl>
|
139 |
+
<resources>
|
140 |
+
<all>
|
141 |
+
<title>Allow Everything</title>
|
142 |
+
</all>
|
143 |
+
<admin>
|
144 |
+
<children>
|
145 |
+
<system>
|
146 |
+
<children>
|
147 |
+
<config>
|
148 |
+
<children>
|
149 |
+
<pay_payment>
|
150 |
+
<title>Pay Payment - All</title>
|
151 |
+
</pay_payment>
|
152 |
+
</children>
|
153 |
+
</config>
|
154 |
+
</children>
|
155 |
+
</system>
|
156 |
+
</children>
|
157 |
+
</admin>
|
158 |
+
</resources>
|
159 |
+
</acl>
|
160 |
+
</adminhtml>
|
161 |
+
<default>
|
162 |
+
<sales>
|
163 |
+
<groups>
|
164 |
+
<totals_sort translate="label">
|
165 |
+
<fields>
|
166 |
+
<payment_charge>99</payment_charge>
|
167 |
+
</fields>
|
168 |
+
</totals_sort>
|
169 |
+
</groups>
|
170 |
+
</sales>
|
171 |
+
<pay_payment>
|
172 |
+
<general>
|
173 |
+
<send_order_data>1</send_order_data>
|
174 |
+
<restore_cart>1</restore_cart>
|
175 |
+
<auto_invoice>1</auto_invoice>
|
176 |
+
<invoice_email>0</invoice_email>
|
177 |
+
<show_icons>0</show_icons>
|
178 |
+
<icon_size>20</icon_size>
|
179 |
+
<text_payment_charge>Kosten betaalmethode</text_payment_charge>
|
180 |
+
<page_success>checkout/onepage/success</page_success>
|
181 |
+
<page_pending>checkout/onepage/success</page_pending>
|
182 |
+
<page_canceled>checkout/cart</page_canceled>
|
183 |
+
<use_backup_api>0</use_backup_api>
|
184 |
+
</general>
|
185 |
+
</pay_payment>
|
186 |
+
<payment>
|
187 |
+
<pay_payment_ideal>
|
188 |
+
<active>0</active>
|
189 |
+
<model>pay_payment/Paymentmethod_Ideal</model>
|
190 |
+
<title>iDEAL</title>
|
191 |
+
<text_bankselect>Selecteer uw bank</text_bankselect>
|
192 |
+
<payment_action>authorize</payment_action>
|
193 |
+
<order_status>pending_payment</order_status>
|
194 |
+
<order_status_success>processing</order_status_success>
|
195 |
+
<send_mail>success</send_mail>
|
196 |
+
</pay_payment_ideal>
|
197 |
+
<pay_payment_bitcoin>
|
198 |
+
<active>0</active>
|
199 |
+
<model>pay_payment/Paymentmethod_Bitcoin</model>
|
200 |
+
<title>Bitcoin</title>
|
201 |
+
<payment_action>authorize</payment_action>
|
202 |
+
<order_status>pending_payment</order_status>
|
203 |
+
<order_status_success>processing</order_status_success>
|
204 |
+
<send_mail>success</send_mail>
|
205 |
+
</pay_payment_bitcoin>
|
206 |
+
<pay_payment_mybank>
|
207 |
+
<active>0</active>
|
208 |
+
<model>pay_payment/Paymentmethod_Mybank</model>
|
209 |
+
<title>Mybank</title>
|
210 |
+
|
211 |
+
<payment_action>authorize</payment_action>
|
212 |
+
<order_status>pending_payment</order_status>
|
213 |
+
<order_status_success>processing</order_status_success>
|
214 |
+
<send_mail>success</send_mail>
|
215 |
+
</pay_payment_mybank>
|
216 |
+
<pay_payment_ebon>
|
217 |
+
<active>0</active>
|
218 |
+
<model>pay_payment/Paymentmethod_Ebon</model>
|
219 |
+
<title>E-Bon</title>
|
220 |
+
<payment_action>authorize</payment_action>
|
221 |
+
<order_status>pending_payment</order_status>
|
222 |
+
<order_status_success>processing</order_status_success>
|
223 |
+
<send_mail>success</send_mail>
|
224 |
+
</pay_payment_ebon>
|
225 |
+
<pay_payment_fashioncheque>
|
226 |
+
<active>0</active>
|
227 |
+
<model>pay_payment/Paymentmethod_Fashioncheque</model>
|
228 |
+
<title>Fashioncheque</title>
|
229 |
+
<payment_action>authorize</payment_action>
|
230 |
+
<order_status>pending_payment</order_status>
|
231 |
+
<order_status_success>processing</order_status_success>
|
232 |
+
<send_mail>success</send_mail>
|
233 |
+
</pay_payment_fashioncheque>
|
234 |
+
<pay_payment_gezondheidsbon>
|
235 |
+
<active>0</active>
|
236 |
+
<model>pay_payment/Paymentmethod_Gezondheidsbon</model>
|
237 |
+
<title>Gezondheidsbon</title>
|
238 |
+
<payment_action>authorize</payment_action>
|
239 |
+
<order_status>pending_payment</order_status>
|
240 |
+
<order_status_success>processing</order_status_success>
|
241 |
+
<send_mail>success</send_mail>
|
242 |
+
</pay_payment_gezondheidsbon>
|
243 |
+
<pay_payment_podiumkadokaart>
|
244 |
+
<active>0</active>
|
245 |
+
<model>pay_payment/Paymentmethod_Podiumkadokaart</model>
|
246 |
+
<title>Podiumkadokaart</title>
|
247 |
+
<payment_action>authorize</payment_action>
|
248 |
+
<order_status>pending_payment</order_status>
|
249 |
+
<order_status_success>processing</order_status_success>
|
250 |
+
<send_mail>success</send_mail>
|
251 |
+
</pay_payment_podiumkadokaart>
|
252 |
+
<pay_payment_yourgift>
|
253 |
+
<active>0</active>
|
254 |
+
<model>pay_payment/Paymentmethod_Yourgift</model>
|
255 |
+
<title>Yourgift</title>
|
256 |
+
<payment_action>authorize</payment_action>
|
257 |
+
<order_status>pending_payment</order_status>
|
258 |
+
<order_status_success>processing</order_status_success>
|
259 |
+
<send_mail>success</send_mail>
|
260 |
+
</pay_payment_yourgift>
|
261 |
+
<pay_payment_overboeking>
|
262 |
+
<active>0</active>
|
263 |
+
<model>pay_payment/Paymentmethod_Overboeking</model>
|
264 |
+
<title>Overboeking</title>
|
265 |
+
<payment_action>authorize</payment_action>
|
266 |
+
<order_status>pending_payment</order_status>
|
267 |
+
<order_status_success>processing</order_status_success>
|
268 |
+
<send_mail>success</send_mail>
|
269 |
+
</pay_payment_overboeking>
|
270 |
+
<pay_payment_incasso>
|
271 |
+
<active>0</active>
|
272 |
+
<model>pay_payment/Paymentmethod_Incasso</model>
|
273 |
+
<title>Incasso</title>
|
274 |
+
<payment_action>authorize</payment_action>
|
275 |
+
<order_status>pending_payment</order_status>
|
276 |
+
<order_status_success>processing</order_status_success>
|
277 |
+
<send_mail>success</send_mail>
|
278 |
+
</pay_payment_incasso>
|
279 |
+
<pay_payment_paypal>
|
280 |
+
<active>0</active>
|
281 |
+
<model>pay_payment/Paymentmethod_Paypal</model>
|
282 |
+
<title>Paypal</title>
|
283 |
+
<payment_action>authorize</payment_action>
|
284 |
+
<order_status>pending_payment</order_status>
|
285 |
+
<order_status_success>processing</order_status_success>
|
286 |
+
<send_mail>success</send_mail>
|
287 |
+
</pay_payment_paypal>
|
288 |
+
<pay_payment_clickandbuy>
|
289 |
+
<active>0</active>
|
290 |
+
<model>pay_payment/Paymentmethod_Clickandbuy</model>
|
291 |
+
<title>ClickAndBuy</title>
|
292 |
+
<payment_action>authorize</payment_action>
|
293 |
+
<order_status>pending_payment</order_status>
|
294 |
+
<order_status_success>processing</order_status_success>
|
295 |
+
<send_mail>success</send_mail>
|
296 |
+
</pay_payment_clickandbuy>
|
297 |
+
<pay_payment_mistercash>
|
298 |
+
<active>0</active>
|
299 |
+
<model>pay_payment/Paymentmethod_Mistercash</model>
|
300 |
+
<title>Mistercash</title>
|
301 |
+
<payment_action>authorize</payment_action>
|
302 |
+
<order_status>pending_payment</order_status>
|
303 |
+
<order_status_success>processing</order_status_success>
|
304 |
+
<send_mail>success</send_mail>
|
305 |
+
</pay_payment_mistercash>
|
306 |
+
<pay_payment_cashticket>
|
307 |
+
<active>0</active>
|
308 |
+
<model>pay_payment/Paymentmethod_Cashticket</model>
|
309 |
+
<title>Cashticket</title>
|
310 |
+
<payment_action>authorize</payment_action>
|
311 |
+
<order_status>pending_payment</order_status>
|
312 |
+
<order_status_success>processing</order_status_success>
|
313 |
+
<send_mail>success</send_mail>
|
314 |
+
</pay_payment_cashticket>
|
315 |
+
<pay_payment_sofortbanking>
|
316 |
+
<active>0</active>
|
317 |
+
<model>pay_payment/Paymentmethod_Sofortbanking</model>
|
318 |
+
<title>Sofortbanking</title>
|
319 |
+
<payment_action>authorize</payment_action>
|
320 |
+
<order_status>pending_payment</order_status>
|
321 |
+
<order_status_success>processing</order_status_success>
|
322 |
+
<send_mail>success</send_mail>
|
323 |
+
</pay_payment_sofortbanking>
|
324 |
+
<pay_payment_fasterpay>
|
325 |
+
<active>0</active>
|
326 |
+
<model>pay_payment/Paymentmethod_Fasterpay</model>
|
327 |
+
<title>Fasterpay</title>
|
328 |
+
<payment_action>authorize</payment_action>
|
329 |
+
<order_status>pending_payment</order_status>
|
330 |
+
<order_status_success>processing</order_status_success>
|
331 |
+
<send_mail>success</send_mail>
|
332 |
+
</pay_payment_fasterpay>
|
333 |
+
<pay_payment_giropay>
|
334 |
+
<active>0</active>
|
335 |
+
<model>pay_payment/Paymentmethod_Giropay</model>
|
336 |
+
<title>Giropay</title>
|
337 |
+
<payment_action>authorize</payment_action>
|
338 |
+
<order_status>pending_payment</order_status>
|
339 |
+
<order_status_success>processing</order_status_success>
|
340 |
+
<send_mail>success</send_mail>
|
341 |
+
</pay_payment_giropay>
|
342 |
+
<pay_payment_visamastercard>
|
343 |
+
<active>0</active>
|
344 |
+
<model>pay_payment/Paymentmethod_Visamastercard</model>
|
345 |
+
<title>Visa/Mastercard</title>
|
346 |
+
<payment_action>authorize</payment_action>
|
347 |
+
<order_status>pending_payment</order_status>
|
348 |
+
<order_status_success>processing</order_status_success>
|
349 |
+
<send_mail>success</send_mail>
|
350 |
+
</pay_payment_visamastercard>
|
351 |
+
<pay_payment_maestro>
|
352 |
+
<active>0</active>
|
353 |
+
<model>pay_payment/Paymentmethod_Maestro</model>
|
354 |
+
<title>Maestro</title>
|
355 |
+
<payment_action>authorize</payment_action>
|
356 |
+
<order_status>pending_payment</order_status>
|
357 |
+
<order_status_success>processing</order_status_success>
|
358 |
+
<send_mail>success</send_mail>
|
359 |
+
</pay_payment_maestro>
|
360 |
+
<pay_payment_afterpay>
|
361 |
+
<active>0</active>
|
362 |
+
<model>pay_payment/Paymentmethod_Afterpay</model>
|
363 |
+
<title>Afterpay</title>
|
364 |
+
<payment_action>authorize</payment_action>
|
365 |
+
<order_status>pending_payment</order_status>
|
366 |
+
<order_status_success>processing</order_status_success>
|
367 |
+
<send_mail>success</send_mail>
|
368 |
+
</pay_payment_afterpay>
|
369 |
+
<pay_payment_telefoon>
|
370 |
+
<active>0</active>
|
371 |
+
<model>pay_payment/Paymentmethod_Telefoon</model>
|
372 |
+
<title>Telefoon</title>
|
373 |
+
<payment_action>authorize</payment_action>
|
374 |
+
<order_status>pending_payment</order_status>
|
375 |
+
<order_status_success>processing</order_status_success>
|
376 |
+
<send_mail>success</send_mail>
|
377 |
+
</pay_payment_telefoon>
|
378 |
+
<pay_payment_minitixsms>
|
379 |
+
<active>0</active>
|
380 |
+
<model>pay_payment/Paymentmethod_Minitixsms</model>
|
381 |
+
<title>Minitix sms</title>
|
382 |
+
<payment_action>authorize</payment_action>
|
383 |
+
<order_status>pending_payment</order_status>
|
384 |
+
<order_status_success>processing</order_status_success>
|
385 |
+
<send_mail>success</send_mail>
|
386 |
+
</pay_payment_minitixsms>
|
387 |
+
<pay_payment_paysafecard>
|
388 |
+
<active>0</active>
|
389 |
+
<model>pay_payment/Paymentmethod_Paysafecard</model>
|
390 |
+
<title>Paysafecard</title>
|
391 |
+
<payment_action>authorize</payment_action>
|
392 |
+
<order_status>pending_payment</order_status>
|
393 |
+
<order_status_success>processing</order_status_success>
|
394 |
+
<send_mail>success</send_mail>
|
395 |
+
</pay_payment_paysafecard>
|
396 |
+
<pay_payment_webshopgiftcard>
|
397 |
+
<active>0</active>
|
398 |
+
<model>pay_payment/Paymentmethod_Webshopgiftcard</model>
|
399 |
+
<title>Webshopgiftcard</title>
|
400 |
+
<payment_action>authorize</payment_action>
|
401 |
+
<order_status>pending_payment</order_status>
|
402 |
+
<order_status_success>processing</order_status_success>
|
403 |
+
<send_mail>success</send_mail>
|
404 |
+
</pay_payment_webshopgiftcard>
|
405 |
+
<pay_payment_cartebleue>
|
406 |
+
<active>0</active>
|
407 |
+
<model>pay_payment/Paymentmethod_Cartebleue</model>
|
408 |
+
<title>Cartebleue</title>
|
409 |
+
<payment_action>authorize</payment_action>
|
410 |
+
<order_status>pending_payment</order_status>
|
411 |
+
<order_status_success>processing</order_status_success>
|
412 |
+
<send_mail>success</send_mail>
|
413 |
+
</pay_payment_cartebleue>
|
414 |
+
<pay_payment_postepay>
|
415 |
+
<active>0</active>
|
416 |
+
<model>pay_payment/Paymentmethod_Postepay</model>
|
417 |
+
<title>Postepay</title>
|
418 |
+
<payment_action>authorize</payment_action>
|
419 |
+
<order_status>pending_payment</order_status>
|
420 |
+
<order_status_success>processing</order_status_success>
|
421 |
+
<send_mail>success</send_mail>
|
422 |
+
</pay_payment_postepay>
|
423 |
+
<pay_payment_billink>
|
424 |
+
<active>0</active>
|
425 |
+
<model>pay_payment/Paymentmethod_Billink</model>
|
426 |
+
<title>Billink</title>
|
427 |
+
<payment_action>authorize</payment_action>
|
428 |
+
<order_status>pending_payment</order_status>
|
429 |
+
<order_status_success>processing</order_status_success>
|
430 |
+
<send_mail>success</send_mail>
|
431 |
+
<ask_data_personal>0</ask_data_personal>
|
432 |
+
<ask_data_business>0</ask_data_business>
|
433 |
+
</pay_payment_billink>
|
434 |
+
<pay_payment_givacard>
|
435 |
+
<active>0</active>
|
436 |
+
<model>pay_payment/Paymentmethod_Givacard</model>
|
437 |
+
<title>Givacard</title>
|
438 |
+
<payment_action>authorize</payment_action>
|
439 |
+
<order_status>pending_payment</order_status>
|
440 |
+
<order_status_success>processing</order_status_success>
|
441 |
+
<send_mail>success</send_mail>
|
442 |
+
</pay_payment_givacard>
|
443 |
+
<pay_payment_wijncadeau>
|
444 |
+
<active>0</active>
|
445 |
+
<model>pay_payment/Paymentmethod_Wijncadeau</model>
|
446 |
+
<title>Wijncadeau</title>
|
447 |
+
<payment_action>authorize</payment_action>
|
448 |
+
<order_status>pending_payment</order_status>
|
449 |
+
<order_status_success>processing</order_status_success>
|
450 |
+
<send_mail>success</send_mail>
|
451 |
+
</pay_payment_wijncadeau>
|
452 |
+
|
453 |
+
<pay_payment_amex>
|
454 |
+
<active>0</active>
|
455 |
+
<model>pay_payment/Paymentmethod_Amex</model>
|
456 |
+
<title>American Express (AMEX)</title>
|
457 |
+
<payment_action>authorize</payment_action>
|
458 |
+
<order_status>pending_payment</order_status>
|
459 |
+
<order_status_success>processing</order_status_success>
|
460 |
+
<send_mail>success</send_mail>
|
461 |
+
<ask_data_personal>0</ask_data_personal>
|
462 |
+
<ask_data_business>0</ask_data_business>
|
463 |
+
</pay_payment_amex>
|
464 |
+
<pay_payment_focum>
|
465 |
+
<active>0</active>
|
466 |
+
<model>pay_payment/Paymentmethod_Focum</model>
|
467 |
+
<title>AchterafBetalen.nl</title>
|
468 |
+
<payment_action>authorize</payment_action>
|
469 |
+
<order_status>pending_payment</order_status>
|
470 |
+
<order_status_success>processing</order_status_success>
|
471 |
+
<send_mail>success</send_mail>
|
472 |
+
</pay_payment_focum>
|
473 |
+
<pay_payment_vvvgiftcard>
|
474 |
+
<active>0</active>
|
475 |
+
<model>pay_payment/Paymentmethod_Vvvgiftcard</model>
|
476 |
+
<title>VVV Giftcard</title>
|
477 |
+
<payment_action>authorize</payment_action>
|
478 |
+
<order_status>pending_payment</order_status>
|
479 |
+
<order_status_success>processing</order_status_success>
|
480 |
+
<send_mail>success</send_mail>
|
481 |
+
</pay_payment_vvvgiftcard>
|
482 |
+
</payment>
|
483 |
+
</default>
|
484 |
</config>
|
app/code/community/Pay/Payment/etc/system.xml
CHANGED
@@ -1,5468 +1,5484 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<config>
|
3 |
-
<!-- <tabs>
|
4 |
-
<pay_payment translate="label" module="pay_payment">
|
5 |
-
<label><![CDATA[<img src='http://pay.nl/images/header_logo.gif' style='width:50px;height:50px;' />]]></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">
|
12 |
-
<label>
|
13 |
-
<![CDATA[<img alt='Pay.nl instellingen' title='Pay.nl instellingen' style='margin-top:3px;margin-bottom:-3px;height:14px;' src='/media/pay_payment/logo.png' />]]></label>
|
14 |
-
<tab>sales</tab>
|
15 |
-
<sort_order>350</sort_order>
|
16 |
-
<show_in_default>1</show_in_default>
|
17 |
-
<show_in_website>1</show_in_website>
|
18 |
-
<show_in_store>1</show_in_store>
|
19 |
-
<groups>
|
20 |
-
<general translate="label" module="pay_payment">
|
21 |
-
<label>Algemene instellingen</label>
|
22 |
-
<sort_order>1</sort_order>
|
23 |
-
<show_in_default>1</show_in_default>
|
24 |
-
<show_in_website>1</show_in_website>
|
25 |
-
<show_in_store>1</show_in_store>
|
26 |
-
<expanded>1</expanded>
|
27 |
-
<fields>
|
28 |
-
<apitoken translate="label comment">
|
29 |
-
<label>API token</label>
|
30 |
-
<comment>
|
31 |
-
<![CDATA[Uw API token, deze kunt u vinden op <a href='https://admin.pay.nl/my_merchant'>admin.pay.nl/my_merchant</a>]]></comment>
|
32 |
-
<frontend_type>text</frontend_type>
|
33 |
-
<backend_model>pay_payment/Backend_Trim</backend_model>
|
34 |
-
<sort_order>2</sort_order>
|
35 |
-
<show_in_default>1</show_in_default>
|
36 |
-
<show_in_website>1</show_in_website>
|
37 |
-
<show_in_store>1</show_in_store>
|
38 |
-
</apitoken>
|
39 |
-
<serviceid translate="label comment">
|
40 |
-
<label>Service id</label>
|
41 |
-
<comment>
|
42 |
-
<![CDATA[Uw service id, deze kunt u vinden op <a href='https://admin.pay.nl/programs/programs'>admin.pay.nl/programs/programs</a>]]></comment>
|
43 |
-
<frontend_type>text</frontend_type>
|
44 |
-
<backend_model>pay_payment/Backend_Trim</backend_model>
|
45 |
-
<sort_order>3</sort_order>
|
46 |
-
<show_in_default>1</show_in_default>
|
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>
|
54 |
-
<![CDATA[Betaalde orders automatisch factureren, LET OP! Als dit op NEE staat kun je orders ook niet refunden]]></comment>
|
55 |
-
<frontend_type>select</frontend_type>
|
56 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
57 |
-
<sort_order>4</sort_order>
|
58 |
-
<show_in_default>1</show_in_default>
|
59 |
-
<show_in_website>1</show_in_website>
|
60 |
-
<show_in_store>1</show_in_store>
|
61 |
-
</auto_invoice>
|
62 |
-
<invoice_email translate="label comment">
|
63 |
-
<label>Emailen bij factureren</label>
|
64 |
-
<comment><![CDATA[Een email sturen met de factuur]]></comment>
|
65 |
-
<frontend_type>select</frontend_type>
|
66 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
67 |
-
<sort_order>5</sort_order>
|
68 |
-
<show_in_default>1</show_in_default>
|
69 |
-
<show_in_website>1</show_in_website>
|
70 |
-
<show_in_store>1</show_in_store>
|
71 |
-
</invoice_email>
|
72 |
-
<send_statusupdates translate="label comment">
|
73 |
-
<label>Statusupdates sturen</label>
|
74 |
-
<comment><![CDATA[Updates sturen wanner de status van de order wijzigt]]></comment>
|
75 |
-
<frontend_type>select</frontend_type>
|
76 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
77 |
-
<sort_order>6</sort_order>
|
78 |
-
<show_in_default>1</show_in_default>
|
79 |
-
<show_in_website>1</show_in_website>
|
80 |
-
<show_in_store>1</show_in_store>
|
81 |
-
</send_statusupdates>
|
82 |
-
<send_order_data translate="label comment">
|
83 |
-
<label>Order data sturen</label>
|
84 |
-
<comment>
|
85 |
-
<![CDATA[Klantgegeven en orderdata naar pay versturen, verplicht indien u gebruik maakt van een achteraf betaalmethode, of wanneer u gebruik wilt maken van Second Chance]]></comment>
|
86 |
-
<frontend_type>select</frontend_type>
|
87 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
88 |
-
<sort_order>7</sort_order>
|
89 |
-
<show_in_default>1</show_in_default>
|
90 |
-
<show_in_website>1</show_in_website>
|
91 |
-
<show_in_store>1</show_in_store>
|
92 |
-
</send_order_data>
|
93 |
-
<restore_cart translate="label comment">
|
94 |
-
<label>Winkelwagen vullen bij cancel</label>
|
95 |
-
<comment>
|
96 |
-
<![CDATA[Geef aan of u wilt dat de winkelwagen weer wordt gevuld met de producten die waren besteld als de gebruiker op het betaalscherm op annuleren heeft geklikt]]></comment>
|
97 |
-
<frontend_type>select</frontend_type>
|
98 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
99 |
-
<sort_order>8</sort_order>
|
100 |
-
<show_in_default>1</show_in_default>
|
101 |
-
<show_in_website>1</show_in_website>
|
102 |
-
<show_in_store>1</show_in_store>
|
103 |
-
</restore_cart>
|
104 |
-
<page_success>
|
105 |
-
<label>Success pagina</label>
|
106 |
-
<comment>
|
107 |
-
<![CDATA[De pagina waar de gebruiker naartoe gestuurd moet worden bij een geslaagde betaling]]></comment>
|
108 |
-
<frontend_type>text</frontend_type>
|
109 |
-
<sort_order>9</sort_order>
|
110 |
-
<show_in_default>1</show_in_default>
|
111 |
-
<show_in_website>1</show_in_website>
|
112 |
-
<show_in_store>1</show_in_store>
|
113 |
-
</page_success>
|
114 |
-
<page_pending>
|
115 |
-
<label>Pending pagina</label>
|
116 |
-
<comment>
|
117 |
-
<![CDATA[De pagina waar de gebruiker naartoe gestuurd moet worden wanneer de betaalstatus nog pending is (bijv. bij paypal komt de statusupdate later)]]></comment>
|
118 |
-
<frontend_type>text</frontend_type>
|
119 |
-
<sort_order>10</sort_order>
|
120 |
-
<show_in_default>1</show_in_default>
|
121 |
-
<show_in_website>1</show_in_website>
|
122 |
-
<show_in_store>1</show_in_store>
|
123 |
-
</page_pending>
|
124 |
-
<page_canceled>
|
125 |
-
<label>Mislukt pagina</label>
|
126 |
-
<comment>
|
127 |
-
<![CDATA[De pagina waar de gebruiker naartoe gestuurd moet worden bij een mislukte/geannuleerde betaling]]></comment>
|
128 |
-
<frontend_type>text</frontend_type>
|
129 |
-
<sort_order>11</sort_order>
|
130 |
-
<show_in_default>1</show_in_default>
|
131 |
-
<show_in_website>1</show_in_website>
|
132 |
-
<show_in_store>1</show_in_store>
|
133 |
-
</page_canceled>
|
134 |
-
<user_language>
|
135 |
-
<label>Gebruikers taal</label>
|
136 |
-
<comment>
|
137 |
-
<![CDATA[De taalcode die naar pay.nl moet worden gestuurd, dit is van invloed op de taal van het betaalscherm en de eventuele email die naar de gebruiker wordt gestuurd door pay (bijvoorbeeld bij bankoverschrijving).]]></comment>
|
138 |
-
<frontend_type>select</frontend_type>
|
139 |
-
<source_model>pay_payment/source_language</source_model>
|
140 |
-
<sort_order>12</sort_order>
|
141 |
-
<show_in_default>1</show_in_default>
|
142 |
-
<show_in_website>1</show_in_website>
|
143 |
-
<show_in_store>1</show_in_store>
|
144 |
-
</user_language>
|
145 |
-
<show_icons>
|
146 |
-
<label>Icoontjes weergeven</label>
|
147 |
-
<comment><![CDATA[Icoontjes bij de betaalmethoden weergeven]]></comment>
|
148 |
-
<frontend_type>select</frontend_type>
|
149 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
150 |
-
<sort_order>13</sort_order>
|
151 |
-
<show_in_default>1</show_in_default>
|
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>14</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>
|
165 |
-
</icon_size>
|
166 |
-
<text_payment_charge translate="label comment">
|
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>15</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 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
<label>
|
187 |
-
<
|
188 |
-
|
189 |
-
</
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
</
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
<
|
207 |
-
<
|
208 |
-
<
|
209 |
-
<
|
210 |
-
<
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
</
|
217 |
-
<
|
218 |
-
<groups>
|
219 |
-
<
|
220 |
-
<
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
<
|
245 |
-
<
|
246 |
-
<
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
<
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
<
|
255 |
-
|
256 |
-
|
257 |
-
<
|
258 |
-
<
|
259 |
-
|
260 |
-
|
261 |
-
<
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
<
|
267 |
-
|
268 |
-
|
269 |
-
<
|
270 |
-
<
|
271 |
-
|
272 |
-
|
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 |
-
<
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
<
|
302 |
-
|
303 |
-
|
304 |
-
<
|
305 |
-
<
|
306 |
-
<
|
307 |
-
<
|
308 |
-
<
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
<
|
318 |
-
<
|
319 |
-
<
|
320 |
-
<
|
321 |
-
<
|
322 |
-
|
323 |
-
|
324 |
-
<
|
325 |
-
|
326 |
-
|
327 |
-
<
|
328 |
-
|
329 |
-
|
330 |
-
<
|
331 |
-
<
|
332 |
-
<
|
333 |
-
<
|
334 |
-
<
|
335 |
-
|
336 |
-
|
337 |
-
<
|
338 |
-
|
339 |
-
|
340 |
-
<
|
341 |
-
|
342 |
-
|
343 |
-
</
|
344 |
-
<
|
345 |
-
<
|
346 |
-
<
|
347 |
-
<
|
348 |
-
<
|
349 |
-
<
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
<
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
<
|
361 |
-
<
|
362 |
-
<
|
363 |
-
<
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
<
|
372 |
-
<
|
373 |
-
|
374 |
-
|
375 |
-
<
|
376 |
-
|
377 |
-
|
378 |
-
<
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
<
|
383 |
-
|
384 |
-
|
385 |
-
<
|
386 |
-
<
|
387 |
-
<
|
388 |
-
<
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
<
|
402 |
-
<
|
403 |
-
<
|
404 |
-
<
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
<
|
418 |
-
<
|
419 |
-
<
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
<
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
<
|
428 |
-
|
429 |
-
|
430 |
-
<
|
431 |
-
<
|
432 |
-
|
433 |
-
|
434 |
-
<
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
<
|
440 |
-
|
441 |
-
|
442 |
-
<
|
443 |
-
<
|
444 |
-
|
445 |
-
|
446 |
-
<
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
<
|
451 |
-
|
452 |
-
|
453 |
-
<
|
454 |
-
<
|
455 |
-
<
|
456 |
-
|
457 |
-
|
458 |
-
<
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
<
|
463 |
-
|
464 |
-
|
465 |
-
<
|
466 |
-
<
|
467 |
-
<
|
468 |
-
|
469 |
-
|
470 |
-
<
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
<
|
475 |
-
|
476 |
-
|
477 |
-
<
|
478 |
-
<
|
479 |
-
<
|
480 |
-
<
|
481 |
-
<
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
<
|
491 |
-
<
|
492 |
-
<
|
493 |
-
<
|
494 |
-
<
|
495 |
-
|
496 |
-
|
497 |
-
<
|
498 |
-
|
499 |
-
|
500 |
-
<
|
501 |
-
|
502 |
-
|
503 |
-
<
|
504 |
-
<
|
505 |
-
<
|
506 |
-
<
|
507 |
-
<
|
508 |
-
|
509 |
-
|
510 |
-
<
|
511 |
-
|
512 |
-
|
513 |
-
<
|
514 |
-
|
515 |
-
|
516 |
-
</
|
517 |
-
<
|
518 |
-
<
|
519 |
-
<
|
520 |
-
<
|
521 |
-
<
|
522 |
-
<
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
<
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
<
|
534 |
-
<
|
535 |
-
<
|
536 |
-
<
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
<
|
545 |
-
<
|
546 |
-
|
547 |
-
|
548 |
-
<
|
549 |
-
|
550 |
-
|
551 |
-
<
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
<
|
556 |
-
|
557 |
-
|
558 |
-
<
|
559 |
-
<
|
560 |
-
<
|
561 |
-
<
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
<
|
575 |
-
<
|
576 |
-
<
|
577 |
-
<
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
<
|
591 |
-
<
|
592 |
-
<
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
<
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
<
|
601 |
-
|
602 |
-
|
603 |
-
<
|
604 |
-
<
|
605 |
-
|
606 |
-
|
607 |
-
<
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
<
|
613 |
-
|
614 |
-
|
615 |
-
<
|
616 |
-
<
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
<
|
621 |
-
|
622 |
-
|
623 |
-
<
|
624 |
-
|
625 |
-
|
626 |
-
<
|
627 |
-
<
|
628 |
-
<
|
629 |
-
<
|
630 |
-
|
631 |
-
|
632 |
-
<
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
<
|
637 |
-
|
638 |
-
</
|
639 |
-
<
|
640 |
-
<
|
641 |
-
<
|
642 |
-
<
|
643 |
-
<
|
644 |
-
<
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
<
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
<
|
677 |
-
|
678 |
-
|
679 |
-
<
|
680 |
-
<
|
681 |
-
<
|
682 |
-
<
|
683 |
-
<
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
<
|
693 |
-
<
|
694 |
-
<
|
695 |
-
<
|
696 |
-
<
|
697 |
-
|
698 |
-
|
699 |
-
<
|
700 |
-
|
701 |
-
|
702 |
-
<
|
703 |
-
|
704 |
-
|
705 |
-
<
|
706 |
-
<
|
707 |
-
<
|
708 |
-
<
|
709 |
-
<
|
710 |
-
|
711 |
-
|
712 |
-
<
|
713 |
-
|
714 |
-
|
715 |
-
<
|
716 |
-
|
717 |
-
|
718 |
-
</
|
719 |
-
<
|
720 |
-
<
|
721 |
-
<
|
722 |
-
<
|
723 |
-
<
|
724 |
-
<
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
<
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
<
|
736 |
-
<
|
737 |
-
<
|
738 |
-
<
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
<
|
747 |
-
<
|
748 |
-
|
749 |
-
|
750 |
-
<
|
751 |
-
|
752 |
-
|
753 |
-
<
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
<
|
758 |
-
|
759 |
-
|
760 |
-
<
|
761 |
-
<
|
762 |
-
<
|
763 |
-
<
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
<
|
777 |
-
<
|
778 |
-
<
|
779 |
-
<
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
<
|
793 |
-
<
|
794 |
-
<
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
<
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
<
|
803 |
-
|
804 |
-
|
805 |
-
<
|
806 |
-
<
|
807 |
-
|
808 |
-
|
809 |
-
<
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
<
|
815 |
-
|
816 |
-
|
817 |
-
<
|
818 |
-
<
|
819 |
-
|
820 |
-
|
821 |
-
<
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
<
|
826 |
-
|
827 |
-
|
828 |
-
<
|
829 |
-
<
|
830 |
-
<
|
831 |
-
|
832 |
-
|
833 |
-
<
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
<
|
838 |
-
|
839 |
-
|
840 |
-
<
|
841 |
-
<
|
842 |
-
<
|
843 |
-
|
844 |
-
|
845 |
-
<
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
<
|
850 |
-
|
851 |
-
|
852 |
-
<
|
853 |
-
<
|
854 |
-
<
|
855 |
-
<
|
856 |
-
<
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
<
|
866 |
-
<
|
867 |
-
<
|
868 |
-
<
|
869 |
-
<
|
870 |
-
|
871 |
-
|
872 |
-
<
|
873 |
-
|
874 |
-
|
875 |
-
<
|
876 |
-
|
877 |
-
|
878 |
-
<
|
879 |
-
<
|
880 |
-
<
|
881 |
-
<
|
882 |
-
<
|
883 |
-
|
884 |
-
|
885 |
-
<
|
886 |
-
|
887 |
-
|
888 |
-
<
|
889 |
-
|
890 |
-
|
891 |
-
</
|
892 |
-
<
|
893 |
-
<
|
894 |
-
<
|
895 |
-
<
|
896 |
-
<
|
897 |
-
<
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
<
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
<
|
909 |
-
<
|
910 |
-
<
|
911 |
-
<
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
<
|
920 |
-
<
|
921 |
-
|
922 |
-
|
923 |
-
<
|
924 |
-
|
925 |
-
|
926 |
-
<
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
<
|
931 |
-
|
932 |
-
|
933 |
-
<
|
934 |
-
<
|
935 |
-
<
|
936 |
-
<
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
<
|
950 |
-
<
|
951 |
-
<
|
952 |
-
<
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
<
|
966 |
-
<
|
967 |
-
<
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
<
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
<
|
976 |
-
|
977 |
-
|
978 |
-
<
|
979 |
-
<
|
980 |
-
|
981 |
-
|
982 |
-
<
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
<
|
988 |
-
|
989 |
-
|
990 |
-
<
|
991 |
-
<
|
992 |
-
|
993 |
-
|
994 |
-
<
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
<
|
999 |
-
|
1000 |
-
|
1001 |
-
<
|
1002 |
-
<
|
1003 |
-
<
|
1004 |
-
|
1005 |
-
|
1006 |
-
<
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
<
|
1011 |
-
|
1012 |
-
|
1013 |
-
<
|
1014 |
-
<
|
1015 |
-
<
|
1016 |
-
|
1017 |
-
|
1018 |
-
<
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
<
|
1023 |
-
|
1024 |
-
|
1025 |
-
<
|
1026 |
-
<
|
1027 |
-
<
|
1028 |
-
<
|
1029 |
-
<
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
<
|
1039 |
-
<
|
1040 |
-
<
|
1041 |
-
<
|
1042 |
-
<
|
1043 |
-
|
1044 |
-
|
1045 |
-
<
|
1046 |
-
|
1047 |
-
|
1048 |
-
<
|
1049 |
-
|
1050 |
-
|
1051 |
-
<
|
1052 |
-
<
|
1053 |
-
<
|
1054 |
-
<
|
1055 |
-
<
|
1056 |
-
|
1057 |
-
|
1058 |
-
<
|
1059 |
-
|
1060 |
-
|
1061 |
-
<
|
1062 |
-
|
1063 |
-
|
1064 |
-
</
|
1065 |
-
<
|
1066 |
-
<
|
1067 |
-
<
|
1068 |
-
<
|
1069 |
-
<
|
1070 |
-
<
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
|
1077 |
-
<
|
1078 |
-
|
1079 |
-
|
1080 |
-
|
1081 |
-
<
|
1082 |
-
<
|
1083 |
-
<
|
1084 |
-
<
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
<
|
1093 |
-
<
|
1094 |
-
|
1095 |
-
|
1096 |
-
<
|
1097 |
-
|
1098 |
-
|
1099 |
-
<
|
1100 |
-
|
1101 |
-
|
1102 |
-
|
1103 |
-
<
|
1104 |
-
|
1105 |
-
|
1106 |
-
<
|
1107 |
-
<
|
1108 |
-
<
|
1109 |
-
<
|
1110 |
-
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
1120 |
-
|
1121 |
-
|
1122 |
-
<
|
1123 |
-
<
|
1124 |
-
<
|
1125 |
-
<
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
|
1138 |
-
<
|
1139 |
-
<
|
1140 |
-
<
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
<
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
1148 |
-
<
|
1149 |
-
|
1150 |
-
|
1151 |
-
<
|
1152 |
-
<
|
1153 |
-
|
1154 |
-
|
1155 |
-
<
|
1156 |
-
|
1157 |
-
|
1158 |
-
|
1159 |
-
|
1160 |
-
<
|
1161 |
-
|
1162 |
-
|
1163 |
-
<
|
1164 |
-
<
|
1165 |
-
|
1166 |
-
|
1167 |
-
<
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
<
|
1172 |
-
|
1173 |
-
|
1174 |
-
<
|
1175 |
-
<
|
1176 |
-
<
|
1177 |
-
|
1178 |
-
|
1179 |
-
<
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
<
|
1184 |
-
|
1185 |
-
|
1186 |
-
<
|
1187 |
-
<
|
1188 |
-
<
|
1189 |
-
|
1190 |
-
|
1191 |
-
<
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
1195 |
-
<
|
1196 |
-
|
1197 |
-
|
1198 |
-
<
|
1199 |
-
<
|
1200 |
-
<
|
1201 |
-
<
|
1202 |
-
<
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
|
1211 |
-
<
|
1212 |
-
<
|
1213 |
-
<
|
1214 |
-
<
|
1215 |
-
<
|
1216 |
-
|
1217 |
-
|
1218 |
-
<
|
1219 |
-
|
1220 |
-
|
1221 |
-
<
|
1222 |
-
|
1223 |
-
|
1224 |
-
<
|
1225 |
-
<
|
1226 |
-
<
|
1227 |
-
<
|
1228 |
-
<
|
1229 |
-
|
1230 |
-
|
1231 |
-
<
|
1232 |
-
|
1233 |
-
|
1234 |
-
<
|
1235 |
-
|
1236 |
-
|
1237 |
-
</
|
1238 |
-
<
|
1239 |
-
<
|
1240 |
-
<
|
1241 |
-
<
|
1242 |
-
<
|
1243 |
-
<
|
1244 |
-
|
1245 |
-
|
1246 |
-
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
<
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
<
|
1255 |
-
<
|
1256 |
-
<
|
1257 |
-
<
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
<
|
1266 |
-
<
|
1267 |
-
|
1268 |
-
|
1269 |
-
<
|
1270 |
-
|
1271 |
-
|
1272 |
-
<
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
<
|
1277 |
-
|
1278 |
-
|
1279 |
-
<
|
1280 |
-
<
|
1281 |
-
<
|
1282 |
-
<
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
1292 |
-
|
1293 |
-
|
1294 |
-
|
1295 |
-
<
|
1296 |
-
<
|
1297 |
-
<
|
1298 |
-
<
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
|
1306 |
-
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
<
|
1312 |
-
<
|
1313 |
-
<
|
1314 |
-
|
1315 |
-
|
1316 |
-
|
1317 |
-
<
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
<
|
1322 |
-
|
1323 |
-
|
1324 |
-
<
|
1325 |
-
<
|
1326 |
-
|
1327 |
-
|
1328 |
-
<
|
1329 |
-
|
1330 |
-
|
1331 |
-
|
1332 |
-
|
1333 |
-
<
|
1334 |
-
|
1335 |
-
|
1336 |
-
<
|
1337 |
-
<
|
1338 |
-
|
1339 |
-
|
1340 |
-
<
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
<
|
1345 |
-
|
1346 |
-
|
1347 |
-
<
|
1348 |
-
<
|
1349 |
-
<
|
1350 |
-
|
1351 |
-
|
1352 |
-
<
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
<
|
1357 |
-
|
1358 |
-
|
1359 |
-
<
|
1360 |
-
<
|
1361 |
-
<
|
1362 |
-
|
1363 |
-
|
1364 |
-
<
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
<
|
1369 |
-
|
1370 |
-
|
1371 |
-
<
|
1372 |
-
<
|
1373 |
-
<
|
1374 |
-
<
|
1375 |
-
<
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
|
1384 |
-
<
|
1385 |
-
<
|
1386 |
-
<
|
1387 |
-
<
|
1388 |
-
<
|
1389 |
-
|
1390 |
-
|
1391 |
-
<
|
1392 |
-
|
1393 |
-
|
1394 |
-
<
|
1395 |
-
|
1396 |
-
|
1397 |
-
<
|
1398 |
-
<
|
1399 |
-
<
|
1400 |
-
<
|
1401 |
-
<
|
1402 |
-
|
1403 |
-
|
1404 |
-
<
|
1405 |
-
|
1406 |
-
|
1407 |
-
<
|
1408 |
-
|
1409 |
-
|
1410 |
-
</
|
1411 |
-
<
|
1412 |
-
<
|
1413 |
-
<
|
1414 |
-
<
|
1415 |
-
<
|
1416 |
-
<
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
|
1423 |
-
<
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
<
|
1428 |
-
<
|
1429 |
-
<
|
1430 |
-
<
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
<
|
1439 |
-
<
|
1440 |
-
|
1441 |
-
|
1442 |
-
<
|
1443 |
-
|
1444 |
-
|
1445 |
-
<
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
<
|
1450 |
-
|
1451 |
-
|
1452 |
-
<
|
1453 |
-
<
|
1454 |
-
<
|
1455 |
-
<
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
<
|
1469 |
-
<
|
1470 |
-
<
|
1471 |
-
<
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
|
1483 |
-
|
1484 |
-
<
|
1485 |
-
<
|
1486 |
-
<
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
<
|
1491 |
-
|
1492 |
-
|
1493 |
-
|
1494 |
-
<
|
1495 |
-
|
1496 |
-
|
1497 |
-
<
|
1498 |
-
<
|
1499 |
-
|
1500 |
-
|
1501 |
-
<
|
1502 |
-
|
1503 |
-
|
1504 |
-
|
1505 |
-
|
1506 |
-
<
|
1507 |
-
|
1508 |
-
|
1509 |
-
<
|
1510 |
-
<
|
1511 |
-
|
1512 |
-
|
1513 |
-
<
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
<
|
1518 |
-
|
1519 |
-
|
1520 |
-
<
|
1521 |
-
<
|
1522 |
-
<
|
1523 |
-
|
1524 |
-
|
1525 |
-
<
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
1529 |
-
<
|
1530 |
-
|
1531 |
-
|
1532 |
-
<
|
1533 |
-
<
|
1534 |
-
<
|
1535 |
-
|
1536 |
-
|
1537 |
-
<
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
<
|
1542 |
-
|
1543 |
-
|
1544 |
-
<
|
1545 |
-
<
|
1546 |
-
<
|
1547 |
-
<
|
1548 |
-
<
|
1549 |
-
|
1550 |
-
|
1551 |
-
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
<
|
1558 |
-
<
|
1559 |
-
<
|
1560 |
-
<
|
1561 |
-
<
|
1562 |
-
|
1563 |
-
|
1564 |
-
<
|
1565 |
-
|
1566 |
-
|
1567 |
-
<
|
1568 |
-
|
1569 |
-
|
1570 |
-
<
|
1571 |
-
<
|
1572 |
-
<
|
1573 |
-
<
|
1574 |
-
<
|
1575 |
-
|
1576 |
-
|
1577 |
-
<
|
1578 |
-
|
1579 |
-
|
1580 |
-
<
|
1581 |
-
|
1582 |
-
|
1583 |
-
</
|
1584 |
-
<
|
1585 |
-
<
|
1586 |
-
<
|
1587 |
-
<
|
1588 |
-
<
|
1589 |
-
<
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
<
|
1597 |
-
|
1598 |
-
|
1599 |
-
|
1600 |
-
<
|
1601 |
-
<
|
1602 |
-
<
|
1603 |
-
<
|
1604 |
-
|
1605 |
-
|
1606 |
-
|
1607 |
-
|
1608 |
-
|
1609 |
-
|
1610 |
-
|
1611 |
-
<
|
1612 |
-
<
|
1613 |
-
|
1614 |
-
|
1615 |
-
<
|
1616 |
-
|
1617 |
-
|
1618 |
-
<
|
1619 |
-
|
1620 |
-
|
1621 |
-
|
1622 |
-
<
|
1623 |
-
|
1624 |
-
|
1625 |
-
<
|
1626 |
-
<
|
1627 |
-
<
|
1628 |
-
<
|
1629 |
-
|
1630 |
-
|
1631 |
-
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
<
|
1642 |
-
<
|
1643 |
-
<
|
1644 |
-
<
|
1645 |
-
|
1646 |
-
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
|
1651 |
-
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
-
|
1657 |
-
<
|
1658 |
-
<
|
1659 |
-
<
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
<
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
<
|
1668 |
-
|
1669 |
-
|
1670 |
-
<
|
1671 |
-
<
|
1672 |
-
|
1673 |
-
|
1674 |
-
<
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
<
|
1680 |
-
|
1681 |
-
|
1682 |
-
<
|
1683 |
-
<
|
1684 |
-
|
1685 |
-
|
1686 |
-
<
|
1687 |
-
|
1688 |
-
|
1689 |
-
|
1690 |
-
<
|
1691 |
-
|
1692 |
-
|
1693 |
-
<
|
1694 |
-
<
|
1695 |
-
<
|
1696 |
-
|
1697 |
-
|
1698 |
-
<
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
<
|
1703 |
-
|
1704 |
-
|
1705 |
-
<
|
1706 |
-
<
|
1707 |
-
<
|
1708 |
-
|
1709 |
-
|
1710 |
-
<
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
-
<
|
1715 |
-
|
1716 |
-
|
1717 |
-
<
|
1718 |
-
<
|
1719 |
-
<
|
1720 |
-
<
|
1721 |
-
<
|
1722 |
-
|
1723 |
-
|
1724 |
-
|
1725 |
-
|
1726 |
-
|
1727 |
-
|
1728 |
-
|
1729 |
-
|
1730 |
-
<
|
1731 |
-
<
|
1732 |
-
<
|
1733 |
-
<
|
1734 |
-
<
|
1735 |
-
|
1736 |
-
|
1737 |
-
<
|
1738 |
-
|
1739 |
-
|
1740 |
-
<
|
1741 |
-
|
1742 |
-
|
1743 |
-
<
|
1744 |
-
<
|
1745 |
-
<
|
1746 |
-
<
|
1747 |
-
<
|
1748 |
-
|
1749 |
-
|
1750 |
-
<
|
1751 |
-
|
1752 |
-
|
1753 |
-
<
|
1754 |
-
|
1755 |
-
|
1756 |
-
</
|
1757 |
-
<
|
1758 |
-
<
|
1759 |
-
<
|
1760 |
-
<
|
1761 |
-
<
|
1762 |
-
<
|
1763 |
-
|
1764 |
-
|
1765 |
-
|
1766 |
-
|
1767 |
-
|
1768 |
-
|
1769 |
-
<
|
1770 |
-
|
1771 |
-
|
1772 |
-
|
1773 |
-
<
|
1774 |
-
<
|
1775 |
-
<
|
1776 |
-
<
|
1777 |
-
|
1778 |
-
|
1779 |
-
|
1780 |
-
|
1781 |
-
|
1782 |
-
|
1783 |
-
|
1784 |
-
<
|
1785 |
-
<
|
1786 |
-
|
1787 |
-
|
1788 |
-
<
|
1789 |
-
|
1790 |
-
|
1791 |
-
<
|
1792 |
-
|
1793 |
-
|
1794 |
-
|
1795 |
-
<
|
1796 |
-
|
1797 |
-
|
1798 |
-
<
|
1799 |
-
<
|
1800 |
-
<
|
1801 |
-
<
|
1802 |
-
|
1803 |
-
|
1804 |
-
|
1805 |
-
|
1806 |
-
|
1807 |
-
|
1808 |
-
|
1809 |
-
|
1810 |
-
|
1811 |
-
|
1812 |
-
|
1813 |
-
|
1814 |
-
<
|
1815 |
-
<
|
1816 |
-
<
|
1817 |
-
<
|
1818 |
-
|
1819 |
-
|
1820 |
-
|
1821 |
-
|
1822 |
-
|
1823 |
-
|
1824 |
-
|
1825 |
-
|
1826 |
-
|
1827 |
-
|
1828 |
-
|
1829 |
-
|
1830 |
-
<
|
1831 |
-
<
|
1832 |
-
<
|
1833 |
-
|
1834 |
-
|
1835 |
-
|
1836 |
-
<
|
1837 |
-
|
1838 |
-
|
1839 |
-
|
1840 |
-
<
|
1841 |
-
|
1842 |
-
|
1843 |
-
<
|
1844 |
-
<
|
1845 |
-
|
1846 |
-
|
1847 |
-
<
|
1848 |
-
|
1849 |
-
|
1850 |
-
|
1851 |
-
|
1852 |
-
<
|
1853 |
-
|
1854 |
-
|
1855 |
-
<
|
1856 |
-
<
|
1857 |
-
|
1858 |
-
|
1859 |
-
<
|
1860 |
-
|
1861 |
-
|
1862 |
-
|
1863 |
-
<
|
1864 |
-
|
1865 |
-
|
1866 |
-
<
|
1867 |
-
<
|
1868 |
-
<
|
1869 |
-
|
1870 |
-
|
1871 |
-
<
|
1872 |
-
|
1873 |
-
|
1874 |
-
|
1875 |
-
<
|
1876 |
-
|
1877 |
-
|
1878 |
-
<
|
1879 |
-
<
|
1880 |
-
<
|
1881 |
-
|
1882 |
-
|
1883 |
-
<
|
1884 |
-
|
1885 |
-
|
1886 |
-
|
1887 |
-
<
|
1888 |
-
|
1889 |
-
|
1890 |
-
<
|
1891 |
-
<
|
1892 |
-
<
|
1893 |
-
<
|
1894 |
-
<
|
1895 |
-
|
1896 |
-
|
1897 |
-
|
1898 |
-
|
1899 |
-
|
1900 |
-
|
1901 |
-
|
1902 |
-
|
1903 |
-
<
|
1904 |
-
<
|
1905 |
-
<
|
1906 |
-
<
|
1907 |
-
<
|
1908 |
-
|
1909 |
-
|
1910 |
-
<
|
1911 |
-
|
1912 |
-
|
1913 |
-
<
|
1914 |
-
|
1915 |
-
|
1916 |
-
<
|
1917 |
-
<
|
1918 |
-
<
|
1919 |
-
<
|
1920 |
-
<
|
1921 |
-
|
1922 |
-
|
1923 |
-
<
|
1924 |
-
|
1925 |
-
|
1926 |
-
<
|
1927 |
-
|
1928 |
-
|
1929 |
-
</
|
1930 |
-
<
|
1931 |
-
<
|
1932 |
-
<
|
1933 |
-
<
|
1934 |
-
<
|
1935 |
-
<
|
1936 |
-
|
1937 |
-
|
1938 |
-
|
1939 |
-
|
1940 |
-
|
1941 |
-
|
1942 |
-
<
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
<
|
1947 |
-
<
|
1948 |
-
<
|
1949 |
-
<
|
1950 |
-
|
1951 |
-
|
1952 |
-
|
1953 |
-
|
1954 |
-
|
1955 |
-
|
1956 |
-
|
1957 |
-
<
|
1958 |
-
<
|
1959 |
-
|
1960 |
-
|
1961 |
-
<
|
1962 |
-
|
1963 |
-
|
1964 |
-
<
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
<
|
1969 |
-
|
1970 |
-
|
1971 |
-
<
|
1972 |
-
<
|
1973 |
-
<
|
1974 |
-
<
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
-
|
1979 |
-
|
1980 |
-
|
1981 |
-
|
1982 |
-
|
1983 |
-
|
1984 |
-
|
1985 |
-
|
1986 |
-
|
1987 |
-
<
|
1988 |
-
<
|
1989 |
-
<
|
1990 |
-
<
|
1991 |
-
|
1992 |
-
|
1993 |
-
|
1994 |
-
|
1995 |
-
|
1996 |
-
|
1997 |
-
|
1998 |
-
|
1999 |
-
|
2000 |
-
|
2001 |
-
|
2002 |
-
|
2003 |
-
<
|
2004 |
-
<
|
2005 |
-
<
|
2006 |
-
|
2007 |
-
|
2008 |
-
|
2009 |
-
<
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
<
|
2014 |
-
|
2015 |
-
|
2016 |
-
<
|
2017 |
-
<
|
2018 |
-
|
2019 |
-
|
2020 |
-
<
|
2021 |
-
|
2022 |
-
|
2023 |
-
|
2024 |
-
|
2025 |
-
<
|
2026 |
-
|
2027 |
-
|
2028 |
-
<
|
2029 |
-
<
|
2030 |
-
|
2031 |
-
|
2032 |
-
<
|
2033 |
-
|
2034 |
-
|
2035 |
-
|
2036 |
-
<
|
2037 |
-
|
2038 |
-
|
2039 |
-
<
|
2040 |
-
<
|
2041 |
-
<
|
2042 |
-
|
2043 |
-
|
2044 |
-
<
|
2045 |
-
|
2046 |
-
|
2047 |
-
|
2048 |
-
<
|
2049 |
-
|
2050 |
-
|
2051 |
-
<
|
2052 |
-
<
|
2053 |
-
<
|
2054 |
-
|
2055 |
-
|
2056 |
-
<
|
2057 |
-
|
2058 |
-
|
2059 |
-
|
2060 |
-
<
|
2061 |
-
|
2062 |
-
|
2063 |
-
<
|
2064 |
-
<
|
2065 |
-
<
|
2066 |
-
<
|
2067 |
-
<
|
2068 |
-
|
2069 |
-
|
2070 |
-
|
2071 |
-
|
2072 |
-
|
2073 |
-
|
2074 |
-
|
2075 |
-
|
2076 |
-
<
|
2077 |
-
<
|
2078 |
-
<
|
2079 |
-
<
|
2080 |
-
<
|
2081 |
-
|
2082 |
-
|
2083 |
-
<
|
2084 |
-
|
2085 |
-
|
2086 |
-
<
|
2087 |
-
|
2088 |
-
|
2089 |
-
<
|
2090 |
-
<
|
2091 |
-
<
|
2092 |
-
<
|
2093 |
-
<
|
2094 |
-
|
2095 |
-
|
2096 |
-
<
|
2097 |
-
|
2098 |
-
|
2099 |
-
<
|
2100 |
-
|
2101 |
-
|
2102 |
-
</
|
2103 |
-
<
|
2104 |
-
<
|
2105 |
-
<
|
2106 |
-
<
|
2107 |
-
<
|
2108 |
-
<
|
2109 |
-
|
2110 |
-
|
2111 |
-
|
2112 |
-
|
2113 |
-
|
2114 |
-
|
2115 |
-
<
|
2116 |
-
|
2117 |
-
|
2118 |
-
|
2119 |
-
<
|
2120 |
-
<
|
2121 |
-
<
|
2122 |
-
<
|
2123 |
-
|
2124 |
-
|
2125 |
-
|
2126 |
-
|
2127 |
-
|
2128 |
-
|
2129 |
-
|
2130 |
-
<
|
2131 |
-
<
|
2132 |
-
|
2133 |
-
|
2134 |
-
<
|
2135 |
-
|
2136 |
-
|
2137 |
-
<
|
2138 |
-
|
2139 |
-
|
2140 |
-
|
2141 |
-
<
|
2142 |
-
|
2143 |
-
|
2144 |
-
<
|
2145 |
-
<
|
2146 |
-
<
|
2147 |
-
<
|
2148 |
-
|
2149 |
-
|
2150 |
-
|
2151 |
-
|
2152 |
-
|
2153 |
-
|
2154 |
-
|
2155 |
-
|
2156 |
-
|
2157 |
-
|
2158 |
-
|
2159 |
-
|
2160 |
-
<
|
2161 |
-
<
|
2162 |
-
<
|
2163 |
-
<
|
2164 |
-
|
2165 |
-
|
2166 |
-
|
2167 |
-
|
2168 |
-
|
2169 |
-
|
2170 |
-
|
2171 |
-
|
2172 |
-
|
2173 |
-
|
2174 |
-
|
2175 |
-
|
2176 |
-
<
|
2177 |
-
<
|
2178 |
-
<
|
2179 |
-
|
2180 |
-
|
2181 |
-
|
2182 |
-
<
|
2183 |
-
|
2184 |
-
|
2185 |
-
|
2186 |
-
<
|
2187 |
-
|
2188 |
-
|
2189 |
-
<
|
2190 |
-
<
|
2191 |
-
|
2192 |
-
|
2193 |
-
<
|
2194 |
-
|
2195 |
-
|
2196 |
-
|
2197 |
-
|
2198 |
-
<
|
2199 |
-
|
2200 |
-
|
2201 |
-
<
|
2202 |
-
<
|
2203 |
-
|
2204 |
-
|
2205 |
-
<
|
2206 |
-
|
2207 |
-
|
2208 |
-
|
2209 |
-
<
|
2210 |
-
|
2211 |
-
|
2212 |
-
<
|
2213 |
-
<
|
2214 |
-
<
|
2215 |
-
|
2216 |
-
|
2217 |
-
<
|
2218 |
-
|
2219 |
-
|
2220 |
-
|
2221 |
-
<
|
2222 |
-
|
2223 |
-
|
2224 |
-
<
|
2225 |
-
<
|
2226 |
-
<
|
2227 |
-
|
2228 |
-
|
2229 |
-
<
|
2230 |
-
|
2231 |
-
|
2232 |
-
|
2233 |
-
<
|
2234 |
-
|
2235 |
-
|
2236 |
-
<
|
2237 |
-
<
|
2238 |
-
<
|
2239 |
-
<
|
2240 |
-
<
|
2241 |
-
|
2242 |
-
|
2243 |
-
|
2244 |
-
|
2245 |
-
|
2246 |
-
|
2247 |
-
|
2248 |
-
|
2249 |
-
<
|
2250 |
-
<
|
2251 |
-
<
|
2252 |
-
<
|
2253 |
-
<
|
2254 |
-
|
2255 |
-
|
2256 |
-
<
|
2257 |
-
|
2258 |
-
|
2259 |
-
<
|
2260 |
-
|
2261 |
-
|
2262 |
-
<
|
2263 |
-
<
|
2264 |
-
<
|
2265 |
-
<
|
2266 |
-
<
|
2267 |
-
|
2268 |
-
|
2269 |
-
<
|
2270 |
-
|
2271 |
-
|
2272 |
-
<
|
2273 |
-
|
2274 |
-
|
2275 |
-
</
|
2276 |
-
<
|
2277 |
-
<
|
2278 |
-
<
|
2279 |
-
<
|
2280 |
-
<
|
2281 |
-
<
|
2282 |
-
|
2283 |
-
|
2284 |
-
|
2285 |
-
|
2286 |
-
|
2287 |
-
|
2288 |
-
<
|
2289 |
-
|
2290 |
-
|
2291 |
-
|
2292 |
-
<
|
2293 |
-
<
|
2294 |
-
<
|
2295 |
-
<
|
2296 |
-
|
2297 |
-
|
2298 |
-
|
2299 |
-
|
2300 |
-
|
2301 |
-
|
2302 |
-
|
2303 |
-
<
|
2304 |
-
<
|
2305 |
-
|
2306 |
-
|
2307 |
-
<
|
2308 |
-
|
2309 |
-
|
2310 |
-
<
|
2311 |
-
|
2312 |
-
|
2313 |
-
|
2314 |
-
<
|
2315 |
-
|
2316 |
-
|
2317 |
-
<
|
2318 |
-
<
|
2319 |
-
<
|
2320 |
-
<
|
2321 |
-
|
2322 |
-
|
2323 |
-
|
2324 |
-
|
2325 |
-
|
2326 |
-
|
2327 |
-
|
2328 |
-
|
2329 |
-
|
2330 |
-
|
2331 |
-
|
2332 |
-
|
2333 |
-
<
|
2334 |
-
<
|
2335 |
-
<
|
2336 |
-
<
|
2337 |
-
|
2338 |
-
|
2339 |
-
|
2340 |
-
|
2341 |
-
|
2342 |
-
|
2343 |
-
|
2344 |
-
|
2345 |
-
|
2346 |
-
|
2347 |
-
|
2348 |
-
|
2349 |
-
<
|
2350 |
-
<
|
2351 |
-
<
|
2352 |
-
<
|
2353 |
-
|
2354 |
-
|
2355 |
-
<
|
2356 |
-
|
2357 |
-
|
2358 |
-
|
2359 |
-
|
2360 |
-
|
2361 |
-
|
2362 |
-
|
2363 |
-
<
|
2364 |
-
<
|
2365 |
-
<
|
2366 |
-
<
|
2367 |
-
<
|
2368 |
-
|
2369 |
-
|
2370 |
-
|
2371 |
-
|
2372 |
-
|
2373 |
-
|
2374 |
-
<
|
2375 |
-
<
|
2376 |
-
|
2377 |
-
|
2378 |
-
<
|
2379 |
-
|
2380 |
-
|
2381 |
-
<
|
2382 |
-
|
2383 |
-
</
|
2384 |
-
|
2385 |
-
|
2386 |
-
<
|
2387 |
-
|
2388 |
-
|
2389 |
-
<
|
2390 |
-
|
2391 |
-
|
2392 |
-
<
|
2393 |
-
|
2394 |
-
</
|
2395 |
-
|
2396 |
-
|
2397 |
-
<
|
2398 |
-
|
2399 |
-
|
2400 |
-
<
|
2401 |
-
<
|
2402 |
-
|
2403 |
-
|
2404 |
-
<
|
2405 |
-
|
2406 |
-
|
2407 |
-
|
2408 |
-
<
|
2409 |
-
|
2410 |
-
|
2411 |
-
<
|
2412 |
-
<
|
2413 |
-
<
|
2414 |
-
|
2415 |
-
|
2416 |
-
<
|
2417 |
-
|
2418 |
-
|
2419 |
-
|
2420 |
-
<
|
2421 |
-
|
2422 |
-
|
2423 |
-
<
|
2424 |
-
<
|
2425 |
-
<
|
2426 |
-
|
2427 |
-
|
2428 |
-
<
|
2429 |
-
|
2430 |
-
|
2431 |
-
|
2432 |
-
<
|
2433 |
-
|
2434 |
-
|
2435 |
-
<
|
2436 |
-
<
|
2437 |
-
<
|
2438 |
-
<
|
2439 |
-
<
|
2440 |
-
|
2441 |
-
|
2442 |
-
|
2443 |
-
|
2444 |
-
|
2445 |
-
|
2446 |
-
|
2447 |
-
|
2448 |
-
<
|
2449 |
-
<
|
2450 |
-
<
|
2451 |
-
<
|
2452 |
-
<
|
2453 |
-
|
2454 |
-
|
2455 |
-
<
|
2456 |
-
|
2457 |
-
|
2458 |
-
<
|
2459 |
-
|
2460 |
-
|
2461 |
-
<
|
2462 |
-
<
|
2463 |
-
<
|
2464 |
-
<
|
2465 |
-
<
|
2466 |
-
|
2467 |
-
|
2468 |
-
<
|
2469 |
-
|
2470 |
-
|
2471 |
-
<
|
2472 |
-
|
2473 |
-
|
2474 |
-
</
|
2475 |
-
<
|
2476 |
-
<
|
2477 |
-
<
|
2478 |
-
<
|
2479 |
-
<
|
2480 |
-
<
|
2481 |
-
|
2482 |
-
|
2483 |
-
|
2484 |
-
|
2485 |
-
|
2486 |
-
|
2487 |
-
<
|
2488 |
-
|
2489 |
-
|
2490 |
-
|
2491 |
-
<
|
2492 |
-
<
|
2493 |
-
<
|
2494 |
-
<
|
2495 |
-
|
2496 |
-
|
2497 |
-
|
2498 |
-
|
2499 |
-
|
2500 |
-
|
2501 |
-
|
2502 |
-
<
|
2503 |
-
<
|
2504 |
-
|
2505 |
-
|
2506 |
-
<
|
2507 |
-
|
2508 |
-
|
2509 |
-
<
|
2510 |
-
|
2511 |
-
|
2512 |
-
|
2513 |
-
<
|
2514 |
-
|
2515 |
-
|
2516 |
-
<
|
2517 |
-
<
|
2518 |
-
<
|
2519 |
-
<
|
2520 |
-
|
2521 |
-
|
2522 |
-
|
2523 |
-
|
2524 |
-
|
2525 |
-
|
2526 |
-
|
2527 |
-
|
2528 |
-
|
2529 |
-
|
2530 |
-
|
2531 |
-
|
2532 |
-
<
|
2533 |
-
<
|
2534 |
-
<
|
2535 |
-
<
|
2536 |
-
|
2537 |
-
|
2538 |
-
|
2539 |
-
|
2540 |
-
|
2541 |
-
|
2542 |
-
|
2543 |
-
|
2544 |
-
|
2545 |
-
|
2546 |
-
|
2547 |
-
|
2548 |
-
<
|
2549 |
-
<
|
2550 |
-
<
|
2551 |
-
|
2552 |
-
|
2553 |
-
|
2554 |
-
<
|
2555 |
-
|
2556 |
-
|
2557 |
-
|
2558 |
-
<
|
2559 |
-
|
2560 |
-
|
2561 |
-
<
|
2562 |
-
<
|
2563 |
-
|
2564 |
-
|
2565 |
-
<
|
2566 |
-
|
2567 |
-
|
2568 |
-
|
2569 |
-
|
2570 |
-
<
|
2571 |
-
|
2572 |
-
|
2573 |
-
<
|
2574 |
-
<
|
2575 |
-
|
2576 |
-
|
2577 |
-
<
|
2578 |
-
|
2579 |
-
|
2580 |
-
|
2581 |
-
<
|
2582 |
-
|
2583 |
-
|
2584 |
-
<
|
2585 |
-
<
|
2586 |
-
<
|
2587 |
-
|
2588 |
-
|
2589 |
-
<
|
2590 |
-
|
2591 |
-
|
2592 |
-
|
2593 |
-
<
|
2594 |
-
|
2595 |
-
|
2596 |
-
<
|
2597 |
-
<
|
2598 |
-
<
|
2599 |
-
|
2600 |
-
|
2601 |
-
<
|
2602 |
-
|
2603 |
-
|
2604 |
-
|
2605 |
-
<
|
2606 |
-
|
2607 |
-
|
2608 |
-
<
|
2609 |
-
<
|
2610 |
-
<
|
2611 |
-
<
|
2612 |
-
<
|
2613 |
-
|
2614 |
-
|
2615 |
-
|
2616 |
-
|
2617 |
-
|
2618 |
-
|
2619 |
-
|
2620 |
-
|
2621 |
-
<
|
2622 |
-
<
|
2623 |
-
<
|
2624 |
-
<
|
2625 |
-
<
|
2626 |
-
|
2627 |
-
|
2628 |
-
<
|
2629 |
-
|
2630 |
-
|
2631 |
-
<
|
2632 |
-
|
2633 |
-
|
2634 |
-
<
|
2635 |
-
<
|
2636 |
-
<
|
2637 |
-
<
|
2638 |
-
<
|
2639 |
-
|
2640 |
-
|
2641 |
-
<
|
2642 |
-
|
2643 |
-
|
2644 |
-
<
|
2645 |
-
|
2646 |
-
|
2647 |
-
</
|
2648 |
-
<
|
2649 |
-
<
|
2650 |
-
<
|
2651 |
-
<
|
2652 |
-
<
|
2653 |
-
<
|
2654 |
-
|
2655 |
-
|
2656 |
-
|
2657 |
-
|
2658 |
-
|
2659 |
-
|
2660 |
-
<
|
2661 |
-
|
2662 |
-
|
2663 |
-
|
2664 |
-
<
|
2665 |
-
<
|
2666 |
-
<
|
2667 |
-
<
|
2668 |
-
|
2669 |
-
|
2670 |
-
|
2671 |
-
|
2672 |
-
|
2673 |
-
|
2674 |
-
|
2675 |
-
<
|
2676 |
-
<
|
2677 |
-
|
2678 |
-
|
2679 |
-
<
|
2680 |
-
|
2681 |
-
|
2682 |
-
<
|
2683 |
-
|
2684 |
-
|
2685 |
-
|
2686 |
-
<
|
2687 |
-
|
2688 |
-
|
2689 |
-
<
|
2690 |
-
<
|
2691 |
-
<
|
2692 |
-
<
|
2693 |
-
|
2694 |
-
|
2695 |
-
|
2696 |
-
|
2697 |
-
|
2698 |
-
|
2699 |
-
|
2700 |
-
|
2701 |
-
|
2702 |
-
|
2703 |
-
|
2704 |
-
|
2705 |
-
<
|
2706 |
-
<
|
2707 |
-
<
|
2708 |
-
<
|
2709 |
-
|
2710 |
-
|
2711 |
-
|
2712 |
-
|
2713 |
-
|
2714 |
-
|
2715 |
-
|
2716 |
-
|
2717 |
-
|
2718 |
-
|
2719 |
-
|
2720 |
-
|
2721 |
-
<
|
2722 |
-
<
|
2723 |
-
<
|
2724 |
-
|
2725 |
-
|
2726 |
-
|
2727 |
-
<
|
2728 |
-
|
2729 |
-
|
2730 |
-
|
2731 |
-
<
|
2732 |
-
|
2733 |
-
|
2734 |
-
<
|
2735 |
-
<
|
2736 |
-
|
2737 |
-
|
2738 |
-
<
|
2739 |
-
|
2740 |
-
|
2741 |
-
|
2742 |
-
|
2743 |
-
<
|
2744 |
-
|
2745 |
-
|
2746 |
-
<
|
2747 |
-
<
|
2748 |
-
|
2749 |
-
|
2750 |
-
<
|
2751 |
-
|
2752 |
-
|
2753 |
-
|
2754 |
-
<
|
2755 |
-
|
2756 |
-
|
2757 |
-
<
|
2758 |
-
<
|
2759 |
-
<
|
2760 |
-
|
2761 |
-
|
2762 |
-
<
|
2763 |
-
|
2764 |
-
|
2765 |
-
|
2766 |
-
<
|
2767 |
-
|
2768 |
-
|
2769 |
-
<
|
2770 |
-
<
|
2771 |
-
<
|
2772 |
-
|
2773 |
-
|
2774 |
-
<
|
2775 |
-
|
2776 |
-
|
2777 |
-
|
2778 |
-
<
|
2779 |
-
|
2780 |
-
|
2781 |
-
<
|
2782 |
-
<
|
2783 |
-
<
|
2784 |
-
<
|
2785 |
-
<
|
2786 |
-
|
2787 |
-
|
2788 |
-
|
2789 |
-
|
2790 |
-
|
2791 |
-
|
2792 |
-
|
2793 |
-
|
2794 |
-
<
|
2795 |
-
<
|
2796 |
-
<
|
2797 |
-
<
|
2798 |
-
<
|
2799 |
-
|
2800 |
-
|
2801 |
-
<
|
2802 |
-
|
2803 |
-
|
2804 |
-
<
|
2805 |
-
|
2806 |
-
|
2807 |
-
<
|
2808 |
-
<
|
2809 |
-
<
|
2810 |
-
<
|
2811 |
-
<
|
2812 |
-
|
2813 |
-
|
2814 |
-
<
|
2815 |
-
|
2816 |
-
|
2817 |
-
<
|
2818 |
-
|
2819 |
-
|
2820 |
-
</
|
2821 |
-
<
|
2822 |
-
<
|
2823 |
-
<
|
2824 |
-
<
|
2825 |
-
<
|
2826 |
-
<
|
2827 |
-
|
2828 |
-
|
2829 |
-
|
2830 |
-
|
2831 |
-
|
2832 |
-
|
2833 |
-
<
|
2834 |
-
|
2835 |
-
|
2836 |
-
|
2837 |
-
<
|
2838 |
-
<
|
2839 |
-
<
|
2840 |
-
<
|
2841 |
-
|
2842 |
-
|
2843 |
-
|
2844 |
-
|
2845 |
-
|
2846 |
-
|
2847 |
-
|
2848 |
-
<
|
2849 |
-
<
|
2850 |
-
|
2851 |
-
|
2852 |
-
<
|
2853 |
-
|
2854 |
-
|
2855 |
-
<
|
2856 |
-
|
2857 |
-
|
2858 |
-
|
2859 |
-
<
|
2860 |
-
|
2861 |
-
|
2862 |
-
<
|
2863 |
-
<
|
2864 |
-
<
|
2865 |
-
<
|
2866 |
-
|
2867 |
-
|
2868 |
-
|
2869 |
-
|
2870 |
-
|
2871 |
-
|
2872 |
-
|
2873 |
-
|
2874 |
-
|
2875 |
-
|
2876 |
-
|
2877 |
-
|
2878 |
-
<
|
2879 |
-
<
|
2880 |
-
<
|
2881 |
-
<
|
2882 |
-
|
2883 |
-
|
2884 |
-
|
2885 |
-
|
2886 |
-
|
2887 |
-
|
2888 |
-
|
2889 |
-
|
2890 |
-
|
2891 |
-
|
2892 |
-
|
2893 |
-
|
2894 |
-
<
|
2895 |
-
<
|
2896 |
-
<
|
2897 |
-
|
2898 |
-
|
2899 |
-
|
2900 |
-
<
|
2901 |
-
|
2902 |
-
|
2903 |
-
|
2904 |
-
<
|
2905 |
-
|
2906 |
-
|
2907 |
-
<
|
2908 |
-
<
|
2909 |
-
|
2910 |
-
|
2911 |
-
<
|
2912 |
-
|
2913 |
-
|
2914 |
-
|
2915 |
-
|
2916 |
-
<
|
2917 |
-
|
2918 |
-
|
2919 |
-
<
|
2920 |
-
<
|
2921 |
-
|
2922 |
-
|
2923 |
-
<
|
2924 |
-
|
2925 |
-
|
2926 |
-
|
2927 |
-
<
|
2928 |
-
|
2929 |
-
|
2930 |
-
<
|
2931 |
-
<
|
2932 |
-
<
|
2933 |
-
|
2934 |
-
|
2935 |
-
<
|
2936 |
-
|
2937 |
-
|
2938 |
-
|
2939 |
-
<
|
2940 |
-
|
2941 |
-
|
2942 |
-
<
|
2943 |
-
<
|
2944 |
-
<
|
2945 |
-
|
2946 |
-
|
2947 |
-
<
|
2948 |
-
|
2949 |
-
|
2950 |
-
|
2951 |
-
<
|
2952 |
-
|
2953 |
-
|
2954 |
-
<
|
2955 |
-
<
|
2956 |
-
<
|
2957 |
-
<
|
2958 |
-
<
|
2959 |
-
|
2960 |
-
|
2961 |
-
|
2962 |
-
|
2963 |
-
|
2964 |
-
|
2965 |
-
|
2966 |
-
|
2967 |
-
<
|
2968 |
-
<
|
2969 |
-
<
|
2970 |
-
<
|
2971 |
-
<
|
2972 |
-
|
2973 |
-
|
2974 |
-
<
|
2975 |
-
|
2976 |
-
|
2977 |
-
<
|
2978 |
-
|
2979 |
-
|
2980 |
-
<
|
2981 |
-
<
|
2982 |
-
<
|
2983 |
-
<
|
2984 |
-
<
|
2985 |
-
|
2986 |
-
|
2987 |
-
<
|
2988 |
-
|
2989 |
-
|
2990 |
-
<
|
2991 |
-
|
2992 |
-
|
2993 |
-
</
|
2994 |
-
<
|
2995 |
-
<
|
2996 |
-
<
|
2997 |
-
<
|
2998 |
-
<
|
2999 |
-
<
|
3000 |
-
|
3001 |
-
|
3002 |
-
|
3003 |
-
|
3004 |
-
|
3005 |
-
|
3006 |
-
<
|
3007 |
-
|
3008 |
-
|
3009 |
-
|
3010 |
-
<
|
3011 |
-
<
|
3012 |
-
<
|
3013 |
-
<
|
3014 |
-
|
3015 |
-
|
3016 |
-
|
3017 |
-
|
3018 |
-
|
3019 |
-
|
3020 |
-
|
3021 |
-
<
|
3022 |
-
<
|
3023 |
-
|
3024 |
-
|
3025 |
-
<
|
3026 |
-
|
3027 |
-
|
3028 |
-
<
|
3029 |
-
|
3030 |
-
|
3031 |
-
|
3032 |
-
<
|
3033 |
-
|
3034 |
-
|
3035 |
-
<
|
3036 |
-
<
|
3037 |
-
<
|
3038 |
-
<
|
3039 |
-
|
3040 |
-
|
3041 |
-
|
3042 |
-
|
3043 |
-
|
3044 |
-
|
3045 |
-
|
3046 |
-
|
3047 |
-
|
3048 |
-
|
3049 |
-
|
3050 |
-
|
3051 |
-
<
|
3052 |
-
<
|
3053 |
-
<
|
3054 |
-
<
|
3055 |
-
|
3056 |
-
|
3057 |
-
|
3058 |
-
|
3059 |
-
|
3060 |
-
|
3061 |
-
|
3062 |
-
|
3063 |
-
|
3064 |
-
|
3065 |
-
|
3066 |
-
|
3067 |
-
<
|
3068 |
-
<
|
3069 |
-
<
|
3070 |
-
|
3071 |
-
|
3072 |
-
|
3073 |
-
<
|
3074 |
-
|
3075 |
-
|
3076 |
-
|
3077 |
-
<
|
3078 |
-
|
3079 |
-
|
3080 |
-
<
|
3081 |
-
<
|
3082 |
-
|
3083 |
-
|
3084 |
-
<
|
3085 |
-
|
3086 |
-
|
3087 |
-
|
3088 |
-
|
3089 |
-
<
|
3090 |
-
|
3091 |
-
|
3092 |
-
<
|
3093 |
-
<
|
3094 |
-
|
3095 |
-
|
3096 |
-
<
|
3097 |
-
|
3098 |
-
|
3099 |
-
|
3100 |
-
<
|
3101 |
-
|
3102 |
-
|
3103 |
-
<
|
3104 |
-
<
|
3105 |
-
<
|
3106 |
-
|
3107 |
-
|
3108 |
-
<
|
3109 |
-
|
3110 |
-
|
3111 |
-
|
3112 |
-
<
|
3113 |
-
|
3114 |
-
|
3115 |
-
<
|
3116 |
-
<
|
3117 |
-
<
|
3118 |
-
|
3119 |
-
|
3120 |
-
<
|
3121 |
-
|
3122 |
-
|
3123 |
-
|
3124 |
-
<
|
3125 |
-
|
3126 |
-
|
3127 |
-
<
|
3128 |
-
<
|
3129 |
-
<
|
3130 |
-
<
|
3131 |
-
<
|
3132 |
-
|
3133 |
-
|
3134 |
-
|
3135 |
-
|
3136 |
-
|
3137 |
-
|
3138 |
-
|
3139 |
-
|
3140 |
-
<
|
3141 |
-
<
|
3142 |
-
<
|
3143 |
-
<
|
3144 |
-
<
|
3145 |
-
|
3146 |
-
|
3147 |
-
<
|
3148 |
-
|
3149 |
-
|
3150 |
-
<
|
3151 |
-
|
3152 |
-
|
3153 |
-
<
|
3154 |
-
<
|
3155 |
-
<
|
3156 |
-
<
|
3157 |
-
<
|
3158 |
-
|
3159 |
-
|
3160 |
-
<
|
3161 |
-
|
3162 |
-
|
3163 |
-
<
|
3164 |
-
|
3165 |
-
|
3166 |
-
</
|
3167 |
-
<
|
3168 |
-
<
|
3169 |
-
<
|
3170 |
-
<
|
3171 |
-
<
|
3172 |
-
<
|
3173 |
-
|
3174 |
-
|
3175 |
-
|
3176 |
-
|
3177 |
-
|
3178 |
-
|
3179 |
-
<
|
3180 |
-
|
3181 |
-
|
3182 |
-
|
3183 |
-
<
|
3184 |
-
<
|
3185 |
-
<
|
3186 |
-
<
|
3187 |
-
|
3188 |
-
|
3189 |
-
|
3190 |
-
|
3191 |
-
|
3192 |
-
|
3193 |
-
|
3194 |
-
<
|
3195 |
-
<
|
3196 |
-
|
3197 |
-
|
3198 |
-
<
|
3199 |
-
|
3200 |
-
|
3201 |
-
<
|
3202 |
-
|
3203 |
-
|
3204 |
-
|
3205 |
-
<
|
3206 |
-
|
3207 |
-
|
3208 |
-
<
|
3209 |
-
<
|
3210 |
-
<
|
3211 |
-
<
|
3212 |
-
|
3213 |
-
|
3214 |
-
|
3215 |
-
|
3216 |
-
|
3217 |
-
|
3218 |
-
|
3219 |
-
|
3220 |
-
|
3221 |
-
|
3222 |
-
|
3223 |
-
|
3224 |
-
<
|
3225 |
-
<
|
3226 |
-
<
|
3227 |
-
<
|
3228 |
-
|
3229 |
-
|
3230 |
-
|
3231 |
-
|
3232 |
-
|
3233 |
-
|
3234 |
-
|
3235 |
-
|
3236 |
-
|
3237 |
-
|
3238 |
-
|
3239 |
-
|
3240 |
-
<
|
3241 |
-
<
|
3242 |
-
<
|
3243 |
-
|
3244 |
-
|
3245 |
-
|
3246 |
-
<
|
3247 |
-
|
3248 |
-
|
3249 |
-
|
3250 |
-
<
|
3251 |
-
|
3252 |
-
|
3253 |
-
<
|
3254 |
-
<
|
3255 |
-
|
3256 |
-
|
3257 |
-
<
|
3258 |
-
|
3259 |
-
|
3260 |
-
|
3261 |
-
|
3262 |
-
<
|
3263 |
-
|
3264 |
-
|
3265 |
-
<
|
3266 |
-
<
|
3267 |
-
|
3268 |
-
|
3269 |
-
<
|
3270 |
-
|
3271 |
-
|
3272 |
-
|
3273 |
-
<
|
3274 |
-
|
3275 |
-
|
3276 |
-
<
|
3277 |
-
<
|
3278 |
-
<
|
3279 |
-
|
3280 |
-
|
3281 |
-
<
|
3282 |
-
|
3283 |
-
|
3284 |
-
|
3285 |
-
<
|
3286 |
-
|
3287 |
-
|
3288 |
-
<
|
3289 |
-
<
|
3290 |
-
<
|
3291 |
-
|
3292 |
-
|
3293 |
-
<
|
3294 |
-
|
3295 |
-
|
3296 |
-
|
3297 |
-
<
|
3298 |
-
|
3299 |
-
|
3300 |
-
<
|
3301 |
-
<
|
3302 |
-
<
|
3303 |
-
<
|
3304 |
-
<
|
3305 |
-
|
3306 |
-
|
3307 |
-
|
3308 |
-
|
3309 |
-
|
3310 |
-
|
3311 |
-
|
3312 |
-
|
3313 |
-
<
|
3314 |
-
<
|
3315 |
-
<
|
3316 |
-
<
|
3317 |
-
<
|
3318 |
-
|
3319 |
-
|
3320 |
-
<
|
3321 |
-
|
3322 |
-
|
3323 |
-
<
|
3324 |
-
|
3325 |
-
|
3326 |
-
<
|
3327 |
-
<
|
3328 |
-
<
|
3329 |
-
<
|
3330 |
-
<
|
3331 |
-
|
3332 |
-
|
3333 |
-
<
|
3334 |
-
|
3335 |
-
|
3336 |
-
<
|
3337 |
-
|
3338 |
-
|
3339 |
-
</
|
3340 |
-
<
|
3341 |
-
<
|
3342 |
-
<
|
3343 |
-
<
|
3344 |
-
<
|
3345 |
-
<
|
3346 |
-
|
3347 |
-
|
3348 |
-
|
3349 |
-
|
3350 |
-
|
3351 |
-
|
3352 |
-
<
|
3353 |
-
|
3354 |
-
|
3355 |
-
|
3356 |
-
<
|
3357 |
-
<
|
3358 |
-
<
|
3359 |
-
<
|
3360 |
-
|
3361 |
-
|
3362 |
-
|
3363 |
-
|
3364 |
-
|
3365 |
-
|
3366 |
-
|
3367 |
-
<
|
3368 |
-
<
|
3369 |
-
|
3370 |
-
|
3371 |
-
<
|
3372 |
-
|
3373 |
-
|
3374 |
-
<
|
3375 |
-
|
3376 |
-
|
3377 |
-
|
3378 |
-
<
|
3379 |
-
|
3380 |
-
|
3381 |
-
<
|
3382 |
-
<
|
3383 |
-
<
|
3384 |
-
<
|
3385 |
-
|
3386 |
-
|
3387 |
-
|
3388 |
-
|
3389 |
-
|
3390 |
-
|
3391 |
-
|
3392 |
-
|
3393 |
-
|
3394 |
-
|
3395 |
-
|
3396 |
-
|
3397 |
-
<
|
3398 |
-
<
|
3399 |
-
<
|
3400 |
-
<
|
3401 |
-
|
3402 |
-
|
3403 |
-
|
3404 |
-
|
3405 |
-
|
3406 |
-
|
3407 |
-
|
3408 |
-
|
3409 |
-
|
3410 |
-
|
3411 |
-
|
3412 |
-
|
3413 |
-
<
|
3414 |
-
<
|
3415 |
-
<
|
3416 |
-
|
3417 |
-
|
3418 |
-
|
3419 |
-
<
|
3420 |
-
|
3421 |
-
|
3422 |
-
|
3423 |
-
<
|
3424 |
-
|
3425 |
-
|
3426 |
-
<
|
3427 |
-
<
|
3428 |
-
|
3429 |
-
|
3430 |
-
<
|
3431 |
-
|
3432 |
-
|
3433 |
-
|
3434 |
-
|
3435 |
-
<
|
3436 |
-
|
3437 |
-
|
3438 |
-
<
|
3439 |
-
<
|
3440 |
-
|
3441 |
-
|
3442 |
-
<
|
3443 |
-
|
3444 |
-
|
3445 |
-
|
3446 |
-
<
|
3447 |
-
|
3448 |
-
|
3449 |
-
<
|
3450 |
-
<
|
3451 |
-
<
|
3452 |
-
|
3453 |
-
|
3454 |
-
<
|
3455 |
-
|
3456 |
-
|
3457 |
-
|
3458 |
-
<
|
3459 |
-
|
3460 |
-
|
3461 |
-
<
|
3462 |
-
<
|
3463 |
-
<
|
3464 |
-
|
3465 |
-
|
3466 |
-
<
|
3467 |
-
|
3468 |
-
|
3469 |
-
|
3470 |
-
<
|
3471 |
-
|
3472 |
-
|
3473 |
-
<
|
3474 |
-
<
|
3475 |
-
<
|
3476 |
-
<
|
3477 |
-
<
|
3478 |
-
|
3479 |
-
|
3480 |
-
|
3481 |
-
|
3482 |
-
|
3483 |
-
|
3484 |
-
|
3485 |
-
|
3486 |
-
<
|
3487 |
-
<
|
3488 |
-
<
|
3489 |
-
<
|
3490 |
-
<
|
3491 |
-
|
3492 |
-
|
3493 |
-
<
|
3494 |
-
|
3495 |
-
|
3496 |
-
<
|
3497 |
-
|
3498 |
-
|
3499 |
-
<
|
3500 |
-
<
|
3501 |
-
<
|
3502 |
-
<
|
3503 |
-
<
|
3504 |
-
|
3505 |
-
|
3506 |
-
<
|
3507 |
-
|
3508 |
-
|
3509 |
-
<
|
3510 |
-
|
3511 |
-
|
3512 |
-
</
|
3513 |
-
<
|
3514 |
-
<
|
3515 |
-
<
|
3516 |
-
<
|
3517 |
-
<
|
3518 |
-
<
|
3519 |
-
|
3520 |
-
|
3521 |
-
|
3522 |
-
|
3523 |
-
|
3524 |
-
|
3525 |
-
<
|
3526 |
-
|
3527 |
-
|
3528 |
-
|
3529 |
-
<
|
3530 |
-
<
|
3531 |
-
<
|
3532 |
-
<
|
3533 |
-
|
3534 |
-
|
3535 |
-
|
3536 |
-
|
3537 |
-
|
3538 |
-
|
3539 |
-
|
3540 |
-
<
|
3541 |
-
<
|
3542 |
-
|
3543 |
-
|
3544 |
-
<
|
3545 |
-
|
3546 |
-
|
3547 |
-
<
|
3548 |
-
|
3549 |
-
|
3550 |
-
|
3551 |
-
<
|
3552 |
-
|
3553 |
-
|
3554 |
-
<
|
3555 |
-
<
|
3556 |
-
<
|
3557 |
-
<
|
3558 |
-
|
3559 |
-
|
3560 |
-
|
3561 |
-
|
3562 |
-
|
3563 |
-
|
3564 |
-
|
3565 |
-
|
3566 |
-
|
3567 |
-
|
3568 |
-
|
3569 |
-
|
3570 |
-
<
|
3571 |
-
<
|
3572 |
-
<
|
3573 |
-
<
|
3574 |
-
|
3575 |
-
|
3576 |
-
|
3577 |
-
|
3578 |
-
|
3579 |
-
|
3580 |
-
|
3581 |
-
|
3582 |
-
|
3583 |
-
|
3584 |
-
|
3585 |
-
|
3586 |
-
<
|
3587 |
-
<
|
3588 |
-
<
|
3589 |
-
|
3590 |
-
|
3591 |
-
|
3592 |
-
<
|
3593 |
-
|
3594 |
-
|
3595 |
-
|
3596 |
-
<
|
3597 |
-
|
3598 |
-
|
3599 |
-
<
|
3600 |
-
<
|
3601 |
-
|
3602 |
-
|
3603 |
-
<
|
3604 |
-
|
3605 |
-
|
3606 |
-
|
3607 |
-
|
3608 |
-
<
|
3609 |
-
|
3610 |
-
|
3611 |
-
<
|
3612 |
-
<
|
3613 |
-
|
3614 |
-
|
3615 |
-
<
|
3616 |
-
|
3617 |
-
|
3618 |
-
|
3619 |
-
<
|
3620 |
-
|
3621 |
-
|
3622 |
-
<
|
3623 |
-
<
|
3624 |
-
<
|
3625 |
-
|
3626 |
-
|
3627 |
-
<
|
3628 |
-
|
3629 |
-
|
3630 |
-
|
3631 |
-
<
|
3632 |
-
|
3633 |
-
|
3634 |
-
<
|
3635 |
-
<
|
3636 |
-
<
|
3637 |
-
|
3638 |
-
|
3639 |
-
<
|
3640 |
-
|
3641 |
-
|
3642 |
-
|
3643 |
-
<
|
3644 |
-
|
3645 |
-
|
3646 |
-
<
|
3647 |
-
<
|
3648 |
-
<
|
3649 |
-
<
|
3650 |
-
<
|
3651 |
-
|
3652 |
-
|
3653 |
-
|
3654 |
-
|
3655 |
-
|
3656 |
-
|
3657 |
-
|
3658 |
-
|
3659 |
-
<
|
3660 |
-
<
|
3661 |
-
<
|
3662 |
-
<
|
3663 |
-
<
|
3664 |
-
|
3665 |
-
|
3666 |
-
<
|
3667 |
-
|
3668 |
-
|
3669 |
-
<
|
3670 |
-
|
3671 |
-
|
3672 |
-
<
|
3673 |
-
<
|
3674 |
-
<
|
3675 |
-
<
|
3676 |
-
<
|
3677 |
-
|
3678 |
-
|
3679 |
-
<
|
3680 |
-
|
3681 |
-
|
3682 |
-
<
|
3683 |
-
|
3684 |
-
|
3685 |
-
</
|
3686 |
-
<
|
3687 |
-
<
|
3688 |
-
<
|
3689 |
-
<
|
3690 |
-
<
|
3691 |
-
<
|
3692 |
-
|
3693 |
-
|
3694 |
-
|
3695 |
-
|
3696 |
-
|
3697 |
-
|
3698 |
-
<
|
3699 |
-
|
3700 |
-
|
3701 |
-
|
3702 |
-
<
|
3703 |
-
<
|
3704 |
-
<
|
3705 |
-
<
|
3706 |
-
|
3707 |
-
|
3708 |
-
|
3709 |
-
|
3710 |
-
|
3711 |
-
|
3712 |
-
|
3713 |
-
<
|
3714 |
-
<
|
3715 |
-
|
3716 |
-
|
3717 |
-
<
|
3718 |
-
|
3719 |
-
|
3720 |
-
<
|
3721 |
-
|
3722 |
-
|
3723 |
-
|
3724 |
-
<
|
3725 |
-
|
3726 |
-
|
3727 |
-
<
|
3728 |
-
<
|
3729 |
-
<
|
3730 |
-
<
|
3731 |
-
|
3732 |
-
|
3733 |
-
|
3734 |
-
|
3735 |
-
|
3736 |
-
|
3737 |
-
|
3738 |
-
|
3739 |
-
|
3740 |
-
|
3741 |
-
|
3742 |
-
|
3743 |
-
<
|
3744 |
-
<
|
3745 |
-
<
|
3746 |
-
<
|
3747 |
-
|
3748 |
-
|
3749 |
-
|
3750 |
-
|
3751 |
-
|
3752 |
-
|
3753 |
-
|
3754 |
-
|
3755 |
-
|
3756 |
-
|
3757 |
-
|
3758 |
-
|
3759 |
-
<
|
3760 |
-
<
|
3761 |
-
<
|
3762 |
-
|
3763 |
-
|
3764 |
-
|
3765 |
-
<
|
3766 |
-
|
3767 |
-
|
3768 |
-
|
3769 |
-
<
|
3770 |
-
|
3771 |
-
|
3772 |
-
<
|
3773 |
-
<
|
3774 |
-
|
3775 |
-
|
3776 |
-
<
|
3777 |
-
|
3778 |
-
|
3779 |
-
|
3780 |
-
|
3781 |
-
<
|
3782 |
-
|
3783 |
-
|
3784 |
-
<
|
3785 |
-
<
|
3786 |
-
|
3787 |
-
|
3788 |
-
<
|
3789 |
-
|
3790 |
-
|
3791 |
-
|
3792 |
-
<
|
3793 |
-
|
3794 |
-
|
3795 |
-
<
|
3796 |
-
<
|
3797 |
-
<
|
3798 |
-
|
3799 |
-
|
3800 |
-
<
|
3801 |
-
|
3802 |
-
|
3803 |
-
|
3804 |
-
<
|
3805 |
-
|
3806 |
-
|
3807 |
-
<
|
3808 |
-
<
|
3809 |
-
<
|
3810 |
-
|
3811 |
-
|
3812 |
-
<
|
3813 |
-
|
3814 |
-
|
3815 |
-
|
3816 |
-
<
|
3817 |
-
|
3818 |
-
|
3819 |
-
<
|
3820 |
-
<
|
3821 |
-
<
|
3822 |
-
<
|
3823 |
-
<
|
3824 |
-
|
3825 |
-
|
3826 |
-
|
3827 |
-
|
3828 |
-
|
3829 |
-
|
3830 |
-
|
3831 |
-
|
3832 |
-
<
|
3833 |
-
<
|
3834 |
-
<
|
3835 |
-
<
|
3836 |
-
<
|
3837 |
-
|
3838 |
-
|
3839 |
-
<
|
3840 |
-
|
3841 |
-
|
3842 |
-
<
|
3843 |
-
|
3844 |
-
|
3845 |
-
<
|
3846 |
-
<
|
3847 |
-
<
|
3848 |
-
<
|
3849 |
-
<
|
3850 |
-
|
3851 |
-
|
3852 |
-
<
|
3853 |
-
|
3854 |
-
|
3855 |
-
<
|
3856 |
-
|
3857 |
-
|
3858 |
-
</
|
3859 |
-
<
|
3860 |
-
<
|
3861 |
-
<
|
3862 |
-
<
|
3863 |
-
<
|
3864 |
-
<
|
3865 |
-
|
3866 |
-
|
3867 |
-
|
3868 |
-
|
3869 |
-
|
3870 |
-
|
3871 |
-
<
|
3872 |
-
|
3873 |
-
|
3874 |
-
|
3875 |
-
<
|
3876 |
-
<
|
3877 |
-
<
|
3878 |
-
<
|
3879 |
-
|
3880 |
-
|
3881 |
-
|
3882 |
-
|
3883 |
-
|
3884 |
-
|
3885 |
-
|
3886 |
-
<
|
3887 |
-
<
|
3888 |
-
|
3889 |
-
|
3890 |
-
<
|
3891 |
-
|
3892 |
-
|
3893 |
-
<
|
3894 |
-
|
3895 |
-
|
3896 |
-
|
3897 |
-
<
|
3898 |
-
|
3899 |
-
|
3900 |
-
<
|
3901 |
-
<
|
3902 |
-
<
|
3903 |
-
<
|
3904 |
-
|
3905 |
-
|
3906 |
-
|
3907 |
-
|
3908 |
-
|
3909 |
-
|
3910 |
-
|
3911 |
-
|
3912 |
-
|
3913 |
-
|
3914 |
-
|
3915 |
-
|
3916 |
-
<
|
3917 |
-
<
|
3918 |
-
<
|
3919 |
-
<
|
3920 |
-
|
3921 |
-
|
3922 |
-
|
3923 |
-
|
3924 |
-
|
3925 |
-
|
3926 |
-
|
3927 |
-
|
3928 |
-
|
3929 |
-
|
3930 |
-
|
3931 |
-
|
3932 |
-
<
|
3933 |
-
<
|
3934 |
-
<
|
3935 |
-
|
3936 |
-
|
3937 |
-
|
3938 |
-
<
|
3939 |
-
|
3940 |
-
|
3941 |
-
|
3942 |
-
<
|
3943 |
-
|
3944 |
-
|
3945 |
-
<
|
3946 |
-
<
|
3947 |
-
|
3948 |
-
|
3949 |
-
<
|
3950 |
-
|
3951 |
-
|
3952 |
-
|
3953 |
-
|
3954 |
-
<
|
3955 |
-
|
3956 |
-
|
3957 |
-
<
|
3958 |
-
<
|
3959 |
-
|
3960 |
-
|
3961 |
-
<
|
3962 |
-
|
3963 |
-
|
3964 |
-
|
3965 |
-
<
|
3966 |
-
|
3967 |
-
|
3968 |
-
<
|
3969 |
-
<
|
3970 |
-
<
|
3971 |
-
|
3972 |
-
|
3973 |
-
<
|
3974 |
-
|
3975 |
-
|
3976 |
-
|
3977 |
-
<
|
3978 |
-
|
3979 |
-
|
3980 |
-
<
|
3981 |
-
<
|
3982 |
-
<
|
3983 |
-
|
3984 |
-
|
3985 |
-
<
|
3986 |
-
|
3987 |
-
|
3988 |
-
|
3989 |
-
<
|
3990 |
-
|
3991 |
-
|
3992 |
-
<
|
3993 |
-
<
|
3994 |
-
<
|
3995 |
-
<
|
3996 |
-
<
|
3997 |
-
|
3998 |
-
|
3999 |
-
|
4000 |
-
|
4001 |
-
|
4002 |
-
|
4003 |
-
|
4004 |
-
|
4005 |
-
<
|
4006 |
-
<
|
4007 |
-
<
|
4008 |
-
<
|
4009 |
-
<
|
4010 |
-
|
4011 |
-
|
4012 |
-
<
|
4013 |
-
|
4014 |
-
|
4015 |
-
<
|
4016 |
-
|
4017 |
-
|
4018 |
-
<
|
4019 |
-
<
|
4020 |
-
<
|
4021 |
-
<
|
4022 |
-
<
|
4023 |
-
|
4024 |
-
|
4025 |
-
<
|
4026 |
-
|
4027 |
-
|
4028 |
-
<
|
4029 |
-
|
4030 |
-
|
4031 |
-
</
|
4032 |
-
<
|
4033 |
-
<
|
4034 |
-
<
|
4035 |
-
<
|
4036 |
-
<
|
4037 |
-
<
|
4038 |
-
|
4039 |
-
|
4040 |
-
|
4041 |
-
|
4042 |
-
|
4043 |
-
|
4044 |
-
<
|
4045 |
-
|
4046 |
-
|
4047 |
-
|
4048 |
-
<
|
4049 |
-
<
|
4050 |
-
<
|
4051 |
-
<
|
4052 |
-
|
4053 |
-
|
4054 |
-
|
4055 |
-
|
4056 |
-
|
4057 |
-
|
4058 |
-
|
4059 |
-
<
|
4060 |
-
<
|
4061 |
-
|
4062 |
-
|
4063 |
-
<
|
4064 |
-
|
4065 |
-
|
4066 |
-
<
|
4067 |
-
|
4068 |
-
|
4069 |
-
|
4070 |
-
<
|
4071 |
-
|
4072 |
-
|
4073 |
-
<
|
4074 |
-
<
|
4075 |
-
<
|
4076 |
-
<
|
4077 |
-
|
4078 |
-
|
4079 |
-
|
4080 |
-
|
4081 |
-
|
4082 |
-
|
4083 |
-
|
4084 |
-
|
4085 |
-
|
4086 |
-
|
4087 |
-
|
4088 |
-
|
4089 |
-
<
|
4090 |
-
<
|
4091 |
-
<
|
4092 |
-
<
|
4093 |
-
|
4094 |
-
|
4095 |
-
|
4096 |
-
|
4097 |
-
|
4098 |
-
|
4099 |
-
|
4100 |
-
|
4101 |
-
|
4102 |
-
|
4103 |
-
|
4104 |
-
|
4105 |
-
<
|
4106 |
-
<
|
4107 |
-
<
|
4108 |
-
|
4109 |
-
|
4110 |
-
|
4111 |
-
<
|
4112 |
-
|
4113 |
-
|
4114 |
-
|
4115 |
-
<
|
4116 |
-
|
4117 |
-
|
4118 |
-
<
|
4119 |
-
<
|
4120 |
-
|
4121 |
-
|
4122 |
-
<
|
4123 |
-
|
4124 |
-
|
4125 |
-
|
4126 |
-
|
4127 |
-
<
|
4128 |
-
|
4129 |
-
|
4130 |
-
<
|
4131 |
-
<
|
4132 |
-
|
4133 |
-
|
4134 |
-
<
|
4135 |
-
|
4136 |
-
|
4137 |
-
|
4138 |
-
<
|
4139 |
-
|
4140 |
-
|
4141 |
-
<
|
4142 |
-
<
|
4143 |
-
<
|
4144 |
-
|
4145 |
-
|
4146 |
-
<
|
4147 |
-
|
4148 |
-
|
4149 |
-
|
4150 |
-
<
|
4151 |
-
|
4152 |
-
|
4153 |
-
<
|
4154 |
-
<
|
4155 |
-
<
|
4156 |
-
|
4157 |
-
|
4158 |
-
<
|
4159 |
-
|
4160 |
-
|
4161 |
-
|
4162 |
-
<
|
4163 |
-
|
4164 |
-
|
4165 |
-
<
|
4166 |
-
<
|
4167 |
-
<
|
4168 |
-
<
|
4169 |
-
<
|
4170 |
-
|
4171 |
-
|
4172 |
-
|
4173 |
-
|
4174 |
-
|
4175 |
-
|
4176 |
-
|
4177 |
-
|
4178 |
-
<
|
4179 |
-
<
|
4180 |
-
<
|
4181 |
-
<
|
4182 |
-
<
|
4183 |
-
|
4184 |
-
|
4185 |
-
<
|
4186 |
-
|
4187 |
-
|
4188 |
-
<
|
4189 |
-
|
4190 |
-
|
4191 |
-
<
|
4192 |
-
<
|
4193 |
-
<
|
4194 |
-
<
|
4195 |
-
<
|
4196 |
-
|
4197 |
-
|
4198 |
-
<
|
4199 |
-
|
4200 |
-
|
4201 |
-
<
|
4202 |
-
|
4203 |
-
|
4204 |
-
</
|
4205 |
-
<
|
4206 |
-
<
|
4207 |
-
<
|
4208 |
-
<
|
4209 |
-
<
|
4210 |
-
<
|
4211 |
-
|
4212 |
-
|
4213 |
-
|
4214 |
-
|
4215 |
-
|
4216 |
-
|
4217 |
-
<
|
4218 |
-
|
4219 |
-
|
4220 |
-
|
4221 |
-
<
|
4222 |
-
<
|
4223 |
-
<
|
4224 |
-
<
|
4225 |
-
|
4226 |
-
|
4227 |
-
|
4228 |
-
|
4229 |
-
|
4230 |
-
|
4231 |
-
|
4232 |
-
<
|
4233 |
-
<
|
4234 |
-
|
4235 |
-
|
4236 |
-
<
|
4237 |
-
|
4238 |
-
|
4239 |
-
<
|
4240 |
-
|
4241 |
-
|
4242 |
-
|
4243 |
-
<
|
4244 |
-
|
4245 |
-
|
4246 |
-
<
|
4247 |
-
<
|
4248 |
-
<
|
4249 |
-
<
|
4250 |
-
|
4251 |
-
|
4252 |
-
|
4253 |
-
|
4254 |
-
|
4255 |
-
|
4256 |
-
|
4257 |
-
|
4258 |
-
|
4259 |
-
|
4260 |
-
|
4261 |
-
|
4262 |
-
<
|
4263 |
-
<
|
4264 |
-
<
|
4265 |
-
<
|
4266 |
-
|
4267 |
-
|
4268 |
-
|
4269 |
-
|
4270 |
-
|
4271 |
-
|
4272 |
-
|
4273 |
-
|
4274 |
-
|
4275 |
-
|
4276 |
-
|
4277 |
-
|
4278 |
-
<
|
4279 |
-
<
|
4280 |
-
<
|
4281 |
-
|
4282 |
-
|
4283 |
-
|
4284 |
-
<
|
4285 |
-
|
4286 |
-
|
4287 |
-
|
4288 |
-
<
|
4289 |
-
|
4290 |
-
|
4291 |
-
<
|
4292 |
-
<
|
4293 |
-
|
4294 |
-
|
4295 |
-
<
|
4296 |
-
|
4297 |
-
|
4298 |
-
|
4299 |
-
|
4300 |
-
<
|
4301 |
-
|
4302 |
-
|
4303 |
-
<
|
4304 |
-
<
|
4305 |
-
|
4306 |
-
|
4307 |
-
<
|
4308 |
-
|
4309 |
-
|
4310 |
-
|
4311 |
-
<
|
4312 |
-
|
4313 |
-
|
4314 |
-
<
|
4315 |
-
<
|
4316 |
-
<
|
4317 |
-
|
4318 |
-
|
4319 |
-
<
|
4320 |
-
|
4321 |
-
|
4322 |
-
|
4323 |
-
<
|
4324 |
-
|
4325 |
-
|
4326 |
-
<
|
4327 |
-
<
|
4328 |
-
<
|
4329 |
-
|
4330 |
-
|
4331 |
-
<
|
4332 |
-
|
4333 |
-
|
4334 |
-
|
4335 |
-
<
|
4336 |
-
|
4337 |
-
|
4338 |
-
<
|
4339 |
-
<
|
4340 |
-
<
|
4341 |
-
<
|
4342 |
-
<
|
4343 |
-
|
4344 |
-
|
4345 |
-
|
4346 |
-
|
4347 |
-
|
4348 |
-
|
4349 |
-
|
4350 |
-
|
4351 |
-
<
|
4352 |
-
<
|
4353 |
-
<
|
4354 |
-
<
|
4355 |
-
<
|
4356 |
-
|
4357 |
-
|
4358 |
-
<
|
4359 |
-
|
4360 |
-
|
4361 |
-
<
|
4362 |
-
|
4363 |
-
|
4364 |
-
<
|
4365 |
-
<
|
4366 |
-
<
|
4367 |
-
<
|
4368 |
-
<
|
4369 |
-
|
4370 |
-
|
4371 |
-
<
|
4372 |
-
|
4373 |
-
|
4374 |
-
<
|
4375 |
-
|
4376 |
-
|
4377 |
-
</
|
4378 |
-
<
|
4379 |
-
<
|
4380 |
-
<
|
4381 |
-
<
|
4382 |
-
<
|
4383 |
-
<
|
4384 |
-
|
4385 |
-
|
4386 |
-
|
4387 |
-
|
4388 |
-
|
4389 |
-
|
4390 |
-
<
|
4391 |
-
|
4392 |
-
|
4393 |
-
|
4394 |
-
<
|
4395 |
-
<
|
4396 |
-
<
|
4397 |
-
<
|
4398 |
-
|
4399 |
-
|
4400 |
-
|
4401 |
-
|
4402 |
-
|
4403 |
-
|
4404 |
-
|
4405 |
-
<
|
4406 |
-
<
|
4407 |
-
|
4408 |
-
|
4409 |
-
<
|
4410 |
-
|
4411 |
-
|
4412 |
-
<
|
4413 |
-
|
4414 |
-
|
4415 |
-
|
4416 |
-
<
|
4417 |
-
|
4418 |
-
|
4419 |
-
<
|
4420 |
-
<
|
4421 |
-
<
|
4422 |
-
<
|
4423 |
-
|
4424 |
-
|
4425 |
-
|
4426 |
-
|
4427 |
-
|
4428 |
-
|
4429 |
-
|
4430 |
-
|
4431 |
-
|
4432 |
-
|
4433 |
-
|
4434 |
-
|
4435 |
-
<
|
4436 |
-
<
|
4437 |
-
<
|
4438 |
-
<
|
4439 |
-
|
4440 |
-
|
4441 |
-
|
4442 |
-
|
4443 |
-
|
4444 |
-
|
4445 |
-
|
4446 |
-
|
4447 |
-
|
4448 |
-
|
4449 |
-
|
4450 |
-
|
4451 |
-
<
|
4452 |
-
<
|
4453 |
-
<
|
4454 |
-
|
4455 |
-
|
4456 |
-
|
4457 |
-
<
|
4458 |
-
|
4459 |
-
|
4460 |
-
|
4461 |
-
<
|
4462 |
-
|
4463 |
-
|
4464 |
-
<
|
4465 |
-
<
|
4466 |
-
|
4467 |
-
|
4468 |
-
<
|
4469 |
-
|
4470 |
-
|
4471 |
-
|
4472 |
-
|
4473 |
-
<
|
4474 |
-
|
4475 |
-
|
4476 |
-
<
|
4477 |
-
<
|
4478 |
-
|
4479 |
-
|
4480 |
-
<
|
4481 |
-
|
4482 |
-
|
4483 |
-
|
4484 |
-
<
|
4485 |
-
|
4486 |
-
|
4487 |
-
<
|
4488 |
-
<
|
4489 |
-
<
|
4490 |
-
|
4491 |
-
|
4492 |
-
<
|
4493 |
-
|
4494 |
-
|
4495 |
-
|
4496 |
-
<
|
4497 |
-
|
4498 |
-
|
4499 |
-
<
|
4500 |
-
<
|
4501 |
-
<
|
4502 |
-
|
4503 |
-
|
4504 |
-
<
|
4505 |
-
|
4506 |
-
|
4507 |
-
|
4508 |
-
<
|
4509 |
-
|
4510 |
-
|
4511 |
-
<
|
4512 |
-
<
|
4513 |
-
<
|
4514 |
-
<
|
4515 |
-
<
|
4516 |
-
|
4517 |
-
|
4518 |
-
|
4519 |
-
|
4520 |
-
|
4521 |
-
|
4522 |
-
|
4523 |
-
|
4524 |
-
<
|
4525 |
-
<
|
4526 |
-
<
|
4527 |
-
<
|
4528 |
-
<
|
4529 |
-
|
4530 |
-
|
4531 |
-
<
|
4532 |
-
|
4533 |
-
|
4534 |
-
<
|
4535 |
-
|
4536 |
-
|
4537 |
-
<
|
4538 |
-
<
|
4539 |
-
<
|
4540 |
-
<
|
4541 |
-
<
|
4542 |
-
|
4543 |
-
|
4544 |
-
<
|
4545 |
-
|
4546 |
-
|
4547 |
-
<
|
4548 |
-
|
4549 |
-
|
4550 |
-
</
|
4551 |
-
<
|
4552 |
-
<
|
4553 |
-
<
|
4554 |
-
<
|
4555 |
-
<
|
4556 |
-
<
|
4557 |
-
|
4558 |
-
|
4559 |
-
|
4560 |
-
|
4561 |
-
|
4562 |
-
|
4563 |
-
<
|
4564 |
-
|
4565 |
-
|
4566 |
-
|
4567 |
-
<
|
4568 |
-
<
|
4569 |
-
<
|
4570 |
-
<
|
4571 |
-
|
4572 |
-
|
4573 |
-
|
4574 |
-
|
4575 |
-
|
4576 |
-
|
4577 |
-
|
4578 |
-
<
|
4579 |
-
<
|
4580 |
-
|
4581 |
-
|
4582 |
-
<
|
4583 |
-
|
4584 |
-
|
4585 |
-
<
|
4586 |
-
|
4587 |
-
|
4588 |
-
|
4589 |
-
<
|
4590 |
-
|
4591 |
-
|
4592 |
-
<
|
4593 |
-
<
|
4594 |
-
<
|
4595 |
-
<
|
4596 |
-
|
4597 |
-
|
4598 |
-
|
4599 |
-
|
4600 |
-
|
4601 |
-
|
4602 |
-
|
4603 |
-
|
4604 |
-
|
4605 |
-
|
4606 |
-
|
4607 |
-
|
4608 |
-
<
|
4609 |
-
<
|
4610 |
-
<
|
4611 |
-
<
|
4612 |
-
|
4613 |
-
|
4614 |
-
|
4615 |
-
|
4616 |
-
|
4617 |
-
|
4618 |
-
|
4619 |
-
|
4620 |
-
|
4621 |
-
|
4622 |
-
|
4623 |
-
|
4624 |
-
<
|
4625 |
-
<
|
4626 |
-
<
|
4627 |
-
|
4628 |
-
|
4629 |
-
|
4630 |
-
<
|
4631 |
-
|
4632 |
-
|
4633 |
-
|
4634 |
-
<
|
4635 |
-
|
4636 |
-
|
4637 |
-
<
|
4638 |
-
<
|
4639 |
-
|
4640 |
-
|
4641 |
-
<
|
4642 |
-
|
4643 |
-
|
4644 |
-
|
4645 |
-
|
4646 |
-
<
|
4647 |
-
|
4648 |
-
|
4649 |
-
<
|
4650 |
-
<
|
4651 |
-
|
4652 |
-
|
4653 |
-
<
|
4654 |
-
|
4655 |
-
|
4656 |
-
|
4657 |
-
<
|
4658 |
-
|
4659 |
-
|
4660 |
-
<
|
4661 |
-
<
|
4662 |
-
<
|
4663 |
-
|
4664 |
-
|
4665 |
-
<
|
4666 |
-
|
4667 |
-
|
4668 |
-
|
4669 |
-
<
|
4670 |
-
|
4671 |
-
|
4672 |
-
<
|
4673 |
-
<
|
4674 |
-
<
|
4675 |
-
|
4676 |
-
|
4677 |
-
<
|
4678 |
-
|
4679 |
-
|
4680 |
-
|
4681 |
-
<
|
4682 |
-
|
4683 |
-
|
4684 |
-
<
|
4685 |
-
<
|
4686 |
-
<
|
4687 |
-
<
|
4688 |
-
<
|
4689 |
-
|
4690 |
-
|
4691 |
-
|
4692 |
-
|
4693 |
-
|
4694 |
-
|
4695 |
-
|
4696 |
-
|
4697 |
-
<
|
4698 |
-
<
|
4699 |
-
<
|
4700 |
-
<
|
4701 |
-
<
|
4702 |
-
|
4703 |
-
|
4704 |
-
<
|
4705 |
-
|
4706 |
-
|
4707 |
-
<
|
4708 |
-
|
4709 |
-
|
4710 |
-
<
|
4711 |
-
<
|
4712 |
-
<
|
4713 |
-
<
|
4714 |
-
<
|
4715 |
-
|
4716 |
-
|
4717 |
-
<
|
4718 |
-
|
4719 |
-
|
4720 |
-
<
|
4721 |
-
|
4722 |
-
|
4723 |
-
</
|
4724 |
-
<
|
4725 |
-
<
|
4726 |
-
<
|
4727 |
-
<
|
4728 |
-
<
|
4729 |
-
<
|
4730 |
-
|
4731 |
-
|
4732 |
-
|
4733 |
-
|
4734 |
-
|
4735 |
-
|
4736 |
-
<
|
4737 |
-
|
4738 |
-
|
4739 |
-
|
4740 |
-
<
|
4741 |
-
<
|
4742 |
-
<
|
4743 |
-
<
|
4744 |
-
|
4745 |
-
|
4746 |
-
|
4747 |
-
|
4748 |
-
|
4749 |
-
|
4750 |
-
|
4751 |
-
<
|
4752 |
-
<
|
4753 |
-
|
4754 |
-
|
4755 |
-
<
|
4756 |
-
|
4757 |
-
|
4758 |
-
<
|
4759 |
-
|
4760 |
-
|
4761 |
-
|
4762 |
-
<
|
4763 |
-
|
4764 |
-
|
4765 |
-
<
|
4766 |
-
<
|
4767 |
-
<
|
4768 |
-
<
|
4769 |
-
|
4770 |
-
|
4771 |
-
|
4772 |
-
|
4773 |
-
|
4774 |
-
|
4775 |
-
|
4776 |
-
|
4777 |
-
|
4778 |
-
|
4779 |
-
|
4780 |
-
|
4781 |
-
<
|
4782 |
-
<
|
4783 |
-
<
|
4784 |
-
<
|
4785 |
-
|
4786 |
-
|
4787 |
-
|
4788 |
-
|
4789 |
-
|
4790 |
-
|
4791 |
-
|
4792 |
-
|
4793 |
-
|
4794 |
-
|
4795 |
-
|
4796 |
-
|
4797 |
-
<
|
4798 |
-
<
|
4799 |
-
<
|
4800 |
-
|
4801 |
-
|
4802 |
-
<
|
4803 |
-
|
4804 |
-
</
|
4805 |
-
|
4806 |
-
|
4807 |
-
<
|
4808 |
-
|
4809 |
-
|
4810 |
-
<
|
4811 |
-
|
4812 |
-
|
4813 |
-
<
|
4814 |
-
|
4815 |
-
</
|
4816 |
-
|
4817 |
-
|
4818 |
-
<
|
4819 |
-
|
4820 |
-
|
4821 |
-
<
|
4822 |
-
<
|
4823 |
-
|
4824 |
-
|
4825 |
-
<
|
4826 |
-
|
4827 |
-
|
4828 |
-
|
4829 |
-
<
|
4830 |
-
|
4831 |
-
|
4832 |
-
<
|
4833 |
-
<
|
4834 |
-
<
|
4835 |
-
|
4836 |
-
|
4837 |
-
<
|
4838 |
-
|
4839 |
-
|
4840 |
-
|
4841 |
-
<
|
4842 |
-
|
4843 |
-
|
4844 |
-
<
|
4845 |
-
<
|
4846 |
-
<
|
4847 |
-
|
4848 |
-
|
4849 |
-
<
|
4850 |
-
|
4851 |
-
|
4852 |
-
|
4853 |
-
<
|
4854 |
-
|
4855 |
-
|
4856 |
-
<
|
4857 |
-
<
|
4858 |
-
<
|
4859 |
-
<
|
4860 |
-
<
|
4861 |
-
|
4862 |
-
|
4863 |
-
|
4864 |
-
|
4865 |
-
|
4866 |
-
|
4867 |
-
|
4868 |
-
|
4869 |
-
<
|
4870 |
-
<
|
4871 |
-
<
|
4872 |
-
<
|
4873 |
-
<
|
4874 |
-
|
4875 |
-
|
4876 |
-
<
|
4877 |
-
|
4878 |
-
|
4879 |
-
<
|
4880 |
-
|
4881 |
-
|
4882 |
-
<
|
4883 |
-
<
|
4884 |
-
<
|
4885 |
-
<
|
4886 |
-
<
|
4887 |
-
|
4888 |
-
|
4889 |
-
<
|
4890 |
-
|
4891 |
-
|
4892 |
-
<
|
4893 |
-
|
4894 |
-
|
4895 |
-
</
|
4896 |
-
<
|
4897 |
-
<
|
4898 |
-
<
|
4899 |
-
<
|
4900 |
-
<
|
4901 |
-
<
|
4902 |
-
|
4903 |
-
|
4904 |
-
|
4905 |
-
|
4906 |
-
|
4907 |
-
|
4908 |
-
<
|
4909 |
-
|
4910 |
-
|
4911 |
-
|
4912 |
-
<
|
4913 |
-
<
|
4914 |
-
<
|
4915 |
-
<
|
4916 |
-
|
4917 |
-
|
4918 |
-
|
4919 |
-
|
4920 |
-
|
4921 |
-
|
4922 |
-
|
4923 |
-
<
|
4924 |
-
<
|
4925 |
-
|
4926 |
-
|
4927 |
-
<
|
4928 |
-
|
4929 |
-
|
4930 |
-
<
|
4931 |
-
|
4932 |
-
|
4933 |
-
|
4934 |
-
<
|
4935 |
-
|
4936 |
-
|
4937 |
-
<
|
4938 |
-
<
|
4939 |
-
<
|
4940 |
-
<
|
4941 |
-
|
4942 |
-
|
4943 |
-
|
4944 |
-
|
4945 |
-
|
4946 |
-
|
4947 |
-
|
4948 |
-
|
4949 |
-
|
4950 |
-
|
4951 |
-
|
4952 |
-
|
4953 |
-
<
|
4954 |
-
<
|
4955 |
-
<
|
4956 |
-
<
|
4957 |
-
|
4958 |
-
|
4959 |
-
|
4960 |
-
|
4961 |
-
|
4962 |
-
|
4963 |
-
|
4964 |
-
|
4965 |
-
|
4966 |
-
|
4967 |
-
|
4968 |
-
|
4969 |
-
<
|
4970 |
-
<
|
4971 |
-
<
|
4972 |
-
|
4973 |
-
|
4974 |
-
|
4975 |
-
<
|
4976 |
-
|
4977 |
-
|
4978 |
-
|
4979 |
-
<
|
4980 |
-
|
4981 |
-
|
4982 |
-
<
|
4983 |
-
<
|
4984 |
-
|
4985 |
-
|
4986 |
-
<
|
4987 |
-
|
4988 |
-
|
4989 |
-
|
4990 |
-
|
4991 |
-
<
|
4992 |
-
|
4993 |
-
|
4994 |
-
<
|
4995 |
-
<
|
4996 |
-
|
4997 |
-
|
4998 |
-
<
|
4999 |
-
|
5000 |
-
|
5001 |
-
|
5002 |
-
<
|
5003 |
-
|
5004 |
-
|
5005 |
-
<
|
5006 |
-
<
|
5007 |
-
<
|
5008 |
-
|
5009 |
-
|
5010 |
-
<
|
5011 |
-
|
5012 |
-
|
5013 |
-
|
5014 |
-
<
|
5015 |
-
|
5016 |
-
|
5017 |
-
<
|
5018 |
-
<
|
5019 |
-
<
|
5020 |
-
|
5021 |
-
|
5022 |
-
<
|
5023 |
-
|
5024 |
-
|
5025 |
-
|
5026 |
-
<
|
5027 |
-
|
5028 |
-
|
5029 |
-
<
|
5030 |
-
<
|
5031 |
-
<
|
5032 |
-
<
|
5033 |
-
<
|
5034 |
-
|
5035 |
-
|
5036 |
-
|
5037 |
-
|
5038 |
-
|
5039 |
-
|
5040 |
-
|
5041 |
-
|
5042 |
-
<
|
5043 |
-
<
|
5044 |
-
<
|
5045 |
-
<
|
5046 |
-
<
|
5047 |
-
|
5048 |
-
|
5049 |
-
<
|
5050 |
-
|
5051 |
-
|
5052 |
-
<
|
5053 |
-
|
5054 |
-
|
5055 |
-
<
|
5056 |
-
<
|
5057 |
-
<
|
5058 |
-
<
|
5059 |
-
<
|
5060 |
-
|
5061 |
-
|
5062 |
-
<
|
5063 |
-
|
5064 |
-
|
5065 |
-
<
|
5066 |
-
|
5067 |
-
|
5068 |
-
</
|
5069 |
-
<
|
5070 |
-
<
|
5071 |
-
<
|
5072 |
-
<
|
5073 |
-
<
|
5074 |
-
<
|
5075 |
-
|
5076 |
-
|
5077 |
-
|
5078 |
-
|
5079 |
-
|
5080 |
-
|
5081 |
-
<
|
5082 |
-
|
5083 |
-
|
5084 |
-
|
5085 |
-
<
|
5086 |
-
<
|
5087 |
-
<
|
5088 |
-
<
|
5089 |
-
|
5090 |
-
|
5091 |
-
|
5092 |
-
|
5093 |
-
|
5094 |
-
|
5095 |
-
|
5096 |
-
<
|
5097 |
-
<
|
5098 |
-
|
5099 |
-
|
5100 |
-
<
|
5101 |
-
|
5102 |
-
|
5103 |
-
<
|
5104 |
-
|
5105 |
-
|
5106 |
-
|
5107 |
-
<
|
5108 |
-
|
5109 |
-
|
5110 |
-
<
|
5111 |
-
<
|
5112 |
-
<
|
5113 |
-
<
|
5114 |
-
|
5115 |
-
|
5116 |
-
|
5117 |
-
|
5118 |
-
|
5119 |
-
|
5120 |
-
|
5121 |
-
|
5122 |
-
|
5123 |
-
|
5124 |
-
|
5125 |
-
|
5126 |
-
<
|
5127 |
-
<
|
5128 |
-
<
|
5129 |
-
<
|
5130 |
-
|
5131 |
-
|
5132 |
-
|
5133 |
-
|
5134 |
-
|
5135 |
-
|
5136 |
-
|
5137 |
-
|
5138 |
-
|
5139 |
-
|
5140 |
-
|
5141 |
-
|
5142 |
-
<
|
5143 |
-
<
|
5144 |
-
<
|
5145 |
-
|
5146 |
-
|
5147 |
-
|
5148 |
-
<
|
5149 |
-
|
5150 |
-
|
5151 |
-
|
5152 |
-
<
|
5153 |
-
|
5154 |
-
|
5155 |
-
<
|
5156 |
-
<
|
5157 |
-
|
5158 |
-
|
5159 |
-
<
|
5160 |
-
|
5161 |
-
|
5162 |
-
|
5163 |
-
|
5164 |
-
<
|
5165 |
-
|
5166 |
-
|
5167 |
-
<
|
5168 |
-
<
|
5169 |
-
|
5170 |
-
|
5171 |
-
<
|
5172 |
-
|
5173 |
-
|
5174 |
-
|
5175 |
-
<
|
5176 |
-
|
5177 |
-
|
5178 |
-
<
|
5179 |
-
<
|
5180 |
-
<
|
5181 |
-
|
5182 |
-
|
5183 |
-
<
|
5184 |
-
|
5185 |
-
|
5186 |
-
|
5187 |
-
<
|
5188 |
-
|
5189 |
-
|
5190 |
-
<
|
5191 |
-
<
|
5192 |
-
<
|
5193 |
-
|
5194 |
-
|
5195 |
-
<
|
5196 |
-
|
5197 |
-
|
5198 |
-
|
5199 |
-
<
|
5200 |
-
|
5201 |
-
|
5202 |
-
<
|
5203 |
-
<
|
5204 |
-
<
|
5205 |
-
<
|
5206 |
-
<
|
5207 |
-
|
5208 |
-
|
5209 |
-
|
5210 |
-
|
5211 |
-
|
5212 |
-
|
5213 |
-
|
5214 |
-
|
5215 |
-
<
|
5216 |
-
<
|
5217 |
-
<
|
5218 |
-
<
|
5219 |
-
<
|
5220 |
-
|
5221 |
-
|
5222 |
-
<
|
5223 |
-
|
5224 |
-
|
5225 |
-
<
|
5226 |
-
|
5227 |
-
|
5228 |
-
<
|
5229 |
-
<
|
5230 |
-
<
|
5231 |
-
<
|
5232 |
-
<
|
5233 |
-
|
5234 |
-
|
5235 |
-
<
|
5236 |
-
|
5237 |
-
|
5238 |
-
<
|
5239 |
-
|
5240 |
-
|
5241 |
-
</
|
5242 |
-
<
|
5243 |
-
<
|
5244 |
-
<
|
5245 |
-
<
|
5246 |
-
<
|
5247 |
-
<
|
5248 |
-
|
5249 |
-
|
5250 |
-
|
5251 |
-
|
5252 |
-
|
5253 |
-
|
5254 |
-
<
|
5255 |
-
|
5256 |
-
|
5257 |
-
|
5258 |
-
<
|
5259 |
-
<
|
5260 |
-
<
|
5261 |
-
<
|
5262 |
-
|
5263 |
-
|
5264 |
-
|
5265 |
-
|
5266 |
-
|
5267 |
-
|
5268 |
-
|
5269 |
-
<
|
5270 |
-
<
|
5271 |
-
|
5272 |
-
|
5273 |
-
<
|
5274 |
-
|
5275 |
-
|
5276 |
-
<
|
5277 |
-
|
5278 |
-
|
5279 |
-
|
5280 |
-
<
|
5281 |
-
|
5282 |
-
|
5283 |
-
<
|
5284 |
-
<
|
5285 |
-
<
|
5286 |
-
<
|
5287 |
-
|
5288 |
-
|
5289 |
-
|
5290 |
-
|
5291 |
-
|
5292 |
-
|
5293 |
-
|
5294 |
-
|
5295 |
-
|
5296 |
-
|
5297 |
-
|
5298 |
-
|
5299 |
-
<
|
5300 |
-
<
|
5301 |
-
<
|
5302 |
-
<
|
5303 |
-
|
5304 |
-
|
5305 |
-
|
5306 |
-
|
5307 |
-
|
5308 |
-
|
5309 |
-
|
5310 |
-
|
5311 |
-
|
5312 |
-
|
5313 |
-
|
5314 |
-
|
5315 |
-
<
|
5316 |
-
<
|
5317 |
-
<
|
5318 |
-
|
5319 |
-
|
5320 |
-
|
5321 |
-
<
|
5322 |
-
|
5323 |
-
|
5324 |
-
|
5325 |
-
<
|
5326 |
-
|
5327 |
-
|
5328 |
-
<
|
5329 |
-
<
|
5330 |
-
|
5331 |
-
|
5332 |
-
<
|
5333 |
-
|
5334 |
-
|
5335 |
-
|
5336 |
-
|
5337 |
-
<
|
5338 |
-
|
5339 |
-
|
5340 |
-
<
|
5341 |
-
<
|
5342 |
-
|
5343 |
-
|
5344 |
-
<
|
5345 |
-
|
5346 |
-
|
5347 |
-
|
5348 |
-
<
|
5349 |
-
|
5350 |
-
|
5351 |
-
<
|
5352 |
-
<
|
5353 |
-
<
|
5354 |
-
|
5355 |
-
|
5356 |
-
<
|
5357 |
-
|
5358 |
-
|
5359 |
-
|
5360 |
-
<
|
5361 |
-
|
5362 |
-
|
5363 |
-
<
|
5364 |
-
<
|
5365 |
-
<
|
5366 |
-
|
5367 |
-
|
5368 |
-
<
|
5369 |
-
|
5370 |
-
|
5371 |
-
|
5372 |
-
<
|
5373 |
-
|
5374 |
-
|
5375 |
-
<
|
5376 |
-
<
|
5377 |
-
<
|
5378 |
-
<
|
5379 |
-
<
|
5380 |
-
|
5381 |
-
|
5382 |
-
|
5383 |
-
|
5384 |
-
|
5385 |
-
|
5386 |
-
|
5387 |
-
|
5388 |
-
<
|
5389 |
-
<
|
5390 |
-
<
|
5391 |
-
<
|
5392 |
-
<
|
5393 |
-
|
5394 |
-
|
5395 |
-
<
|
5396 |
-
|
5397 |
-
|
5398 |
-
<
|
5399 |
-
|
5400 |
-
|
5401 |
-
<
|
5402 |
-
<
|
5403 |
-
<
|
5404 |
-
<
|
5405 |
-
<
|
5406 |
-
|
5407 |
-
|
5408 |
-
<
|
5409 |
-
|
5410 |
-
|
5411 |
-
<
|
5412 |
-
|
5413 |
-
|
5414 |
-
</
|
5415 |
-
<
|
5416 |
-
<
|
5417 |
-
<
|
5418 |
-
<
|
5419 |
-
<
|
5420 |
-
<
|
5421 |
-
|
5422 |
-
|
5423 |
-
|
5424 |
-
|
5425 |
-
|
5426 |
-
|
5427 |
-
<
|
5428 |
-
|
5429 |
-
|
5430 |
-
|
5431 |
-
<
|
5432 |
-
<
|
5433 |
-
<
|
5434 |
-
<
|
5435 |
-
|
5436 |
-
|
5437 |
-
|
5438 |
-
|
5439 |
-
|
5440 |
-
|
5441 |
-
|
5442 |
-
<
|
5443 |
-
<
|
5444 |
-
|
5445 |
-
|
5446 |
-
<
|
5447 |
-
|
5448 |
-
|
5449 |
-
<
|
5450 |
-
|
5451 |
-
|
5452 |
-
|
5453 |
-
<
|
5454 |
-
|
5455 |
-
|
5456 |
-
<
|
5457 |
-
<
|
5458 |
-
<
|
5459 |
-
<
|
5460 |
-
|
5461 |
-
|
5462 |
-
|
5463 |
-
|
5464 |
-
|
5465 |
-
|
5466 |
-
|
5467 |
-
</
|
5468 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<config>
|
3 |
+
<!-- <tabs>
|
4 |
+
<pay_payment translate="label" module="pay_payment">
|
5 |
+
<label><![CDATA[<img src='http://pay.nl/images/header_logo.gif' style='width:50px;height:50px;' />]]></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">
|
12 |
+
<label>
|
13 |
+
<![CDATA[<img alt='Pay.nl instellingen' title='Pay.nl instellingen' style='margin-top:3px;margin-bottom:-3px;height:14px;' src='/media/pay_payment/logo.png' />]]></label>
|
14 |
+
<tab>sales</tab>
|
15 |
+
<sort_order>350</sort_order>
|
16 |
+
<show_in_default>1</show_in_default>
|
17 |
+
<show_in_website>1</show_in_website>
|
18 |
+
<show_in_store>1</show_in_store>
|
19 |
+
<groups>
|
20 |
+
<general translate="label" module="pay_payment">
|
21 |
+
<label>Algemene instellingen</label>
|
22 |
+
<sort_order>1</sort_order>
|
23 |
+
<show_in_default>1</show_in_default>
|
24 |
+
<show_in_website>1</show_in_website>
|
25 |
+
<show_in_store>1</show_in_store>
|
26 |
+
<expanded>1</expanded>
|
27 |
+
<fields>
|
28 |
+
<apitoken translate="label comment">
|
29 |
+
<label>API token</label>
|
30 |
+
<comment>
|
31 |
+
<![CDATA[Uw API token, deze kunt u vinden op <a href='https://admin.pay.nl/my_merchant'>admin.pay.nl/my_merchant</a>]]></comment>
|
32 |
+
<frontend_type>text</frontend_type>
|
33 |
+
<backend_model>pay_payment/Backend_Trim</backend_model>
|
34 |
+
<sort_order>2</sort_order>
|
35 |
+
<show_in_default>1</show_in_default>
|
36 |
+
<show_in_website>1</show_in_website>
|
37 |
+
<show_in_store>1</show_in_store>
|
38 |
+
</apitoken>
|
39 |
+
<serviceid translate="label comment">
|
40 |
+
<label>Service id</label>
|
41 |
+
<comment>
|
42 |
+
<![CDATA[Uw service id, deze kunt u vinden op <a href='https://admin.pay.nl/programs/programs'>admin.pay.nl/programs/programs</a>]]></comment>
|
43 |
+
<frontend_type>text</frontend_type>
|
44 |
+
<backend_model>pay_payment/Backend_Trim</backend_model>
|
45 |
+
<sort_order>3</sort_order>
|
46 |
+
<show_in_default>1</show_in_default>
|
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>
|
54 |
+
<![CDATA[Betaalde orders automatisch factureren, LET OP! Als dit op NEE staat kun je orders ook niet refunden]]></comment>
|
55 |
+
<frontend_type>select</frontend_type>
|
56 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
57 |
+
<sort_order>4</sort_order>
|
58 |
+
<show_in_default>1</show_in_default>
|
59 |
+
<show_in_website>1</show_in_website>
|
60 |
+
<show_in_store>1</show_in_store>
|
61 |
+
</auto_invoice>
|
62 |
+
<invoice_email translate="label comment">
|
63 |
+
<label>Emailen bij factureren</label>
|
64 |
+
<comment><![CDATA[Een email sturen met de factuur]]></comment>
|
65 |
+
<frontend_type>select</frontend_type>
|
66 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
67 |
+
<sort_order>5</sort_order>
|
68 |
+
<show_in_default>1</show_in_default>
|
69 |
+
<show_in_website>1</show_in_website>
|
70 |
+
<show_in_store>1</show_in_store>
|
71 |
+
</invoice_email>
|
72 |
+
<send_statusupdates translate="label comment">
|
73 |
+
<label>Statusupdates sturen</label>
|
74 |
+
<comment><![CDATA[Updates sturen wanner de status van de order wijzigt]]></comment>
|
75 |
+
<frontend_type>select</frontend_type>
|
76 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
77 |
+
<sort_order>6</sort_order>
|
78 |
+
<show_in_default>1</show_in_default>
|
79 |
+
<show_in_website>1</show_in_website>
|
80 |
+
<show_in_store>1</show_in_store>
|
81 |
+
</send_statusupdates>
|
82 |
+
<send_order_data translate="label comment">
|
83 |
+
<label>Order data sturen</label>
|
84 |
+
<comment>
|
85 |
+
<![CDATA[Klantgegeven en orderdata naar pay versturen, verplicht indien u gebruik maakt van een achteraf betaalmethode, of wanneer u gebruik wilt maken van Second Chance]]></comment>
|
86 |
+
<frontend_type>select</frontend_type>
|
87 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
88 |
+
<sort_order>7</sort_order>
|
89 |
+
<show_in_default>1</show_in_default>
|
90 |
+
<show_in_website>1</show_in_website>
|
91 |
+
<show_in_store>1</show_in_store>
|
92 |
+
</send_order_data>
|
93 |
+
<restore_cart translate="label comment">
|
94 |
+
<label>Winkelwagen vullen bij cancel</label>
|
95 |
+
<comment>
|
96 |
+
<![CDATA[Geef aan of u wilt dat de winkelwagen weer wordt gevuld met de producten die waren besteld als de gebruiker op het betaalscherm op annuleren heeft geklikt]]></comment>
|
97 |
+
<frontend_type>select</frontend_type>
|
98 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
99 |
+
<sort_order>8</sort_order>
|
100 |
+
<show_in_default>1</show_in_default>
|
101 |
+
<show_in_website>1</show_in_website>
|
102 |
+
<show_in_store>1</show_in_store>
|
103 |
+
</restore_cart>
|
104 |
+
<page_success>
|
105 |
+
<label>Success pagina</label>
|
106 |
+
<comment>
|
107 |
+
<![CDATA[De pagina waar de gebruiker naartoe gestuurd moet worden bij een geslaagde betaling]]></comment>
|
108 |
+
<frontend_type>text</frontend_type>
|
109 |
+
<sort_order>9</sort_order>
|
110 |
+
<show_in_default>1</show_in_default>
|
111 |
+
<show_in_website>1</show_in_website>
|
112 |
+
<show_in_store>1</show_in_store>
|
113 |
+
</page_success>
|
114 |
+
<page_pending>
|
115 |
+
<label>Pending pagina</label>
|
116 |
+
<comment>
|
117 |
+
<![CDATA[De pagina waar de gebruiker naartoe gestuurd moet worden wanneer de betaalstatus nog pending is (bijv. bij paypal komt de statusupdate later)]]></comment>
|
118 |
+
<frontend_type>text</frontend_type>
|
119 |
+
<sort_order>10</sort_order>
|
120 |
+
<show_in_default>1</show_in_default>
|
121 |
+
<show_in_website>1</show_in_website>
|
122 |
+
<show_in_store>1</show_in_store>
|
123 |
+
</page_pending>
|
124 |
+
<page_canceled>
|
125 |
+
<label>Mislukt pagina</label>
|
126 |
+
<comment>
|
127 |
+
<![CDATA[De pagina waar de gebruiker naartoe gestuurd moet worden bij een mislukte/geannuleerde betaling]]></comment>
|
128 |
+
<frontend_type>text</frontend_type>
|
129 |
+
<sort_order>11</sort_order>
|
130 |
+
<show_in_default>1</show_in_default>
|
131 |
+
<show_in_website>1</show_in_website>
|
132 |
+
<show_in_store>1</show_in_store>
|
133 |
+
</page_canceled>
|
134 |
+
<user_language>
|
135 |
+
<label>Gebruikers taal</label>
|
136 |
+
<comment>
|
137 |
+
<![CDATA[De taalcode die naar pay.nl moet worden gestuurd, dit is van invloed op de taal van het betaalscherm en de eventuele email die naar de gebruiker wordt gestuurd door pay (bijvoorbeeld bij bankoverschrijving).]]></comment>
|
138 |
+
<frontend_type>select</frontend_type>
|
139 |
+
<source_model>pay_payment/source_language</source_model>
|
140 |
+
<sort_order>12</sort_order>
|
141 |
+
<show_in_default>1</show_in_default>
|
142 |
+
<show_in_website>1</show_in_website>
|
143 |
+
<show_in_store>1</show_in_store>
|
144 |
+
</user_language>
|
145 |
+
<show_icons>
|
146 |
+
<label>Icoontjes weergeven</label>
|
147 |
+
<comment><![CDATA[Icoontjes bij de betaalmethoden weergeven]]></comment>
|
148 |
+
<frontend_type>select</frontend_type>
|
149 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
150 |
+
<sort_order>13</sort_order>
|
151 |
+
<show_in_default>1</show_in_default>
|
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>14</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>
|
165 |
+
</icon_size>
|
166 |
+
<text_payment_charge translate="label comment">
|
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>15</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><![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>
|
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 |
+
</backup_api_url>
|
191 |
+
</fields>
|
192 |
+
</general>
|
193 |
+
<loaded_payment_methods translate="label" module="pay_payment">
|
194 |
+
<label>Betaalmethoden</label>
|
195 |
+
<sort_order>2</sort_order>
|
196 |
+
<show_in_default>1</show_in_default>
|
197 |
+
<show_in_website>1</show_in_website>
|
198 |
+
<show_in_store>1</show_in_store>
|
199 |
+
<expanded>1</expanded>
|
200 |
+
<fields>
|
201 |
+
<test123>
|
202 |
+
<label>Beschikbaar</label>
|
203 |
+
<comment>Hierboven ziet u de betaalmethoden die voor uw account bij pay.nl beschikbaar
|
204 |
+
zijn
|
205 |
+
</comment>
|
206 |
+
<sort_order>3</sort_order>
|
207 |
+
<show_in_default>1</show_in_default>
|
208 |
+
<show_in_website>1</show_in_website>
|
209 |
+
<show_in_store>1</show_in_store>
|
210 |
+
<frontend_model>pay_payment/adminhtml_paymentmethods</frontend_model>
|
211 |
+
</test123>
|
212 |
+
</fields>
|
213 |
+
</loaded_payment_methods>
|
214 |
+
</groups>
|
215 |
+
|
216 |
+
</pay_payment>
|
217 |
+
<sales>
|
218 |
+
<groups>
|
219 |
+
<totals_sort translate="label">
|
220 |
+
<fields>
|
221 |
+
<payment_charge>
|
222 |
+
<label>Pay.nl betaalmethode kosten</label>
|
223 |
+
<frontend_type>text</frontend_type>
|
224 |
+
<sort_order>10</sort_order>
|
225 |
+
<show_in_default>1</show_in_default>
|
226 |
+
<show_in_website>1</show_in_website>
|
227 |
+
<show_in_store>1</show_in_store>
|
228 |
+
</payment_charge>
|
229 |
+
</fields>
|
230 |
+
</totals_sort>
|
231 |
+
</groups>
|
232 |
+
</sales>
|
233 |
+
<payment>
|
234 |
+
<groups>
|
235 |
+
<pay_payment_afterpay translate="label" module="paygate">
|
236 |
+
<label>Pay.nl - Afterpay</label>
|
237 |
+
<model>pay_payment/Model_Paymentmethod_Afterpay</model>
|
238 |
+
<sort_order>1010</sort_order>
|
239 |
+
<show_in_default>1</show_in_default>
|
240 |
+
<show_in_website>1</show_in_website>
|
241 |
+
<show_in_store>1</show_in_store>
|
242 |
+
<fields>
|
243 |
+
<active translate="label">
|
244 |
+
<label>Actief</label>
|
245 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
246 |
+
<sort_order>1</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 |
+
<frontend_type>select</frontend_type>
|
251 |
+
<source_model>pay_payment/source_paymentmethod_afterpay_active</source_model>
|
252 |
+
</active>
|
253 |
+
<title translate="label">
|
254 |
+
<depends>
|
255 |
+
<active>1</active>
|
256 |
+
</depends>
|
257 |
+
<label>Titel van de betaalmethode</label>
|
258 |
+
<frontend_type>text</frontend_type>
|
259 |
+
<sort_order>2</sort_order>
|
260 |
+
<show_in_default>1</show_in_default>
|
261 |
+
<show_in_website>1</show_in_website>
|
262 |
+
<show_in_store>1</show_in_store>
|
263 |
+
</title>
|
264 |
+
|
265 |
+
<sort_order translate="label">
|
266 |
+
<depends>
|
267 |
+
<active>1</active>
|
268 |
+
</depends>
|
269 |
+
<label>Betaalmethode sorteer volgorde</label>
|
270 |
+
<frontend_type>text</frontend_type>
|
271 |
+
<sort_order>4</sort_order>
|
272 |
+
<show_in_default>1</show_in_default>
|
273 |
+
<show_in_website>1</show_in_website>
|
274 |
+
<show_in_store>1</show_in_store>
|
275 |
+
</sort_order>
|
276 |
+
<min_order_total translate="label">
|
277 |
+
<depends>
|
278 |
+
<active>1</active>
|
279 |
+
</depends>
|
280 |
+
<label>Minimum bedrag</label>
|
281 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
282 |
+
<frontend_type>text</frontend_type>
|
283 |
+
<sort_order>5</sort_order>
|
284 |
+
<show_in_default>1</show_in_default>
|
285 |
+
<show_in_website>1</show_in_website>
|
286 |
+
<show_in_store>1</show_in_store>
|
287 |
+
</min_order_total>
|
288 |
+
<max_order_total translate="label">
|
289 |
+
<depends>
|
290 |
+
<active>1</active>
|
291 |
+
</depends>
|
292 |
+
<label>Maximum bedrag</label>
|
293 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
294 |
+
<frontend_type>text</frontend_type>
|
295 |
+
<sort_order>6</sort_order>
|
296 |
+
<show_in_default>1</show_in_default>
|
297 |
+
<show_in_website>1</show_in_website>
|
298 |
+
<show_in_store>1</show_in_store>
|
299 |
+
</max_order_total>
|
300 |
+
<allowspecific translate="label">
|
301 |
+
<depends>
|
302 |
+
<active>1</active>
|
303 |
+
</depends>
|
304 |
+
<label>Beschikbaarheid per land</label>
|
305 |
+
<frontend_type>allowspecific</frontend_type>
|
306 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
307 |
+
<sort_order>7</sort_order>
|
308 |
+
<show_in_default>1</show_in_default>
|
309 |
+
<show_in_website>1</show_in_website>
|
310 |
+
<show_in_store>1</show_in_store>
|
311 |
+
</allowspecific>
|
312 |
+
<specificcountry translate="label">
|
313 |
+
<depends>
|
314 |
+
<active>1</active>
|
315 |
+
<allowspecific>1</allowspecific>
|
316 |
+
</depends>
|
317 |
+
<label>Toegestane landen</label>
|
318 |
+
<frontend_type>multiselect</frontend_type>
|
319 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
320 |
+
<sort_order>8</sort_order>
|
321 |
+
<show_in_default>1</show_in_default>
|
322 |
+
<show_in_website>1</show_in_website>
|
323 |
+
<show_in_store>1</show_in_store>
|
324 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
325 |
+
</specificcountry>
|
326 |
+
<order_status translate="label">
|
327 |
+
<depends>
|
328 |
+
<active>1</active>
|
329 |
+
</depends>
|
330 |
+
<label>Nieuwe order status</label>
|
331 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
332 |
+
<frontend_type>select</frontend_type>
|
333 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
334 |
+
<sort_order>9</sort_order>
|
335 |
+
<show_in_default>1</show_in_default>
|
336 |
+
<show_in_website>1</show_in_website>
|
337 |
+
<show_in_store>1</show_in_store>
|
338 |
+
</order_status>
|
339 |
+
<order_status_success translate="label">
|
340 |
+
<depends>
|
341 |
+
<active>1</active>
|
342 |
+
</depends>
|
343 |
+
<label>Gelukt order status</label>
|
344 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
345 |
+
<frontend_type>select</frontend_type>
|
346 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
347 |
+
<sort_order>10</sort_order>
|
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 |
+
</order_status_success>
|
352 |
+
<charge_type translate="label">
|
353 |
+
<depends>
|
354 |
+
<active>1</active>
|
355 |
+
</depends>
|
356 |
+
<label>Extra kosten rekenen</label>
|
357 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
358 |
+
totaalbedrag of een vast bedrag
|
359 |
+
</comment>
|
360 |
+
<frontend_type>select</frontend_type>
|
361 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
362 |
+
<sort_order>200</sort_order>
|
363 |
+
<show_in_default>1</show_in_default>
|
364 |
+
<show_in_website>1</show_in_website>
|
365 |
+
<show_in_store>1</show_in_store>
|
366 |
+
</charge_type>
|
367 |
+
<charge_value translate="label">
|
368 |
+
<depends>
|
369 |
+
<active>1</active>
|
370 |
+
</depends>
|
371 |
+
<label>Extra kosten</label>
|
372 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
373 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
374 |
+
</comment>
|
375 |
+
<frontend_type>text</frontend_type>
|
376 |
+
<sort_order>201</sort_order>
|
377 |
+
<show_in_default>1</show_in_default>
|
378 |
+
<show_in_website>1</show_in_website>
|
379 |
+
<show_in_store>1</show_in_store>
|
380 |
+
</charge_value>
|
381 |
+
<charge_tax_class translate="label">
|
382 |
+
<depends>
|
383 |
+
<active>1</active>
|
384 |
+
</depends>
|
385 |
+
<label>Btw voor extra kosten</label>
|
386 |
+
<frontend_type>select</frontend_type>
|
387 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
388 |
+
<sort_order>202</sort_order>
|
389 |
+
<show_in_default>1</show_in_default>
|
390 |
+
<show_in_website>1</show_in_website>
|
391 |
+
<show_in_store>1</show_in_store>
|
392 |
+
</charge_tax_class>
|
393 |
+
<send_mail translate="label">
|
394 |
+
<depends>
|
395 |
+
<active>1</active>
|
396 |
+
</depends>
|
397 |
+
<label>Bevestigingsmail sturen</label>
|
398 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
399 |
+
<sort_order>300</sort_order>
|
400 |
+
<show_in_default>1</show_in_default>
|
401 |
+
<show_in_website>1</show_in_website>
|
402 |
+
<show_in_store>1</show_in_store>
|
403 |
+
<frontend_type>select</frontend_type>
|
404 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
405 |
+
</send_mail>
|
406 |
+
</fields>
|
407 |
+
</pay_payment_afterpay>
|
408 |
+
<pay_payment_amex translate="label" module="paygate">
|
409 |
+
<label>Pay.nl - American Express (AMEX)</label>
|
410 |
+
<model>pay_payment/Model_Paymentmethod_Amex</model>
|
411 |
+
<sort_order>1012</sort_order>
|
412 |
+
<show_in_default>1</show_in_default>
|
413 |
+
<show_in_website>1</show_in_website>
|
414 |
+
<show_in_store>1</show_in_store>
|
415 |
+
<fields>
|
416 |
+
<active translate="label">
|
417 |
+
<label>Actief</label>
|
418 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
419 |
+
<sort_order>1</sort_order>
|
420 |
+
<show_in_default>1</show_in_default>
|
421 |
+
<show_in_website>1</show_in_website>
|
422 |
+
<show_in_store>1</show_in_store>
|
423 |
+
<frontend_type>select</frontend_type>
|
424 |
+
<source_model>pay_payment/source_paymentmethod_amex_active</source_model>
|
425 |
+
</active>
|
426 |
+
<title translate="label">
|
427 |
+
<depends>
|
428 |
+
<active>1</active>
|
429 |
+
</depends>
|
430 |
+
<label>Titel van de betaalmethode</label>
|
431 |
+
<frontend_type>text</frontend_type>
|
432 |
+
<sort_order>2</sort_order>
|
433 |
+
<show_in_default>1</show_in_default>
|
434 |
+
<show_in_website>1</show_in_website>
|
435 |
+
<show_in_store>1</show_in_store>
|
436 |
+
</title>
|
437 |
+
|
438 |
+
<sort_order translate="label">
|
439 |
+
<depends>
|
440 |
+
<active>1</active>
|
441 |
+
</depends>
|
442 |
+
<label>Betaalmethode sorteer volgorde</label>
|
443 |
+
<frontend_type>text</frontend_type>
|
444 |
+
<sort_order>4</sort_order>
|
445 |
+
<show_in_default>1</show_in_default>
|
446 |
+
<show_in_website>1</show_in_website>
|
447 |
+
<show_in_store>1</show_in_store>
|
448 |
+
</sort_order>
|
449 |
+
<min_order_total translate="label">
|
450 |
+
<depends>
|
451 |
+
<active>1</active>
|
452 |
+
</depends>
|
453 |
+
<label>Minimum bedrag</label>
|
454 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
455 |
+
<frontend_type>text</frontend_type>
|
456 |
+
<sort_order>5</sort_order>
|
457 |
+
<show_in_default>1</show_in_default>
|
458 |
+
<show_in_website>1</show_in_website>
|
459 |
+
<show_in_store>1</show_in_store>
|
460 |
+
</min_order_total>
|
461 |
+
<max_order_total translate="label">
|
462 |
+
<depends>
|
463 |
+
<active>1</active>
|
464 |
+
</depends>
|
465 |
+
<label>Maximum bedrag</label>
|
466 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
467 |
+
<frontend_type>text</frontend_type>
|
468 |
+
<sort_order>6</sort_order>
|
469 |
+
<show_in_default>1</show_in_default>
|
470 |
+
<show_in_website>1</show_in_website>
|
471 |
+
<show_in_store>1</show_in_store>
|
472 |
+
</max_order_total>
|
473 |
+
<allowspecific translate="label">
|
474 |
+
<depends>
|
475 |
+
<active>1</active>
|
476 |
+
</depends>
|
477 |
+
<label>Beschikbaarheid per land</label>
|
478 |
+
<frontend_type>allowspecific</frontend_type>
|
479 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
480 |
+
<sort_order>7</sort_order>
|
481 |
+
<show_in_default>1</show_in_default>
|
482 |
+
<show_in_website>1</show_in_website>
|
483 |
+
<show_in_store>1</show_in_store>
|
484 |
+
</allowspecific>
|
485 |
+
<specificcountry translate="label">
|
486 |
+
<depends>
|
487 |
+
<active>1</active>
|
488 |
+
<allowspecific>1</allowspecific>
|
489 |
+
</depends>
|
490 |
+
<label>Toegestane landen</label>
|
491 |
+
<frontend_type>multiselect</frontend_type>
|
492 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
493 |
+
<sort_order>8</sort_order>
|
494 |
+
<show_in_default>1</show_in_default>
|
495 |
+
<show_in_website>1</show_in_website>
|
496 |
+
<show_in_store>1</show_in_store>
|
497 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
498 |
+
</specificcountry>
|
499 |
+
<order_status translate="label">
|
500 |
+
<depends>
|
501 |
+
<active>1</active>
|
502 |
+
</depends>
|
503 |
+
<label>Nieuwe order status</label>
|
504 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
505 |
+
<frontend_type>select</frontend_type>
|
506 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
507 |
+
<sort_order>9</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 |
+
</order_status>
|
512 |
+
<order_status_success translate="label">
|
513 |
+
<depends>
|
514 |
+
<active>1</active>
|
515 |
+
</depends>
|
516 |
+
<label>Gelukt order status</label>
|
517 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
518 |
+
<frontend_type>select</frontend_type>
|
519 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
520 |
+
<sort_order>10</sort_order>
|
521 |
+
<show_in_default>1</show_in_default>
|
522 |
+
<show_in_website>1</show_in_website>
|
523 |
+
<show_in_store>1</show_in_store>
|
524 |
+
</order_status_success>
|
525 |
+
<charge_type translate="label">
|
526 |
+
<depends>
|
527 |
+
<active>1</active>
|
528 |
+
</depends>
|
529 |
+
<label>Extra kosten rekenen</label>
|
530 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
531 |
+
totaalbedrag of een vast bedrag
|
532 |
+
</comment>
|
533 |
+
<frontend_type>select</frontend_type>
|
534 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
535 |
+
<sort_order>200</sort_order>
|
536 |
+
<show_in_default>1</show_in_default>
|
537 |
+
<show_in_website>1</show_in_website>
|
538 |
+
<show_in_store>1</show_in_store>
|
539 |
+
</charge_type>
|
540 |
+
<charge_value translate="label">
|
541 |
+
<depends>
|
542 |
+
<active>1</active>
|
543 |
+
</depends>
|
544 |
+
<label>Extra kosten</label>
|
545 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
546 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
547 |
+
</comment>
|
548 |
+
<frontend_type>text</frontend_type>
|
549 |
+
<sort_order>201</sort_order>
|
550 |
+
<show_in_default>1</show_in_default>
|
551 |
+
<show_in_website>1</show_in_website>
|
552 |
+
<show_in_store>1</show_in_store>
|
553 |
+
</charge_value>
|
554 |
+
<charge_tax_class translate="label">
|
555 |
+
<depends>
|
556 |
+
<active>1</active>
|
557 |
+
</depends>
|
558 |
+
<label>Btw voor extra kosten</label>
|
559 |
+
<frontend_type>select</frontend_type>
|
560 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
561 |
+
<sort_order>202</sort_order>
|
562 |
+
<show_in_default>1</show_in_default>
|
563 |
+
<show_in_website>1</show_in_website>
|
564 |
+
<show_in_store>1</show_in_store>
|
565 |
+
</charge_tax_class>
|
566 |
+
<send_mail translate="label">
|
567 |
+
<depends>
|
568 |
+
<active>1</active>
|
569 |
+
</depends>
|
570 |
+
<label>Bevestigingsmail sturen</label>
|
571 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
572 |
+
<sort_order>300</sort_order>
|
573 |
+
<show_in_default>1</show_in_default>
|
574 |
+
<show_in_website>1</show_in_website>
|
575 |
+
<show_in_store>1</show_in_store>
|
576 |
+
<frontend_type>select</frontend_type>
|
577 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
578 |
+
</send_mail>
|
579 |
+
</fields>
|
580 |
+
</pay_payment_amex>
|
581 |
+
<pay_payment_billink translate="label" module="paygate">
|
582 |
+
<label>Pay.nl - Billink</label>
|
583 |
+
<model>pay_payment/Model_Paymentmethod_Billink</model>
|
584 |
+
<sort_order>1015</sort_order>
|
585 |
+
<show_in_default>1</show_in_default>
|
586 |
+
<show_in_website>1</show_in_website>
|
587 |
+
<show_in_store>1</show_in_store>
|
588 |
+
<fields>
|
589 |
+
<active translate="label">
|
590 |
+
<label>Actief</label>
|
591 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
592 |
+
<sort_order>1</sort_order>
|
593 |
+
<show_in_default>1</show_in_default>
|
594 |
+
<show_in_website>1</show_in_website>
|
595 |
+
<show_in_store>1</show_in_store>
|
596 |
+
<frontend_type>select</frontend_type>
|
597 |
+
<source_model>pay_payment/source_paymentmethod_billink_active</source_model>
|
598 |
+
</active>
|
599 |
+
<title translate="label">
|
600 |
+
<depends>
|
601 |
+
<active>1</active>
|
602 |
+
</depends>
|
603 |
+
<label>Titel van de betaalmethode</label>
|
604 |
+
<frontend_type>text</frontend_type>
|
605 |
+
<sort_order>2</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 |
+
</title>
|
610 |
+
|
611 |
+
<sort_order translate="label">
|
612 |
+
<depends>
|
613 |
+
<active>1</active>
|
614 |
+
</depends>
|
615 |
+
<label>Betaalmethode sorteer volgorde</label>
|
616 |
+
<frontend_type>text</frontend_type>
|
617 |
+
<sort_order>4</sort_order>
|
618 |
+
<show_in_default>1</show_in_default>
|
619 |
+
<show_in_website>1</show_in_website>
|
620 |
+
<show_in_store>1</show_in_store>
|
621 |
+
</sort_order>
|
622 |
+
<min_order_total translate="label">
|
623 |
+
<depends>
|
624 |
+
<active>1</active>
|
625 |
+
</depends>
|
626 |
+
<label>Minimum bedrag</label>
|
627 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
628 |
+
<frontend_type>text</frontend_type>
|
629 |
+
<sort_order>5</sort_order>
|
630 |
+
<show_in_default>1</show_in_default>
|
631 |
+
<show_in_website>1</show_in_website>
|
632 |
+
<show_in_store>1</show_in_store>
|
633 |
+
</min_order_total>
|
634 |
+
|
635 |
+
<max_order_total translate="label">
|
636 |
+
<depends>
|
637 |
+
<active>1</active>
|
638 |
+
</depends>
|
639 |
+
<label>Maximum bedrag</label>
|
640 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
641 |
+
<frontend_type>text</frontend_type>
|
642 |
+
<sort_order>6</sort_order>
|
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 |
+
</max_order_total>
|
647 |
+
<ask_data_personal translate="label">
|
648 |
+
<depends>
|
649 |
+
<active>1</active>
|
650 |
+
</depends>
|
651 |
+
<label>Persoonlijk inschakelen</label>
|
652 |
+
<comment>Geboortedatum vragen, zodat persoonlijke bestellingen rechtstreeks worden
|
653 |
+
doorgestuurd zonder tussenscherm
|
654 |
+
</comment>
|
655 |
+
<frontend_type>select</frontend_type>
|
656 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
657 |
+
<sort_order>7</sort_order>
|
658 |
+
<show_in_default>1</show_in_default>
|
659 |
+
<show_in_website>1</show_in_website>
|
660 |
+
<show_in_store>1</show_in_store>
|
661 |
+
</ask_data_personal>
|
662 |
+
<!-- <ask_data_business translate="label"> Uitgeschakeld, omdat de api deze nog niet accepteert
|
663 |
+
<depends>
|
664 |
+
<active>1</active>
|
665 |
+
</depends>
|
666 |
+
<label>Zakelijk inschakelen</label>
|
667 |
+
<comment>Bedrijfsgegven vragen, zodat zakelijke bestellingen rechtstreeks worden doorgestuurd zonder tussenscherm</comment>
|
668 |
+
<frontend_type>select</frontend_type>
|
669 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
670 |
+
<sort_order>8</sort_order>
|
671 |
+
<show_in_default>1</show_in_default>
|
672 |
+
<show_in_website>1</show_in_website>
|
673 |
+
<show_in_store>1</show_in_store>
|
674 |
+
</ask_data_business>-->
|
675 |
+
<allowspecific translate="label">
|
676 |
+
<depends>
|
677 |
+
<active>1</active>
|
678 |
+
</depends>
|
679 |
+
<label>Beschikbaarheid per land</label>
|
680 |
+
<frontend_type>allowspecific</frontend_type>
|
681 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
682 |
+
<sort_order>9</sort_order>
|
683 |
+
<show_in_default>1</show_in_default>
|
684 |
+
<show_in_website>1</show_in_website>
|
685 |
+
<show_in_store>1</show_in_store>
|
686 |
+
</allowspecific>
|
687 |
+
<specificcountry translate="label">
|
688 |
+
<depends>
|
689 |
+
<active>1</active>
|
690 |
+
<allowspecific>1</allowspecific>
|
691 |
+
</depends>
|
692 |
+
<label>Toegestane landen</label>
|
693 |
+
<frontend_type>multiselect</frontend_type>
|
694 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
695 |
+
<sort_order>10</sort_order>
|
696 |
+
<show_in_default>1</show_in_default>
|
697 |
+
<show_in_website>1</show_in_website>
|
698 |
+
<show_in_store>1</show_in_store>
|
699 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
700 |
+
</specificcountry>
|
701 |
+
<order_status translate="label">
|
702 |
+
<depends>
|
703 |
+
<active>1</active>
|
704 |
+
</depends>
|
705 |
+
<label>Nieuwe order status</label>
|
706 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
707 |
+
<frontend_type>select</frontend_type>
|
708 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
709 |
+
<sort_order>11</sort_order>
|
710 |
+
<show_in_default>1</show_in_default>
|
711 |
+
<show_in_website>1</show_in_website>
|
712 |
+
<show_in_store>1</show_in_store>
|
713 |
+
</order_status>
|
714 |
+
<order_status_success translate="label">
|
715 |
+
<depends>
|
716 |
+
<active>1</active>
|
717 |
+
</depends>
|
718 |
+
<label>Gelukt order status</label>
|
719 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
720 |
+
<frontend_type>select</frontend_type>
|
721 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
722 |
+
<sort_order>12</sort_order>
|
723 |
+
<show_in_default>1</show_in_default>
|
724 |
+
<show_in_website>1</show_in_website>
|
725 |
+
<show_in_store>1</show_in_store>
|
726 |
+
</order_status_success>
|
727 |
+
<charge_type translate="label">
|
728 |
+
<depends>
|
729 |
+
<active>1</active>
|
730 |
+
</depends>
|
731 |
+
<label>Extra kosten rekenen</label>
|
732 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
733 |
+
totaalbedrag of een vast bedrag
|
734 |
+
</comment>
|
735 |
+
<frontend_type>select</frontend_type>
|
736 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
737 |
+
<sort_order>200</sort_order>
|
738 |
+
<show_in_default>1</show_in_default>
|
739 |
+
<show_in_website>1</show_in_website>
|
740 |
+
<show_in_store>1</show_in_store>
|
741 |
+
</charge_type>
|
742 |
+
<charge_value translate="label">
|
743 |
+
<depends>
|
744 |
+
<active>1</active>
|
745 |
+
</depends>
|
746 |
+
<label>Extra kosten</label>
|
747 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
748 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
749 |
+
</comment>
|
750 |
+
<frontend_type>text</frontend_type>
|
751 |
+
<sort_order>201</sort_order>
|
752 |
+
<show_in_default>1</show_in_default>
|
753 |
+
<show_in_website>1</show_in_website>
|
754 |
+
<show_in_store>1</show_in_store>
|
755 |
+
</charge_value>
|
756 |
+
<charge_tax_class translate="label">
|
757 |
+
<depends>
|
758 |
+
<active>1</active>
|
759 |
+
</depends>
|
760 |
+
<label>Btw voor extra kosten</label>
|
761 |
+
<frontend_type>select</frontend_type>
|
762 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
763 |
+
<sort_order>202</sort_order>
|
764 |
+
<show_in_default>1</show_in_default>
|
765 |
+
<show_in_website>1</show_in_website>
|
766 |
+
<show_in_store>1</show_in_store>
|
767 |
+
</charge_tax_class>
|
768 |
+
<send_mail translate="label">
|
769 |
+
<depends>
|
770 |
+
<active>1</active>
|
771 |
+
</depends>
|
772 |
+
<label>Bevestigingsmail sturen</label>
|
773 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
774 |
+
<sort_order>300</sort_order>
|
775 |
+
<show_in_default>1</show_in_default>
|
776 |
+
<show_in_website>1</show_in_website>
|
777 |
+
<show_in_store>1</show_in_store>
|
778 |
+
<frontend_type>select</frontend_type>
|
779 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
780 |
+
</send_mail>
|
781 |
+
</fields>
|
782 |
+
</pay_payment_billink>
|
783 |
+
<pay_payment_bitcoin translate="label" module="paygate">
|
784 |
+
<label>Pay.nl - Bitcoin</label>
|
785 |
+
<model>pay_payment/Model_Paymentmethod_Bitcoin</model>
|
786 |
+
<sort_order>1020</sort_order>
|
787 |
+
<show_in_default>1</show_in_default>
|
788 |
+
<show_in_website>1</show_in_website>
|
789 |
+
<show_in_store>1</show_in_store>
|
790 |
+
<fields>
|
791 |
+
<active translate="label">
|
792 |
+
<label>Actief</label>
|
793 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
794 |
+
<sort_order>1</sort_order>
|
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 |
+
<frontend_type>select</frontend_type>
|
799 |
+
<source_model>pay_payment/source_paymentmethod_bitcoin_active</source_model>
|
800 |
+
</active>
|
801 |
+
<title translate="label">
|
802 |
+
<depends>
|
803 |
+
<active>1</active>
|
804 |
+
</depends>
|
805 |
+
<label>Titel van de betaalmethode</label>
|
806 |
+
<frontend_type>text</frontend_type>
|
807 |
+
<sort_order>2</sort_order>
|
808 |
+
<show_in_default>1</show_in_default>
|
809 |
+
<show_in_website>1</show_in_website>
|
810 |
+
<show_in_store>1</show_in_store>
|
811 |
+
</title>
|
812 |
+
|
813 |
+
<sort_order translate="label">
|
814 |
+
<depends>
|
815 |
+
<active>1</active>
|
816 |
+
</depends>
|
817 |
+
<label>Betaalmethode sorteer volgorde</label>
|
818 |
+
<frontend_type>text</frontend_type>
|
819 |
+
<sort_order>4</sort_order>
|
820 |
+
<show_in_default>1</show_in_default>
|
821 |
+
<show_in_website>1</show_in_website>
|
822 |
+
<show_in_store>1</show_in_store>
|
823 |
+
</sort_order>
|
824 |
+
<min_order_total translate="label">
|
825 |
+
<depends>
|
826 |
+
<active>1</active>
|
827 |
+
</depends>
|
828 |
+
<label>Minimum bedrag</label>
|
829 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
830 |
+
<frontend_type>text</frontend_type>
|
831 |
+
<sort_order>5</sort_order>
|
832 |
+
<show_in_default>1</show_in_default>
|
833 |
+
<show_in_website>1</show_in_website>
|
834 |
+
<show_in_store>1</show_in_store>
|
835 |
+
</min_order_total>
|
836 |
+
<max_order_total translate="label">
|
837 |
+
<depends>
|
838 |
+
<active>1</active>
|
839 |
+
</depends>
|
840 |
+
<label>Maximum bedrag</label>
|
841 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
842 |
+
<frontend_type>text</frontend_type>
|
843 |
+
<sort_order>6</sort_order>
|
844 |
+
<show_in_default>1</show_in_default>
|
845 |
+
<show_in_website>1</show_in_website>
|
846 |
+
<show_in_store>1</show_in_store>
|
847 |
+
</max_order_total>
|
848 |
+
<allowspecific translate="label">
|
849 |
+
<depends>
|
850 |
+
<active>1</active>
|
851 |
+
</depends>
|
852 |
+
<label>Beschikbaarheid per land</label>
|
853 |
+
<frontend_type>allowspecific</frontend_type>
|
854 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
855 |
+
<sort_order>7</sort_order>
|
856 |
+
<show_in_default>1</show_in_default>
|
857 |
+
<show_in_website>1</show_in_website>
|
858 |
+
<show_in_store>1</show_in_store>
|
859 |
+
</allowspecific>
|
860 |
+
<specificcountry translate="label">
|
861 |
+
<depends>
|
862 |
+
<active>1</active>
|
863 |
+
<allowspecific>1</allowspecific>
|
864 |
+
</depends>
|
865 |
+
<label>Toegestane landen</label>
|
866 |
+
<frontend_type>multiselect</frontend_type>
|
867 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
868 |
+
<sort_order>8</sort_order>
|
869 |
+
<show_in_default>1</show_in_default>
|
870 |
+
<show_in_website>1</show_in_website>
|
871 |
+
<show_in_store>1</show_in_store>
|
872 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
873 |
+
</specificcountry>
|
874 |
+
<order_status translate="label">
|
875 |
+
<depends>
|
876 |
+
<active>1</active>
|
877 |
+
</depends>
|
878 |
+
<label>Nieuwe order status</label>
|
879 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
880 |
+
<frontend_type>select</frontend_type>
|
881 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
882 |
+
<sort_order>9</sort_order>
|
883 |
+
<show_in_default>1</show_in_default>
|
884 |
+
<show_in_website>1</show_in_website>
|
885 |
+
<show_in_store>1</show_in_store>
|
886 |
+
</order_status>
|
887 |
+
<order_status_success translate="label">
|
888 |
+
<depends>
|
889 |
+
<active>1</active>
|
890 |
+
</depends>
|
891 |
+
<label>Gelukt order status</label>
|
892 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
893 |
+
<frontend_type>select</frontend_type>
|
894 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
895 |
+
<sort_order>10</sort_order>
|
896 |
+
<show_in_default>1</show_in_default>
|
897 |
+
<show_in_website>1</show_in_website>
|
898 |
+
<show_in_store>1</show_in_store>
|
899 |
+
</order_status_success>
|
900 |
+
<charge_type translate="label">
|
901 |
+
<depends>
|
902 |
+
<active>1</active>
|
903 |
+
</depends>
|
904 |
+
<label>Extra kosten rekenen</label>
|
905 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
906 |
+
totaalbedrag of een vast bedrag
|
907 |
+
</comment>
|
908 |
+
<frontend_type>select</frontend_type>
|
909 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
910 |
+
<sort_order>200</sort_order>
|
911 |
+
<show_in_default>1</show_in_default>
|
912 |
+
<show_in_website>1</show_in_website>
|
913 |
+
<show_in_store>1</show_in_store>
|
914 |
+
</charge_type>
|
915 |
+
<charge_value translate="label">
|
916 |
+
<depends>
|
917 |
+
<active>1</active>
|
918 |
+
</depends>
|
919 |
+
<label>Extra kosten</label>
|
920 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
921 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
922 |
+
</comment>
|
923 |
+
<frontend_type>text</frontend_type>
|
924 |
+
<sort_order>201</sort_order>
|
925 |
+
<show_in_default>1</show_in_default>
|
926 |
+
<show_in_website>1</show_in_website>
|
927 |
+
<show_in_store>1</show_in_store>
|
928 |
+
</charge_value>
|
929 |
+
<charge_tax_class translate="label">
|
930 |
+
<depends>
|
931 |
+
<active>1</active>
|
932 |
+
</depends>
|
933 |
+
<label>Btw voor extra kosten</label>
|
934 |
+
<frontend_type>select</frontend_type>
|
935 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
936 |
+
<sort_order>202</sort_order>
|
937 |
+
<show_in_default>1</show_in_default>
|
938 |
+
<show_in_website>1</show_in_website>
|
939 |
+
<show_in_store>1</show_in_store>
|
940 |
+
</charge_tax_class>
|
941 |
+
<send_mail translate="label">
|
942 |
+
<depends>
|
943 |
+
<active>1</active>
|
944 |
+
</depends>
|
945 |
+
<label>Bevestigingsmail sturen</label>
|
946 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
947 |
+
<sort_order>300</sort_order>
|
948 |
+
<show_in_default>1</show_in_default>
|
949 |
+
<show_in_website>1</show_in_website>
|
950 |
+
<show_in_store>1</show_in_store>
|
951 |
+
<frontend_type>select</frontend_type>
|
952 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
953 |
+
</send_mail>
|
954 |
+
</fields>
|
955 |
+
</pay_payment_bitcoin>
|
956 |
+
<pay_payment_cartebleue translate="label" module="paygate">
|
957 |
+
<label>Pay.nl - Cartebleue</label>
|
958 |
+
<model>pay_payment/Model_Paymentmethod_Cartebleue</model>
|
959 |
+
<sort_order>1030</sort_order>
|
960 |
+
<show_in_default>1</show_in_default>
|
961 |
+
<show_in_website>1</show_in_website>
|
962 |
+
<show_in_store>1</show_in_store>
|
963 |
+
<fields>
|
964 |
+
<active translate="label">
|
965 |
+
<label>Actief</label>
|
966 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
967 |
+
<sort_order>1</sort_order>
|
968 |
+
<show_in_default>1</show_in_default>
|
969 |
+
<show_in_website>1</show_in_website>
|
970 |
+
<show_in_store>1</show_in_store>
|
971 |
+
<frontend_type>select</frontend_type>
|
972 |
+
<source_model>pay_payment/source_paymentmethod_cartebleue_active</source_model>
|
973 |
+
</active>
|
974 |
+
<title translate="label">
|
975 |
+
<depends>
|
976 |
+
<active>1</active>
|
977 |
+
</depends>
|
978 |
+
<label>Titel van de betaalmethode</label>
|
979 |
+
<frontend_type>text</frontend_type>
|
980 |
+
<sort_order>2</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 |
+
</title>
|
985 |
+
|
986 |
+
<sort_order translate="label">
|
987 |
+
<depends>
|
988 |
+
<active>1</active>
|
989 |
+
</depends>
|
990 |
+
<label>Betaalmethode sorteer volgorde</label>
|
991 |
+
<frontend_type>text</frontend_type>
|
992 |
+
<sort_order>4</sort_order>
|
993 |
+
<show_in_default>1</show_in_default>
|
994 |
+
<show_in_website>1</show_in_website>
|
995 |
+
<show_in_store>1</show_in_store>
|
996 |
+
</sort_order>
|
997 |
+
<min_order_total translate="label">
|
998 |
+
<depends>
|
999 |
+
<active>1</active>
|
1000 |
+
</depends>
|
1001 |
+
<label>Minimum bedrag</label>
|
1002 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1003 |
+
<frontend_type>text</frontend_type>
|
1004 |
+
<sort_order>5</sort_order>
|
1005 |
+
<show_in_default>1</show_in_default>
|
1006 |
+
<show_in_website>1</show_in_website>
|
1007 |
+
<show_in_store>1</show_in_store>
|
1008 |
+
</min_order_total>
|
1009 |
+
<max_order_total translate="label">
|
1010 |
+
<depends>
|
1011 |
+
<active>1</active>
|
1012 |
+
</depends>
|
1013 |
+
<label>Maximum bedrag</label>
|
1014 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1015 |
+
<frontend_type>text</frontend_type>
|
1016 |
+
<sort_order>6</sort_order>
|
1017 |
+
<show_in_default>1</show_in_default>
|
1018 |
+
<show_in_website>1</show_in_website>
|
1019 |
+
<show_in_store>1</show_in_store>
|
1020 |
+
</max_order_total>
|
1021 |
+
<allowspecific translate="label">
|
1022 |
+
<depends>
|
1023 |
+
<active>1</active>
|
1024 |
+
</depends>
|
1025 |
+
<label>Beschikbaarheid per land</label>
|
1026 |
+
<frontend_type>allowspecific</frontend_type>
|
1027 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1028 |
+
<sort_order>7</sort_order>
|
1029 |
+
<show_in_default>1</show_in_default>
|
1030 |
+
<show_in_website>1</show_in_website>
|
1031 |
+
<show_in_store>1</show_in_store>
|
1032 |
+
</allowspecific>
|
1033 |
+
<specificcountry translate="label">
|
1034 |
+
<depends>
|
1035 |
+
<active>1</active>
|
1036 |
+
<allowspecific>1</allowspecific>
|
1037 |
+
</depends>
|
1038 |
+
<label>Toegestane landen</label>
|
1039 |
+
<frontend_type>multiselect</frontend_type>
|
1040 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1041 |
+
<sort_order>8</sort_order>
|
1042 |
+
<show_in_default>1</show_in_default>
|
1043 |
+
<show_in_website>1</show_in_website>
|
1044 |
+
<show_in_store>1</show_in_store>
|
1045 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1046 |
+
</specificcountry>
|
1047 |
+
<order_status translate="label">
|
1048 |
+
<depends>
|
1049 |
+
<active>1</active>
|
1050 |
+
</depends>
|
1051 |
+
<label>Nieuwe order status</label>
|
1052 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
1053 |
+
<frontend_type>select</frontend_type>
|
1054 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
1055 |
+
<sort_order>9</sort_order>
|
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 |
+
</order_status>
|
1060 |
+
<order_status_success translate="label">
|
1061 |
+
<depends>
|
1062 |
+
<active>1</active>
|
1063 |
+
</depends>
|
1064 |
+
<label>Gelukt order status</label>
|
1065 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
1066 |
+
<frontend_type>select</frontend_type>
|
1067 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
1068 |
+
<sort_order>10</sort_order>
|
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 |
+
</order_status_success>
|
1073 |
+
<charge_type translate="label">
|
1074 |
+
<depends>
|
1075 |
+
<active>1</active>
|
1076 |
+
</depends>
|
1077 |
+
<label>Extra kosten rekenen</label>
|
1078 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
1079 |
+
totaalbedrag of een vast bedrag
|
1080 |
+
</comment>
|
1081 |
+
<frontend_type>select</frontend_type>
|
1082 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
1083 |
+
<sort_order>200</sort_order>
|
1084 |
+
<show_in_default>1</show_in_default>
|
1085 |
+
<show_in_website>1</show_in_website>
|
1086 |
+
<show_in_store>1</show_in_store>
|
1087 |
+
</charge_type>
|
1088 |
+
<charge_value translate="label">
|
1089 |
+
<depends>
|
1090 |
+
<active>1</active>
|
1091 |
+
</depends>
|
1092 |
+
<label>Extra kosten</label>
|
1093 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
1094 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
1095 |
+
</comment>
|
1096 |
+
<frontend_type>text</frontend_type>
|
1097 |
+
<sort_order>201</sort_order>
|
1098 |
+
<show_in_default>1</show_in_default>
|
1099 |
+
<show_in_website>1</show_in_website>
|
1100 |
+
<show_in_store>1</show_in_store>
|
1101 |
+
</charge_value>
|
1102 |
+
<charge_tax_class translate="label">
|
1103 |
+
<depends>
|
1104 |
+
<active>1</active>
|
1105 |
+
</depends>
|
1106 |
+
<label>Btw voor extra kosten</label>
|
1107 |
+
<frontend_type>select</frontend_type>
|
1108 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
1109 |
+
<sort_order>202</sort_order>
|
1110 |
+
<show_in_default>1</show_in_default>
|
1111 |
+
<show_in_website>1</show_in_website>
|
1112 |
+
<show_in_store>1</show_in_store>
|
1113 |
+
</charge_tax_class>
|
1114 |
+
<send_mail translate="label">
|
1115 |
+
<depends>
|
1116 |
+
<active>1</active>
|
1117 |
+
</depends>
|
1118 |
+
<label>Bevestigingsmail sturen</label>
|
1119 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
1120 |
+
<sort_order>300</sort_order>
|
1121 |
+
<show_in_default>1</show_in_default>
|
1122 |
+
<show_in_website>1</show_in_website>
|
1123 |
+
<show_in_store>1</show_in_store>
|
1124 |
+
<frontend_type>select</frontend_type>
|
1125 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
1126 |
+
</send_mail>
|
1127 |
+
</fields>
|
1128 |
+
</pay_payment_cartebleue>
|
1129 |
+
<pay_payment_clickandbuy translate="label" module="paygate">
|
1130 |
+
<label>Pay.nl - ClickAndBuy</label>
|
1131 |
+
<model>pay_payment/Model_Paymentmethod_Clickandbuy</model>
|
1132 |
+
<sort_order>1040</sort_order>
|
1133 |
+
<show_in_default>1</show_in_default>
|
1134 |
+
<show_in_website>1</show_in_website>
|
1135 |
+
<show_in_store>1</show_in_store>
|
1136 |
+
<fields>
|
1137 |
+
<active translate="label">
|
1138 |
+
<label>Actief</label>
|
1139 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
1140 |
+
<sort_order>1</sort_order>
|
1141 |
+
<show_in_default>1</show_in_default>
|
1142 |
+
<show_in_website>1</show_in_website>
|
1143 |
+
<show_in_store>1</show_in_store>
|
1144 |
+
<frontend_type>select</frontend_type>
|
1145 |
+
<source_model>pay_payment/source_paymentmethod_clickandbuy_active</source_model>
|
1146 |
+
</active>
|
1147 |
+
<title translate="label">
|
1148 |
+
<depends>
|
1149 |
+
<active>1</active>
|
1150 |
+
</depends>
|
1151 |
+
<label>Titel van de betaalmethode</label>
|
1152 |
+
<frontend_type>text</frontend_type>
|
1153 |
+
<sort_order>2</sort_order>
|
1154 |
+
<show_in_default>1</show_in_default>
|
1155 |
+
<show_in_website>1</show_in_website>
|
1156 |
+
<show_in_store>1</show_in_store>
|
1157 |
+
</title>
|
1158 |
+
|
1159 |
+
<sort_order translate="label">
|
1160 |
+
<depends>
|
1161 |
+
<active>1</active>
|
1162 |
+
</depends>
|
1163 |
+
<label>Betaalmethode sorteer volgorde</label>
|
1164 |
+
<frontend_type>text</frontend_type>
|
1165 |
+
<sort_order>4</sort_order>
|
1166 |
+
<show_in_default>1</show_in_default>
|
1167 |
+
<show_in_website>1</show_in_website>
|
1168 |
+
<show_in_store>1</show_in_store>
|
1169 |
+
</sort_order>
|
1170 |
+
<min_order_total translate="label">
|
1171 |
+
<depends>
|
1172 |
+
<active>1</active>
|
1173 |
+
</depends>
|
1174 |
+
<label>Minimum bedrag</label>
|
1175 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1176 |
+
<frontend_type>text</frontend_type>
|
1177 |
+
<sort_order>5</sort_order>
|
1178 |
+
<show_in_default>1</show_in_default>
|
1179 |
+
<show_in_website>1</show_in_website>
|
1180 |
+
<show_in_store>1</show_in_store>
|
1181 |
+
</min_order_total>
|
1182 |
+
<max_order_total translate="label">
|
1183 |
+
<depends>
|
1184 |
+
<active>1</active>
|
1185 |
+
</depends>
|
1186 |
+
<label>Maximum bedrag</label>
|
1187 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1188 |
+
<frontend_type>text</frontend_type>
|
1189 |
+
<sort_order>6</sort_order>
|
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 |
+
</max_order_total>
|
1194 |
+
<allowspecific translate="label">
|
1195 |
+
<depends>
|
1196 |
+
<active>1</active>
|
1197 |
+
</depends>
|
1198 |
+
<label>Beschikbaarheid per land</label>
|
1199 |
+
<frontend_type>allowspecific</frontend_type>
|
1200 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1201 |
+
<sort_order>7</sort_order>
|
1202 |
+
<show_in_default>1</show_in_default>
|
1203 |
+
<show_in_website>1</show_in_website>
|
1204 |
+
<show_in_store>1</show_in_store>
|
1205 |
+
</allowspecific>
|
1206 |
+
<specificcountry translate="label">
|
1207 |
+
<depends>
|
1208 |
+
<active>1</active>
|
1209 |
+
<allowspecific>1</allowspecific>
|
1210 |
+
</depends>
|
1211 |
+
<label>Toegestane landen</label>
|
1212 |
+
<frontend_type>multiselect</frontend_type>
|
1213 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1214 |
+
<sort_order>8</sort_order>
|
1215 |
+
<show_in_default>1</show_in_default>
|
1216 |
+
<show_in_website>1</show_in_website>
|
1217 |
+
<show_in_store>1</show_in_store>
|
1218 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1219 |
+
</specificcountry>
|
1220 |
+
<order_status translate="label">
|
1221 |
+
<depends>
|
1222 |
+
<active>1</active>
|
1223 |
+
</depends>
|
1224 |
+
<label>Nieuwe order status</label>
|
1225 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
1226 |
+
<frontend_type>select</frontend_type>
|
1227 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
1228 |
+
<sort_order>9</sort_order>
|
1229 |
+
<show_in_default>1</show_in_default>
|
1230 |
+
<show_in_website>1</show_in_website>
|
1231 |
+
<show_in_store>1</show_in_store>
|
1232 |
+
</order_status>
|
1233 |
+
<order_status_success translate="label">
|
1234 |
+
<depends>
|
1235 |
+
<active>1</active>
|
1236 |
+
</depends>
|
1237 |
+
<label>Gelukt order status</label>
|
1238 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
1239 |
+
<frontend_type>select</frontend_type>
|
1240 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
1241 |
+
<sort_order>10</sort_order>
|
1242 |
+
<show_in_default>1</show_in_default>
|
1243 |
+
<show_in_website>1</show_in_website>
|
1244 |
+
<show_in_store>1</show_in_store>
|
1245 |
+
</order_status_success>
|
1246 |
+
<charge_type translate="label">
|
1247 |
+
<depends>
|
1248 |
+
<active>1</active>
|
1249 |
+
</depends>
|
1250 |
+
<label>Extra kosten rekenen</label>
|
1251 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
1252 |
+
totaalbedrag of een vast bedrag
|
1253 |
+
</comment>
|
1254 |
+
<frontend_type>select</frontend_type>
|
1255 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
1256 |
+
<sort_order>200</sort_order>
|
1257 |
+
<show_in_default>1</show_in_default>
|
1258 |
+
<show_in_website>1</show_in_website>
|
1259 |
+
<show_in_store>1</show_in_store>
|
1260 |
+
</charge_type>
|
1261 |
+
<charge_value translate="label">
|
1262 |
+
<depends>
|
1263 |
+
<active>1</active>
|
1264 |
+
</depends>
|
1265 |
+
<label>Extra kosten</label>
|
1266 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
1267 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
1268 |
+
</comment>
|
1269 |
+
<frontend_type>text</frontend_type>
|
1270 |
+
<sort_order>201</sort_order>
|
1271 |
+
<show_in_default>1</show_in_default>
|
1272 |
+
<show_in_website>1</show_in_website>
|
1273 |
+
<show_in_store>1</show_in_store>
|
1274 |
+
</charge_value>
|
1275 |
+
<charge_tax_class translate="label">
|
1276 |
+
<depends>
|
1277 |
+
<active>1</active>
|
1278 |
+
</depends>
|
1279 |
+
<label>Btw voor extra kosten</label>
|
1280 |
+
<frontend_type>select</frontend_type>
|
1281 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
1282 |
+
<sort_order>202</sort_order>
|
1283 |
+
<show_in_default>1</show_in_default>
|
1284 |
+
<show_in_website>1</show_in_website>
|
1285 |
+
<show_in_store>1</show_in_store>
|
1286 |
+
</charge_tax_class>
|
1287 |
+
<send_mail translate="label">
|
1288 |
+
<depends>
|
1289 |
+
<active>1</active>
|
1290 |
+
</depends>
|
1291 |
+
<label>Bevestigingsmail sturen</label>
|
1292 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
1293 |
+
<sort_order>300</sort_order>
|
1294 |
+
<show_in_default>1</show_in_default>
|
1295 |
+
<show_in_website>1</show_in_website>
|
1296 |
+
<show_in_store>1</show_in_store>
|
1297 |
+
<frontend_type>select</frontend_type>
|
1298 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
1299 |
+
</send_mail>
|
1300 |
+
</fields>
|
1301 |
+
</pay_payment_clickandbuy>
|
1302 |
+
<pay_payment_ebon translate="label" module="paygate">
|
1303 |
+
<label>Pay.nl - E-bon</label>
|
1304 |
+
<model>pay_payment/Model_Paymentmethod_Ebon</model>
|
1305 |
+
<sort_order>1050</sort_order>
|
1306 |
+
<show_in_default>1</show_in_default>
|
1307 |
+
<show_in_website>1</show_in_website>
|
1308 |
+
<show_in_store>1</show_in_store>
|
1309 |
+
<fields>
|
1310 |
+
<active translate="label">
|
1311 |
+
<label>Actief</label>
|
1312 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
1313 |
+
<sort_order>1</sort_order>
|
1314 |
+
<show_in_default>1</show_in_default>
|
1315 |
+
<show_in_website>1</show_in_website>
|
1316 |
+
<show_in_store>1</show_in_store>
|
1317 |
+
<frontend_type>select</frontend_type>
|
1318 |
+
<source_model>pay_payment/source_paymentmethod_ebon_active</source_model>
|
1319 |
+
</active>
|
1320 |
+
<title translate="label">
|
1321 |
+
<depends>
|
1322 |
+
<active>1</active>
|
1323 |
+
</depends>
|
1324 |
+
<label>Titel van de betaalmethode</label>
|
1325 |
+
<frontend_type>text</frontend_type>
|
1326 |
+
<sort_order>2</sort_order>
|
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 |
+
</title>
|
1331 |
+
|
1332 |
+
<sort_order translate="label">
|
1333 |
+
<depends>
|
1334 |
+
<active>1</active>
|
1335 |
+
</depends>
|
1336 |
+
<label>Betaalmethode sorteer volgorde</label>
|
1337 |
+
<frontend_type>text</frontend_type>
|
1338 |
+
<sort_order>4</sort_order>
|
1339 |
+
<show_in_default>1</show_in_default>
|
1340 |
+
<show_in_website>1</show_in_website>
|
1341 |
+
<show_in_store>1</show_in_store>
|
1342 |
+
</sort_order>
|
1343 |
+
<min_order_total translate="label">
|
1344 |
+
<depends>
|
1345 |
+
<active>1</active>
|
1346 |
+
</depends>
|
1347 |
+
<label>Minimum bedrag</label>
|
1348 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1349 |
+
<frontend_type>text</frontend_type>
|
1350 |
+
<sort_order>5</sort_order>
|
1351 |
+
<show_in_default>1</show_in_default>
|
1352 |
+
<show_in_website>1</show_in_website>
|
1353 |
+
<show_in_store>1</show_in_store>
|
1354 |
+
</min_order_total>
|
1355 |
+
<max_order_total translate="label">
|
1356 |
+
<depends>
|
1357 |
+
<active>1</active>
|
1358 |
+
</depends>
|
1359 |
+
<label>Maximum bedrag</label>
|
1360 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1361 |
+
<frontend_type>text</frontend_type>
|
1362 |
+
<sort_order>6</sort_order>
|
1363 |
+
<show_in_default>1</show_in_default>
|
1364 |
+
<show_in_website>1</show_in_website>
|
1365 |
+
<show_in_store>1</show_in_store>
|
1366 |
+
</max_order_total>
|
1367 |
+
<allowspecific translate="label">
|
1368 |
+
<depends>
|
1369 |
+
<active>1</active>
|
1370 |
+
</depends>
|
1371 |
+
<label>Beschikbaarheid per land</label>
|
1372 |
+
<frontend_type>allowspecific</frontend_type>
|
1373 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1374 |
+
<sort_order>7</sort_order>
|
1375 |
+
<show_in_default>1</show_in_default>
|
1376 |
+
<show_in_website>1</show_in_website>
|
1377 |
+
<show_in_store>1</show_in_store>
|
1378 |
+
</allowspecific>
|
1379 |
+
<specificcountry translate="label">
|
1380 |
+
<depends>
|
1381 |
+
<active>1</active>
|
1382 |
+
<allowspecific>1</allowspecific>
|
1383 |
+
</depends>
|
1384 |
+
<label>Toegestane landen</label>
|
1385 |
+
<frontend_type>multiselect</frontend_type>
|
1386 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1387 |
+
<sort_order>8</sort_order>
|
1388 |
+
<show_in_default>1</show_in_default>
|
1389 |
+
<show_in_website>1</show_in_website>
|
1390 |
+
<show_in_store>1</show_in_store>
|
1391 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1392 |
+
</specificcountry>
|
1393 |
+
<order_status translate="label">
|
1394 |
+
<depends>
|
1395 |
+
<active>1</active>
|
1396 |
+
</depends>
|
1397 |
+
<label>Nieuwe order status</label>
|
1398 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
1399 |
+
<frontend_type>select</frontend_type>
|
1400 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
1401 |
+
<sort_order>9</sort_order>
|
1402 |
+
<show_in_default>1</show_in_default>
|
1403 |
+
<show_in_website>1</show_in_website>
|
1404 |
+
<show_in_store>1</show_in_store>
|
1405 |
+
</order_status>
|
1406 |
+
<order_status_success translate="label">
|
1407 |
+
<depends>
|
1408 |
+
<active>1</active>
|
1409 |
+
</depends>
|
1410 |
+
<label>Gelukt order status</label>
|
1411 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
1412 |
+
<frontend_type>select</frontend_type>
|
1413 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
1414 |
+
<sort_order>10</sort_order>
|
1415 |
+
<show_in_default>1</show_in_default>
|
1416 |
+
<show_in_website>1</show_in_website>
|
1417 |
+
<show_in_store>1</show_in_store>
|
1418 |
+
</order_status_success>
|
1419 |
+
<charge_type translate="label">
|
1420 |
+
<depends>
|
1421 |
+
<active>1</active>
|
1422 |
+
</depends>
|
1423 |
+
<label>Extra kosten rekenen</label>
|
1424 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
1425 |
+
totaalbedrag of een vast bedrag
|
1426 |
+
</comment>
|
1427 |
+
<frontend_type>select</frontend_type>
|
1428 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
1429 |
+
<sort_order>200</sort_order>
|
1430 |
+
<show_in_default>1</show_in_default>
|
1431 |
+
<show_in_website>1</show_in_website>
|
1432 |
+
<show_in_store>1</show_in_store>
|
1433 |
+
</charge_type>
|
1434 |
+
<charge_value translate="label">
|
1435 |
+
<depends>
|
1436 |
+
<active>1</active>
|
1437 |
+
</depends>
|
1438 |
+
<label>Extra kosten</label>
|
1439 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
1440 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
1441 |
+
</comment>
|
1442 |
+
<frontend_type>text</frontend_type>
|
1443 |
+
<sort_order>201</sort_order>
|
1444 |
+
<show_in_default>1</show_in_default>
|
1445 |
+
<show_in_website>1</show_in_website>
|
1446 |
+
<show_in_store>1</show_in_store>
|
1447 |
+
</charge_value>
|
1448 |
+
<charge_tax_class translate="label">
|
1449 |
+
<depends>
|
1450 |
+
<active>1</active>
|
1451 |
+
</depends>
|
1452 |
+
<label>Btw voor extra kosten</label>
|
1453 |
+
<frontend_type>select</frontend_type>
|
1454 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
1455 |
+
<sort_order>202</sort_order>
|
1456 |
+
<show_in_default>1</show_in_default>
|
1457 |
+
<show_in_website>1</show_in_website>
|
1458 |
+
<show_in_store>1</show_in_store>
|
1459 |
+
</charge_tax_class>
|
1460 |
+
<send_mail translate="label">
|
1461 |
+
<depends>
|
1462 |
+
<active>1</active>
|
1463 |
+
</depends>
|
1464 |
+
<label>Bevestigingsmail sturen</label>
|
1465 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
1466 |
+
<sort_order>300</sort_order>
|
1467 |
+
<show_in_default>1</show_in_default>
|
1468 |
+
<show_in_website>1</show_in_website>
|
1469 |
+
<show_in_store>1</show_in_store>
|
1470 |
+
<frontend_type>select</frontend_type>
|
1471 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
1472 |
+
</send_mail>
|
1473 |
+
</fields>
|
1474 |
+
</pay_payment_ebon>
|
1475 |
+
<pay_payment_fashioncheque translate="label" module="paygate">
|
1476 |
+
<label>Pay.nl - Fashioncheque</label>
|
1477 |
+
<model>pay_payment/Model_Paymentmethod_Fashioncheque</model>
|
1478 |
+
<sort_order>1055</sort_order>
|
1479 |
+
<show_in_default>1</show_in_default>
|
1480 |
+
<show_in_website>1</show_in_website>
|
1481 |
+
<show_in_store>1</show_in_store>
|
1482 |
+
<fields>
|
1483 |
+
<active translate="label">
|
1484 |
+
<label>Actief</label>
|
1485 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
1486 |
+
<sort_order>1</sort_order>
|
1487 |
+
<show_in_default>1</show_in_default>
|
1488 |
+
<show_in_website>1</show_in_website>
|
1489 |
+
<show_in_store>1</show_in_store>
|
1490 |
+
<frontend_type>select</frontend_type>
|
1491 |
+
<source_model>pay_payment/source_paymentmethod_fashioncheque_active</source_model>
|
1492 |
+
</active>
|
1493 |
+
<title translate="label">
|
1494 |
+
<depends>
|
1495 |
+
<active>1</active>
|
1496 |
+
</depends>
|
1497 |
+
<label>Titel van de betaalmethode</label>
|
1498 |
+
<frontend_type>text</frontend_type>
|
1499 |
+
<sort_order>2</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>
|
1503 |
+
</title>
|
1504 |
+
|
1505 |
+
<sort_order translate="label">
|
1506 |
+
<depends>
|
1507 |
+
<active>1</active>
|
1508 |
+
</depends>
|
1509 |
+
<label>Betaalmethode sorteer volgorde</label>
|
1510 |
+
<frontend_type>text</frontend_type>
|
1511 |
+
<sort_order>4</sort_order>
|
1512 |
+
<show_in_default>1</show_in_default>
|
1513 |
+
<show_in_website>1</show_in_website>
|
1514 |
+
<show_in_store>1</show_in_store>
|
1515 |
+
</sort_order>
|
1516 |
+
<min_order_total translate="label">
|
1517 |
+
<depends>
|
1518 |
+
<active>1</active>
|
1519 |
+
</depends>
|
1520 |
+
<label>Minimum bedrag</label>
|
1521 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1522 |
+
<frontend_type>text</frontend_type>
|
1523 |
+
<sort_order>5</sort_order>
|
1524 |
+
<show_in_default>1</show_in_default>
|
1525 |
+
<show_in_website>1</show_in_website>
|
1526 |
+
<show_in_store>1</show_in_store>
|
1527 |
+
</min_order_total>
|
1528 |
+
<max_order_total translate="label">
|
1529 |
+
<depends>
|
1530 |
+
<active>1</active>
|
1531 |
+
</depends>
|
1532 |
+
<label>Maximum bedrag</label>
|
1533 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1534 |
+
<frontend_type>text</frontend_type>
|
1535 |
+
<sort_order>6</sort_order>
|
1536 |
+
<show_in_default>1</show_in_default>
|
1537 |
+
<show_in_website>1</show_in_website>
|
1538 |
+
<show_in_store>1</show_in_store>
|
1539 |
+
</max_order_total>
|
1540 |
+
<allowspecific translate="label">
|
1541 |
+
<depends>
|
1542 |
+
<active>1</active>
|
1543 |
+
</depends>
|
1544 |
+
<label>Beschikbaarheid per land</label>
|
1545 |
+
<frontend_type>allowspecific</frontend_type>
|
1546 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1547 |
+
<sort_order>7</sort_order>
|
1548 |
+
<show_in_default>1</show_in_default>
|
1549 |
+
<show_in_website>1</show_in_website>
|
1550 |
+
<show_in_store>1</show_in_store>
|
1551 |
+
</allowspecific>
|
1552 |
+
<specificcountry translate="label">
|
1553 |
+
<depends>
|
1554 |
+
<active>1</active>
|
1555 |
+
<allowspecific>1</allowspecific>
|
1556 |
+
</depends>
|
1557 |
+
<label>Toegestane landen</label>
|
1558 |
+
<frontend_type>multiselect</frontend_type>
|
1559 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1560 |
+
<sort_order>8</sort_order>
|
1561 |
+
<show_in_default>1</show_in_default>
|
1562 |
+
<show_in_website>1</show_in_website>
|
1563 |
+
<show_in_store>1</show_in_store>
|
1564 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1565 |
+
</specificcountry>
|
1566 |
+
<order_status translate="label">
|
1567 |
+
<depends>
|
1568 |
+
<active>1</active>
|
1569 |
+
</depends>
|
1570 |
+
<label>Nieuwe order status</label>
|
1571 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
1572 |
+
<frontend_type>select</frontend_type>
|
1573 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
1574 |
+
<sort_order>9</sort_order>
|
1575 |
+
<show_in_default>1</show_in_default>
|
1576 |
+
<show_in_website>1</show_in_website>
|
1577 |
+
<show_in_store>1</show_in_store>
|
1578 |
+
</order_status>
|
1579 |
+
<order_status_success translate="label">
|
1580 |
+
<depends>
|
1581 |
+
<active>1</active>
|
1582 |
+
</depends>
|
1583 |
+
<label>Gelukt order status</label>
|
1584 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
1585 |
+
<frontend_type>select</frontend_type>
|
1586 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
1587 |
+
<sort_order>10</sort_order>
|
1588 |
+
<show_in_default>1</show_in_default>
|
1589 |
+
<show_in_website>1</show_in_website>
|
1590 |
+
<show_in_store>1</show_in_store>
|
1591 |
+
</order_status_success>
|
1592 |
+
<charge_type translate="label">
|
1593 |
+
<depends>
|
1594 |
+
<active>1</active>
|
1595 |
+
</depends>
|
1596 |
+
<label>Extra kosten rekenen</label>
|
1597 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
1598 |
+
totaalbedrag of een vast bedrag
|
1599 |
+
</comment>
|
1600 |
+
<frontend_type>select</frontend_type>
|
1601 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
1602 |
+
<sort_order>200</sort_order>
|
1603 |
+
<show_in_default>1</show_in_default>
|
1604 |
+
<show_in_website>1</show_in_website>
|
1605 |
+
<show_in_store>1</show_in_store>
|
1606 |
+
</charge_type>
|
1607 |
+
<charge_value translate="label">
|
1608 |
+
<depends>
|
1609 |
+
<active>1</active>
|
1610 |
+
</depends>
|
1611 |
+
<label>Extra kosten</label>
|
1612 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
1613 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
1614 |
+
</comment>
|
1615 |
+
<frontend_type>text</frontend_type>
|
1616 |
+
<sort_order>201</sort_order>
|
1617 |
+
<show_in_default>1</show_in_default>
|
1618 |
+
<show_in_website>1</show_in_website>
|
1619 |
+
<show_in_store>1</show_in_store>
|
1620 |
+
</charge_value>
|
1621 |
+
<charge_tax_class translate="label">
|
1622 |
+
<depends>
|
1623 |
+
<active>1</active>
|
1624 |
+
</depends>
|
1625 |
+
<label>Btw voor extra kosten</label>
|
1626 |
+
<frontend_type>select</frontend_type>
|
1627 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
1628 |
+
<sort_order>202</sort_order>
|
1629 |
+
<show_in_default>1</show_in_default>
|
1630 |
+
<show_in_website>1</show_in_website>
|
1631 |
+
<show_in_store>1</show_in_store>
|
1632 |
+
</charge_tax_class>
|
1633 |
+
<send_mail translate="label">
|
1634 |
+
<depends>
|
1635 |
+
<active>1</active>
|
1636 |
+
</depends>
|
1637 |
+
<label>Bevestigingsmail sturen</label>
|
1638 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
1639 |
+
<sort_order>300</sort_order>
|
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 |
+
<frontend_type>select</frontend_type>
|
1644 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
1645 |
+
</send_mail>
|
1646 |
+
</fields>
|
1647 |
+
</pay_payment_fashioncheque>
|
1648 |
+
<pay_payment_focum translate="label" module="paygate">
|
1649 |
+
<label>Pay.nl - Focum</label>
|
1650 |
+
<model>pay_payment/Model_Paymentmethod_Focum</model>
|
1651 |
+
<sort_order>1057</sort_order>
|
1652 |
+
<show_in_default>1</show_in_default>
|
1653 |
+
<show_in_website>1</show_in_website>
|
1654 |
+
<show_in_store>1</show_in_store>
|
1655 |
+
<fields>
|
1656 |
+
<active translate="label">
|
1657 |
+
<label>Actief</label>
|
1658 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
1659 |
+
<sort_order>1</sort_order>
|
1660 |
+
<show_in_default>1</show_in_default>
|
1661 |
+
<show_in_website>1</show_in_website>
|
1662 |
+
<show_in_store>1</show_in_store>
|
1663 |
+
<frontend_type>select</frontend_type>
|
1664 |
+
<source_model>pay_payment/source_paymentmethod_focum_active</source_model>
|
1665 |
+
</active>
|
1666 |
+
<title translate="label">
|
1667 |
+
<depends>
|
1668 |
+
<active>1</active>
|
1669 |
+
</depends>
|
1670 |
+
<label>Titel van de betaalmethode</label>
|
1671 |
+
<frontend_type>text</frontend_type>
|
1672 |
+
<sort_order>2</sort_order>
|
1673 |
+
<show_in_default>1</show_in_default>
|
1674 |
+
<show_in_website>1</show_in_website>
|
1675 |
+
<show_in_store>1</show_in_store>
|
1676 |
+
</title>
|
1677 |
+
|
1678 |
+
<sort_order translate="label">
|
1679 |
+
<depends>
|
1680 |
+
<active>1</active>
|
1681 |
+
</depends>
|
1682 |
+
<label>Betaalmethode sorteer volgorde</label>
|
1683 |
+
<frontend_type>text</frontend_type>
|
1684 |
+
<sort_order>4</sort_order>
|
1685 |
+
<show_in_default>1</show_in_default>
|
1686 |
+
<show_in_website>1</show_in_website>
|
1687 |
+
<show_in_store>1</show_in_store>
|
1688 |
+
</sort_order>
|
1689 |
+
<min_order_total translate="label">
|
1690 |
+
<depends>
|
1691 |
+
<active>1</active>
|
1692 |
+
</depends>
|
1693 |
+
<label>Minimum bedrag</label>
|
1694 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1695 |
+
<frontend_type>text</frontend_type>
|
1696 |
+
<sort_order>5</sort_order>
|
1697 |
+
<show_in_default>1</show_in_default>
|
1698 |
+
<show_in_website>1</show_in_website>
|
1699 |
+
<show_in_store>1</show_in_store>
|
1700 |
+
</min_order_total>
|
1701 |
+
<max_order_total translate="label">
|
1702 |
+
<depends>
|
1703 |
+
<active>1</active>
|
1704 |
+
</depends>
|
1705 |
+
<label>Maximum bedrag</label>
|
1706 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1707 |
+
<frontend_type>text</frontend_type>
|
1708 |
+
<sort_order>6</sort_order>
|
1709 |
+
<show_in_default>1</show_in_default>
|
1710 |
+
<show_in_website>1</show_in_website>
|
1711 |
+
<show_in_store>1</show_in_store>
|
1712 |
+
</max_order_total>
|
1713 |
+
<allowspecific translate="label">
|
1714 |
+
<depends>
|
1715 |
+
<active>1</active>
|
1716 |
+
</depends>
|
1717 |
+
<label>Beschikbaarheid per land</label>
|
1718 |
+
<frontend_type>allowspecific</frontend_type>
|
1719 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1720 |
+
<sort_order>7</sort_order>
|
1721 |
+
<show_in_default>1</show_in_default>
|
1722 |
+
<show_in_website>1</show_in_website>
|
1723 |
+
<show_in_store>1</show_in_store>
|
1724 |
+
</allowspecific>
|
1725 |
+
<specificcountry translate="label">
|
1726 |
+
<depends>
|
1727 |
+
<active>1</active>
|
1728 |
+
<allowspecific>1</allowspecific>
|
1729 |
+
</depends>
|
1730 |
+
<label>Toegestane landen</label>
|
1731 |
+
<frontend_type>multiselect</frontend_type>
|
1732 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1733 |
+
<sort_order>8</sort_order>
|
1734 |
+
<show_in_default>1</show_in_default>
|
1735 |
+
<show_in_website>1</show_in_website>
|
1736 |
+
<show_in_store>1</show_in_store>
|
1737 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1738 |
+
</specificcountry>
|
1739 |
+
<order_status translate="label">
|
1740 |
+
<depends>
|
1741 |
+
<active>1</active>
|
1742 |
+
</depends>
|
1743 |
+
<label>Nieuwe order status</label>
|
1744 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
1745 |
+
<frontend_type>select</frontend_type>
|
1746 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
1747 |
+
<sort_order>9</sort_order>
|
1748 |
+
<show_in_default>1</show_in_default>
|
1749 |
+
<show_in_website>1</show_in_website>
|
1750 |
+
<show_in_store>1</show_in_store>
|
1751 |
+
</order_status>
|
1752 |
+
<order_status_success translate="label">
|
1753 |
+
<depends>
|
1754 |
+
<active>1</active>
|
1755 |
+
</depends>
|
1756 |
+
<label>Gelukt order status</label>
|
1757 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
1758 |
+
<frontend_type>select</frontend_type>
|
1759 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
1760 |
+
<sort_order>10</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 |
+
</order_status_success>
|
1765 |
+
<charge_type translate="label">
|
1766 |
+
<depends>
|
1767 |
+
<active>1</active>
|
1768 |
+
</depends>
|
1769 |
+
<label>Extra kosten rekenen</label>
|
1770 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
1771 |
+
totaalbedrag of een vast bedrag
|
1772 |
+
</comment>
|
1773 |
+
<frontend_type>select</frontend_type>
|
1774 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
1775 |
+
<sort_order>200</sort_order>
|
1776 |
+
<show_in_default>1</show_in_default>
|
1777 |
+
<show_in_website>1</show_in_website>
|
1778 |
+
<show_in_store>1</show_in_store>
|
1779 |
+
</charge_type>
|
1780 |
+
<charge_value translate="label">
|
1781 |
+
<depends>
|
1782 |
+
<active>1</active>
|
1783 |
+
</depends>
|
1784 |
+
<label>Extra kosten</label>
|
1785 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
1786 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
1787 |
+
</comment>
|
1788 |
+
<frontend_type>text</frontend_type>
|
1789 |
+
<sort_order>201</sort_order>
|
1790 |
+
<show_in_default>1</show_in_default>
|
1791 |
+
<show_in_website>1</show_in_website>
|
1792 |
+
<show_in_store>1</show_in_store>
|
1793 |
+
</charge_value>
|
1794 |
+
<charge_tax_class translate="label">
|
1795 |
+
<depends>
|
1796 |
+
<active>1</active>
|
1797 |
+
</depends>
|
1798 |
+
<label>Btw voor extra kosten</label>
|
1799 |
+
<frontend_type>select</frontend_type>
|
1800 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
1801 |
+
<sort_order>202</sort_order>
|
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 |
+
</charge_tax_class>
|
1806 |
+
<send_mail translate="label">
|
1807 |
+
<depends>
|
1808 |
+
<active>1</active>
|
1809 |
+
</depends>
|
1810 |
+
<label>Bevestigingsmail sturen</label>
|
1811 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
1812 |
+
<sort_order>300</sort_order>
|
1813 |
+
<show_in_default>1</show_in_default>
|
1814 |
+
<show_in_website>1</show_in_website>
|
1815 |
+
<show_in_store>1</show_in_store>
|
1816 |
+
<frontend_type>select</frontend_type>
|
1817 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
1818 |
+
</send_mail>
|
1819 |
+
</fields>
|
1820 |
+
</pay_payment_focum>
|
1821 |
+
<pay_payment_gezondheidsbon translate="label" module="paygate">
|
1822 |
+
<label>Pay.nl - Gezondheidsbon</label>
|
1823 |
+
<model>pay_payment/Model_Paymentmethod_Gezondheidsbon</model>
|
1824 |
+
<sort_order>1060</sort_order>
|
1825 |
+
<show_in_default>1</show_in_default>
|
1826 |
+
<show_in_website>1</show_in_website>
|
1827 |
+
<show_in_store>1</show_in_store>
|
1828 |
+
<fields>
|
1829 |
+
<active translate="label">
|
1830 |
+
<label>Actief</label>
|
1831 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
1832 |
+
<sort_order>1</sort_order>
|
1833 |
+
<show_in_default>1</show_in_default>
|
1834 |
+
<show_in_website>1</show_in_website>
|
1835 |
+
<show_in_store>1</show_in_store>
|
1836 |
+
<frontend_type>select</frontend_type>
|
1837 |
+
<source_model>pay_payment/source_paymentmethod_gezondheidsbon_active</source_model>
|
1838 |
+
</active>
|
1839 |
+
<title translate="label">
|
1840 |
+
<depends>
|
1841 |
+
<active>1</active>
|
1842 |
+
</depends>
|
1843 |
+
<label>Titel van de betaalmethode</label>
|
1844 |
+
<frontend_type>text</frontend_type>
|
1845 |
+
<sort_order>2</sort_order>
|
1846 |
+
<show_in_default>1</show_in_default>
|
1847 |
+
<show_in_website>1</show_in_website>
|
1848 |
+
<show_in_store>1</show_in_store>
|
1849 |
+
</title>
|
1850 |
+
|
1851 |
+
<sort_order translate="label">
|
1852 |
+
<depends>
|
1853 |
+
<active>1</active>
|
1854 |
+
</depends>
|
1855 |
+
<label>Betaalmethode sorteer volgorde</label>
|
1856 |
+
<frontend_type>text</frontend_type>
|
1857 |
+
<sort_order>4</sort_order>
|
1858 |
+
<show_in_default>1</show_in_default>
|
1859 |
+
<show_in_website>1</show_in_website>
|
1860 |
+
<show_in_store>1</show_in_store>
|
1861 |
+
</sort_order>
|
1862 |
+
<min_order_total translate="label">
|
1863 |
+
<depends>
|
1864 |
+
<active>1</active>
|
1865 |
+
</depends>
|
1866 |
+
<label>Minimum bedrag</label>
|
1867 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1868 |
+
<frontend_type>text</frontend_type>
|
1869 |
+
<sort_order>5</sort_order>
|
1870 |
+
<show_in_default>1</show_in_default>
|
1871 |
+
<show_in_website>1</show_in_website>
|
1872 |
+
<show_in_store>1</show_in_store>
|
1873 |
+
</min_order_total>
|
1874 |
+
<max_order_total translate="label">
|
1875 |
+
<depends>
|
1876 |
+
<active>1</active>
|
1877 |
+
</depends>
|
1878 |
+
<label>Maximum bedrag</label>
|
1879 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
1880 |
+
<frontend_type>text</frontend_type>
|
1881 |
+
<sort_order>6</sort_order>
|
1882 |
+
<show_in_default>1</show_in_default>
|
1883 |
+
<show_in_website>1</show_in_website>
|
1884 |
+
<show_in_store>1</show_in_store>
|
1885 |
+
</max_order_total>
|
1886 |
+
<allowspecific translate="label">
|
1887 |
+
<depends>
|
1888 |
+
<active>1</active>
|
1889 |
+
</depends>
|
1890 |
+
<label>Beschikbaarheid per land</label>
|
1891 |
+
<frontend_type>allowspecific</frontend_type>
|
1892 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
1893 |
+
<sort_order>7</sort_order>
|
1894 |
+
<show_in_default>1</show_in_default>
|
1895 |
+
<show_in_website>1</show_in_website>
|
1896 |
+
<show_in_store>1</show_in_store>
|
1897 |
+
</allowspecific>
|
1898 |
+
<specificcountry translate="label">
|
1899 |
+
<depends>
|
1900 |
+
<active>1</active>
|
1901 |
+
<allowspecific>1</allowspecific>
|
1902 |
+
</depends>
|
1903 |
+
<label>Toegestane landen</label>
|
1904 |
+
<frontend_type>multiselect</frontend_type>
|
1905 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
1906 |
+
<sort_order>8</sort_order>
|
1907 |
+
<show_in_default>1</show_in_default>
|
1908 |
+
<show_in_website>1</show_in_website>
|
1909 |
+
<show_in_store>1</show_in_store>
|
1910 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
1911 |
+
</specificcountry>
|
1912 |
+
<order_status translate="label">
|
1913 |
+
<depends>
|
1914 |
+
<active>1</active>
|
1915 |
+
</depends>
|
1916 |
+
<label>Nieuwe order status</label>
|
1917 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
1918 |
+
<frontend_type>select</frontend_type>
|
1919 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
1920 |
+
<sort_order>9</sort_order>
|
1921 |
+
<show_in_default>1</show_in_default>
|
1922 |
+
<show_in_website>1</show_in_website>
|
1923 |
+
<show_in_store>1</show_in_store>
|
1924 |
+
</order_status>
|
1925 |
+
<order_status_success translate="label">
|
1926 |
+
<depends>
|
1927 |
+
<active>1</active>
|
1928 |
+
</depends>
|
1929 |
+
<label>Gelukt order status</label>
|
1930 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
1931 |
+
<frontend_type>select</frontend_type>
|
1932 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
1933 |
+
<sort_order>10</sort_order>
|
1934 |
+
<show_in_default>1</show_in_default>
|
1935 |
+
<show_in_website>1</show_in_website>
|
1936 |
+
<show_in_store>1</show_in_store>
|
1937 |
+
</order_status_success>
|
1938 |
+
<charge_type translate="label">
|
1939 |
+
<depends>
|
1940 |
+
<active>1</active>
|
1941 |
+
</depends>
|
1942 |
+
<label>Extra kosten rekenen</label>
|
1943 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
1944 |
+
totaalbedrag of een vast bedrag
|
1945 |
+
</comment>
|
1946 |
+
<frontend_type>select</frontend_type>
|
1947 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
1948 |
+
<sort_order>200</sort_order>
|
1949 |
+
<show_in_default>1</show_in_default>
|
1950 |
+
<show_in_website>1</show_in_website>
|
1951 |
+
<show_in_store>1</show_in_store>
|
1952 |
+
</charge_type>
|
1953 |
+
<charge_value translate="label">
|
1954 |
+
<depends>
|
1955 |
+
<active>1</active>
|
1956 |
+
</depends>
|
1957 |
+
<label>Extra kosten</label>
|
1958 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
1959 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
1960 |
+
</comment>
|
1961 |
+
<frontend_type>text</frontend_type>
|
1962 |
+
<sort_order>201</sort_order>
|
1963 |
+
<show_in_default>1</show_in_default>
|
1964 |
+
<show_in_website>1</show_in_website>
|
1965 |
+
<show_in_store>1</show_in_store>
|
1966 |
+
</charge_value>
|
1967 |
+
<charge_tax_class translate="label">
|
1968 |
+
<depends>
|
1969 |
+
<active>1</active>
|
1970 |
+
</depends>
|
1971 |
+
<label>Btw voor extra kosten</label>
|
1972 |
+
<frontend_type>select</frontend_type>
|
1973 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
1974 |
+
<sort_order>202</sort_order>
|
1975 |
+
<show_in_default>1</show_in_default>
|
1976 |
+
<show_in_website>1</show_in_website>
|
1977 |
+
<show_in_store>1</show_in_store>
|
1978 |
+
</charge_tax_class>
|
1979 |
+
<send_mail translate="label">
|
1980 |
+
<depends>
|
1981 |
+
<active>1</active>
|
1982 |
+
</depends>
|
1983 |
+
<label>Bevestigingsmail sturen</label>
|
1984 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
1985 |
+
<sort_order>300</sort_order>
|
1986 |
+
<show_in_default>1</show_in_default>
|
1987 |
+
<show_in_website>1</show_in_website>
|
1988 |
+
<show_in_store>1</show_in_store>
|
1989 |
+
<frontend_type>select</frontend_type>
|
1990 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
1991 |
+
</send_mail>
|
1992 |
+
</fields>
|
1993 |
+
</pay_payment_gezondheidsbon>
|
1994 |
+
<pay_payment_giropay translate="label" module="paygate">
|
1995 |
+
<label>Pay.nl - Giropay</label>
|
1996 |
+
<model>pay_payment/Model_Paymentmethod_Giropay</model>
|
1997 |
+
<sort_order>1070</sort_order>
|
1998 |
+
<show_in_default>1</show_in_default>
|
1999 |
+
<show_in_website>1</show_in_website>
|
2000 |
+
<show_in_store>1</show_in_store>
|
2001 |
+
<fields>
|
2002 |
+
<active translate="label">
|
2003 |
+
<label>Actief</label>
|
2004 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
2005 |
+
<sort_order>1</sort_order>
|
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 |
+
<frontend_type>select</frontend_type>
|
2010 |
+
<source_model>pay_payment/source_paymentmethod_giropay_active</source_model>
|
2011 |
+
</active>
|
2012 |
+
<title translate="label">
|
2013 |
+
<depends>
|
2014 |
+
<active>1</active>
|
2015 |
+
</depends>
|
2016 |
+
<label>Titel van de betaalmethode</label>
|
2017 |
+
<frontend_type>text</frontend_type>
|
2018 |
+
<sort_order>2</sort_order>
|
2019 |
+
<show_in_default>1</show_in_default>
|
2020 |
+
<show_in_website>1</show_in_website>
|
2021 |
+
<show_in_store>1</show_in_store>
|
2022 |
+
</title>
|
2023 |
+
|
2024 |
+
<sort_order translate="label">
|
2025 |
+
<depends>
|
2026 |
+
<active>1</active>
|
2027 |
+
</depends>
|
2028 |
+
<label>Betaalmethode sorteer volgorde</label>
|
2029 |
+
<frontend_type>text</frontend_type>
|
2030 |
+
<sort_order>4</sort_order>
|
2031 |
+
<show_in_default>1</show_in_default>
|
2032 |
+
<show_in_website>1</show_in_website>
|
2033 |
+
<show_in_store>1</show_in_store>
|
2034 |
+
</sort_order>
|
2035 |
+
<min_order_total translate="label">
|
2036 |
+
<depends>
|
2037 |
+
<active>1</active>
|
2038 |
+
</depends>
|
2039 |
+
<label>Minimum bedrag</label>
|
2040 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2041 |
+
<frontend_type>text</frontend_type>
|
2042 |
+
<sort_order>5</sort_order>
|
2043 |
+
<show_in_default>1</show_in_default>
|
2044 |
+
<show_in_website>1</show_in_website>
|
2045 |
+
<show_in_store>1</show_in_store>
|
2046 |
+
</min_order_total>
|
2047 |
+
<max_order_total translate="label">
|
2048 |
+
<depends>
|
2049 |
+
<active>1</active>
|
2050 |
+
</depends>
|
2051 |
+
<label>Maximum bedrag</label>
|
2052 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2053 |
+
<frontend_type>text</frontend_type>
|
2054 |
+
<sort_order>6</sort_order>
|
2055 |
+
<show_in_default>1</show_in_default>
|
2056 |
+
<show_in_website>1</show_in_website>
|
2057 |
+
<show_in_store>1</show_in_store>
|
2058 |
+
</max_order_total>
|
2059 |
+
<allowspecific translate="label">
|
2060 |
+
<depends>
|
2061 |
+
<active>1</active>
|
2062 |
+
</depends>
|
2063 |
+
<label>Beschikbaarheid per land</label>
|
2064 |
+
<frontend_type>allowspecific</frontend_type>
|
2065 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
2066 |
+
<sort_order>7</sort_order>
|
2067 |
+
<show_in_default>1</show_in_default>
|
2068 |
+
<show_in_website>1</show_in_website>
|
2069 |
+
<show_in_store>1</show_in_store>
|
2070 |
+
</allowspecific>
|
2071 |
+
<specificcountry translate="label">
|
2072 |
+
<depends>
|
2073 |
+
<active>1</active>
|
2074 |
+
<allowspecific>1</allowspecific>
|
2075 |
+
</depends>
|
2076 |
+
<label>Toegestane landen</label>
|
2077 |
+
<frontend_type>multiselect</frontend_type>
|
2078 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
2079 |
+
<sort_order>8</sort_order>
|
2080 |
+
<show_in_default>1</show_in_default>
|
2081 |
+
<show_in_website>1</show_in_website>
|
2082 |
+
<show_in_store>1</show_in_store>
|
2083 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2084 |
+
</specificcountry>
|
2085 |
+
<order_status translate="label">
|
2086 |
+
<depends>
|
2087 |
+
<active>1</active>
|
2088 |
+
</depends>
|
2089 |
+
<label>Nieuwe order status</label>
|
2090 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
2091 |
+
<frontend_type>select</frontend_type>
|
2092 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
2093 |
+
<sort_order>9</sort_order>
|
2094 |
+
<show_in_default>1</show_in_default>
|
2095 |
+
<show_in_website>1</show_in_website>
|
2096 |
+
<show_in_store>1</show_in_store>
|
2097 |
+
</order_status>
|
2098 |
+
<order_status_success translate="label">
|
2099 |
+
<depends>
|
2100 |
+
<active>1</active>
|
2101 |
+
</depends>
|
2102 |
+
<label>Gelukt order status</label>
|
2103 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
2104 |
+
<frontend_type>select</frontend_type>
|
2105 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
2106 |
+
<sort_order>10</sort_order>
|
2107 |
+
<show_in_default>1</show_in_default>
|
2108 |
+
<show_in_website>1</show_in_website>
|
2109 |
+
<show_in_store>1</show_in_store>
|
2110 |
+
</order_status_success>
|
2111 |
+
<charge_type translate="label">
|
2112 |
+
<depends>
|
2113 |
+
<active>1</active>
|
2114 |
+
</depends>
|
2115 |
+
<label>Extra kosten rekenen</label>
|
2116 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
2117 |
+
totaalbedrag of een vast bedrag
|
2118 |
+
</comment>
|
2119 |
+
<frontend_type>select</frontend_type>
|
2120 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
2121 |
+
<sort_order>200</sort_order>
|
2122 |
+
<show_in_default>1</show_in_default>
|
2123 |
+
<show_in_website>1</show_in_website>
|
2124 |
+
<show_in_store>1</show_in_store>
|
2125 |
+
</charge_type>
|
2126 |
+
<charge_value translate="label">
|
2127 |
+
<depends>
|
2128 |
+
<active>1</active>
|
2129 |
+
</depends>
|
2130 |
+
<label>Extra kosten</label>
|
2131 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
2132 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
2133 |
+
</comment>
|
2134 |
+
<frontend_type>text</frontend_type>
|
2135 |
+
<sort_order>201</sort_order>
|
2136 |
+
<show_in_default>1</show_in_default>
|
2137 |
+
<show_in_website>1</show_in_website>
|
2138 |
+
<show_in_store>1</show_in_store>
|
2139 |
+
</charge_value>
|
2140 |
+
<charge_tax_class translate="label">
|
2141 |
+
<depends>
|
2142 |
+
<active>1</active>
|
2143 |
+
</depends>
|
2144 |
+
<label>Btw voor extra kosten</label>
|
2145 |
+
<frontend_type>select</frontend_type>
|
2146 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
2147 |
+
<sort_order>202</sort_order>
|
2148 |
+
<show_in_default>1</show_in_default>
|
2149 |
+
<show_in_website>1</show_in_website>
|
2150 |
+
<show_in_store>1</show_in_store>
|
2151 |
+
</charge_tax_class>
|
2152 |
+
<send_mail translate="label">
|
2153 |
+
<depends>
|
2154 |
+
<active>1</active>
|
2155 |
+
</depends>
|
2156 |
+
<label>Bevestigingsmail sturen</label>
|
2157 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
2158 |
+
<sort_order>300</sort_order>
|
2159 |
+
<show_in_default>1</show_in_default>
|
2160 |
+
<show_in_website>1</show_in_website>
|
2161 |
+
<show_in_store>1</show_in_store>
|
2162 |
+
<frontend_type>select</frontend_type>
|
2163 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
2164 |
+
</send_mail>
|
2165 |
+
</fields>
|
2166 |
+
</pay_payment_giropay>
|
2167 |
+
<pay_payment_givacard translate="label" module="paygate">
|
2168 |
+
<label>Pay.nl - Givacard</label>
|
2169 |
+
<model>pay_payment/Model_Paymentmethod_Givacard</model>
|
2170 |
+
<sort_order>1075</sort_order>
|
2171 |
+
<show_in_default>1</show_in_default>
|
2172 |
+
<show_in_website>1</show_in_website>
|
2173 |
+
<show_in_store>1</show_in_store>
|
2174 |
+
<fields>
|
2175 |
+
<active translate="label">
|
2176 |
+
<label>Actief</label>
|
2177 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
2178 |
+
<sort_order>1</sort_order>
|
2179 |
+
<show_in_default>1</show_in_default>
|
2180 |
+
<show_in_website>1</show_in_website>
|
2181 |
+
<show_in_store>1</show_in_store>
|
2182 |
+
<frontend_type>select</frontend_type>
|
2183 |
+
<source_model>pay_payment/source_paymentmethod_givacard_active</source_model>
|
2184 |
+
</active>
|
2185 |
+
<title translate="label">
|
2186 |
+
<depends>
|
2187 |
+
<active>1</active>
|
2188 |
+
</depends>
|
2189 |
+
<label>Titel van de betaalmethode</label>
|
2190 |
+
<frontend_type>text</frontend_type>
|
2191 |
+
<sort_order>2</sort_order>
|
2192 |
+
<show_in_default>1</show_in_default>
|
2193 |
+
<show_in_website>1</show_in_website>
|
2194 |
+
<show_in_store>1</show_in_store>
|
2195 |
+
</title>
|
2196 |
+
|
2197 |
+
<sort_order translate="label">
|
2198 |
+
<depends>
|
2199 |
+
<active>1</active>
|
2200 |
+
</depends>
|
2201 |
+
<label>Betaalmethode sorteer volgorde</label>
|
2202 |
+
<frontend_type>text</frontend_type>
|
2203 |
+
<sort_order>4</sort_order>
|
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 |
+
</sort_order>
|
2208 |
+
<min_order_total translate="label">
|
2209 |
+
<depends>
|
2210 |
+
<active>1</active>
|
2211 |
+
</depends>
|
2212 |
+
<label>Minimum bedrag</label>
|
2213 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2214 |
+
<frontend_type>text</frontend_type>
|
2215 |
+
<sort_order>5</sort_order>
|
2216 |
+
<show_in_default>1</show_in_default>
|
2217 |
+
<show_in_website>1</show_in_website>
|
2218 |
+
<show_in_store>1</show_in_store>
|
2219 |
+
</min_order_total>
|
2220 |
+
<max_order_total translate="label">
|
2221 |
+
<depends>
|
2222 |
+
<active>1</active>
|
2223 |
+
</depends>
|
2224 |
+
<label>Maximum bedrag</label>
|
2225 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2226 |
+
<frontend_type>text</frontend_type>
|
2227 |
+
<sort_order>6</sort_order>
|
2228 |
+
<show_in_default>1</show_in_default>
|
2229 |
+
<show_in_website>1</show_in_website>
|
2230 |
+
<show_in_store>1</show_in_store>
|
2231 |
+
</max_order_total>
|
2232 |
+
<allowspecific translate="label">
|
2233 |
+
<depends>
|
2234 |
+
<active>1</active>
|
2235 |
+
</depends>
|
2236 |
+
<label>Beschikbaarheid per land</label>
|
2237 |
+
<frontend_type>allowspecific</frontend_type>
|
2238 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
2239 |
+
<sort_order>7</sort_order>
|
2240 |
+
<show_in_default>1</show_in_default>
|
2241 |
+
<show_in_website>1</show_in_website>
|
2242 |
+
<show_in_store>1</show_in_store>
|
2243 |
+
</allowspecific>
|
2244 |
+
<specificcountry translate="label">
|
2245 |
+
<depends>
|
2246 |
+
<active>1</active>
|
2247 |
+
<allowspecific>1</allowspecific>
|
2248 |
+
</depends>
|
2249 |
+
<label>Toegestane landen</label>
|
2250 |
+
<frontend_type>multiselect</frontend_type>
|
2251 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
2252 |
+
<sort_order>8</sort_order>
|
2253 |
+
<show_in_default>1</show_in_default>
|
2254 |
+
<show_in_website>1</show_in_website>
|
2255 |
+
<show_in_store>1</show_in_store>
|
2256 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2257 |
+
</specificcountry>
|
2258 |
+
<order_status translate="label">
|
2259 |
+
<depends>
|
2260 |
+
<active>1</active>
|
2261 |
+
</depends>
|
2262 |
+
<label>Nieuwe order status</label>
|
2263 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
2264 |
+
<frontend_type>select</frontend_type>
|
2265 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
2266 |
+
<sort_order>9</sort_order>
|
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 |
+
</order_status>
|
2271 |
+
<order_status_success translate="label">
|
2272 |
+
<depends>
|
2273 |
+
<active>1</active>
|
2274 |
+
</depends>
|
2275 |
+
<label>Gelukt order status</label>
|
2276 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
2277 |
+
<frontend_type>select</frontend_type>
|
2278 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
2279 |
+
<sort_order>10</sort_order>
|
2280 |
+
<show_in_default>1</show_in_default>
|
2281 |
+
<show_in_website>1</show_in_website>
|
2282 |
+
<show_in_store>1</show_in_store>
|
2283 |
+
</order_status_success>
|
2284 |
+
<charge_type translate="label">
|
2285 |
+
<depends>
|
2286 |
+
<active>1</active>
|
2287 |
+
</depends>
|
2288 |
+
<label>Extra kosten rekenen</label>
|
2289 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
2290 |
+
totaalbedrag of een vast bedrag
|
2291 |
+
</comment>
|
2292 |
+
<frontend_type>select</frontend_type>
|
2293 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
2294 |
+
<sort_order>200</sort_order>
|
2295 |
+
<show_in_default>1</show_in_default>
|
2296 |
+
<show_in_website>1</show_in_website>
|
2297 |
+
<show_in_store>1</show_in_store>
|
2298 |
+
</charge_type>
|
2299 |
+
<charge_value translate="label">
|
2300 |
+
<depends>
|
2301 |
+
<active>1</active>
|
2302 |
+
</depends>
|
2303 |
+
<label>Extra kosten</label>
|
2304 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
2305 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
2306 |
+
</comment>
|
2307 |
+
<frontend_type>text</frontend_type>
|
2308 |
+
<sort_order>201</sort_order>
|
2309 |
+
<show_in_default>1</show_in_default>
|
2310 |
+
<show_in_website>1</show_in_website>
|
2311 |
+
<show_in_store>1</show_in_store>
|
2312 |
+
</charge_value>
|
2313 |
+
<charge_tax_class translate="label">
|
2314 |
+
<depends>
|
2315 |
+
<active>1</active>
|
2316 |
+
</depends>
|
2317 |
+
<label>Btw voor extra kosten</label>
|
2318 |
+
<frontend_type>select</frontend_type>
|
2319 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
2320 |
+
<sort_order>202</sort_order>
|
2321 |
+
<show_in_default>1</show_in_default>
|
2322 |
+
<show_in_website>1</show_in_website>
|
2323 |
+
<show_in_store>1</show_in_store>
|
2324 |
+
</charge_tax_class>
|
2325 |
+
<send_mail translate="label">
|
2326 |
+
<depends>
|
2327 |
+
<active>1</active>
|
2328 |
+
</depends>
|
2329 |
+
<label>Bevestigingsmail sturen</label>
|
2330 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
2331 |
+
<sort_order>300</sort_order>
|
2332 |
+
<show_in_default>1</show_in_default>
|
2333 |
+
<show_in_website>1</show_in_website>
|
2334 |
+
<show_in_store>1</show_in_store>
|
2335 |
+
<frontend_type>select</frontend_type>
|
2336 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
2337 |
+
</send_mail>
|
2338 |
+
</fields>
|
2339 |
+
</pay_payment_givacard>
|
2340 |
+
<pay_payment_ideal translate="label" module="paygate">
|
2341 |
+
<label>Pay.nl - Ideal</label>
|
2342 |
+
<model>pay_payment/Model_Paymentmethod_Ideal</model>
|
2343 |
+
<sort_order>1080</sort_order>
|
2344 |
+
<show_in_default>1</show_in_default>
|
2345 |
+
<show_in_website>1</show_in_website>
|
2346 |
+
<show_in_store>1</show_in_store>
|
2347 |
+
<fields>
|
2348 |
+
<active translate="label">
|
2349 |
+
<label>Actief</label>
|
2350 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
2351 |
+
<sort_order>1</sort_order>
|
2352 |
+
<show_in_default>1</show_in_default>
|
2353 |
+
<show_in_website>1</show_in_website>
|
2354 |
+
<show_in_store>1</show_in_store>
|
2355 |
+
<frontend_type>select</frontend_type>
|
2356 |
+
<source_model>pay_payment/source_paymentmethod_ideal_active</source_model>
|
2357 |
+
</active>
|
2358 |
+
|
2359 |
+
<title translate="label">
|
2360 |
+
<depends>
|
2361 |
+
<active>1</active>
|
2362 |
+
</depends>
|
2363 |
+
<label>Titel van de betaalmethode</label>
|
2364 |
+
<frontend_type>text</frontend_type>
|
2365 |
+
<sort_order>2</sort_order>
|
2366 |
+
<show_in_default>1</show_in_default>
|
2367 |
+
<show_in_website>1</show_in_website>
|
2368 |
+
<show_in_store>1</show_in_store>
|
2369 |
+
</title>
|
2370 |
+
<bank_select_type translate="label">
|
2371 |
+
<depends>
|
2372 |
+
<active>1</active>
|
2373 |
+
</depends>
|
2374 |
+
<label>Bank selectie type</label>
|
2375 |
+
<comment>Kies of je de bankselectie met een selectbox of met radiobuttons wilt weergeven in
|
2376 |
+
checkout
|
2377 |
+
</comment>
|
2378 |
+
<frontend_type>select</frontend_type>
|
2379 |
+
<source_model>pay_payment/source_paymentmethod_ideal_selecttype</source_model>
|
2380 |
+
<sort_order>3</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 |
+
</bank_select_type>
|
2385 |
+
<text_bankselect translate="label">
|
2386 |
+
<depends>
|
2387 |
+
<active>1</active>
|
2388 |
+
</depends>
|
2389 |
+
<label>Text bij bankselectie</label>
|
2390 |
+
<frontend_type>text</frontend_type>
|
2391 |
+
<sort_order>4</sort_order>
|
2392 |
+
<show_in_default>1</show_in_default>
|
2393 |
+
<show_in_website>1</show_in_website>
|
2394 |
+
<show_in_store>1</show_in_store>
|
2395 |
+
</text_bankselect>
|
2396 |
+
<sort_order translate="label">
|
2397 |
+
<depends>
|
2398 |
+
<active>1</active>
|
2399 |
+
</depends>
|
2400 |
+
<label>Betaalmethode sorteer volgorde</label>
|
2401 |
+
<frontend_type>text</frontend_type>
|
2402 |
+
<sort_order>5</sort_order>
|
2403 |
+
<show_in_default>1</show_in_default>
|
2404 |
+
<show_in_website>1</show_in_website>
|
2405 |
+
<show_in_store>1</show_in_store>
|
2406 |
+
</sort_order>
|
2407 |
+
<min_order_total translate="label">
|
2408 |
+
<depends>
|
2409 |
+
<active>1</active>
|
2410 |
+
</depends>
|
2411 |
+
<label>Minimum bedrag</label>
|
2412 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2413 |
+
<frontend_type>text</frontend_type>
|
2414 |
+
<sort_order>6</sort_order>
|
2415 |
+
<show_in_default>1</show_in_default>
|
2416 |
+
<show_in_website>1</show_in_website>
|
2417 |
+
<show_in_store>1</show_in_store>
|
2418 |
+
</min_order_total>
|
2419 |
+
<max_order_total translate="label">
|
2420 |
+
<depends>
|
2421 |
+
<active>1</active>
|
2422 |
+
</depends>
|
2423 |
+
<label>Maximum bedrag</label>
|
2424 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2425 |
+
<frontend_type>text</frontend_type>
|
2426 |
+
<sort_order>7</sort_order>
|
2427 |
+
<show_in_default>1</show_in_default>
|
2428 |
+
<show_in_website>1</show_in_website>
|
2429 |
+
<show_in_store>1</show_in_store>
|
2430 |
+
</max_order_total>
|
2431 |
+
<allowspecific translate="label">
|
2432 |
+
<depends>
|
2433 |
+
<active>1</active>
|
2434 |
+
</depends>
|
2435 |
+
<label>Beschikbaarheid per land</label>
|
2436 |
+
<frontend_type>allowspecific</frontend_type>
|
2437 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
2438 |
+
<sort_order>8</sort_order>
|
2439 |
+
<show_in_default>1</show_in_default>
|
2440 |
+
<show_in_website>1</show_in_website>
|
2441 |
+
<show_in_store>1</show_in_store>
|
2442 |
+
</allowspecific>
|
2443 |
+
<specificcountry translate="label">
|
2444 |
+
<depends>
|
2445 |
+
<active>1</active>
|
2446 |
+
<allowspecific>1</allowspecific>
|
2447 |
+
</depends>
|
2448 |
+
<label>Toegestane landen</label>
|
2449 |
+
<frontend_type>multiselect</frontend_type>
|
2450 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
2451 |
+
<sort_order>9</sort_order>
|
2452 |
+
<show_in_default>1</show_in_default>
|
2453 |
+
<show_in_website>1</show_in_website>
|
2454 |
+
<show_in_store>1</show_in_store>
|
2455 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2456 |
+
</specificcountry>
|
2457 |
+
<order_status translate="label">
|
2458 |
+
<depends>
|
2459 |
+
<active>1</active>
|
2460 |
+
</depends>
|
2461 |
+
<label>Nieuwe order status</label>
|
2462 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
2463 |
+
<frontend_type>select</frontend_type>
|
2464 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
2465 |
+
<sort_order>9</sort_order>
|
2466 |
+
<show_in_default>1</show_in_default>
|
2467 |
+
<show_in_website>1</show_in_website>
|
2468 |
+
<show_in_store>1</show_in_store>
|
2469 |
+
</order_status>
|
2470 |
+
<order_status_success translate="label">
|
2471 |
+
<depends>
|
2472 |
+
<active>1</active>
|
2473 |
+
</depends>
|
2474 |
+
<label>Gelukt order status</label>
|
2475 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
2476 |
+
<frontend_type>select</frontend_type>
|
2477 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
2478 |
+
<sort_order>10</sort_order>
|
2479 |
+
<show_in_default>1</show_in_default>
|
2480 |
+
<show_in_website>1</show_in_website>
|
2481 |
+
<show_in_store>1</show_in_store>
|
2482 |
+
</order_status_success>
|
2483 |
+
<charge_type translate="label">
|
2484 |
+
<depends>
|
2485 |
+
<active>1</active>
|
2486 |
+
</depends>
|
2487 |
+
<label>Extra kosten rekenen</label>
|
2488 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
2489 |
+
totaalbedrag of een vast bedrag
|
2490 |
+
</comment>
|
2491 |
+
<frontend_type>select</frontend_type>
|
2492 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
2493 |
+
<sort_order>200</sort_order>
|
2494 |
+
<show_in_default>1</show_in_default>
|
2495 |
+
<show_in_website>1</show_in_website>
|
2496 |
+
<show_in_store>1</show_in_store>
|
2497 |
+
</charge_type>
|
2498 |
+
<charge_value translate="label">
|
2499 |
+
<depends>
|
2500 |
+
<active>1</active>
|
2501 |
+
</depends>
|
2502 |
+
<label>Extra kosten</label>
|
2503 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
2504 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
2505 |
+
</comment>
|
2506 |
+
<frontend_type>text</frontend_type>
|
2507 |
+
<sort_order>201</sort_order>
|
2508 |
+
<show_in_default>1</show_in_default>
|
2509 |
+
<show_in_website>1</show_in_website>
|
2510 |
+
<show_in_store>1</show_in_store>
|
2511 |
+
</charge_value>
|
2512 |
+
<charge_tax_class translate="label">
|
2513 |
+
<depends>
|
2514 |
+
<active>1</active>
|
2515 |
+
</depends>
|
2516 |
+
<label>Btw voor extra kosten</label>
|
2517 |
+
<frontend_type>select</frontend_type>
|
2518 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
2519 |
+
<sort_order>202</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>
|
2523 |
+
</charge_tax_class>
|
2524 |
+
<send_mail translate="label">
|
2525 |
+
<depends>
|
2526 |
+
<active>1</active>
|
2527 |
+
</depends>
|
2528 |
+
<label>Bevestigingsmail sturen</label>
|
2529 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
2530 |
+
<sort_order>300</sort_order>
|
2531 |
+
<show_in_default>1</show_in_default>
|
2532 |
+
<show_in_website>1</show_in_website>
|
2533 |
+
<show_in_store>1</show_in_store>
|
2534 |
+
<frontend_type>select</frontend_type>
|
2535 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
2536 |
+
</send_mail>
|
2537 |
+
</fields>
|
2538 |
+
</pay_payment_ideal>
|
2539 |
+
<pay_payment_incasso translate="label" module="paygate">
|
2540 |
+
<label>Pay.nl - Incasso</label>
|
2541 |
+
<model>pay_payment/Model_Paymentmethod_Incasso</model>
|
2542 |
+
<sort_order>1080</sort_order>
|
2543 |
+
<show_in_default>1</show_in_default>
|
2544 |
+
<show_in_website>1</show_in_website>
|
2545 |
+
<show_in_store>1</show_in_store>
|
2546 |
+
<fields>
|
2547 |
+
<active translate="label">
|
2548 |
+
<label>Actief</label>
|
2549 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
2550 |
+
<sort_order>1</sort_order>
|
2551 |
+
<show_in_default>1</show_in_default>
|
2552 |
+
<show_in_website>1</show_in_website>
|
2553 |
+
<show_in_store>1</show_in_store>
|
2554 |
+
<frontend_type>select</frontend_type>
|
2555 |
+
<source_model>pay_payment/source_paymentmethod_incasso_active</source_model>
|
2556 |
+
</active>
|
2557 |
+
<title translate="label">
|
2558 |
+
<depends>
|
2559 |
+
<active>1</active>
|
2560 |
+
</depends>
|
2561 |
+
<label>Titel van de betaalmethode</label>
|
2562 |
+
<frontend_type>text</frontend_type>
|
2563 |
+
<sort_order>2</sort_order>
|
2564 |
+
<show_in_default>1</show_in_default>
|
2565 |
+
<show_in_website>1</show_in_website>
|
2566 |
+
<show_in_store>1</show_in_store>
|
2567 |
+
</title>
|
2568 |
+
|
2569 |
+
<sort_order translate="label">
|
2570 |
+
<depends>
|
2571 |
+
<active>1</active>
|
2572 |
+
</depends>
|
2573 |
+
<label>Betaalmethode sorteer volgorde</label>
|
2574 |
+
<frontend_type>text</frontend_type>
|
2575 |
+
<sort_order>4</sort_order>
|
2576 |
+
<show_in_default>1</show_in_default>
|
2577 |
+
<show_in_website>1</show_in_website>
|
2578 |
+
<show_in_store>1</show_in_store>
|
2579 |
+
</sort_order>
|
2580 |
+
<min_order_total translate="label">
|
2581 |
+
<depends>
|
2582 |
+
<active>1</active>
|
2583 |
+
</depends>
|
2584 |
+
<label>Minimum bedrag</label>
|
2585 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2586 |
+
<frontend_type>text</frontend_type>
|
2587 |
+
<sort_order>5</sort_order>
|
2588 |
+
<show_in_default>1</show_in_default>
|
2589 |
+
<show_in_website>1</show_in_website>
|
2590 |
+
<show_in_store>1</show_in_store>
|
2591 |
+
</min_order_total>
|
2592 |
+
<max_order_total translate="label">
|
2593 |
+
<depends>
|
2594 |
+
<active>1</active>
|
2595 |
+
</depends>
|
2596 |
+
<label>Maximum bedrag</label>
|
2597 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2598 |
+
<frontend_type>text</frontend_type>
|
2599 |
+
<sort_order>6</sort_order>
|
2600 |
+
<show_in_default>1</show_in_default>
|
2601 |
+
<show_in_website>1</show_in_website>
|
2602 |
+
<show_in_store>1</show_in_store>
|
2603 |
+
</max_order_total>
|
2604 |
+
<allowspecific translate="label">
|
2605 |
+
<depends>
|
2606 |
+
<active>1</active>
|
2607 |
+
</depends>
|
2608 |
+
<label>Beschikbaarheid per land</label>
|
2609 |
+
<frontend_type>allowspecific</frontend_type>
|
2610 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
2611 |
+
<sort_order>7</sort_order>
|
2612 |
+
<show_in_default>1</show_in_default>
|
2613 |
+
<show_in_website>1</show_in_website>
|
2614 |
+
<show_in_store>1</show_in_store>
|
2615 |
+
</allowspecific>
|
2616 |
+
<specificcountry translate="label">
|
2617 |
+
<depends>
|
2618 |
+
<active>1</active>
|
2619 |
+
<allowspecific>1</allowspecific>
|
2620 |
+
</depends>
|
2621 |
+
<label>Toegestane landen</label>
|
2622 |
+
<frontend_type>multiselect</frontend_type>
|
2623 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
2624 |
+
<sort_order>8</sort_order>
|
2625 |
+
<show_in_default>1</show_in_default>
|
2626 |
+
<show_in_website>1</show_in_website>
|
2627 |
+
<show_in_store>1</show_in_store>
|
2628 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2629 |
+
</specificcountry>
|
2630 |
+
<order_status translate="label">
|
2631 |
+
<depends>
|
2632 |
+
<active>1</active>
|
2633 |
+
</depends>
|
2634 |
+
<label>Nieuwe order status</label>
|
2635 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
2636 |
+
<frontend_type>select</frontend_type>
|
2637 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
2638 |
+
<sort_order>9</sort_order>
|
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 |
+
</order_status>
|
2643 |
+
<order_status_success translate="label">
|
2644 |
+
<depends>
|
2645 |
+
<active>1</active>
|
2646 |
+
</depends>
|
2647 |
+
<label>Gelukt order status</label>
|
2648 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
2649 |
+
<frontend_type>select</frontend_type>
|
2650 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
2651 |
+
<sort_order>10</sort_order>
|
2652 |
+
<show_in_default>1</show_in_default>
|
2653 |
+
<show_in_website>1</show_in_website>
|
2654 |
+
<show_in_store>1</show_in_store>
|
2655 |
+
</order_status_success>
|
2656 |
+
<charge_type translate="label">
|
2657 |
+
<depends>
|
2658 |
+
<active>1</active>
|
2659 |
+
</depends>
|
2660 |
+
<label>Extra kosten rekenen</label>
|
2661 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
2662 |
+
totaalbedrag of een vast bedrag
|
2663 |
+
</comment>
|
2664 |
+
<frontend_type>select</frontend_type>
|
2665 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
2666 |
+
<sort_order>200</sort_order>
|
2667 |
+
<show_in_default>1</show_in_default>
|
2668 |
+
<show_in_website>1</show_in_website>
|
2669 |
+
<show_in_store>1</show_in_store>
|
2670 |
+
</charge_type>
|
2671 |
+
<charge_value translate="label">
|
2672 |
+
<depends>
|
2673 |
+
<active>1</active>
|
2674 |
+
</depends>
|
2675 |
+
<label>Extra kosten</label>
|
2676 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
2677 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
2678 |
+
</comment>
|
2679 |
+
<frontend_type>text</frontend_type>
|
2680 |
+
<sort_order>201</sort_order>
|
2681 |
+
<show_in_default>1</show_in_default>
|
2682 |
+
<show_in_website>1</show_in_website>
|
2683 |
+
<show_in_store>1</show_in_store>
|
2684 |
+
</charge_value>
|
2685 |
+
<charge_tax_class translate="label">
|
2686 |
+
<depends>
|
2687 |
+
<active>1</active>
|
2688 |
+
</depends>
|
2689 |
+
<label>Btw voor extra kosten</label>
|
2690 |
+
<frontend_type>select</frontend_type>
|
2691 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
2692 |
+
<sort_order>202</sort_order>
|
2693 |
+
<show_in_default>1</show_in_default>
|
2694 |
+
<show_in_website>1</show_in_website>
|
2695 |
+
<show_in_store>1</show_in_store>
|
2696 |
+
</charge_tax_class>
|
2697 |
+
<send_mail translate="label">
|
2698 |
+
<depends>
|
2699 |
+
<active>1</active>
|
2700 |
+
</depends>
|
2701 |
+
<label>Bevestigingsmail sturen</label>
|
2702 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
2703 |
+
<sort_order>300</sort_order>
|
2704 |
+
<show_in_default>1</show_in_default>
|
2705 |
+
<show_in_website>1</show_in_website>
|
2706 |
+
<show_in_store>1</show_in_store>
|
2707 |
+
<frontend_type>select</frontend_type>
|
2708 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
2709 |
+
</send_mail>
|
2710 |
+
</fields>
|
2711 |
+
</pay_payment_incasso>
|
2712 |
+
<pay_payment_maestro translate="label" module="paygate">
|
2713 |
+
<label>Pay.nl - Maestro</label>
|
2714 |
+
<model>pay_payment/Model_Paymentmethod_Maestro</model>
|
2715 |
+
<sort_order>1090</sort_order>
|
2716 |
+
<show_in_default>1</show_in_default>
|
2717 |
+
<show_in_website>1</show_in_website>
|
2718 |
+
<show_in_store>1</show_in_store>
|
2719 |
+
<fields>
|
2720 |
+
<active translate="label">
|
2721 |
+
<label>Actief</label>
|
2722 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
2723 |
+
<sort_order>1</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>
|
2727 |
+
<frontend_type>select</frontend_type>
|
2728 |
+
<source_model>pay_payment/source_paymentmethod_maestro_active</source_model>
|
2729 |
+
</active>
|
2730 |
+
<title translate="label">
|
2731 |
+
<depends>
|
2732 |
+
<active>1</active>
|
2733 |
+
</depends>
|
2734 |
+
<label>Titel van de betaalmethode</label>
|
2735 |
+
<frontend_type>text</frontend_type>
|
2736 |
+
<sort_order>2</sort_order>
|
2737 |
+
<show_in_default>1</show_in_default>
|
2738 |
+
<show_in_website>1</show_in_website>
|
2739 |
+
<show_in_store>1</show_in_store>
|
2740 |
+
</title>
|
2741 |
+
|
2742 |
+
<sort_order translate="label">
|
2743 |
+
<depends>
|
2744 |
+
<active>1</active>
|
2745 |
+
</depends>
|
2746 |
+
<label>Betaalmethode sorteer volgorde</label>
|
2747 |
+
<frontend_type>text</frontend_type>
|
2748 |
+
<sort_order>4</sort_order>
|
2749 |
+
<show_in_default>1</show_in_default>
|
2750 |
+
<show_in_website>1</show_in_website>
|
2751 |
+
<show_in_store>1</show_in_store>
|
2752 |
+
</sort_order>
|
2753 |
+
<min_order_total translate="label">
|
2754 |
+
<depends>
|
2755 |
+
<active>1</active>
|
2756 |
+
</depends>
|
2757 |
+
<label>Minimum bedrag</label>
|
2758 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2759 |
+
<frontend_type>text</frontend_type>
|
2760 |
+
<sort_order>5</sort_order>
|
2761 |
+
<show_in_default>1</show_in_default>
|
2762 |
+
<show_in_website>1</show_in_website>
|
2763 |
+
<show_in_store>1</show_in_store>
|
2764 |
+
</min_order_total>
|
2765 |
+
<max_order_total translate="label">
|
2766 |
+
<depends>
|
2767 |
+
<active>1</active>
|
2768 |
+
</depends>
|
2769 |
+
<label>Maximum bedrag</label>
|
2770 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2771 |
+
<frontend_type>text</frontend_type>
|
2772 |
+
<sort_order>6</sort_order>
|
2773 |
+
<show_in_default>1</show_in_default>
|
2774 |
+
<show_in_website>1</show_in_website>
|
2775 |
+
<show_in_store>1</show_in_store>
|
2776 |
+
</max_order_total>
|
2777 |
+
<allowspecific translate="label">
|
2778 |
+
<depends>
|
2779 |
+
<active>1</active>
|
2780 |
+
</depends>
|
2781 |
+
<label>Beschikbaarheid per land</label>
|
2782 |
+
<frontend_type>allowspecific</frontend_type>
|
2783 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
2784 |
+
<sort_order>7</sort_order>
|
2785 |
+
<show_in_default>1</show_in_default>
|
2786 |
+
<show_in_website>1</show_in_website>
|
2787 |
+
<show_in_store>1</show_in_store>
|
2788 |
+
</allowspecific>
|
2789 |
+
<specificcountry translate="label">
|
2790 |
+
<depends>
|
2791 |
+
<active>1</active>
|
2792 |
+
<allowspecific>1</allowspecific>
|
2793 |
+
</depends>
|
2794 |
+
<label>Toegestane landen</label>
|
2795 |
+
<frontend_type>multiselect</frontend_type>
|
2796 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
2797 |
+
<sort_order>8</sort_order>
|
2798 |
+
<show_in_default>1</show_in_default>
|
2799 |
+
<show_in_website>1</show_in_website>
|
2800 |
+
<show_in_store>1</show_in_store>
|
2801 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2802 |
+
</specificcountry>
|
2803 |
+
<order_status translate="label">
|
2804 |
+
<depends>
|
2805 |
+
<active>1</active>
|
2806 |
+
</depends>
|
2807 |
+
<label>Nieuwe order status</label>
|
2808 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
2809 |
+
<frontend_type>select</frontend_type>
|
2810 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
2811 |
+
<sort_order>9</sort_order>
|
2812 |
+
<show_in_default>1</show_in_default>
|
2813 |
+
<show_in_website>1</show_in_website>
|
2814 |
+
<show_in_store>1</show_in_store>
|
2815 |
+
</order_status>
|
2816 |
+
<order_status_success translate="label">
|
2817 |
+
<depends>
|
2818 |
+
<active>1</active>
|
2819 |
+
</depends>
|
2820 |
+
<label>Gelukt order status</label>
|
2821 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
2822 |
+
<frontend_type>select</frontend_type>
|
2823 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
2824 |
+
<sort_order>10</sort_order>
|
2825 |
+
<show_in_default>1</show_in_default>
|
2826 |
+
<show_in_website>1</show_in_website>
|
2827 |
+
<show_in_store>1</show_in_store>
|
2828 |
+
</order_status_success>
|
2829 |
+
<charge_type translate="label">
|
2830 |
+
<depends>
|
2831 |
+
<active>1</active>
|
2832 |
+
</depends>
|
2833 |
+
<label>Extra kosten rekenen</label>
|
2834 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
2835 |
+
totaalbedrag of een vast bedrag
|
2836 |
+
</comment>
|
2837 |
+
<frontend_type>select</frontend_type>
|
2838 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
2839 |
+
<sort_order>200</sort_order>
|
2840 |
+
<show_in_default>1</show_in_default>
|
2841 |
+
<show_in_website>1</show_in_website>
|
2842 |
+
<show_in_store>1</show_in_store>
|
2843 |
+
</charge_type>
|
2844 |
+
<charge_value translate="label">
|
2845 |
+
<depends>
|
2846 |
+
<active>1</active>
|
2847 |
+
</depends>
|
2848 |
+
<label>Extra kosten</label>
|
2849 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
2850 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
2851 |
+
</comment>
|
2852 |
+
<frontend_type>text</frontend_type>
|
2853 |
+
<sort_order>201</sort_order>
|
2854 |
+
<show_in_default>1</show_in_default>
|
2855 |
+
<show_in_website>1</show_in_website>
|
2856 |
+
<show_in_store>1</show_in_store>
|
2857 |
+
</charge_value>
|
2858 |
+
<charge_tax_class translate="label">
|
2859 |
+
<depends>
|
2860 |
+
<active>1</active>
|
2861 |
+
</depends>
|
2862 |
+
<label>Btw voor extra kosten</label>
|
2863 |
+
<frontend_type>select</frontend_type>
|
2864 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
2865 |
+
<sort_order>202</sort_order>
|
2866 |
+
<show_in_default>1</show_in_default>
|
2867 |
+
<show_in_website>1</show_in_website>
|
2868 |
+
<show_in_store>1</show_in_store>
|
2869 |
+
</charge_tax_class>
|
2870 |
+
<send_mail translate="label">
|
2871 |
+
<depends>
|
2872 |
+
<active>1</active>
|
2873 |
+
</depends>
|
2874 |
+
<label>Bevestigingsmail sturen</label>
|
2875 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
2876 |
+
<sort_order>300</sort_order>
|
2877 |
+
<show_in_default>1</show_in_default>
|
2878 |
+
<show_in_website>1</show_in_website>
|
2879 |
+
<show_in_store>1</show_in_store>
|
2880 |
+
<frontend_type>select</frontend_type>
|
2881 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
2882 |
+
</send_mail>
|
2883 |
+
</fields>
|
2884 |
+
</pay_payment_maestro>
|
2885 |
+
<pay_payment_minitixsms translate="label" module="paygate">
|
2886 |
+
<label>Pay.nl - Minitix SMS</label>
|
2887 |
+
<model>pay_payment/Model_Paymentmethod_Minitixsms</model>
|
2888 |
+
<sort_order>1100</sort_order>
|
2889 |
+
<show_in_default>1</show_in_default>
|
2890 |
+
<show_in_website>1</show_in_website>
|
2891 |
+
<show_in_store>1</show_in_store>
|
2892 |
+
<fields>
|
2893 |
+
<active translate="label">
|
2894 |
+
<label>Actief</label>
|
2895 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
2896 |
+
<sort_order>1</sort_order>
|
2897 |
+
<show_in_default>1</show_in_default>
|
2898 |
+
<show_in_website>1</show_in_website>
|
2899 |
+
<show_in_store>1</show_in_store>
|
2900 |
+
<frontend_type>select</frontend_type>
|
2901 |
+
<source_model>pay_payment/source_paymentmethod_minitixsms_active</source_model>
|
2902 |
+
</active>
|
2903 |
+
<title translate="label">
|
2904 |
+
<depends>
|
2905 |
+
<active>1</active>
|
2906 |
+
</depends>
|
2907 |
+
<label>Titel van de betaalmethode</label>
|
2908 |
+
<frontend_type>text</frontend_type>
|
2909 |
+
<sort_order>2</sort_order>
|
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 |
+
</title>
|
2914 |
+
|
2915 |
+
<sort_order translate="label">
|
2916 |
+
<depends>
|
2917 |
+
<active>1</active>
|
2918 |
+
</depends>
|
2919 |
+
<label>Betaalmethode sorteer volgorde</label>
|
2920 |
+
<frontend_type>text</frontend_type>
|
2921 |
+
<sort_order>4</sort_order>
|
2922 |
+
<show_in_default>1</show_in_default>
|
2923 |
+
<show_in_website>1</show_in_website>
|
2924 |
+
<show_in_store>1</show_in_store>
|
2925 |
+
</sort_order>
|
2926 |
+
<min_order_total translate="label">
|
2927 |
+
<depends>
|
2928 |
+
<active>1</active>
|
2929 |
+
</depends>
|
2930 |
+
<label>Minimum bedrag</label>
|
2931 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2932 |
+
<frontend_type>text</frontend_type>
|
2933 |
+
<sort_order>5</sort_order>
|
2934 |
+
<show_in_default>1</show_in_default>
|
2935 |
+
<show_in_website>1</show_in_website>
|
2936 |
+
<show_in_store>1</show_in_store>
|
2937 |
+
</min_order_total>
|
2938 |
+
<max_order_total translate="label">
|
2939 |
+
<depends>
|
2940 |
+
<active>1</active>
|
2941 |
+
</depends>
|
2942 |
+
<label>Maximum bedrag</label>
|
2943 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
2944 |
+
<frontend_type>text</frontend_type>
|
2945 |
+
<sort_order>6</sort_order>
|
2946 |
+
<show_in_default>1</show_in_default>
|
2947 |
+
<show_in_website>1</show_in_website>
|
2948 |
+
<show_in_store>1</show_in_store>
|
2949 |
+
</max_order_total>
|
2950 |
+
<allowspecific translate="label">
|
2951 |
+
<depends>
|
2952 |
+
<active>1</active>
|
2953 |
+
</depends>
|
2954 |
+
<label>Beschikbaarheid per land</label>
|
2955 |
+
<frontend_type>allowspecific</frontend_type>
|
2956 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
2957 |
+
<sort_order>7</sort_order>
|
2958 |
+
<show_in_default>1</show_in_default>
|
2959 |
+
<show_in_website>1</show_in_website>
|
2960 |
+
<show_in_store>1</show_in_store>
|
2961 |
+
</allowspecific>
|
2962 |
+
<specificcountry translate="label">
|
2963 |
+
<depends>
|
2964 |
+
<active>1</active>
|
2965 |
+
<allowspecific>1</allowspecific>
|
2966 |
+
</depends>
|
2967 |
+
<label>Toegestane landen</label>
|
2968 |
+
<frontend_type>multiselect</frontend_type>
|
2969 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
2970 |
+
<sort_order>8</sort_order>
|
2971 |
+
<show_in_default>1</show_in_default>
|
2972 |
+
<show_in_website>1</show_in_website>
|
2973 |
+
<show_in_store>1</show_in_store>
|
2974 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
2975 |
+
</specificcountry>
|
2976 |
+
<order_status translate="label">
|
2977 |
+
<depends>
|
2978 |
+
<active>1</active>
|
2979 |
+
</depends>
|
2980 |
+
<label>Nieuwe order status</label>
|
2981 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
2982 |
+
<frontend_type>select</frontend_type>
|
2983 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
2984 |
+
<sort_order>9</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 |
+
</order_status>
|
2989 |
+
<order_status_success translate="label">
|
2990 |
+
<depends>
|
2991 |
+
<active>1</active>
|
2992 |
+
</depends>
|
2993 |
+
<label>Gelukt order status</label>
|
2994 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
2995 |
+
<frontend_type>select</frontend_type>
|
2996 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
2997 |
+
<sort_order>10</sort_order>
|
2998 |
+
<show_in_default>1</show_in_default>
|
2999 |
+
<show_in_website>1</show_in_website>
|
3000 |
+
<show_in_store>1</show_in_store>
|
3001 |
+
</order_status_success>
|
3002 |
+
<charge_type translate="label">
|
3003 |
+
<depends>
|
3004 |
+
<active>1</active>
|
3005 |
+
</depends>
|
3006 |
+
<label>Extra kosten rekenen</label>
|
3007 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
3008 |
+
totaalbedrag of een vast bedrag
|
3009 |
+
</comment>
|
3010 |
+
<frontend_type>select</frontend_type>
|
3011 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
3012 |
+
<sort_order>200</sort_order>
|
3013 |
+
<show_in_default>1</show_in_default>
|
3014 |
+
<show_in_website>1</show_in_website>
|
3015 |
+
<show_in_store>1</show_in_store>
|
3016 |
+
</charge_type>
|
3017 |
+
<charge_value translate="label">
|
3018 |
+
<depends>
|
3019 |
+
<active>1</active>
|
3020 |
+
</depends>
|
3021 |
+
<label>Extra kosten</label>
|
3022 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
3023 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
3024 |
+
</comment>
|
3025 |
+
<frontend_type>text</frontend_type>
|
3026 |
+
<sort_order>201</sort_order>
|
3027 |
+
<show_in_default>1</show_in_default>
|
3028 |
+
<show_in_website>1</show_in_website>
|
3029 |
+
<show_in_store>1</show_in_store>
|
3030 |
+
</charge_value>
|
3031 |
+
<charge_tax_class translate="label">
|
3032 |
+
<depends>
|
3033 |
+
<active>1</active>
|
3034 |
+
</depends>
|
3035 |
+
<label>Btw voor extra kosten</label>
|
3036 |
+
<frontend_type>select</frontend_type>
|
3037 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
3038 |
+
<sort_order>202</sort_order>
|
3039 |
+
<show_in_default>1</show_in_default>
|
3040 |
+
<show_in_website>1</show_in_website>
|
3041 |
+
<show_in_store>1</show_in_store>
|
3042 |
+
</charge_tax_class>
|
3043 |
+
<send_mail translate="label">
|
3044 |
+
<depends>
|
3045 |
+
<active>1</active>
|
3046 |
+
</depends>
|
3047 |
+
<label>Bevestigingsmail sturen</label>
|
3048 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
3049 |
+
<sort_order>300</sort_order>
|
3050 |
+
<show_in_default>1</show_in_default>
|
3051 |
+
<show_in_website>1</show_in_website>
|
3052 |
+
<show_in_store>1</show_in_store>
|
3053 |
+
<frontend_type>select</frontend_type>
|
3054 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
3055 |
+
</send_mail>
|
3056 |
+
</fields>
|
3057 |
+
</pay_payment_minitixsms>
|
3058 |
+
<pay_payment_mistercash translate="label" module="paygate">
|
3059 |
+
<label>Pay.nl - Mistercash</label>
|
3060 |
+
<model>pay_payment/Model_Paymentmethod_Mistercash</model>
|
3061 |
+
<sort_order>1110</sort_order>
|
3062 |
+
<show_in_default>1</show_in_default>
|
3063 |
+
<show_in_website>1</show_in_website>
|
3064 |
+
<show_in_store>1</show_in_store>
|
3065 |
+
<fields>
|
3066 |
+
<active translate="label">
|
3067 |
+
<label>Actief</label>
|
3068 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
3069 |
+
<sort_order>1</sort_order>
|
3070 |
+
<show_in_default>1</show_in_default>
|
3071 |
+
<show_in_website>1</show_in_website>
|
3072 |
+
<show_in_store>1</show_in_store>
|
3073 |
+
<frontend_type>select</frontend_type>
|
3074 |
+
<source_model>pay_payment/source_paymentmethod_mistercash_active</source_model>
|
3075 |
+
</active>
|
3076 |
+
<title translate="label">
|
3077 |
+
<depends>
|
3078 |
+
<active>1</active>
|
3079 |
+
</depends>
|
3080 |
+
<label>Titel van de betaalmethode</label>
|
3081 |
+
<frontend_type>text</frontend_type>
|
3082 |
+
<sort_order>2</sort_order>
|
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 |
+
</title>
|
3087 |
+
|
3088 |
+
<sort_order translate="label">
|
3089 |
+
<depends>
|
3090 |
+
<active>1</active>
|
3091 |
+
</depends>
|
3092 |
+
<label>Betaalmethode sorteer volgorde</label>
|
3093 |
+
<frontend_type>text</frontend_type>
|
3094 |
+
<sort_order>4</sort_order>
|
3095 |
+
<show_in_default>1</show_in_default>
|
3096 |
+
<show_in_website>1</show_in_website>
|
3097 |
+
<show_in_store>1</show_in_store>
|
3098 |
+
</sort_order>
|
3099 |
+
<min_order_total translate="label">
|
3100 |
+
<depends>
|
3101 |
+
<active>1</active>
|
3102 |
+
</depends>
|
3103 |
+
<label>Minimum bedrag</label>
|
3104 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3105 |
+
<frontend_type>text</frontend_type>
|
3106 |
+
<sort_order>5</sort_order>
|
3107 |
+
<show_in_default>1</show_in_default>
|
3108 |
+
<show_in_website>1</show_in_website>
|
3109 |
+
<show_in_store>1</show_in_store>
|
3110 |
+
</min_order_total>
|
3111 |
+
<max_order_total translate="label">
|
3112 |
+
<depends>
|
3113 |
+
<active>1</active>
|
3114 |
+
</depends>
|
3115 |
+
<label>Maximum bedrag</label>
|
3116 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3117 |
+
<frontend_type>text</frontend_type>
|
3118 |
+
<sort_order>6</sort_order>
|
3119 |
+
<show_in_default>1</show_in_default>
|
3120 |
+
<show_in_website>1</show_in_website>
|
3121 |
+
<show_in_store>1</show_in_store>
|
3122 |
+
</max_order_total>
|
3123 |
+
<allowspecific translate="label">
|
3124 |
+
<depends>
|
3125 |
+
<active>1</active>
|
3126 |
+
</depends>
|
3127 |
+
<label>Beschikbaarheid per land</label>
|
3128 |
+
<frontend_type>allowspecific</frontend_type>
|
3129 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
3130 |
+
<sort_order>7</sort_order>
|
3131 |
+
<show_in_default>1</show_in_default>
|
3132 |
+
<show_in_website>1</show_in_website>
|
3133 |
+
<show_in_store>1</show_in_store>
|
3134 |
+
</allowspecific>
|
3135 |
+
<specificcountry translate="label">
|
3136 |
+
<depends>
|
3137 |
+
<active>1</active>
|
3138 |
+
<allowspecific>1</allowspecific>
|
3139 |
+
</depends>
|
3140 |
+
<label>Toegestane landen</label>
|
3141 |
+
<frontend_type>multiselect</frontend_type>
|
3142 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
3143 |
+
<sort_order>8</sort_order>
|
3144 |
+
<show_in_default>1</show_in_default>
|
3145 |
+
<show_in_website>1</show_in_website>
|
3146 |
+
<show_in_store>1</show_in_store>
|
3147 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3148 |
+
</specificcountry>
|
3149 |
+
<order_status translate="label">
|
3150 |
+
<depends>
|
3151 |
+
<active>1</active>
|
3152 |
+
</depends>
|
3153 |
+
<label>Nieuwe order status</label>
|
3154 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
3155 |
+
<frontend_type>select</frontend_type>
|
3156 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
3157 |
+
<sort_order>9</sort_order>
|
3158 |
+
<show_in_default>1</show_in_default>
|
3159 |
+
<show_in_website>1</show_in_website>
|
3160 |
+
<show_in_store>1</show_in_store>
|
3161 |
+
</order_status>
|
3162 |
+
<order_status_success translate="label">
|
3163 |
+
<depends>
|
3164 |
+
<active>1</active>
|
3165 |
+
</depends>
|
3166 |
+
<label>Gelukt order status</label>
|
3167 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
3168 |
+
<frontend_type>select</frontend_type>
|
3169 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
3170 |
+
<sort_order>10</sort_order>
|
3171 |
+
<show_in_default>1</show_in_default>
|
3172 |
+
<show_in_website>1</show_in_website>
|
3173 |
+
<show_in_store>1</show_in_store>
|
3174 |
+
</order_status_success>
|
3175 |
+
<charge_type translate="label">
|
3176 |
+
<depends>
|
3177 |
+
<active>1</active>
|
3178 |
+
</depends>
|
3179 |
+
<label>Extra kosten rekenen</label>
|
3180 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
3181 |
+
totaalbedrag of een vast bedrag
|
3182 |
+
</comment>
|
3183 |
+
<frontend_type>select</frontend_type>
|
3184 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
3185 |
+
<sort_order>200</sort_order>
|
3186 |
+
<show_in_default>1</show_in_default>
|
3187 |
+
<show_in_website>1</show_in_website>
|
3188 |
+
<show_in_store>1</show_in_store>
|
3189 |
+
</charge_type>
|
3190 |
+
<charge_value translate="label">
|
3191 |
+
<depends>
|
3192 |
+
<active>1</active>
|
3193 |
+
</depends>
|
3194 |
+
<label>Extra kosten</label>
|
3195 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
3196 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
3197 |
+
</comment>
|
3198 |
+
<frontend_type>text</frontend_type>
|
3199 |
+
<sort_order>201</sort_order>
|
3200 |
+
<show_in_default>1</show_in_default>
|
3201 |
+
<show_in_website>1</show_in_website>
|
3202 |
+
<show_in_store>1</show_in_store>
|
3203 |
+
</charge_value>
|
3204 |
+
<charge_tax_class translate="label">
|
3205 |
+
<depends>
|
3206 |
+
<active>1</active>
|
3207 |
+
</depends>
|
3208 |
+
<label>Btw voor extra kosten</label>
|
3209 |
+
<frontend_type>select</frontend_type>
|
3210 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
3211 |
+
<sort_order>202</sort_order>
|
3212 |
+
<show_in_default>1</show_in_default>
|
3213 |
+
<show_in_website>1</show_in_website>
|
3214 |
+
<show_in_store>1</show_in_store>
|
3215 |
+
</charge_tax_class>
|
3216 |
+
<send_mail translate="label">
|
3217 |
+
<depends>
|
3218 |
+
<active>1</active>
|
3219 |
+
</depends>
|
3220 |
+
<label>Bevestigingsmail sturen</label>
|
3221 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
3222 |
+
<sort_order>300</sort_order>
|
3223 |
+
<show_in_default>1</show_in_default>
|
3224 |
+
<show_in_website>1</show_in_website>
|
3225 |
+
<show_in_store>1</show_in_store>
|
3226 |
+
<frontend_type>select</frontend_type>
|
3227 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
3228 |
+
</send_mail>
|
3229 |
+
</fields>
|
3230 |
+
</pay_payment_mistercash>
|
3231 |
+
<pay_payment_mybank translate="label" module="paygate">
|
3232 |
+
<label>Pay.nl - Mybank</label>
|
3233 |
+
<model>pay_payment/Model_Paymentmethod_Mybank</model>
|
3234 |
+
<sort_order>1120</sort_order>
|
3235 |
+
<show_in_default>1</show_in_default>
|
3236 |
+
<show_in_website>1</show_in_website>
|
3237 |
+
<show_in_store>1</show_in_store>
|
3238 |
+
<fields>
|
3239 |
+
<active translate="label">
|
3240 |
+
<label>Actief</label>
|
3241 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
3242 |
+
<sort_order>1</sort_order>
|
3243 |
+
<show_in_default>1</show_in_default>
|
3244 |
+
<show_in_website>1</show_in_website>
|
3245 |
+
<show_in_store>1</show_in_store>
|
3246 |
+
<frontend_type>select</frontend_type>
|
3247 |
+
<source_model>pay_payment/source_paymentmethod_mybank_active</source_model>
|
3248 |
+
</active>
|
3249 |
+
<title translate="label">
|
3250 |
+
<depends>
|
3251 |
+
<active>1</active>
|
3252 |
+
</depends>
|
3253 |
+
<label>Titel van de betaalmethode</label>
|
3254 |
+
<frontend_type>text</frontend_type>
|
3255 |
+
<sort_order>2</sort_order>
|
3256 |
+
<show_in_default>1</show_in_default>
|
3257 |
+
<show_in_website>1</show_in_website>
|
3258 |
+
<show_in_store>1</show_in_store>
|
3259 |
+
</title>
|
3260 |
+
|
3261 |
+
<sort_order translate="label">
|
3262 |
+
<depends>
|
3263 |
+
<active>1</active>
|
3264 |
+
</depends>
|
3265 |
+
<label>Betaalmethode sorteer volgorde</label>
|
3266 |
+
<frontend_type>text</frontend_type>
|
3267 |
+
<sort_order>4</sort_order>
|
3268 |
+
<show_in_default>1</show_in_default>
|
3269 |
+
<show_in_website>1</show_in_website>
|
3270 |
+
<show_in_store>1</show_in_store>
|
3271 |
+
</sort_order>
|
3272 |
+
<min_order_total translate="label">
|
3273 |
+
<depends>
|
3274 |
+
<active>1</active>
|
3275 |
+
</depends>
|
3276 |
+
<label>Minimum bedrag</label>
|
3277 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3278 |
+
<frontend_type>text</frontend_type>
|
3279 |
+
<sort_order>5</sort_order>
|
3280 |
+
<show_in_default>1</show_in_default>
|
3281 |
+
<show_in_website>1</show_in_website>
|
3282 |
+
<show_in_store>1</show_in_store>
|
3283 |
+
</min_order_total>
|
3284 |
+
<max_order_total translate="label">
|
3285 |
+
<depends>
|
3286 |
+
<active>1</active>
|
3287 |
+
</depends>
|
3288 |
+
<label>Maximum bedrag</label>
|
3289 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3290 |
+
<frontend_type>text</frontend_type>
|
3291 |
+
<sort_order>6</sort_order>
|
3292 |
+
<show_in_default>1</show_in_default>
|
3293 |
+
<show_in_website>1</show_in_website>
|
3294 |
+
<show_in_store>1</show_in_store>
|
3295 |
+
</max_order_total>
|
3296 |
+
<allowspecific translate="label">
|
3297 |
+
<depends>
|
3298 |
+
<active>1</active>
|
3299 |
+
</depends>
|
3300 |
+
<label>Beschikbaarheid per land</label>
|
3301 |
+
<frontend_type>allowspecific</frontend_type>
|
3302 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
3303 |
+
<sort_order>7</sort_order>
|
3304 |
+
<show_in_default>1</show_in_default>
|
3305 |
+
<show_in_website>1</show_in_website>
|
3306 |
+
<show_in_store>1</show_in_store>
|
3307 |
+
</allowspecific>
|
3308 |
+
<specificcountry translate="label">
|
3309 |
+
<depends>
|
3310 |
+
<active>1</active>
|
3311 |
+
<allowspecific>1</allowspecific>
|
3312 |
+
</depends>
|
3313 |
+
<label>Toegestane landen</label>
|
3314 |
+
<frontend_type>multiselect</frontend_type>
|
3315 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
3316 |
+
<sort_order>8</sort_order>
|
3317 |
+
<show_in_default>1</show_in_default>
|
3318 |
+
<show_in_website>1</show_in_website>
|
3319 |
+
<show_in_store>1</show_in_store>
|
3320 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3321 |
+
</specificcountry>
|
3322 |
+
<order_status translate="label">
|
3323 |
+
<depends>
|
3324 |
+
<active>1</active>
|
3325 |
+
</depends>
|
3326 |
+
<label>Nieuwe order status</label>
|
3327 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
3328 |
+
<frontend_type>select</frontend_type>
|
3329 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
3330 |
+
<sort_order>9</sort_order>
|
3331 |
+
<show_in_default>1</show_in_default>
|
3332 |
+
<show_in_website>1</show_in_website>
|
3333 |
+
<show_in_store>1</show_in_store>
|
3334 |
+
</order_status>
|
3335 |
+
<order_status_success translate="label">
|
3336 |
+
<depends>
|
3337 |
+
<active>1</active>
|
3338 |
+
</depends>
|
3339 |
+
<label>Gelukt order status</label>
|
3340 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
3341 |
+
<frontend_type>select</frontend_type>
|
3342 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
3343 |
+
<sort_order>10</sort_order>
|
3344 |
+
<show_in_default>1</show_in_default>
|
3345 |
+
<show_in_website>1</show_in_website>
|
3346 |
+
<show_in_store>1</show_in_store>
|
3347 |
+
</order_status_success>
|
3348 |
+
<charge_type translate="label">
|
3349 |
+
<depends>
|
3350 |
+
<active>1</active>
|
3351 |
+
</depends>
|
3352 |
+
<label>Extra kosten rekenen</label>
|
3353 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
3354 |
+
totaalbedrag of een vast bedrag
|
3355 |
+
</comment>
|
3356 |
+
<frontend_type>select</frontend_type>
|
3357 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
3358 |
+
<sort_order>200</sort_order>
|
3359 |
+
<show_in_default>1</show_in_default>
|
3360 |
+
<show_in_website>1</show_in_website>
|
3361 |
+
<show_in_store>1</show_in_store>
|
3362 |
+
</charge_type>
|
3363 |
+
<charge_value translate="label">
|
3364 |
+
<depends>
|
3365 |
+
<active>1</active>
|
3366 |
+
</depends>
|
3367 |
+
<label>Extra kosten</label>
|
3368 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
3369 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
3370 |
+
</comment>
|
3371 |
+
<frontend_type>text</frontend_type>
|
3372 |
+
<sort_order>201</sort_order>
|
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 |
+
</charge_value>
|
3377 |
+
<charge_tax_class translate="label">
|
3378 |
+
<depends>
|
3379 |
+
<active>1</active>
|
3380 |
+
</depends>
|
3381 |
+
<label>Btw voor extra kosten</label>
|
3382 |
+
<frontend_type>select</frontend_type>
|
3383 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
3384 |
+
<sort_order>202</sort_order>
|
3385 |
+
<show_in_default>1</show_in_default>
|
3386 |
+
<show_in_website>1</show_in_website>
|
3387 |
+
<show_in_store>1</show_in_store>
|
3388 |
+
</charge_tax_class>
|
3389 |
+
<send_mail translate="label">
|
3390 |
+
<depends>
|
3391 |
+
<active>1</active>
|
3392 |
+
</depends>
|
3393 |
+
<label>Bevestigingsmail sturen</label>
|
3394 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
3395 |
+
<sort_order>300</sort_order>
|
3396 |
+
<show_in_default>1</show_in_default>
|
3397 |
+
<show_in_website>1</show_in_website>
|
3398 |
+
<show_in_store>1</show_in_store>
|
3399 |
+
<frontend_type>select</frontend_type>
|
3400 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
3401 |
+
</send_mail>
|
3402 |
+
</fields>
|
3403 |
+
</pay_payment_mybank>
|
3404 |
+
<pay_payment_overboeking translate="label" module="paygate">
|
3405 |
+
<label>Pay.nl - Overboeking</label>
|
3406 |
+
<model>pay_payment/Model_Paymentmethod_Overboeking</model>
|
3407 |
+
<sort_order>1130</sort_order>
|
3408 |
+
<show_in_default>1</show_in_default>
|
3409 |
+
<show_in_website>1</show_in_website>
|
3410 |
+
<show_in_store>1</show_in_store>
|
3411 |
+
<fields>
|
3412 |
+
<active translate="label">
|
3413 |
+
<label>Actief</label>
|
3414 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
3415 |
+
<sort_order>1</sort_order>
|
3416 |
+
<show_in_default>1</show_in_default>
|
3417 |
+
<show_in_website>1</show_in_website>
|
3418 |
+
<show_in_store>1</show_in_store>
|
3419 |
+
<frontend_type>select</frontend_type>
|
3420 |
+
<source_model>pay_payment/source_paymentmethod_overboeking_active</source_model>
|
3421 |
+
</active>
|
3422 |
+
<title translate="label">
|
3423 |
+
<depends>
|
3424 |
+
<active>1</active>
|
3425 |
+
</depends>
|
3426 |
+
<label>Titel van de betaalmethode</label>
|
3427 |
+
<frontend_type>text</frontend_type>
|
3428 |
+
<sort_order>2</sort_order>
|
3429 |
+
<show_in_default>1</show_in_default>
|
3430 |
+
<show_in_website>1</show_in_website>
|
3431 |
+
<show_in_store>1</show_in_store>
|
3432 |
+
</title>
|
3433 |
+
|
3434 |
+
<sort_order translate="label">
|
3435 |
+
<depends>
|
3436 |
+
<active>1</active>
|
3437 |
+
</depends>
|
3438 |
+
<label>Betaalmethode sorteer volgorde</label>
|
3439 |
+
<frontend_type>text</frontend_type>
|
3440 |
+
<sort_order>4</sort_order>
|
3441 |
+
<show_in_default>1</show_in_default>
|
3442 |
+
<show_in_website>1</show_in_website>
|
3443 |
+
<show_in_store>1</show_in_store>
|
3444 |
+
</sort_order>
|
3445 |
+
<min_order_total translate="label">
|
3446 |
+
<depends>
|
3447 |
+
<active>1</active>
|
3448 |
+
</depends>
|
3449 |
+
<label>Minimum bedrag</label>
|
3450 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3451 |
+
<frontend_type>text</frontend_type>
|
3452 |
+
<sort_order>5</sort_order>
|
3453 |
+
<show_in_default>1</show_in_default>
|
3454 |
+
<show_in_website>1</show_in_website>
|
3455 |
+
<show_in_store>1</show_in_store>
|
3456 |
+
</min_order_total>
|
3457 |
+
<max_order_total translate="label">
|
3458 |
+
<depends>
|
3459 |
+
<active>1</active>
|
3460 |
+
</depends>
|
3461 |
+
<label>Maximum bedrag</label>
|
3462 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3463 |
+
<frontend_type>text</frontend_type>
|
3464 |
+
<sort_order>6</sort_order>
|
3465 |
+
<show_in_default>1</show_in_default>
|
3466 |
+
<show_in_website>1</show_in_website>
|
3467 |
+
<show_in_store>1</show_in_store>
|
3468 |
+
</max_order_total>
|
3469 |
+
<allowspecific translate="label">
|
3470 |
+
<depends>
|
3471 |
+
<active>1</active>
|
3472 |
+
</depends>
|
3473 |
+
<label>Beschikbaarheid per land</label>
|
3474 |
+
<frontend_type>allowspecific</frontend_type>
|
3475 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
3476 |
+
<sort_order>7</sort_order>
|
3477 |
+
<show_in_default>1</show_in_default>
|
3478 |
+
<show_in_website>1</show_in_website>
|
3479 |
+
<show_in_store>1</show_in_store>
|
3480 |
+
</allowspecific>
|
3481 |
+
<specificcountry translate="label">
|
3482 |
+
<depends>
|
3483 |
+
<active>1</active>
|
3484 |
+
<allowspecific>1</allowspecific>
|
3485 |
+
</depends>
|
3486 |
+
<label>Toegestane landen</label>
|
3487 |
+
<frontend_type>multiselect</frontend_type>
|
3488 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
3489 |
+
<sort_order>8</sort_order>
|
3490 |
+
<show_in_default>1</show_in_default>
|
3491 |
+
<show_in_website>1</show_in_website>
|
3492 |
+
<show_in_store>1</show_in_store>
|
3493 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3494 |
+
</specificcountry>
|
3495 |
+
<order_status translate="label">
|
3496 |
+
<depends>
|
3497 |
+
<active>1</active>
|
3498 |
+
</depends>
|
3499 |
+
<label>Nieuwe order status</label>
|
3500 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
3501 |
+
<frontend_type>select</frontend_type>
|
3502 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
3503 |
+
<sort_order>9</sort_order>
|
3504 |
+
<show_in_default>1</show_in_default>
|
3505 |
+
<show_in_website>1</show_in_website>
|
3506 |
+
<show_in_store>1</show_in_store>
|
3507 |
+
</order_status>
|
3508 |
+
<order_status_success translate="label">
|
3509 |
+
<depends>
|
3510 |
+
<active>1</active>
|
3511 |
+
</depends>
|
3512 |
+
<label>Gelukt order status</label>
|
3513 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
3514 |
+
<frontend_type>select</frontend_type>
|
3515 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
3516 |
+
<sort_order>10</sort_order>
|
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 |
+
</order_status_success>
|
3521 |
+
<charge_type translate="label">
|
3522 |
+
<depends>
|
3523 |
+
<active>1</active>
|
3524 |
+
</depends>
|
3525 |
+
<label>Extra kosten rekenen</label>
|
3526 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
3527 |
+
totaalbedrag of een vast bedrag
|
3528 |
+
</comment>
|
3529 |
+
<frontend_type>select</frontend_type>
|
3530 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
3531 |
+
<sort_order>200</sort_order>
|
3532 |
+
<show_in_default>1</show_in_default>
|
3533 |
+
<show_in_website>1</show_in_website>
|
3534 |
+
<show_in_store>1</show_in_store>
|
3535 |
+
</charge_type>
|
3536 |
+
<charge_value translate="label">
|
3537 |
+
<depends>
|
3538 |
+
<active>1</active>
|
3539 |
+
</depends>
|
3540 |
+
<label>Extra kosten</label>
|
3541 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
3542 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
3543 |
+
</comment>
|
3544 |
+
<frontend_type>text</frontend_type>
|
3545 |
+
<sort_order>201</sort_order>
|
3546 |
+
<show_in_default>1</show_in_default>
|
3547 |
+
<show_in_website>1</show_in_website>
|
3548 |
+
<show_in_store>1</show_in_store>
|
3549 |
+
</charge_value>
|
3550 |
+
<charge_tax_class translate="label">
|
3551 |
+
<depends>
|
3552 |
+
<active>1</active>
|
3553 |
+
</depends>
|
3554 |
+
<label>Btw voor extra kosten</label>
|
3555 |
+
<frontend_type>select</frontend_type>
|
3556 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
3557 |
+
<sort_order>202</sort_order>
|
3558 |
+
<show_in_default>1</show_in_default>
|
3559 |
+
<show_in_website>1</show_in_website>
|
3560 |
+
<show_in_store>1</show_in_store>
|
3561 |
+
</charge_tax_class>
|
3562 |
+
<send_mail translate="label">
|
3563 |
+
<depends>
|
3564 |
+
<active>1</active>
|
3565 |
+
</depends>
|
3566 |
+
<label>Bevestigingsmail sturen</label>
|
3567 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
3568 |
+
<sort_order>300</sort_order>
|
3569 |
+
<show_in_default>1</show_in_default>
|
3570 |
+
<show_in_website>1</show_in_website>
|
3571 |
+
<show_in_store>1</show_in_store>
|
3572 |
+
<frontend_type>select</frontend_type>
|
3573 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
3574 |
+
</send_mail>
|
3575 |
+
</fields>
|
3576 |
+
</pay_payment_overboeking>
|
3577 |
+
<pay_payment_paypal translate="label" module="paygate">
|
3578 |
+
<label>Pay.nl - PayPal</label>
|
3579 |
+
<model>pay_payment/Model_Paymentmethod_Paypal</model>
|
3580 |
+
<sort_order>1140</sort_order>
|
3581 |
+
<show_in_default>1</show_in_default>
|
3582 |
+
<show_in_website>1</show_in_website>
|
3583 |
+
<show_in_store>1</show_in_store>
|
3584 |
+
<fields>
|
3585 |
+
<active translate="label">
|
3586 |
+
<label>Actief</label>
|
3587 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
3588 |
+
<sort_order>1</sort_order>
|
3589 |
+
<show_in_default>1</show_in_default>
|
3590 |
+
<show_in_website>1</show_in_website>
|
3591 |
+
<show_in_store>1</show_in_store>
|
3592 |
+
<frontend_type>select</frontend_type>
|
3593 |
+
<source_model>pay_payment/source_paymentmethod_paypal_active</source_model>
|
3594 |
+
</active>
|
3595 |
+
<title translate="label">
|
3596 |
+
<depends>
|
3597 |
+
<active>1</active>
|
3598 |
+
</depends>
|
3599 |
+
<label>Titel van de betaalmethode</label>
|
3600 |
+
<frontend_type>text</frontend_type>
|
3601 |
+
<sort_order>2</sort_order>
|
3602 |
+
<show_in_default>1</show_in_default>
|
3603 |
+
<show_in_website>1</show_in_website>
|
3604 |
+
<show_in_store>1</show_in_store>
|
3605 |
+
</title>
|
3606 |
+
|
3607 |
+
<sort_order translate="label">
|
3608 |
+
<depends>
|
3609 |
+
<active>1</active>
|
3610 |
+
</depends>
|
3611 |
+
<label>Betaalmethode sorteer volgorde</label>
|
3612 |
+
<frontend_type>text</frontend_type>
|
3613 |
+
<sort_order>4</sort_order>
|
3614 |
+
<show_in_default>1</show_in_default>
|
3615 |
+
<show_in_website>1</show_in_website>
|
3616 |
+
<show_in_store>1</show_in_store>
|
3617 |
+
</sort_order>
|
3618 |
+
<min_order_total translate="label">
|
3619 |
+
<depends>
|
3620 |
+
<active>1</active>
|
3621 |
+
</depends>
|
3622 |
+
<label>Minimum bedrag</label>
|
3623 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3624 |
+
<frontend_type>text</frontend_type>
|
3625 |
+
<sort_order>5</sort_order>
|
3626 |
+
<show_in_default>1</show_in_default>
|
3627 |
+
<show_in_website>1</show_in_website>
|
3628 |
+
<show_in_store>1</show_in_store>
|
3629 |
+
</min_order_total>
|
3630 |
+
<max_order_total translate="label">
|
3631 |
+
<depends>
|
3632 |
+
<active>1</active>
|
3633 |
+
</depends>
|
3634 |
+
<label>Maximum bedrag</label>
|
3635 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3636 |
+
<frontend_type>text</frontend_type>
|
3637 |
+
<sort_order>6</sort_order>
|
3638 |
+
<show_in_default>1</show_in_default>
|
3639 |
+
<show_in_website>1</show_in_website>
|
3640 |
+
<show_in_store>1</show_in_store>
|
3641 |
+
</max_order_total>
|
3642 |
+
<allowspecific translate="label">
|
3643 |
+
<depends>
|
3644 |
+
<active>1</active>
|
3645 |
+
</depends>
|
3646 |
+
<label>Beschikbaarheid per land</label>
|
3647 |
+
<frontend_type>allowspecific</frontend_type>
|
3648 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
3649 |
+
<sort_order>7</sort_order>
|
3650 |
+
<show_in_default>1</show_in_default>
|
3651 |
+
<show_in_website>1</show_in_website>
|
3652 |
+
<show_in_store>1</show_in_store>
|
3653 |
+
</allowspecific>
|
3654 |
+
<specificcountry translate="label">
|
3655 |
+
<depends>
|
3656 |
+
<active>1</active>
|
3657 |
+
<allowspecific>1</allowspecific>
|
3658 |
+
</depends>
|
3659 |
+
<label>Toegestane landen</label>
|
3660 |
+
<frontend_type>multiselect</frontend_type>
|
3661 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
3662 |
+
<sort_order>8</sort_order>
|
3663 |
+
<show_in_default>1</show_in_default>
|
3664 |
+
<show_in_website>1</show_in_website>
|
3665 |
+
<show_in_store>1</show_in_store>
|
3666 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3667 |
+
</specificcountry>
|
3668 |
+
<order_status translate="label">
|
3669 |
+
<depends>
|
3670 |
+
<active>1</active>
|
3671 |
+
</depends>
|
3672 |
+
<label>Nieuwe order status</label>
|
3673 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
3674 |
+
<frontend_type>select</frontend_type>
|
3675 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
3676 |
+
<sort_order>9</sort_order>
|
3677 |
+
<show_in_default>1</show_in_default>
|
3678 |
+
<show_in_website>1</show_in_website>
|
3679 |
+
<show_in_store>1</show_in_store>
|
3680 |
+
</order_status>
|
3681 |
+
<order_status_success translate="label">
|
3682 |
+
<depends>
|
3683 |
+
<active>1</active>
|
3684 |
+
</depends>
|
3685 |
+
<label>Gelukt order status</label>
|
3686 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
3687 |
+
<frontend_type>select</frontend_type>
|
3688 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
3689 |
+
<sort_order>10</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>
|
3693 |
+
</order_status_success>
|
3694 |
+
<charge_type translate="label">
|
3695 |
+
<depends>
|
3696 |
+
<active>1</active>
|
3697 |
+
</depends>
|
3698 |
+
<label>Extra kosten rekenen</label>
|
3699 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
3700 |
+
totaalbedrag of een vast bedrag
|
3701 |
+
</comment>
|
3702 |
+
<frontend_type>select</frontend_type>
|
3703 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
3704 |
+
<sort_order>200</sort_order>
|
3705 |
+
<show_in_default>1</show_in_default>
|
3706 |
+
<show_in_website>1</show_in_website>
|
3707 |
+
<show_in_store>1</show_in_store>
|
3708 |
+
</charge_type>
|
3709 |
+
<charge_value translate="label">
|
3710 |
+
<depends>
|
3711 |
+
<active>1</active>
|
3712 |
+
</depends>
|
3713 |
+
<label>Extra kosten</label>
|
3714 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
3715 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
3716 |
+
</comment>
|
3717 |
+
<frontend_type>text</frontend_type>
|
3718 |
+
<sort_order>201</sort_order>
|
3719 |
+
<show_in_default>1</show_in_default>
|
3720 |
+
<show_in_website>1</show_in_website>
|
3721 |
+
<show_in_store>1</show_in_store>
|
3722 |
+
</charge_value>
|
3723 |
+
<charge_tax_class translate="label">
|
3724 |
+
<depends>
|
3725 |
+
<active>1</active>
|
3726 |
+
</depends>
|
3727 |
+
<label>Btw voor extra kosten</label>
|
3728 |
+
<frontend_type>select</frontend_type>
|
3729 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
3730 |
+
<sort_order>202</sort_order>
|
3731 |
+
<show_in_default>1</show_in_default>
|
3732 |
+
<show_in_website>1</show_in_website>
|
3733 |
+
<show_in_store>1</show_in_store>
|
3734 |
+
</charge_tax_class>
|
3735 |
+
<send_mail translate="label">
|
3736 |
+
<depends>
|
3737 |
+
<active>1</active>
|
3738 |
+
</depends>
|
3739 |
+
<label>Bevestigingsmail sturen</label>
|
3740 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
3741 |
+
<sort_order>300</sort_order>
|
3742 |
+
<show_in_default>1</show_in_default>
|
3743 |
+
<show_in_website>1</show_in_website>
|
3744 |
+
<show_in_store>1</show_in_store>
|
3745 |
+
<frontend_type>select</frontend_type>
|
3746 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
3747 |
+
</send_mail>
|
3748 |
+
</fields>
|
3749 |
+
</pay_payment_paypal>
|
3750 |
+
<pay_payment_paysafecard translate="label" module="paygate">
|
3751 |
+
<label>Pay.nl - Paysafecard</label>
|
3752 |
+
<model>pay_payment/Model_Paymentmethod_Paysafecard</model>
|
3753 |
+
<sort_order>1150</sort_order>
|
3754 |
+
<show_in_default>1</show_in_default>
|
3755 |
+
<show_in_website>1</show_in_website>
|
3756 |
+
<show_in_store>1</show_in_store>
|
3757 |
+
<fields>
|
3758 |
+
<active translate="label">
|
3759 |
+
<label>Actief</label>
|
3760 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
3761 |
+
<sort_order>1</sort_order>
|
3762 |
+
<show_in_default>1</show_in_default>
|
3763 |
+
<show_in_website>1</show_in_website>
|
3764 |
+
<show_in_store>1</show_in_store>
|
3765 |
+
<frontend_type>select</frontend_type>
|
3766 |
+
<source_model>pay_payment/source_paymentmethod_paysafecard_active</source_model>
|
3767 |
+
</active>
|
3768 |
+
<title translate="label">
|
3769 |
+
<depends>
|
3770 |
+
<active>1</active>
|
3771 |
+
</depends>
|
3772 |
+
<label>Titel van de betaalmethode</label>
|
3773 |
+
<frontend_type>text</frontend_type>
|
3774 |
+
<sort_order>2</sort_order>
|
3775 |
+
<show_in_default>1</show_in_default>
|
3776 |
+
<show_in_website>1</show_in_website>
|
3777 |
+
<show_in_store>1</show_in_store>
|
3778 |
+
</title>
|
3779 |
+
|
3780 |
+
<sort_order translate="label">
|
3781 |
+
<depends>
|
3782 |
+
<active>1</active>
|
3783 |
+
</depends>
|
3784 |
+
<label>Betaalmethode sorteer volgorde</label>
|
3785 |
+
<frontend_type>text</frontend_type>
|
3786 |
+
<sort_order>4</sort_order>
|
3787 |
+
<show_in_default>1</show_in_default>
|
3788 |
+
<show_in_website>1</show_in_website>
|
3789 |
+
<show_in_store>1</show_in_store>
|
3790 |
+
</sort_order>
|
3791 |
+
<min_order_total translate="label">
|
3792 |
+
<depends>
|
3793 |
+
<active>1</active>
|
3794 |
+
</depends>
|
3795 |
+
<label>Minimum bedrag</label>
|
3796 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3797 |
+
<frontend_type>text</frontend_type>
|
3798 |
+
<sort_order>5</sort_order>
|
3799 |
+
<show_in_default>1</show_in_default>
|
3800 |
+
<show_in_website>1</show_in_website>
|
3801 |
+
<show_in_store>1</show_in_store>
|
3802 |
+
</min_order_total>
|
3803 |
+
<max_order_total translate="label">
|
3804 |
+
<depends>
|
3805 |
+
<active>1</active>
|
3806 |
+
</depends>
|
3807 |
+
<label>Maximum bedrag</label>
|
3808 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3809 |
+
<frontend_type>text</frontend_type>
|
3810 |
+
<sort_order>6</sort_order>
|
3811 |
+
<show_in_default>1</show_in_default>
|
3812 |
+
<show_in_website>1</show_in_website>
|
3813 |
+
<show_in_store>1</show_in_store>
|
3814 |
+
</max_order_total>
|
3815 |
+
<allowspecific translate="label">
|
3816 |
+
<depends>
|
3817 |
+
<active>1</active>
|
3818 |
+
</depends>
|
3819 |
+
<label>Beschikbaarheid per land</label>
|
3820 |
+
<frontend_type>allowspecific</frontend_type>
|
3821 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
3822 |
+
<sort_order>7</sort_order>
|
3823 |
+
<show_in_default>1</show_in_default>
|
3824 |
+
<show_in_website>1</show_in_website>
|
3825 |
+
<show_in_store>1</show_in_store>
|
3826 |
+
</allowspecific>
|
3827 |
+
<specificcountry translate="label">
|
3828 |
+
<depends>
|
3829 |
+
<active>1</active>
|
3830 |
+
<allowspecific>1</allowspecific>
|
3831 |
+
</depends>
|
3832 |
+
<label>Toegestane landen</label>
|
3833 |
+
<frontend_type>multiselect</frontend_type>
|
3834 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
3835 |
+
<sort_order>8</sort_order>
|
3836 |
+
<show_in_default>1</show_in_default>
|
3837 |
+
<show_in_website>1</show_in_website>
|
3838 |
+
<show_in_store>1</show_in_store>
|
3839 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
3840 |
+
</specificcountry>
|
3841 |
+
<order_status translate="label">
|
3842 |
+
<depends>
|
3843 |
+
<active>1</active>
|
3844 |
+
</depends>
|
3845 |
+
<label>Nieuwe order status</label>
|
3846 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
3847 |
+
<frontend_type>select</frontend_type>
|
3848 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
3849 |
+
<sort_order>9</sort_order>
|
3850 |
+
<show_in_default>1</show_in_default>
|
3851 |
+
<show_in_website>1</show_in_website>
|
3852 |
+
<show_in_store>1</show_in_store>
|
3853 |
+
</order_status>
|
3854 |
+
<order_status_success translate="label">
|
3855 |
+
<depends>
|
3856 |
+
<active>1</active>
|
3857 |
+
</depends>
|
3858 |
+
<label>Gelukt order status</label>
|
3859 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
3860 |
+
<frontend_type>select</frontend_type>
|
3861 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
3862 |
+
<sort_order>10</sort_order>
|
3863 |
+
<show_in_default>1</show_in_default>
|
3864 |
+
<show_in_website>1</show_in_website>
|
3865 |
+
<show_in_store>1</show_in_store>
|
3866 |
+
</order_status_success>
|
3867 |
+
<charge_type translate="label">
|
3868 |
+
<depends>
|
3869 |
+
<active>1</active>
|
3870 |
+
</depends>
|
3871 |
+
<label>Extra kosten rekenen</label>
|
3872 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
3873 |
+
totaalbedrag of een vast bedrag
|
3874 |
+
</comment>
|
3875 |
+
<frontend_type>select</frontend_type>
|
3876 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
3877 |
+
<sort_order>200</sort_order>
|
3878 |
+
<show_in_default>1</show_in_default>
|
3879 |
+
<show_in_website>1</show_in_website>
|
3880 |
+
<show_in_store>1</show_in_store>
|
3881 |
+
</charge_type>
|
3882 |
+
<charge_value translate="label">
|
3883 |
+
<depends>
|
3884 |
+
<active>1</active>
|
3885 |
+
</depends>
|
3886 |
+
<label>Extra kosten</label>
|
3887 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
3888 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
3889 |
+
</comment>
|
3890 |
+
<frontend_type>text</frontend_type>
|
3891 |
+
<sort_order>201</sort_order>
|
3892 |
+
<show_in_default>1</show_in_default>
|
3893 |
+
<show_in_website>1</show_in_website>
|
3894 |
+
<show_in_store>1</show_in_store>
|
3895 |
+
</charge_value>
|
3896 |
+
<charge_tax_class translate="label">
|
3897 |
+
<depends>
|
3898 |
+
<active>1</active>
|
3899 |
+
</depends>
|
3900 |
+
<label>Btw voor extra kosten</label>
|
3901 |
+
<frontend_type>select</frontend_type>
|
3902 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
3903 |
+
<sort_order>202</sort_order>
|
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 |
+
</charge_tax_class>
|
3908 |
+
<send_mail translate="label">
|
3909 |
+
<depends>
|
3910 |
+
<active>1</active>
|
3911 |
+
</depends>
|
3912 |
+
<label>Bevestigingsmail sturen</label>
|
3913 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
3914 |
+
<sort_order>300</sort_order>
|
3915 |
+
<show_in_default>1</show_in_default>
|
3916 |
+
<show_in_website>1</show_in_website>
|
3917 |
+
<show_in_store>1</show_in_store>
|
3918 |
+
<frontend_type>select</frontend_type>
|
3919 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
3920 |
+
</send_mail>
|
3921 |
+
</fields>
|
3922 |
+
</pay_payment_paysafecard>
|
3923 |
+
<pay_payment_podiumkadokaart translate="label" module="paygate">
|
3924 |
+
<label>Pay.nl - Podiumkadokaart</label>
|
3925 |
+
<model>pay_payment/Model_Paymentmethod_Podiumkadokaart</model>
|
3926 |
+
<sort_order>1155</sort_order>
|
3927 |
+
<show_in_default>1</show_in_default>
|
3928 |
+
<show_in_website>1</show_in_website>
|
3929 |
+
<show_in_store>1</show_in_store>
|
3930 |
+
<fields>
|
3931 |
+
<active translate="label">
|
3932 |
+
<label>Actief</label>
|
3933 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
3934 |
+
<sort_order>1</sort_order>
|
3935 |
+
<show_in_default>1</show_in_default>
|
3936 |
+
<show_in_website>1</show_in_website>
|
3937 |
+
<show_in_store>1</show_in_store>
|
3938 |
+
<frontend_type>select</frontend_type>
|
3939 |
+
<source_model>pay_payment/source_paymentmethod_podiumkadokaart_active</source_model>
|
3940 |
+
</active>
|
3941 |
+
<title translate="label">
|
3942 |
+
<depends>
|
3943 |
+
<active>1</active>
|
3944 |
+
</depends>
|
3945 |
+
<label>Titel van de betaalmethode</label>
|
3946 |
+
<frontend_type>text</frontend_type>
|
3947 |
+
<sort_order>2</sort_order>
|
3948 |
+
<show_in_default>1</show_in_default>
|
3949 |
+
<show_in_website>1</show_in_website>
|
3950 |
+
<show_in_store>1</show_in_store>
|
3951 |
+
</title>
|
3952 |
+
|
3953 |
+
<sort_order translate="label">
|
3954 |
+
<depends>
|
3955 |
+
<active>1</active>
|
3956 |
+
</depends>
|
3957 |
+
<label>Betaalmethode sorteer volgorde</label>
|
3958 |
+
<frontend_type>text</frontend_type>
|
3959 |
+
<sort_order>4</sort_order>
|
3960 |
+
<show_in_default>1</show_in_default>
|
3961 |
+
<show_in_website>1</show_in_website>
|
3962 |
+
<show_in_store>1</show_in_store>
|
3963 |
+
</sort_order>
|
3964 |
+
<min_order_total translate="label">
|
3965 |
+
<depends>
|
3966 |
+
<active>1</active>
|
3967 |
+
</depends>
|
3968 |
+
<label>Minimum bedrag</label>
|
3969 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3970 |
+
<frontend_type>text</frontend_type>
|
3971 |
+
<sort_order>5</sort_order>
|
3972 |
+
<show_in_default>1</show_in_default>
|
3973 |
+
<show_in_website>1</show_in_website>
|
3974 |
+
<show_in_store>1</show_in_store>
|
3975 |
+
</min_order_total>
|
3976 |
+
<max_order_total translate="label">
|
3977 |
+
<depends>
|
3978 |
+
<active>1</active>
|
3979 |
+
</depends>
|
3980 |
+
<label>Maximum bedrag</label>
|
3981 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
3982 |
+
<frontend_type>text</frontend_type>
|
3983 |
+
<sort_order>6</sort_order>
|
3984 |
+
<show_in_default>1</show_in_default>
|
3985 |
+
<show_in_website>1</show_in_website>
|
3986 |
+
<show_in_store>1</show_in_store>
|
3987 |
+
</max_order_total>
|
3988 |
+
<allowspecific translate="label">
|
3989 |
+
<depends>
|
3990 |
+
<active>1</active>
|
3991 |
+
</depends>
|
3992 |
+
<label>Beschikbaarheid per land</label>
|
3993 |
+
<frontend_type>allowspecific</frontend_type>
|
3994 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
3995 |
+
<sort_order>7</sort_order>
|
3996 |
+
<show_in_default>1</show_in_default>
|
3997 |
+
<show_in_website>1</show_in_website>
|
3998 |
+
<show_in_store>1</show_in_store>
|
3999 |
+
</allowspecific>
|
4000 |
+
<specificcountry translate="label">
|
4001 |
+
<depends>
|
4002 |
+
<active>1</active>
|
4003 |
+
<allowspecific>1</allowspecific>
|
4004 |
+
</depends>
|
4005 |
+
<label>Toegestane landen</label>
|
4006 |
+
<frontend_type>multiselect</frontend_type>
|
4007 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
4008 |
+
<sort_order>8</sort_order>
|
4009 |
+
<show_in_default>1</show_in_default>
|
4010 |
+
<show_in_website>1</show_in_website>
|
4011 |
+
<show_in_store>1</show_in_store>
|
4012 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4013 |
+
</specificcountry>
|
4014 |
+
<order_status translate="label">
|
4015 |
+
<depends>
|
4016 |
+
<active>1</active>
|
4017 |
+
</depends>
|
4018 |
+
<label>Nieuwe order status</label>
|
4019 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
4020 |
+
<frontend_type>select</frontend_type>
|
4021 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
4022 |
+
<sort_order>9</sort_order>
|
4023 |
+
<show_in_default>1</show_in_default>
|
4024 |
+
<show_in_website>1</show_in_website>
|
4025 |
+
<show_in_store>1</show_in_store>
|
4026 |
+
</order_status>
|
4027 |
+
<order_status_success translate="label">
|
4028 |
+
<depends>
|
4029 |
+
<active>1</active>
|
4030 |
+
</depends>
|
4031 |
+
<label>Gelukt order status</label>
|
4032 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
4033 |
+
<frontend_type>select</frontend_type>
|
4034 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
4035 |
+
<sort_order>10</sort_order>
|
4036 |
+
<show_in_default>1</show_in_default>
|
4037 |
+
<show_in_website>1</show_in_website>
|
4038 |
+
<show_in_store>1</show_in_store>
|
4039 |
+
</order_status_success>
|
4040 |
+
<charge_type translate="label">
|
4041 |
+
<depends>
|
4042 |
+
<active>1</active>
|
4043 |
+
</depends>
|
4044 |
+
<label>Extra kosten rekenen</label>
|
4045 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
4046 |
+
totaalbedrag of een vast bedrag
|
4047 |
+
</comment>
|
4048 |
+
<frontend_type>select</frontend_type>
|
4049 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
4050 |
+
<sort_order>200</sort_order>
|
4051 |
+
<show_in_default>1</show_in_default>
|
4052 |
+
<show_in_website>1</show_in_website>
|
4053 |
+
<show_in_store>1</show_in_store>
|
4054 |
+
</charge_type>
|
4055 |
+
<charge_value translate="label">
|
4056 |
+
<depends>
|
4057 |
+
<active>1</active>
|
4058 |
+
</depends>
|
4059 |
+
<label>Extra kosten</label>
|
4060 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
4061 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
4062 |
+
</comment>
|
4063 |
+
<frontend_type>text</frontend_type>
|
4064 |
+
<sort_order>201</sort_order>
|
4065 |
+
<show_in_default>1</show_in_default>
|
4066 |
+
<show_in_website>1</show_in_website>
|
4067 |
+
<show_in_store>1</show_in_store>
|
4068 |
+
</charge_value>
|
4069 |
+
<charge_tax_class translate="label">
|
4070 |
+
<depends>
|
4071 |
+
<active>1</active>
|
4072 |
+
</depends>
|
4073 |
+
<label>Btw voor extra kosten</label>
|
4074 |
+
<frontend_type>select</frontend_type>
|
4075 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
4076 |
+
<sort_order>202</sort_order>
|
4077 |
+
<show_in_default>1</show_in_default>
|
4078 |
+
<show_in_website>1</show_in_website>
|
4079 |
+
<show_in_store>1</show_in_store>
|
4080 |
+
</charge_tax_class>
|
4081 |
+
<send_mail translate="label">
|
4082 |
+
<depends>
|
4083 |
+
<active>1</active>
|
4084 |
+
</depends>
|
4085 |
+
<label>Bevestigingsmail sturen</label>
|
4086 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
4087 |
+
<sort_order>300</sort_order>
|
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 |
+
<frontend_type>select</frontend_type>
|
4092 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
4093 |
+
</send_mail>
|
4094 |
+
</fields>
|
4095 |
+
</pay_payment_podiumkadokaart>
|
4096 |
+
<pay_payment_postepay translate="label" module="paygate">
|
4097 |
+
<label>Pay.nl - Postepay</label>
|
4098 |
+
<model>pay_payment/Model_Paymentmethod_Postepay</model>
|
4099 |
+
<sort_order>1160</sort_order>
|
4100 |
+
<show_in_default>1</show_in_default>
|
4101 |
+
<show_in_website>1</show_in_website>
|
4102 |
+
<show_in_store>1</show_in_store>
|
4103 |
+
<fields>
|
4104 |
+
<active translate="label">
|
4105 |
+
<label>Actief</label>
|
4106 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
4107 |
+
<sort_order>1</sort_order>
|
4108 |
+
<show_in_default>1</show_in_default>
|
4109 |
+
<show_in_website>1</show_in_website>
|
4110 |
+
<show_in_store>1</show_in_store>
|
4111 |
+
<frontend_type>select</frontend_type>
|
4112 |
+
<source_model>pay_payment/source_paymentmethod_postepay_active</source_model>
|
4113 |
+
</active>
|
4114 |
+
<title translate="label">
|
4115 |
+
<depends>
|
4116 |
+
<active>1</active>
|
4117 |
+
</depends>
|
4118 |
+
<label>Titel van de betaalmethode</label>
|
4119 |
+
<frontend_type>text</frontend_type>
|
4120 |
+
<sort_order>2</sort_order>
|
4121 |
+
<show_in_default>1</show_in_default>
|
4122 |
+
<show_in_website>1</show_in_website>
|
4123 |
+
<show_in_store>1</show_in_store>
|
4124 |
+
</title>
|
4125 |
+
|
4126 |
+
<sort_order translate="label">
|
4127 |
+
<depends>
|
4128 |
+
<active>1</active>
|
4129 |
+
</depends>
|
4130 |
+
<label>Betaalmethode sorteer volgorde</label>
|
4131 |
+
<frontend_type>text</frontend_type>
|
4132 |
+
<sort_order>4</sort_order>
|
4133 |
+
<show_in_default>1</show_in_default>
|
4134 |
+
<show_in_website>1</show_in_website>
|
4135 |
+
<show_in_store>1</show_in_store>
|
4136 |
+
</sort_order>
|
4137 |
+
<min_order_total translate="label">
|
4138 |
+
<depends>
|
4139 |
+
<active>1</active>
|
4140 |
+
</depends>
|
4141 |
+
<label>Minimum bedrag</label>
|
4142 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4143 |
+
<frontend_type>text</frontend_type>
|
4144 |
+
<sort_order>5</sort_order>
|
4145 |
+
<show_in_default>1</show_in_default>
|
4146 |
+
<show_in_website>1</show_in_website>
|
4147 |
+
<show_in_store>1</show_in_store>
|
4148 |
+
</min_order_total>
|
4149 |
+
<max_order_total translate="label">
|
4150 |
+
<depends>
|
4151 |
+
<active>1</active>
|
4152 |
+
</depends>
|
4153 |
+
<label>Maximum bedrag</label>
|
4154 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4155 |
+
<frontend_type>text</frontend_type>
|
4156 |
+
<sort_order>6</sort_order>
|
4157 |
+
<show_in_default>1</show_in_default>
|
4158 |
+
<show_in_website>1</show_in_website>
|
4159 |
+
<show_in_store>1</show_in_store>
|
4160 |
+
</max_order_total>
|
4161 |
+
<allowspecific translate="label">
|
4162 |
+
<depends>
|
4163 |
+
<active>1</active>
|
4164 |
+
</depends>
|
4165 |
+
<label>Beschikbaarheid per land</label>
|
4166 |
+
<frontend_type>allowspecific</frontend_type>
|
4167 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
4168 |
+
<sort_order>7</sort_order>
|
4169 |
+
<show_in_default>1</show_in_default>
|
4170 |
+
<show_in_website>1</show_in_website>
|
4171 |
+
<show_in_store>1</show_in_store>
|
4172 |
+
</allowspecific>
|
4173 |
+
<specificcountry translate="label">
|
4174 |
+
<depends>
|
4175 |
+
<active>1</active>
|
4176 |
+
<allowspecific>1</allowspecific>
|
4177 |
+
</depends>
|
4178 |
+
<label>Toegestane landen</label>
|
4179 |
+
<frontend_type>multiselect</frontend_type>
|
4180 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
4181 |
+
<sort_order>8</sort_order>
|
4182 |
+
<show_in_default>1</show_in_default>
|
4183 |
+
<show_in_website>1</show_in_website>
|
4184 |
+
<show_in_store>1</show_in_store>
|
4185 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4186 |
+
</specificcountry>
|
4187 |
+
<order_status translate="label">
|
4188 |
+
<depends>
|
4189 |
+
<active>1</active>
|
4190 |
+
</depends>
|
4191 |
+
<label>Nieuwe order status</label>
|
4192 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
4193 |
+
<frontend_type>select</frontend_type>
|
4194 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
4195 |
+
<sort_order>9</sort_order>
|
4196 |
+
<show_in_default>1</show_in_default>
|
4197 |
+
<show_in_website>1</show_in_website>
|
4198 |
+
<show_in_store>1</show_in_store>
|
4199 |
+
</order_status>
|
4200 |
+
<order_status_success translate="label">
|
4201 |
+
<depends>
|
4202 |
+
<active>1</active>
|
4203 |
+
</depends>
|
4204 |
+
<label>Gelukt order status</label>
|
4205 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
4206 |
+
<frontend_type>select</frontend_type>
|
4207 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
4208 |
+
<sort_order>10</sort_order>
|
4209 |
+
<show_in_default>1</show_in_default>
|
4210 |
+
<show_in_website>1</show_in_website>
|
4211 |
+
<show_in_store>1</show_in_store>
|
4212 |
+
</order_status_success>
|
4213 |
+
<charge_type translate="label">
|
4214 |
+
<depends>
|
4215 |
+
<active>1</active>
|
4216 |
+
</depends>
|
4217 |
+
<label>Extra kosten rekenen</label>
|
4218 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
4219 |
+
totaalbedrag of een vast bedrag
|
4220 |
+
</comment>
|
4221 |
+
<frontend_type>select</frontend_type>
|
4222 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
4223 |
+
<sort_order>200</sort_order>
|
4224 |
+
<show_in_default>1</show_in_default>
|
4225 |
+
<show_in_website>1</show_in_website>
|
4226 |
+
<show_in_store>1</show_in_store>
|
4227 |
+
</charge_type>
|
4228 |
+
<charge_value translate="label">
|
4229 |
+
<depends>
|
4230 |
+
<active>1</active>
|
4231 |
+
</depends>
|
4232 |
+
<label>Extra kosten</label>
|
4233 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
4234 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
4235 |
+
</comment>
|
4236 |
+
<frontend_type>text</frontend_type>
|
4237 |
+
<sort_order>201</sort_order>
|
4238 |
+
<show_in_default>1</show_in_default>
|
4239 |
+
<show_in_website>1</show_in_website>
|
4240 |
+
<show_in_store>1</show_in_store>
|
4241 |
+
</charge_value>
|
4242 |
+
<charge_tax_class translate="label">
|
4243 |
+
<depends>
|
4244 |
+
<active>1</active>
|
4245 |
+
</depends>
|
4246 |
+
<label>Btw voor extra kosten</label>
|
4247 |
+
<frontend_type>select</frontend_type>
|
4248 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
4249 |
+
<sort_order>202</sort_order>
|
4250 |
+
<show_in_default>1</show_in_default>
|
4251 |
+
<show_in_website>1</show_in_website>
|
4252 |
+
<show_in_store>1</show_in_store>
|
4253 |
+
</charge_tax_class>
|
4254 |
+
<send_mail translate="label">
|
4255 |
+
<depends>
|
4256 |
+
<active>1</active>
|
4257 |
+
</depends>
|
4258 |
+
<label>Bevestigingsmail sturen</label>
|
4259 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
4260 |
+
<sort_order>300</sort_order>
|
4261 |
+
<show_in_default>1</show_in_default>
|
4262 |
+
<show_in_website>1</show_in_website>
|
4263 |
+
<show_in_store>1</show_in_store>
|
4264 |
+
<frontend_type>select</frontend_type>
|
4265 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
4266 |
+
</send_mail>
|
4267 |
+
</fields>
|
4268 |
+
</pay_payment_postepay>
|
4269 |
+
<pay_payment_sofortbanking translate="label" module="paygate">
|
4270 |
+
<label>Pay.nl - Sofortbanking</label>
|
4271 |
+
<model>pay_payment/Model_Paymentmethod_Sofortbanking</model>
|
4272 |
+
<sort_order>1170</sort_order>
|
4273 |
+
<show_in_default>1</show_in_default>
|
4274 |
+
<show_in_website>1</show_in_website>
|
4275 |
+
<show_in_store>1</show_in_store>
|
4276 |
+
<fields>
|
4277 |
+
<active translate="label">
|
4278 |
+
<label>Actief</label>
|
4279 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
4280 |
+
<sort_order>1</sort_order>
|
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 |
+
<frontend_type>select</frontend_type>
|
4285 |
+
<source_model>pay_payment/source_paymentmethod_sofortbanking_active</source_model>
|
4286 |
+
</active>
|
4287 |
+
<title translate="label">
|
4288 |
+
<depends>
|
4289 |
+
<active>1</active>
|
4290 |
+
</depends>
|
4291 |
+
<label>Titel van de betaalmethode</label>
|
4292 |
+
<frontend_type>text</frontend_type>
|
4293 |
+
<sort_order>2</sort_order>
|
4294 |
+
<show_in_default>1</show_in_default>
|
4295 |
+
<show_in_website>1</show_in_website>
|
4296 |
+
<show_in_store>1</show_in_store>
|
4297 |
+
</title>
|
4298 |
+
|
4299 |
+
<sort_order translate="label">
|
4300 |
+
<depends>
|
4301 |
+
<active>1</active>
|
4302 |
+
</depends>
|
4303 |
+
<label>Betaalmethode sorteer volgorde</label>
|
4304 |
+
<frontend_type>text</frontend_type>
|
4305 |
+
<sort_order>4</sort_order>
|
4306 |
+
<show_in_default>1</show_in_default>
|
4307 |
+
<show_in_website>1</show_in_website>
|
4308 |
+
<show_in_store>1</show_in_store>
|
4309 |
+
</sort_order>
|
4310 |
+
<min_order_total translate="label">
|
4311 |
+
<depends>
|
4312 |
+
<active>1</active>
|
4313 |
+
</depends>
|
4314 |
+
<label>Minimum bedrag</label>
|
4315 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4316 |
+
<frontend_type>text</frontend_type>
|
4317 |
+
<sort_order>5</sort_order>
|
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 |
+
</min_order_total>
|
4322 |
+
<max_order_total translate="label">
|
4323 |
+
<depends>
|
4324 |
+
<active>1</active>
|
4325 |
+
</depends>
|
4326 |
+
<label>Maximum bedrag</label>
|
4327 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4328 |
+
<frontend_type>text</frontend_type>
|
4329 |
+
<sort_order>6</sort_order>
|
4330 |
+
<show_in_default>1</show_in_default>
|
4331 |
+
<show_in_website>1</show_in_website>
|
4332 |
+
<show_in_store>1</show_in_store>
|
4333 |
+
</max_order_total>
|
4334 |
+
<allowspecific translate="label">
|
4335 |
+
<depends>
|
4336 |
+
<active>1</active>
|
4337 |
+
</depends>
|
4338 |
+
<label>Beschikbaarheid per land</label>
|
4339 |
+
<frontend_type>allowspecific</frontend_type>
|
4340 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
4341 |
+
<sort_order>7</sort_order>
|
4342 |
+
<show_in_default>1</show_in_default>
|
4343 |
+
<show_in_website>1</show_in_website>
|
4344 |
+
<show_in_store>1</show_in_store>
|
4345 |
+
</allowspecific>
|
4346 |
+
<specificcountry translate="label">
|
4347 |
+
<depends>
|
4348 |
+
<active>1</active>
|
4349 |
+
<allowspecific>1</allowspecific>
|
4350 |
+
</depends>
|
4351 |
+
<label>Toegestane landen</label>
|
4352 |
+
<frontend_type>multiselect</frontend_type>
|
4353 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
4354 |
+
<sort_order>8</sort_order>
|
4355 |
+
<show_in_default>1</show_in_default>
|
4356 |
+
<show_in_website>1</show_in_website>
|
4357 |
+
<show_in_store>1</show_in_store>
|
4358 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4359 |
+
</specificcountry>
|
4360 |
+
<order_status translate="label">
|
4361 |
+
<depends>
|
4362 |
+
<active>1</active>
|
4363 |
+
</depends>
|
4364 |
+
<label>Nieuwe order status</label>
|
4365 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
4366 |
+
<frontend_type>select</frontend_type>
|
4367 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
4368 |
+
<sort_order>9</sort_order>
|
4369 |
+
<show_in_default>1</show_in_default>
|
4370 |
+
<show_in_website>1</show_in_website>
|
4371 |
+
<show_in_store>1</show_in_store>
|
4372 |
+
</order_status>
|
4373 |
+
<order_status_success translate="label">
|
4374 |
+
<depends>
|
4375 |
+
<active>1</active>
|
4376 |
+
</depends>
|
4377 |
+
<label>Gelukt order status</label>
|
4378 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
4379 |
+
<frontend_type>select</frontend_type>
|
4380 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
4381 |
+
<sort_order>10</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>
|
4385 |
+
</order_status_success>
|
4386 |
+
<charge_type translate="label">
|
4387 |
+
<depends>
|
4388 |
+
<active>1</active>
|
4389 |
+
</depends>
|
4390 |
+
<label>Extra kosten rekenen</label>
|
4391 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
4392 |
+
totaalbedrag of een vast bedrag
|
4393 |
+
</comment>
|
4394 |
+
<frontend_type>select</frontend_type>
|
4395 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
4396 |
+
<sort_order>200</sort_order>
|
4397 |
+
<show_in_default>1</show_in_default>
|
4398 |
+
<show_in_website>1</show_in_website>
|
4399 |
+
<show_in_store>1</show_in_store>
|
4400 |
+
</charge_type>
|
4401 |
+
<charge_value translate="label">
|
4402 |
+
<depends>
|
4403 |
+
<active>1</active>
|
4404 |
+
</depends>
|
4405 |
+
<label>Extra kosten</label>
|
4406 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
4407 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
4408 |
+
</comment>
|
4409 |
+
<frontend_type>text</frontend_type>
|
4410 |
+
<sort_order>201</sort_order>
|
4411 |
+
<show_in_default>1</show_in_default>
|
4412 |
+
<show_in_website>1</show_in_website>
|
4413 |
+
<show_in_store>1</show_in_store>
|
4414 |
+
</charge_value>
|
4415 |
+
<charge_tax_class translate="label">
|
4416 |
+
<depends>
|
4417 |
+
<active>1</active>
|
4418 |
+
</depends>
|
4419 |
+
<label>Btw voor extra kosten</label>
|
4420 |
+
<frontend_type>select</frontend_type>
|
4421 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
4422 |
+
<sort_order>202</sort_order>
|
4423 |
+
<show_in_default>1</show_in_default>
|
4424 |
+
<show_in_website>1</show_in_website>
|
4425 |
+
<show_in_store>1</show_in_store>
|
4426 |
+
</charge_tax_class>
|
4427 |
+
<send_mail translate="label">
|
4428 |
+
<depends>
|
4429 |
+
<active>1</active>
|
4430 |
+
</depends>
|
4431 |
+
<label>Bevestigingsmail sturen</label>
|
4432 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
4433 |
+
<sort_order>300</sort_order>
|
4434 |
+
<show_in_default>1</show_in_default>
|
4435 |
+
<show_in_website>1</show_in_website>
|
4436 |
+
<show_in_store>1</show_in_store>
|
4437 |
+
<frontend_type>select</frontend_type>
|
4438 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
4439 |
+
</send_mail>
|
4440 |
+
</fields>
|
4441 |
+
</pay_payment_sofortbanking>
|
4442 |
+
<pay_payment_telefoon translate="label" module="paygate">
|
4443 |
+
<label>Pay.nl - Betalen per telefoon</label>
|
4444 |
+
<model>pay_payment/Model_Paymentmethod_Telefoon</model>
|
4445 |
+
<sort_order>1175</sort_order>
|
4446 |
+
<show_in_default>1</show_in_default>
|
4447 |
+
<show_in_website>1</show_in_website>
|
4448 |
+
<show_in_store>1</show_in_store>
|
4449 |
+
<fields>
|
4450 |
+
<active translate="label">
|
4451 |
+
<label>Actief</label>
|
4452 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
4453 |
+
<sort_order>1</sort_order>
|
4454 |
+
<show_in_default>1</show_in_default>
|
4455 |
+
<show_in_website>1</show_in_website>
|
4456 |
+
<show_in_store>1</show_in_store>
|
4457 |
+
<frontend_type>select</frontend_type>
|
4458 |
+
<source_model>pay_payment/source_paymentmethod_telefoon_active</source_model>
|
4459 |
+
</active>
|
4460 |
+
<title translate="label">
|
4461 |
+
<depends>
|
4462 |
+
<active>1</active>
|
4463 |
+
</depends>
|
4464 |
+
<label>Titel van de betaalmethode</label>
|
4465 |
+
<frontend_type>text</frontend_type>
|
4466 |
+
<sort_order>2</sort_order>
|
4467 |
+
<show_in_default>1</show_in_default>
|
4468 |
+
<show_in_website>1</show_in_website>
|
4469 |
+
<show_in_store>1</show_in_store>
|
4470 |
+
</title>
|
4471 |
+
|
4472 |
+
<sort_order translate="label">
|
4473 |
+
<depends>
|
4474 |
+
<active>1</active>
|
4475 |
+
</depends>
|
4476 |
+
<label>Betaalmethode sorteer volgorde</label>
|
4477 |
+
<frontend_type>text</frontend_type>
|
4478 |
+
<sort_order>4</sort_order>
|
4479 |
+
<show_in_default>1</show_in_default>
|
4480 |
+
<show_in_website>1</show_in_website>
|
4481 |
+
<show_in_store>1</show_in_store>
|
4482 |
+
</sort_order>
|
4483 |
+
<min_order_total translate="label">
|
4484 |
+
<depends>
|
4485 |
+
<active>1</active>
|
4486 |
+
</depends>
|
4487 |
+
<label>Minimum bedrag</label>
|
4488 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4489 |
+
<frontend_type>text</frontend_type>
|
4490 |
+
<sort_order>5</sort_order>
|
4491 |
+
<show_in_default>1</show_in_default>
|
4492 |
+
<show_in_website>1</show_in_website>
|
4493 |
+
<show_in_store>1</show_in_store>
|
4494 |
+
</min_order_total>
|
4495 |
+
<max_order_total translate="label">
|
4496 |
+
<depends>
|
4497 |
+
<active>1</active>
|
4498 |
+
</depends>
|
4499 |
+
<label>Maximum bedrag</label>
|
4500 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4501 |
+
<frontend_type>text</frontend_type>
|
4502 |
+
<sort_order>6</sort_order>
|
4503 |
+
<show_in_default>1</show_in_default>
|
4504 |
+
<show_in_website>1</show_in_website>
|
4505 |
+
<show_in_store>1</show_in_store>
|
4506 |
+
</max_order_total>
|
4507 |
+
<allowspecific translate="label">
|
4508 |
+
<depends>
|
4509 |
+
<active>1</active>
|
4510 |
+
</depends>
|
4511 |
+
<label>Beschikbaarheid per land</label>
|
4512 |
+
<frontend_type>allowspecific</frontend_type>
|
4513 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
4514 |
+
<sort_order>7</sort_order>
|
4515 |
+
<show_in_default>1</show_in_default>
|
4516 |
+
<show_in_website>1</show_in_website>
|
4517 |
+
<show_in_store>1</show_in_store>
|
4518 |
+
</allowspecific>
|
4519 |
+
<specificcountry translate="label">
|
4520 |
+
<depends>
|
4521 |
+
<active>1</active>
|
4522 |
+
<allowspecific>1</allowspecific>
|
4523 |
+
</depends>
|
4524 |
+
<label>Toegestane landen</label>
|
4525 |
+
<frontend_type>multiselect</frontend_type>
|
4526 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
4527 |
+
<sort_order>8</sort_order>
|
4528 |
+
<show_in_default>1</show_in_default>
|
4529 |
+
<show_in_website>1</show_in_website>
|
4530 |
+
<show_in_store>1</show_in_store>
|
4531 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4532 |
+
</specificcountry>
|
4533 |
+
<order_status translate="label">
|
4534 |
+
<depends>
|
4535 |
+
<active>1</active>
|
4536 |
+
</depends>
|
4537 |
+
<label>Nieuwe order status</label>
|
4538 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
4539 |
+
<frontend_type>select</frontend_type>
|
4540 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
4541 |
+
<sort_order>9</sort_order>
|
4542 |
+
<show_in_default>1</show_in_default>
|
4543 |
+
<show_in_website>1</show_in_website>
|
4544 |
+
<show_in_store>1</show_in_store>
|
4545 |
+
</order_status>
|
4546 |
+
<order_status_success translate="label">
|
4547 |
+
<depends>
|
4548 |
+
<active>1</active>
|
4549 |
+
</depends>
|
4550 |
+
<label>Gelukt order status</label>
|
4551 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
4552 |
+
<frontend_type>select</frontend_type>
|
4553 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
4554 |
+
<sort_order>10</sort_order>
|
4555 |
+
<show_in_default>1</show_in_default>
|
4556 |
+
<show_in_website>1</show_in_website>
|
4557 |
+
<show_in_store>1</show_in_store>
|
4558 |
+
</order_status_success>
|
4559 |
+
<charge_type translate="label">
|
4560 |
+
<depends>
|
4561 |
+
<active>1</active>
|
4562 |
+
</depends>
|
4563 |
+
<label>Extra kosten rekenen</label>
|
4564 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
4565 |
+
totaalbedrag of een vast bedrag
|
4566 |
+
</comment>
|
4567 |
+
<frontend_type>select</frontend_type>
|
4568 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
4569 |
+
<sort_order>200</sort_order>
|
4570 |
+
<show_in_default>1</show_in_default>
|
4571 |
+
<show_in_website>1</show_in_website>
|
4572 |
+
<show_in_store>1</show_in_store>
|
4573 |
+
</charge_type>
|
4574 |
+
<charge_value translate="label">
|
4575 |
+
<depends>
|
4576 |
+
<active>1</active>
|
4577 |
+
</depends>
|
4578 |
+
<label>Extra kosten</label>
|
4579 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
4580 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
4581 |
+
</comment>
|
4582 |
+
<frontend_type>text</frontend_type>
|
4583 |
+
<sort_order>201</sort_order>
|
4584 |
+
<show_in_default>1</show_in_default>
|
4585 |
+
<show_in_website>1</show_in_website>
|
4586 |
+
<show_in_store>1</show_in_store>
|
4587 |
+
</charge_value>
|
4588 |
+
<charge_tax_class translate="label">
|
4589 |
+
<depends>
|
4590 |
+
<active>1</active>
|
4591 |
+
</depends>
|
4592 |
+
<label>Btw voor extra kosten</label>
|
4593 |
+
<frontend_type>select</frontend_type>
|
4594 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
4595 |
+
<sort_order>202</sort_order>
|
4596 |
+
<show_in_default>1</show_in_default>
|
4597 |
+
<show_in_website>1</show_in_website>
|
4598 |
+
<show_in_store>1</show_in_store>
|
4599 |
+
</charge_tax_class>
|
4600 |
+
<send_mail translate="label">
|
4601 |
+
<depends>
|
4602 |
+
<active>1</active>
|
4603 |
+
</depends>
|
4604 |
+
<label>Bevestigingsmail sturen</label>
|
4605 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
4606 |
+
<sort_order>300</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>
|
4610 |
+
<frontend_type>select</frontend_type>
|
4611 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
4612 |
+
</send_mail>
|
4613 |
+
</fields>
|
4614 |
+
</pay_payment_telefoon>
|
4615 |
+
<pay_payment_visamastercard translate="label" module="paygate">
|
4616 |
+
<label>Pay.nl - Visa/Mastercard</label>
|
4617 |
+
<model>pay_payment/Model_Paymentmethod_Visamastercard</model>
|
4618 |
+
<sort_order>1180</sort_order>
|
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 |
+
<fields>
|
4623 |
+
<active translate="label">
|
4624 |
+
<label>Actief</label>
|
4625 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
4626 |
+
<sort_order>1</sort_order>
|
4627 |
+
<show_in_default>1</show_in_default>
|
4628 |
+
<show_in_website>1</show_in_website>
|
4629 |
+
<show_in_store>1</show_in_store>
|
4630 |
+
<frontend_type>select</frontend_type>
|
4631 |
+
<source_model>pay_payment/source_paymentmethod_visamastercard_active</source_model>
|
4632 |
+
</active>
|
4633 |
+
<title translate="label">
|
4634 |
+
<depends>
|
4635 |
+
<active>1</active>
|
4636 |
+
</depends>
|
4637 |
+
<label>Titel van de betaalmethode</label>
|
4638 |
+
<frontend_type>text</frontend_type>
|
4639 |
+
<sort_order>2</sort_order>
|
4640 |
+
<show_in_default>1</show_in_default>
|
4641 |
+
<show_in_website>1</show_in_website>
|
4642 |
+
<show_in_store>1</show_in_store>
|
4643 |
+
</title>
|
4644 |
+
|
4645 |
+
<sort_order translate="label">
|
4646 |
+
<depends>
|
4647 |
+
<active>1</active>
|
4648 |
+
</depends>
|
4649 |
+
<label>Betaalmethode sorteer volgorde</label>
|
4650 |
+
<frontend_type>text</frontend_type>
|
4651 |
+
<sort_order>4</sort_order>
|
4652 |
+
<show_in_default>1</show_in_default>
|
4653 |
+
<show_in_website>1</show_in_website>
|
4654 |
+
<show_in_store>1</show_in_store>
|
4655 |
+
</sort_order>
|
4656 |
+
<min_order_total translate="label">
|
4657 |
+
<depends>
|
4658 |
+
<active>1</active>
|
4659 |
+
</depends>
|
4660 |
+
<label>Minimum bedrag</label>
|
4661 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4662 |
+
<frontend_type>text</frontend_type>
|
4663 |
+
<sort_order>5</sort_order>
|
4664 |
+
<show_in_default>1</show_in_default>
|
4665 |
+
<show_in_website>1</show_in_website>
|
4666 |
+
<show_in_store>1</show_in_store>
|
4667 |
+
</min_order_total>
|
4668 |
+
<max_order_total translate="label">
|
4669 |
+
<depends>
|
4670 |
+
<active>1</active>
|
4671 |
+
</depends>
|
4672 |
+
<label>Maximum bedrag</label>
|
4673 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4674 |
+
<frontend_type>text</frontend_type>
|
4675 |
+
<sort_order>6</sort_order>
|
4676 |
+
<show_in_default>1</show_in_default>
|
4677 |
+
<show_in_website>1</show_in_website>
|
4678 |
+
<show_in_store>1</show_in_store>
|
4679 |
+
</max_order_total>
|
4680 |
+
<allowspecific translate="label">
|
4681 |
+
<depends>
|
4682 |
+
<active>1</active>
|
4683 |
+
</depends>
|
4684 |
+
<label>Beschikbaarheid per land</label>
|
4685 |
+
<frontend_type>allowspecific</frontend_type>
|
4686 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
4687 |
+
<sort_order>7</sort_order>
|
4688 |
+
<show_in_default>1</show_in_default>
|
4689 |
+
<show_in_website>1</show_in_website>
|
4690 |
+
<show_in_store>1</show_in_store>
|
4691 |
+
</allowspecific>
|
4692 |
+
<specificcountry translate="label">
|
4693 |
+
<depends>
|
4694 |
+
<active>1</active>
|
4695 |
+
<allowspecific>1</allowspecific>
|
4696 |
+
</depends>
|
4697 |
+
<label>Toegestane landen</label>
|
4698 |
+
<frontend_type>multiselect</frontend_type>
|
4699 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
4700 |
+
<sort_order>8</sort_order>
|
4701 |
+
<show_in_default>1</show_in_default>
|
4702 |
+
<show_in_website>1</show_in_website>
|
4703 |
+
<show_in_store>1</show_in_store>
|
4704 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4705 |
+
</specificcountry>
|
4706 |
+
<order_status translate="label">
|
4707 |
+
<depends>
|
4708 |
+
<active>1</active>
|
4709 |
+
</depends>
|
4710 |
+
<label>Nieuwe order status</label>
|
4711 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
4712 |
+
<frontend_type>select</frontend_type>
|
4713 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
4714 |
+
<sort_order>9</sort_order>
|
4715 |
+
<show_in_default>1</show_in_default>
|
4716 |
+
<show_in_website>1</show_in_website>
|
4717 |
+
<show_in_store>1</show_in_store>
|
4718 |
+
</order_status>
|
4719 |
+
<order_status_success translate="label">
|
4720 |
+
<depends>
|
4721 |
+
<active>1</active>
|
4722 |
+
</depends>
|
4723 |
+
<label>Gelukt order status</label>
|
4724 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
4725 |
+
<frontend_type>select</frontend_type>
|
4726 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
4727 |
+
<sort_order>10</sort_order>
|
4728 |
+
<show_in_default>1</show_in_default>
|
4729 |
+
<show_in_website>1</show_in_website>
|
4730 |
+
<show_in_store>1</show_in_store>
|
4731 |
+
</order_status_success>
|
4732 |
+
<charge_type translate="label">
|
4733 |
+
<depends>
|
4734 |
+
<active>1</active>
|
4735 |
+
</depends>
|
4736 |
+
<label>Extra kosten rekenen</label>
|
4737 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
4738 |
+
totaalbedrag of een vast bedrag
|
4739 |
+
</comment>
|
4740 |
+
<frontend_type>select</frontend_type>
|
4741 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
4742 |
+
<sort_order>200</sort_order>
|
4743 |
+
<show_in_default>1</show_in_default>
|
4744 |
+
<show_in_website>1</show_in_website>
|
4745 |
+
<show_in_store>1</show_in_store>
|
4746 |
+
</charge_type>
|
4747 |
+
<charge_value translate="label">
|
4748 |
+
<depends>
|
4749 |
+
<active>1</active>
|
4750 |
+
</depends>
|
4751 |
+
<label>Extra kosten</label>
|
4752 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
4753 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
4754 |
+
</comment>
|
4755 |
+
<frontend_type>text</frontend_type>
|
4756 |
+
<sort_order>201</sort_order>
|
4757 |
+
<show_in_default>1</show_in_default>
|
4758 |
+
<show_in_website>1</show_in_website>
|
4759 |
+
<show_in_store>1</show_in_store>
|
4760 |
+
</charge_value>
|
4761 |
+
<charge_tax_class translate="label">
|
4762 |
+
<depends>
|
4763 |
+
<active>1</active>
|
4764 |
+
</depends>
|
4765 |
+
<label>Btw voor extra kosten</label>
|
4766 |
+
<frontend_type>select</frontend_type>
|
4767 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
4768 |
+
<sort_order>202</sort_order>
|
4769 |
+
<show_in_default>1</show_in_default>
|
4770 |
+
<show_in_website>1</show_in_website>
|
4771 |
+
<show_in_store>1</show_in_store>
|
4772 |
+
</charge_tax_class>
|
4773 |
+
<send_mail translate="label">
|
4774 |
+
<depends>
|
4775 |
+
<active>1</active>
|
4776 |
+
</depends>
|
4777 |
+
<label>Bevestigingsmail sturen</label>
|
4778 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
4779 |
+
<sort_order>300</sort_order>
|
4780 |
+
<show_in_default>1</show_in_default>
|
4781 |
+
<show_in_website>1</show_in_website>
|
4782 |
+
<show_in_store>1</show_in_store>
|
4783 |
+
<frontend_type>select</frontend_type>
|
4784 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
4785 |
+
</send_mail>
|
4786 |
+
</fields>
|
4787 |
+
</pay_payment_visamastercard>
|
4788 |
+
<pay_payment_vvvgiftcard translate="label" module="paygate">
|
4789 |
+
<label>Pay.nl - VVV Giftcard</label>
|
4790 |
+
<model>pay_payment/Model_Paymentmethod_Vvvgiftcard</model>
|
4791 |
+
<sort_order>1185</sort_order>
|
4792 |
+
<show_in_default>1</show_in_default>
|
4793 |
+
<show_in_website>1</show_in_website>
|
4794 |
+
<show_in_store>1</show_in_store>
|
4795 |
+
<fields>
|
4796 |
+
<active translate="label">
|
4797 |
+
<label>Actief</label>
|
4798 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
4799 |
+
<sort_order>1</sort_order>
|
4800 |
+
<show_in_default>1</show_in_default>
|
4801 |
+
<show_in_website>1</show_in_website>
|
4802 |
+
<show_in_store>1</show_in_store>
|
4803 |
+
<frontend_type>select</frontend_type>
|
4804 |
+
<source_model>pay_payment/source_paymentmethod_vvvgiftcard_active</source_model>
|
4805 |
+
</active>
|
4806 |
+
<title translate="label">
|
4807 |
+
<depends>
|
4808 |
+
<active>1</active>
|
4809 |
+
</depends>
|
4810 |
+
<label>Titel van de betaalmethode</label>
|
4811 |
+
<frontend_type>text</frontend_type>
|
4812 |
+
<sort_order>2</sort_order>
|
4813 |
+
<show_in_default>1</show_in_default>
|
4814 |
+
<show_in_website>1</show_in_website>
|
4815 |
+
<show_in_store>1</show_in_store>
|
4816 |
+
</title>
|
4817 |
+
<sort_order translate="label">
|
4818 |
+
<depends>
|
4819 |
+
<active>1</active>
|
4820 |
+
</depends>
|
4821 |
+
<label>Betaalmethode sorteer volgorde</label>
|
4822 |
+
<frontend_type>text</frontend_type>
|
4823 |
+
<sort_order>4</sort_order>
|
4824 |
+
<show_in_default>1</show_in_default>
|
4825 |
+
<show_in_website>1</show_in_website>
|
4826 |
+
<show_in_store>1</show_in_store>
|
4827 |
+
</sort_order>
|
4828 |
+
<min_order_total translate="label">
|
4829 |
+
<depends>
|
4830 |
+
<active>1</active>
|
4831 |
+
</depends>
|
4832 |
+
<label>Minimum bedrag</label>
|
4833 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4834 |
+
<frontend_type>text</frontend_type>
|
4835 |
+
<sort_order>5</sort_order>
|
4836 |
+
<show_in_default>1</show_in_default>
|
4837 |
+
<show_in_website>1</show_in_website>
|
4838 |
+
<show_in_store>1</show_in_store>
|
4839 |
+
</min_order_total>
|
4840 |
+
<max_order_total translate="label">
|
4841 |
+
<depends>
|
4842 |
+
<active>1</active>
|
4843 |
+
</depends>
|
4844 |
+
<label>Maximum bedrag</label>
|
4845 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
4846 |
+
<frontend_type>text</frontend_type>
|
4847 |
+
<sort_order>6</sort_order>
|
4848 |
+
<show_in_default>1</show_in_default>
|
4849 |
+
<show_in_website>1</show_in_website>
|
4850 |
+
<show_in_store>1</show_in_store>
|
4851 |
+
</max_order_total>
|
4852 |
+
<allowspecific translate="label">
|
4853 |
+
<depends>
|
4854 |
+
<active>1</active>
|
4855 |
+
</depends>
|
4856 |
+
<label>Beschikbaarheid per land</label>
|
4857 |
+
<frontend_type>allowspecific</frontend_type>
|
4858 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
4859 |
+
<sort_order>7</sort_order>
|
4860 |
+
<show_in_default>1</show_in_default>
|
4861 |
+
<show_in_website>1</show_in_website>
|
4862 |
+
<show_in_store>1</show_in_store>
|
4863 |
+
</allowspecific>
|
4864 |
+
<specificcountry translate="label">
|
4865 |
+
<depends>
|
4866 |
+
<active>1</active>
|
4867 |
+
<allowspecific>1</allowspecific>
|
4868 |
+
</depends>
|
4869 |
+
<label>Toegestane landen</label>
|
4870 |
+
<frontend_type>multiselect</frontend_type>
|
4871 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
4872 |
+
<sort_order>8</sort_order>
|
4873 |
+
<show_in_default>1</show_in_default>
|
4874 |
+
<show_in_website>1</show_in_website>
|
4875 |
+
<show_in_store>1</show_in_store>
|
4876 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
4877 |
+
</specificcountry>
|
4878 |
+
<order_status translate="label">
|
4879 |
+
<depends>
|
4880 |
+
<active>1</active>
|
4881 |
+
</depends>
|
4882 |
+
<label>Nieuwe order status</label>
|
4883 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
4884 |
+
<frontend_type>select</frontend_type>
|
4885 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
4886 |
+
<sort_order>9</sort_order>
|
4887 |
+
<show_in_default>1</show_in_default>
|
4888 |
+
<show_in_website>1</show_in_website>
|
4889 |
+
<show_in_store>1</show_in_store>
|
4890 |
+
</order_status>
|
4891 |
+
<order_status_success translate="label">
|
4892 |
+
<depends>
|
4893 |
+
<active>1</active>
|
4894 |
+
</depends>
|
4895 |
+
<label>Gelukt order status</label>
|
4896 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
4897 |
+
<frontend_type>select</frontend_type>
|
4898 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
4899 |
+
<sort_order>10</sort_order>
|
4900 |
+
<show_in_default>1</show_in_default>
|
4901 |
+
<show_in_website>1</show_in_website>
|
4902 |
+
<show_in_store>1</show_in_store>
|
4903 |
+
</order_status_success>
|
4904 |
+
<charge_type translate="label">
|
4905 |
+
<depends>
|
4906 |
+
<active>1</active>
|
4907 |
+
</depends>
|
4908 |
+
<label>Extra kosten rekenen</label>
|
4909 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
4910 |
+
totaalbedrag of een vast bedrag
|
4911 |
+
</comment>
|
4912 |
+
<frontend_type>select</frontend_type>
|
4913 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
4914 |
+
<sort_order>200</sort_order>
|
4915 |
+
<show_in_default>1</show_in_default>
|
4916 |
+
<show_in_website>1</show_in_website>
|
4917 |
+
<show_in_store>1</show_in_store>
|
4918 |
+
</charge_type>
|
4919 |
+
<charge_value translate="label">
|
4920 |
+
<depends>
|
4921 |
+
<active>1</active>
|
4922 |
+
</depends>
|
4923 |
+
<label>Extra kosten</label>
|
4924 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
4925 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
4926 |
+
</comment>
|
4927 |
+
<frontend_type>text</frontend_type>
|
4928 |
+
<sort_order>201</sort_order>
|
4929 |
+
<show_in_default>1</show_in_default>
|
4930 |
+
<show_in_website>1</show_in_website>
|
4931 |
+
<show_in_store>1</show_in_store>
|
4932 |
+
</charge_value>
|
4933 |
+
<charge_tax_class translate="label">
|
4934 |
+
<depends>
|
4935 |
+
<active>1</active>
|
4936 |
+
</depends>
|
4937 |
+
<label>Btw voor extra kosten</label>
|
4938 |
+
<frontend_type>select</frontend_type>
|
4939 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
4940 |
+
<sort_order>202</sort_order>
|
4941 |
+
<show_in_default>1</show_in_default>
|
4942 |
+
<show_in_website>1</show_in_website>
|
4943 |
+
<show_in_store>1</show_in_store>
|
4944 |
+
</charge_tax_class>
|
4945 |
+
<send_mail translate="label">
|
4946 |
+
<depends>
|
4947 |
+
<active>1</active>
|
4948 |
+
</depends>
|
4949 |
+
<label>Bevestigingsmail sturen</label>
|
4950 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
4951 |
+
<sort_order>300</sort_order>
|
4952 |
+
<show_in_default>1</show_in_default>
|
4953 |
+
<show_in_website>1</show_in_website>
|
4954 |
+
<show_in_store>1</show_in_store>
|
4955 |
+
<frontend_type>select</frontend_type>
|
4956 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
4957 |
+
</send_mail>
|
4958 |
+
</fields>
|
4959 |
+
</pay_payment_vvvgiftcard>
|
4960 |
+
<pay_payment_webshopgiftcard translate="label" module="paygate">
|
4961 |
+
<label>Pay.nl - Webshopgiftcard</label>
|
4962 |
+
<model>pay_payment/Model_Paymentmethod_Webshopgiftcard</model>
|
4963 |
+
<sort_order>1190</sort_order>
|
4964 |
+
<show_in_default>1</show_in_default>
|
4965 |
+
<show_in_website>1</show_in_website>
|
4966 |
+
<show_in_store>1</show_in_store>
|
4967 |
+
<fields>
|
4968 |
+
<active translate="label">
|
4969 |
+
<label>Actief</label>
|
4970 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
4971 |
+
<sort_order>1</sort_order>
|
4972 |
+
<show_in_default>1</show_in_default>
|
4973 |
+
<show_in_website>1</show_in_website>
|
4974 |
+
<show_in_store>1</show_in_store>
|
4975 |
+
<frontend_type>select</frontend_type>
|
4976 |
+
<source_model>pay_payment/source_paymentmethod_webshopgiftcard_active</source_model>
|
4977 |
+
</active>
|
4978 |
+
<title translate="label">
|
4979 |
+
<depends>
|
4980 |
+
<active>1</active>
|
4981 |
+
</depends>
|
4982 |
+
<label>Titel van de betaalmethode</label>
|
4983 |
+
<frontend_type>text</frontend_type>
|
4984 |
+
<sort_order>2</sort_order>
|
4985 |
+
<show_in_default>1</show_in_default>
|
4986 |
+
<show_in_website>1</show_in_website>
|
4987 |
+
<show_in_store>1</show_in_store>
|
4988 |
+
</title>
|
4989 |
+
|
4990 |
+
<sort_order translate="label">
|
4991 |
+
<depends>
|
4992 |
+
<active>1</active>
|
4993 |
+
</depends>
|
4994 |
+
<label>Betaalmethode sorteer volgorde</label>
|
4995 |
+
<frontend_type>text</frontend_type>
|
4996 |
+
<sort_order>4</sort_order>
|
4997 |
+
<show_in_default>1</show_in_default>
|
4998 |
+
<show_in_website>1</show_in_website>
|
4999 |
+
<show_in_store>1</show_in_store>
|
5000 |
+
</sort_order>
|
5001 |
+
<min_order_total translate="label">
|
5002 |
+
<depends>
|
5003 |
+
<active>1</active>
|
5004 |
+
</depends>
|
5005 |
+
<label>Minimum bedrag</label>
|
5006 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
5007 |
+
<frontend_type>text</frontend_type>
|
5008 |
+
<sort_order>5</sort_order>
|
5009 |
+
<show_in_default>1</show_in_default>
|
5010 |
+
<show_in_website>1</show_in_website>
|
5011 |
+
<show_in_store>1</show_in_store>
|
5012 |
+
</min_order_total>
|
5013 |
+
<max_order_total translate="label">
|
5014 |
+
<depends>
|
5015 |
+
<active>1</active>
|
5016 |
+
</depends>
|
5017 |
+
<label>Maximum bedrag</label>
|
5018 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
5019 |
+
<frontend_type>text</frontend_type>
|
5020 |
+
<sort_order>6</sort_order>
|
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 |
+
</max_order_total>
|
5025 |
+
<allowspecific translate="label">
|
5026 |
+
<depends>
|
5027 |
+
<active>1</active>
|
5028 |
+
</depends>
|
5029 |
+
<label>Beschikbaarheid per land</label>
|
5030 |
+
<frontend_type>allowspecific</frontend_type>
|
5031 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
5032 |
+
<sort_order>7</sort_order>
|
5033 |
+
<show_in_default>1</show_in_default>
|
5034 |
+
<show_in_website>1</show_in_website>
|
5035 |
+
<show_in_store>1</show_in_store>
|
5036 |
+
</allowspecific>
|
5037 |
+
<specificcountry translate="label">
|
5038 |
+
<depends>
|
5039 |
+
<active>1</active>
|
5040 |
+
<allowspecific>1</allowspecific>
|
5041 |
+
</depends>
|
5042 |
+
<label>Toegestane landen</label>
|
5043 |
+
<frontend_type>multiselect</frontend_type>
|
5044 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
5045 |
+
<sort_order>8</sort_order>
|
5046 |
+
<show_in_default>1</show_in_default>
|
5047 |
+
<show_in_website>1</show_in_website>
|
5048 |
+
<show_in_store>1</show_in_store>
|
5049 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
5050 |
+
</specificcountry>
|
5051 |
+
<order_status translate="label">
|
5052 |
+
<depends>
|
5053 |
+
<active>1</active>
|
5054 |
+
</depends>
|
5055 |
+
<label>Nieuwe order status</label>
|
5056 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
5057 |
+
<frontend_type>select</frontend_type>
|
5058 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
5059 |
+
<sort_order>9</sort_order>
|
5060 |
+
<show_in_default>1</show_in_default>
|
5061 |
+
<show_in_website>1</show_in_website>
|
5062 |
+
<show_in_store>1</show_in_store>
|
5063 |
+
</order_status>
|
5064 |
+
<order_status_success translate="label">
|
5065 |
+
<depends>
|
5066 |
+
<active>1</active>
|
5067 |
+
</depends>
|
5068 |
+
<label>Gelukt order status</label>
|
5069 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
5070 |
+
<frontend_type>select</frontend_type>
|
5071 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
5072 |
+
<sort_order>10</sort_order>
|
5073 |
+
<show_in_default>1</show_in_default>
|
5074 |
+
<show_in_website>1</show_in_website>
|
5075 |
+
<show_in_store>1</show_in_store>
|
5076 |
+
</order_status_success>
|
5077 |
+
<charge_type translate="label">
|
5078 |
+
<depends>
|
5079 |
+
<active>1</active>
|
5080 |
+
</depends>
|
5081 |
+
<label>Extra kosten rekenen</label>
|
5082 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
5083 |
+
totaalbedrag of een vast bedrag
|
5084 |
+
</comment>
|
5085 |
+
<frontend_type>select</frontend_type>
|
5086 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
5087 |
+
<sort_order>200</sort_order>
|
5088 |
+
<show_in_default>1</show_in_default>
|
5089 |
+
<show_in_website>1</show_in_website>
|
5090 |
+
<show_in_store>1</show_in_store>
|
5091 |
+
</charge_type>
|
5092 |
+
<charge_value translate="label">
|
5093 |
+
<depends>
|
5094 |
+
<active>1</active>
|
5095 |
+
</depends>
|
5096 |
+
<label>Extra kosten</label>
|
5097 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
5098 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
5099 |
+
</comment>
|
5100 |
+
<frontend_type>text</frontend_type>
|
5101 |
+
<sort_order>201</sort_order>
|
5102 |
+
<show_in_default>1</show_in_default>
|
5103 |
+
<show_in_website>1</show_in_website>
|
5104 |
+
<show_in_store>1</show_in_store>
|
5105 |
+
</charge_value>
|
5106 |
+
<charge_tax_class translate="label">
|
5107 |
+
<depends>
|
5108 |
+
<active>1</active>
|
5109 |
+
</depends>
|
5110 |
+
<label>Btw voor extra kosten</label>
|
5111 |
+
<frontend_type>select</frontend_type>
|
5112 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
5113 |
+
<sort_order>202</sort_order>
|
5114 |
+
<show_in_default>1</show_in_default>
|
5115 |
+
<show_in_website>1</show_in_website>
|
5116 |
+
<show_in_store>1</show_in_store>
|
5117 |
+
</charge_tax_class>
|
5118 |
+
<send_mail translate="label">
|
5119 |
+
<depends>
|
5120 |
+
<active>1</active>
|
5121 |
+
</depends>
|
5122 |
+
<label>Bevestigingsmail sturen</label>
|
5123 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
5124 |
+
<sort_order>300</sort_order>
|
5125 |
+
<show_in_default>1</show_in_default>
|
5126 |
+
<show_in_website>1</show_in_website>
|
5127 |
+
<show_in_store>1</show_in_store>
|
5128 |
+
<frontend_type>select</frontend_type>
|
5129 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
5130 |
+
</send_mail>
|
5131 |
+
</fields>
|
5132 |
+
</pay_payment_webshopgiftcard>
|
5133 |
+
<pay_payment_wijncadeau translate="label" module="paygate">
|
5134 |
+
<label>Pay.nl - Wijncadeau</label>
|
5135 |
+
<model>pay_payment/Model_Paymentmethod_Wijncadeau</model>
|
5136 |
+
<sort_order>1195</sort_order>
|
5137 |
+
<show_in_default>1</show_in_default>
|
5138 |
+
<show_in_website>1</show_in_website>
|
5139 |
+
<show_in_store>1</show_in_store>
|
5140 |
+
<fields>
|
5141 |
+
<active translate="label">
|
5142 |
+
<label>Actief</label>
|
5143 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
5144 |
+
<sort_order>1</sort_order>
|
5145 |
+
<show_in_default>1</show_in_default>
|
5146 |
+
<show_in_website>1</show_in_website>
|
5147 |
+
<show_in_store>1</show_in_store>
|
5148 |
+
<frontend_type>select</frontend_type>
|
5149 |
+
<source_model>pay_payment/source_paymentmethod_wijncadeau_active</source_model>
|
5150 |
+
</active>
|
5151 |
+
<title translate="label">
|
5152 |
+
<depends>
|
5153 |
+
<active>1</active>
|
5154 |
+
</depends>
|
5155 |
+
<label>Titel van de betaalmethode</label>
|
5156 |
+
<frontend_type>text</frontend_type>
|
5157 |
+
<sort_order>2</sort_order>
|
5158 |
+
<show_in_default>1</show_in_default>
|
5159 |
+
<show_in_website>1</show_in_website>
|
5160 |
+
<show_in_store>1</show_in_store>
|
5161 |
+
</title>
|
5162 |
+
|
5163 |
+
<sort_order translate="label">
|
5164 |
+
<depends>
|
5165 |
+
<active>1</active>
|
5166 |
+
</depends>
|
5167 |
+
<label>Betaalmethode sorteer volgorde</label>
|
5168 |
+
<frontend_type>text</frontend_type>
|
5169 |
+
<sort_order>4</sort_order>
|
5170 |
+
<show_in_default>1</show_in_default>
|
5171 |
+
<show_in_website>1</show_in_website>
|
5172 |
+
<show_in_store>1</show_in_store>
|
5173 |
+
</sort_order>
|
5174 |
+
<min_order_total translate="label">
|
5175 |
+
<depends>
|
5176 |
+
<active>1</active>
|
5177 |
+
</depends>
|
5178 |
+
<label>Minimum bedrag</label>
|
5179 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
5180 |
+
<frontend_type>text</frontend_type>
|
5181 |
+
<sort_order>5</sort_order>
|
5182 |
+
<show_in_default>1</show_in_default>
|
5183 |
+
<show_in_website>1</show_in_website>
|
5184 |
+
<show_in_store>1</show_in_store>
|
5185 |
+
</min_order_total>
|
5186 |
+
<max_order_total translate="label">
|
5187 |
+
<depends>
|
5188 |
+
<active>1</active>
|
5189 |
+
</depends>
|
5190 |
+
<label>Maximum bedrag</label>
|
5191 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
5192 |
+
<frontend_type>text</frontend_type>
|
5193 |
+
<sort_order>6</sort_order>
|
5194 |
+
<show_in_default>1</show_in_default>
|
5195 |
+
<show_in_website>1</show_in_website>
|
5196 |
+
<show_in_store>1</show_in_store>
|
5197 |
+
</max_order_total>
|
5198 |
+
<allowspecific translate="label">
|
5199 |
+
<depends>
|
5200 |
+
<active>1</active>
|
5201 |
+
</depends>
|
5202 |
+
<label>Beschikbaarheid per land</label>
|
5203 |
+
<frontend_type>allowspecific</frontend_type>
|
5204 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
5205 |
+
<sort_order>7</sort_order>
|
5206 |
+
<show_in_default>1</show_in_default>
|
5207 |
+
<show_in_website>1</show_in_website>
|
5208 |
+
<show_in_store>1</show_in_store>
|
5209 |
+
</allowspecific>
|
5210 |
+
<specificcountry translate="label">
|
5211 |
+
<depends>
|
5212 |
+
<active>1</active>
|
5213 |
+
<allowspecific>1</allowspecific>
|
5214 |
+
</depends>
|
5215 |
+
<label>Toegestane landen</label>
|
5216 |
+
<frontend_type>multiselect</frontend_type>
|
5217 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
5218 |
+
<sort_order>8</sort_order>
|
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 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
5223 |
+
</specificcountry>
|
5224 |
+
<order_status translate="label">
|
5225 |
+
<depends>
|
5226 |
+
<active>1</active>
|
5227 |
+
</depends>
|
5228 |
+
<label>Nieuwe order status</label>
|
5229 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
5230 |
+
<frontend_type>select</frontend_type>
|
5231 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
5232 |
+
<sort_order>9</sort_order>
|
5233 |
+
<show_in_default>1</show_in_default>
|
5234 |
+
<show_in_website>1</show_in_website>
|
5235 |
+
<show_in_store>1</show_in_store>
|
5236 |
+
</order_status>
|
5237 |
+
<order_status_success translate="label">
|
5238 |
+
<depends>
|
5239 |
+
<active>1</active>
|
5240 |
+
</depends>
|
5241 |
+
<label>Gelukt order status</label>
|
5242 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
5243 |
+
<frontend_type>select</frontend_type>
|
5244 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
5245 |
+
<sort_order>10</sort_order>
|
5246 |
+
<show_in_default>1</show_in_default>
|
5247 |
+
<show_in_website>1</show_in_website>
|
5248 |
+
<show_in_store>1</show_in_store>
|
5249 |
+
</order_status_success>
|
5250 |
+
<charge_type translate="label">
|
5251 |
+
<depends>
|
5252 |
+
<active>1</active>
|
5253 |
+
</depends>
|
5254 |
+
<label>Extra kosten rekenen</label>
|
5255 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
5256 |
+
totaalbedrag of een vast bedrag
|
5257 |
+
</comment>
|
5258 |
+
<frontend_type>select</frontend_type>
|
5259 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
5260 |
+
<sort_order>200</sort_order>
|
5261 |
+
<show_in_default>1</show_in_default>
|
5262 |
+
<show_in_website>1</show_in_website>
|
5263 |
+
<show_in_store>1</show_in_store>
|
5264 |
+
</charge_type>
|
5265 |
+
<charge_value translate="label">
|
5266 |
+
<depends>
|
5267 |
+
<active>1</active>
|
5268 |
+
</depends>
|
5269 |
+
<label>Extra kosten</label>
|
5270 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
5271 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
5272 |
+
</comment>
|
5273 |
+
<frontend_type>text</frontend_type>
|
5274 |
+
<sort_order>201</sort_order>
|
5275 |
+
<show_in_default>1</show_in_default>
|
5276 |
+
<show_in_website>1</show_in_website>
|
5277 |
+
<show_in_store>1</show_in_store>
|
5278 |
+
</charge_value>
|
5279 |
+
<charge_tax_class translate="label">
|
5280 |
+
<depends>
|
5281 |
+
<active>1</active>
|
5282 |
+
</depends>
|
5283 |
+
<label>Btw voor extra kosten</label>
|
5284 |
+
<frontend_type>select</frontend_type>
|
5285 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
5286 |
+
<sort_order>202</sort_order>
|
5287 |
+
<show_in_default>1</show_in_default>
|
5288 |
+
<show_in_website>1</show_in_website>
|
5289 |
+
<show_in_store>1</show_in_store>
|
5290 |
+
</charge_tax_class>
|
5291 |
+
<send_mail translate="label">
|
5292 |
+
<depends>
|
5293 |
+
<active>1</active>
|
5294 |
+
</depends>
|
5295 |
+
<label>Bevestigingsmail sturen</label>
|
5296 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
5297 |
+
<sort_order>300</sort_order>
|
5298 |
+
<show_in_default>1</show_in_default>
|
5299 |
+
<show_in_website>1</show_in_website>
|
5300 |
+
<show_in_store>1</show_in_store>
|
5301 |
+
<frontend_type>select</frontend_type>
|
5302 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
5303 |
+
</send_mail>
|
5304 |
+
</fields>
|
5305 |
+
</pay_payment_wijncadeau>
|
5306 |
+
<pay_payment_yourgift translate="label" module="paygate">
|
5307 |
+
<label>Pay.nl - YourGift</label>
|
5308 |
+
<model>pay_payment/Model_Paymentmethod_Yourgift</model>
|
5309 |
+
<sort_order>1200</sort_order>
|
5310 |
+
<show_in_default>1</show_in_default>
|
5311 |
+
<show_in_website>1</show_in_website>
|
5312 |
+
<show_in_store>1</show_in_store>
|
5313 |
+
<fields>
|
5314 |
+
<active translate="label">
|
5315 |
+
<label>Actief</label>
|
5316 |
+
<comment>Wilt u deze betaalmethode gebruiken</comment>
|
5317 |
+
<sort_order>1</sort_order>
|
5318 |
+
<show_in_default>1</show_in_default>
|
5319 |
+
<show_in_website>1</show_in_website>
|
5320 |
+
<show_in_store>1</show_in_store>
|
5321 |
+
<frontend_type>select</frontend_type>
|
5322 |
+
<source_model>pay_payment/source_paymentmethod_yourgift_active</source_model>
|
5323 |
+
</active>
|
5324 |
+
<title translate="label">
|
5325 |
+
<depends>
|
5326 |
+
<active>1</active>
|
5327 |
+
</depends>
|
5328 |
+
<label>Titel van de betaalmethode</label>
|
5329 |
+
<frontend_type>text</frontend_type>
|
5330 |
+
<sort_order>2</sort_order>
|
5331 |
+
<show_in_default>1</show_in_default>
|
5332 |
+
<show_in_website>1</show_in_website>
|
5333 |
+
<show_in_store>1</show_in_store>
|
5334 |
+
</title>
|
5335 |
+
|
5336 |
+
<sort_order translate="label">
|
5337 |
+
<depends>
|
5338 |
+
<active>1</active>
|
5339 |
+
</depends>
|
5340 |
+
<label>Betaalmethode sorteer volgorde</label>
|
5341 |
+
<frontend_type>text</frontend_type>
|
5342 |
+
<sort_order>4</sort_order>
|
5343 |
+
<show_in_default>1</show_in_default>
|
5344 |
+
<show_in_website>1</show_in_website>
|
5345 |
+
<show_in_store>1</show_in_store>
|
5346 |
+
</sort_order>
|
5347 |
+
<min_order_total translate="label">
|
5348 |
+
<depends>
|
5349 |
+
<active>1</active>
|
5350 |
+
</depends>
|
5351 |
+
<label>Minimum bedrag</label>
|
5352 |
+
<comment>Het minimum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
5353 |
+
<frontend_type>text</frontend_type>
|
5354 |
+
<sort_order>5</sort_order>
|
5355 |
+
<show_in_default>1</show_in_default>
|
5356 |
+
<show_in_website>1</show_in_website>
|
5357 |
+
<show_in_store>1</show_in_store>
|
5358 |
+
</min_order_total>
|
5359 |
+
<max_order_total translate="label">
|
5360 |
+
<depends>
|
5361 |
+
<active>1</active>
|
5362 |
+
</depends>
|
5363 |
+
<label>Maximum bedrag</label>
|
5364 |
+
<comment>Het maximum bedrag waarvoor deze betaalmethode gebruikt mag worden</comment>
|
5365 |
+
<frontend_type>text</frontend_type>
|
5366 |
+
<sort_order>6</sort_order>
|
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 |
+
</max_order_total>
|
5371 |
+
<allowspecific translate="label">
|
5372 |
+
<depends>
|
5373 |
+
<active>1</active>
|
5374 |
+
</depends>
|
5375 |
+
<label>Beschikbaarheid per land</label>
|
5376 |
+
<frontend_type>allowspecific</frontend_type>
|
5377 |
+
<source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
|
5378 |
+
<sort_order>7</sort_order>
|
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 |
+
</allowspecific>
|
5383 |
+
<specificcountry translate="label">
|
5384 |
+
<depends>
|
5385 |
+
<active>1</active>
|
5386 |
+
<allowspecific>1</allowspecific>
|
5387 |
+
</depends>
|
5388 |
+
<label>Toegestane landen</label>
|
5389 |
+
<frontend_type>multiselect</frontend_type>
|
5390 |
+
<source_model>adminhtml/system_config_source_country</source_model>
|
5391 |
+
<sort_order>8</sort_order>
|
5392 |
+
<show_in_default>1</show_in_default>
|
5393 |
+
<show_in_website>1</show_in_website>
|
5394 |
+
<show_in_store>1</show_in_store>
|
5395 |
+
<comment>Selecteer de landen waarvoor deze betaalmethode beschikbaar is</comment>
|
5396 |
+
</specificcountry>
|
5397 |
+
<order_status translate="label">
|
5398 |
+
<depends>
|
5399 |
+
<active>1</active>
|
5400 |
+
</depends>
|
5401 |
+
<label>Nieuwe order status</label>
|
5402 |
+
<comment>De status die een order moet krijgen bij het toevoegen</comment>
|
5403 |
+
<frontend_type>select</frontend_type>
|
5404 |
+
<source_model>pay_payment/source_status_pendingPayment</source_model>
|
5405 |
+
<sort_order>9</sort_order>
|
5406 |
+
<show_in_default>1</show_in_default>
|
5407 |
+
<show_in_website>1</show_in_website>
|
5408 |
+
<show_in_store>1</show_in_store>
|
5409 |
+
</order_status>
|
5410 |
+
<order_status_success translate="label">
|
5411 |
+
<depends>
|
5412 |
+
<active>1</active>
|
5413 |
+
</depends>
|
5414 |
+
<label>Gelukt order status</label>
|
5415 |
+
<comment>De status die een order moet krijgen na succesvolle betaling</comment>
|
5416 |
+
<frontend_type>select</frontend_type>
|
5417 |
+
<source_model>pay_payment/source_status_processing</source_model>
|
5418 |
+
<sort_order>10</sort_order>
|
5419 |
+
<show_in_default>1</show_in_default>
|
5420 |
+
<show_in_website>1</show_in_website>
|
5421 |
+
<show_in_store>1</show_in_store>
|
5422 |
+
</order_status_success>
|
5423 |
+
<charge_type translate="label">
|
5424 |
+
<depends>
|
5425 |
+
<active>1</active>
|
5426 |
+
</depends>
|
5427 |
+
<label>Extra kosten rekenen</label>
|
5428 |
+
<comment>Geef hier aan of u extra kosten wilt rekenen op basis van een percentage van het
|
5429 |
+
totaalbedrag of een vast bedrag
|
5430 |
+
</comment>
|
5431 |
+
<frontend_type>select</frontend_type>
|
5432 |
+
<source_model>pay_payment/system_config_source_chargetype</source_model>
|
5433 |
+
<sort_order>200</sort_order>
|
5434 |
+
<show_in_default>1</show_in_default>
|
5435 |
+
<show_in_website>1</show_in_website>
|
5436 |
+
<show_in_store>1</show_in_store>
|
5437 |
+
</charge_type>
|
5438 |
+
<charge_value translate="label">
|
5439 |
+
<depends>
|
5440 |
+
<active>1</active>
|
5441 |
+
</depends>
|
5442 |
+
<label>Extra kosten</label>
|
5443 |
+
<comment>Geef hier aan hoeveel extra kosten u wilt rekenen, gebruik een punt voor decimalen,
|
5444 |
+
als u geen extra kosten wilt rekenen vult u niets in
|
5445 |
+
</comment>
|
5446 |
+
<frontend_type>text</frontend_type>
|
5447 |
+
<sort_order>201</sort_order>
|
5448 |
+
<show_in_default>1</show_in_default>
|
5449 |
+
<show_in_website>1</show_in_website>
|
5450 |
+
<show_in_store>1</show_in_store>
|
5451 |
+
</charge_value>
|
5452 |
+
<charge_tax_class translate="label">
|
5453 |
+
<depends>
|
5454 |
+
<active>1</active>
|
5455 |
+
</depends>
|
5456 |
+
<label>Btw voor extra kosten</label>
|
5457 |
+
<frontend_type>select</frontend_type>
|
5458 |
+
<source_model>adminhtml/system_config_source_shipping_taxclass</source_model>
|
5459 |
+
<sort_order>202</sort_order>
|
5460 |
+
<show_in_default>1</show_in_default>
|
5461 |
+
<show_in_website>1</show_in_website>
|
5462 |
+
<show_in_store>1</show_in_store>
|
5463 |
+
</charge_tax_class>
|
5464 |
+
<send_mail translate="label">
|
5465 |
+
<depends>
|
5466 |
+
<active>1</active>
|
5467 |
+
</depends>
|
5468 |
+
<label>Bevestigingsmail sturen</label>
|
5469 |
+
<comment>Wanneer wilt u dat de bevestigingsmail wordt verstuurd</comment>
|
5470 |
+
<sort_order>300</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 |
+
<frontend_type>select</frontend_type>
|
5475 |
+
<source_model>pay_payment/source_sendmail</source_model>
|
5476 |
+
</send_mail>
|
5477 |
+
</fields>
|
5478 |
+
</pay_payment_yourgift>
|
5479 |
+
</groups>
|
5480 |
+
</payment>
|
5481 |
+
|
5482 |
+
</sections>
|
5483 |
+
</config>
|
5484 |
+
|
app/code/community/Pay/Payment/sql/pay_payment_setup/install-3.1.2.8.php
CHANGED
@@ -1,128 +1,128 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/* @var $installer Pay_Payment_Model_Resource_Setup */
|
4 |
-
$installer = $this;
|
5 |
-
$installer->startSetup();
|
6 |
-
|
7 |
-
$installer->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
8 |
-
$installer->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
9 |
-
|
10 |
-
$installer->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
11 |
-
$installer->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
12 |
-
|
13 |
-
$installer->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
14 |
-
$installer->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
15 |
-
|
16 |
-
$installer->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
17 |
-
$installer->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
|
18 |
-
|
19 |
-
//create the pay_payment/option table
|
20 |
-
$tableName = $installer->getTable('pay_payment/option');
|
21 |
-
|
22 |
-
// Check if the table already exists
|
23 |
-
if (!$installer->getConnection()->isTableExists($tableName)) {
|
24 |
-
$table = $installer->getConnection()
|
25 |
-
->newTable($tableName)
|
26 |
-
->addColumn('internal_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
27 |
-
'identity' => true,
|
28 |
-
'unsigned' => true,
|
29 |
-
'nullable' => false,
|
30 |
-
'primary' => true,
|
31 |
-
), 'Payment option Id')
|
32 |
-
->addColumn('option_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
33 |
-
'identity' => false,
|
34 |
-
'unsigned' => true,
|
35 |
-
'nullable' => false,
|
36 |
-
), 'Payment option Id')
|
37 |
-
->addColumn('service_id', Varien_Db_Ddl_Table::TYPE_VARCHAR, 12, array(
|
38 |
-
'nullable' => false,
|
39 |
-
), 'Service Id (SL-xxxx-xxxx)')
|
40 |
-
->addColumn('name', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array('nullable' => false), 'Payment option name')
|
41 |
-
->addColumn('image', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array('nullable' => false), 'The url to the icon image')
|
42 |
-
->addColumn('update_date', Varien_Db_Ddl_Table::TYPE_DATETIME, null, array(
|
43 |
-
'nullable' => false
|
44 |
-
), 'The datetime this payment option was refreshed')
|
45 |
-
->addIndex($installer->getIdxName($tableName, array(
|
46 |
-
'option_id',
|
47 |
-
'service_id'
|
48 |
-
), Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE), array('option_id', 'service_id'), array('type' => Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE));
|
49 |
-
|
50 |
-
$installer->getConnection()->createTable($table);
|
51 |
-
}
|
52 |
-
|
53 |
-
//create the pay_payment/optionsub table
|
54 |
-
$tableName = $installer->getTable('pay_payment/optionsub');
|
55 |
-
|
56 |
-
// Check if the table already exists
|
57 |
-
if (!$installer->getConnection()->isTableExists($tableName)) {
|
58 |
-
$table = $installer->getConnection()
|
59 |
-
->newTable($tableName)
|
60 |
-
->addColumn('internal_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
61 |
-
'identity' => true,
|
62 |
-
'unsigned' => true,
|
63 |
-
'nullable' => false,
|
64 |
-
'primary' => true,
|
65 |
-
), 'Id')
|
66 |
-
->addColumn('option_sub_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
67 |
-
'unsigned' => true,
|
68 |
-
'nullable' => false,
|
69 |
-
), 'Payment option sub Id')
|
70 |
-
->addColumn('option_internal_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
71 |
-
'unsigned' => true,
|
72 |
-
'nullable' => false,
|
73 |
-
), 'Link to the payment option')
|
74 |
-
->addColumn('name', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array('nullable' => false), 'The name of the option sub')
|
75 |
-
->addColumn('image', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array('nullable' => false), 'The url to the icon image')
|
76 |
-
->addColumn('active', Varien_Db_Ddl_Table::TYPE_BOOLEAN, null, array('nullable' => false), 'OptionSub active or not')
|
77 |
-
->addIndex($installer->getIdxName($tableName, array('option_internal_id')), array('option_internal_id'))
|
78 |
-
->addIndex($installer->getIdxName($tableName, array('option_sub_id', 'option_internal_id'), Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE), array('option_sub_id', 'option_internal_id'), array('type' => Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE))
|
79 |
-
->addForeignKey($installer->getFkName($tableName, 'option_internal_id', 'pay_payment/option', 'internal_id'), 'option_internal_id', $installer->getTable('pay_payment/option'), 'internal_id', Varien_Db_Ddl_Table::ACTION_CASCADE, Varien_Db_Ddl_Table::ACTION_CASCADE);
|
80 |
-
$installer->getConnection()->createTable($table);
|
81 |
-
}
|
82 |
-
//create the pay_payment/optionsub table
|
83 |
-
$tableName = $installer->getTable('pay_payment/transaction');
|
84 |
-
|
85 |
-
$tableNameSalesOrder = $installer->getTable('sales/order');
|
86 |
-
|
87 |
-
// Check if the table already exists
|
88 |
-
if (!$installer->getConnection()->isTableExists($tableName)) {
|
89 |
-
$table = $installer->getConnection()
|
90 |
-
->newTable($tableName)
|
91 |
-
->addColumn('id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
92 |
-
'nullable' => false,
|
93 |
-
'primary' => true,
|
94 |
-
'identity' => true,
|
95 |
-
'unsigned' => true,
|
96 |
-
))
|
97 |
-
->addColumn('transaction_id', Varien_Db_Ddl_Table::TYPE_VARCHAR, 20, array(
|
98 |
-
'nullable' => false,
|
99 |
-
), 'The transaction id, generated by pay.nl')
|
100 |
-
->addColumn('service_id', Varien_Db_Ddl_Table::TYPE_VARCHAR, 12, array(
|
101 |
-
'nullable' => false,
|
102 |
-
), 'Service Id (SL-xxxx-xxxx)')
|
103 |
-
->addColumn('option_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
104 |
-
'unsigned' => true,
|
105 |
-
'nullable' => false
|
106 |
-
), 'The payment option id')
|
107 |
-
->addColumn('option_sub_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
108 |
-
'unsigned' => true,
|
109 |
-
'nullable' => true
|
110 |
-
), 'The payment option sub id')
|
111 |
-
->addColumn('amount', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
112 |
-
'unsigned' => false,
|
113 |
-
'nullable' => false
|
114 |
-
), 'The total amount in cents')
|
115 |
-
->addColumn('order_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
116 |
-
'unsigned' => true,
|
117 |
-
'nullable' => false
|
118 |
-
), 'The order entity_id (references: sales_flat_order.entity_id)')
|
119 |
-
->addColumn('status', Varien_Db_Ddl_Table::TYPE_VARCHAR, 20, array('nullable' => false), 'The status of the transaction')
|
120 |
-
->addColumn('created', Varien_Db_Ddl_Table::TYPE_DATETIME, null, array('nullable' => false), 'The datetime the transaction was created')
|
121 |
-
->addColumn('last_update', Varien_Db_Ddl_Table::TYPE_DATETIME, null, array('nullable' => false), 'The datetime the transaction was last updated')
|
122 |
-
->addIndex($installer->getIdxName($tableName, array('order_id'), Varien_Db_Adapter_Interface::INDEX_TYPE_INDEX), array('order_id'), array('type' => Varien_Db_Adapter_Interface::INDEX_TYPE_INDEX))
|
123 |
-
->addForeignKey($installer->getFkName($tableName, 'order_id', $tableNameSalesOrder, 'entity_id'), 'order_id', $tableNameSalesOrder, 'entity_id', Varien_Db_Ddl_Table::ACTION_CASCADE, Varien_Db_Ddl_Table::ACTION_CASCADE);
|
124 |
-
$installer->getConnection()->createTable($table);
|
125 |
-
}
|
126 |
-
|
127 |
-
|
128 |
-
$installer->endSetup();
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/* @var $installer Pay_Payment_Model_Resource_Setup */
|
4 |
+
$installer = $this;
|
5 |
+
$installer->startSetup();
|
6 |
+
|
7 |
+
$installer->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
8 |
+
$installer->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
9 |
+
|
10 |
+
$installer->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
11 |
+
$installer->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
12 |
+
|
13 |
+
$installer->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
14 |
+
$installer->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
15 |
+
|
16 |
+
$installer->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
17 |
+
$installer->addAttribute('creditmemo', 'base_payment_charge', array('type' => 'decimal'));
|
18 |
+
|
19 |
+
//create the pay_payment/option table
|
20 |
+
$tableName = $installer->getTable('pay_payment/option');
|
21 |
+
|
22 |
+
// Check if the table already exists
|
23 |
+
if (!$installer->getConnection()->isTableExists($tableName)) {
|
24 |
+
$table = $installer->getConnection()
|
25 |
+
->newTable($tableName)
|
26 |
+
->addColumn('internal_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
27 |
+
'identity' => true,
|
28 |
+
'unsigned' => true,
|
29 |
+
'nullable' => false,
|
30 |
+
'primary' => true,
|
31 |
+
), 'Payment option Id')
|
32 |
+
->addColumn('option_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
33 |
+
'identity' => false,
|
34 |
+
'unsigned' => true,
|
35 |
+
'nullable' => false,
|
36 |
+
), 'Payment option Id')
|
37 |
+
->addColumn('service_id', Varien_Db_Ddl_Table::TYPE_VARCHAR, 12, array(
|
38 |
+
'nullable' => false,
|
39 |
+
), 'Service Id (SL-xxxx-xxxx)')
|
40 |
+
->addColumn('name', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array('nullable' => false), 'Payment option name')
|
41 |
+
->addColumn('image', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array('nullable' => false), 'The url to the icon image')
|
42 |
+
->addColumn('update_date', Varien_Db_Ddl_Table::TYPE_DATETIME, null, array(
|
43 |
+
'nullable' => false
|
44 |
+
), 'The datetime this payment option was refreshed')
|
45 |
+
->addIndex($installer->getIdxName($tableName, array(
|
46 |
+
'option_id',
|
47 |
+
'service_id'
|
48 |
+
), Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE), array('option_id', 'service_id'), array('type' => Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE));
|
49 |
+
|
50 |
+
$installer->getConnection()->createTable($table);
|
51 |
+
}
|
52 |
+
|
53 |
+
//create the pay_payment/optionsub table
|
54 |
+
$tableName = $installer->getTable('pay_payment/optionsub');
|
55 |
+
|
56 |
+
// Check if the table already exists
|
57 |
+
if (!$installer->getConnection()->isTableExists($tableName)) {
|
58 |
+
$table = $installer->getConnection()
|
59 |
+
->newTable($tableName)
|
60 |
+
->addColumn('internal_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
61 |
+
'identity' => true,
|
62 |
+
'unsigned' => true,
|
63 |
+
'nullable' => false,
|
64 |
+
'primary' => true,
|
65 |
+
), 'Id')
|
66 |
+
->addColumn('option_sub_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
67 |
+
'unsigned' => true,
|
68 |
+
'nullable' => false,
|
69 |
+
), 'Payment option sub Id')
|
70 |
+
->addColumn('option_internal_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
71 |
+
'unsigned' => true,
|
72 |
+
'nullable' => false,
|
73 |
+
), 'Link to the payment option')
|
74 |
+
->addColumn('name', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array('nullable' => false), 'The name of the option sub')
|
75 |
+
->addColumn('image', Varien_Db_Ddl_Table::TYPE_VARCHAR, 255, array('nullable' => false), 'The url to the icon image')
|
76 |
+
->addColumn('active', Varien_Db_Ddl_Table::TYPE_BOOLEAN, null, array('nullable' => false), 'OptionSub active or not')
|
77 |
+
->addIndex($installer->getIdxName($tableName, array('option_internal_id')), array('option_internal_id'))
|
78 |
+
->addIndex($installer->getIdxName($tableName, array('option_sub_id', 'option_internal_id'), Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE), array('option_sub_id', 'option_internal_id'), array('type' => Varien_Db_Adapter_Interface::INDEX_TYPE_UNIQUE))
|
79 |
+
->addForeignKey($installer->getFkName($tableName, 'option_internal_id', 'pay_payment/option', 'internal_id'), 'option_internal_id', $installer->getTable('pay_payment/option'), 'internal_id', Varien_Db_Ddl_Table::ACTION_CASCADE, Varien_Db_Ddl_Table::ACTION_CASCADE);
|
80 |
+
$installer->getConnection()->createTable($table);
|
81 |
+
}
|
82 |
+
//create the pay_payment/optionsub table
|
83 |
+
$tableName = $installer->getTable('pay_payment/transaction');
|
84 |
+
|
85 |
+
$tableNameSalesOrder = $installer->getTable('sales/order');
|
86 |
+
|
87 |
+
// Check if the table already exists
|
88 |
+
if (!$installer->getConnection()->isTableExists($tableName)) {
|
89 |
+
$table = $installer->getConnection()
|
90 |
+
->newTable($tableName)
|
91 |
+
->addColumn('id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
92 |
+
'nullable' => false,
|
93 |
+
'primary' => true,
|
94 |
+
'identity' => true,
|
95 |
+
'unsigned' => true,
|
96 |
+
))
|
97 |
+
->addColumn('transaction_id', Varien_Db_Ddl_Table::TYPE_VARCHAR, 20, array(
|
98 |
+
'nullable' => false,
|
99 |
+
), 'The transaction id, generated by pay.nl')
|
100 |
+
->addColumn('service_id', Varien_Db_Ddl_Table::TYPE_VARCHAR, 12, array(
|
101 |
+
'nullable' => false,
|
102 |
+
), 'Service Id (SL-xxxx-xxxx)')
|
103 |
+
->addColumn('option_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
104 |
+
'unsigned' => true,
|
105 |
+
'nullable' => false
|
106 |
+
), 'The payment option id')
|
107 |
+
->addColumn('option_sub_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
108 |
+
'unsigned' => true,
|
109 |
+
'nullable' => true
|
110 |
+
), 'The payment option sub id')
|
111 |
+
->addColumn('amount', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
112 |
+
'unsigned' => false,
|
113 |
+
'nullable' => false
|
114 |
+
), 'The total amount in cents')
|
115 |
+
->addColumn('order_id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
|
116 |
+
'unsigned' => true,
|
117 |
+
'nullable' => false
|
118 |
+
), 'The order entity_id (references: sales_flat_order.entity_id)')
|
119 |
+
->addColumn('status', Varien_Db_Ddl_Table::TYPE_VARCHAR, 20, array('nullable' => false), 'The status of the transaction')
|
120 |
+
->addColumn('created', Varien_Db_Ddl_Table::TYPE_DATETIME, null, array('nullable' => false), 'The datetime the transaction was created')
|
121 |
+
->addColumn('last_update', Varien_Db_Ddl_Table::TYPE_DATETIME, null, array('nullable' => false), 'The datetime the transaction was last updated')
|
122 |
+
->addIndex($installer->getIdxName($tableName, array('order_id'), Varien_Db_Adapter_Interface::INDEX_TYPE_INDEX), array('order_id'), array('type' => Varien_Db_Adapter_Interface::INDEX_TYPE_INDEX))
|
123 |
+
->addForeignKey($installer->getFkName($tableName, 'order_id', $tableNameSalesOrder, 'entity_id'), 'order_id', $tableNameSalesOrder, 'entity_id', Varien_Db_Ddl_Table::ACTION_CASCADE, Varien_Db_Ddl_Table::ACTION_CASCADE);
|
124 |
+
$installer->getConnection()->createTable($table);
|
125 |
+
}
|
126 |
+
|
127 |
+
|
128 |
+
$installer->endSetup();
|
app/code/community/Pay/Payment/sql/pay_payment_setup/upgrade-3.0.0-3.1.0.php
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
<?php
|
2 |
-
/* @var $installer Mage_Sales_Model_Mysql4_Setup */
|
3 |
-
$installer = $this;
|
4 |
-
$installer->startSetup();
|
5 |
-
|
6 |
-
$installer->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
7 |
-
$installer->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
8 |
-
|
9 |
-
$installer->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
10 |
-
$installer->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
11 |
-
|
12 |
-
$installer->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
13 |
-
$installer->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
14 |
-
|
15 |
-
$installer->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
16 |
-
$
|
17 |
-
|
1 |
+
<?php
|
2 |
+
/* @var $installer Mage_Sales_Model_Mysql4_Setup */
|
3 |
+
$installer = $this;
|
4 |
+
$installer->startSetup();
|
5 |
+
|
6 |
+
$installer->addAttribute('quote_address', 'payment_charge', array('type' => 'decimal'));
|
7 |
+
$installer->addAttribute('quote_address', 'base_payment_charge', array('type' => 'decimal'));
|
8 |
+
|
9 |
+
$installer->addAttribute('order', 'payment_charge', array('type' => 'decimal'));
|
10 |
+
$installer->addAttribute('order', 'base_payment_charge', array('type' => 'decimal'));
|
11 |
+
|
12 |
+
$installer->addAttribute('invoice', 'payment_charge', array('type' => 'decimal'));
|
13 |
+
$installer->addAttribute('invoice', 'base_payment_charge', array('type' => 'decimal'));
|
14 |
+
|
15 |
+
$installer->addAttribute('creditmemo', 'payment_charge', array('type' => 'decimal'));
|
16 |
+
$inst
|
|