Version Notes
First Magento Connect release.
Download this release
Release Info
| Developer | micropayment gmbh |
| Extension | micropayment_modul |
| Version | 2.0.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 2.0.0 to 2.0.0.1
- app/code/local/MCP/CreditCard/Model/Mcpcreditcard.php +5 -1
- app/code/local/MCP/CreditCard/etc/system.xml +16 -6
- app/code/local/MCP/Debit/Model/Mcpdebit.php +6 -1
- app/code/local/MCP/Debit/etc/system.xml +16 -6
- app/code/local/MCP/EBank2Pay/etc/system.xml +17 -6
- app/code/local/MCP/OrderStatus/etc/system.xml +2 -2
- app/code/local/MCP/Prepay/Model/Mcpprepay.php +8 -2
- app/code/local/MCP/Prepay/etc/system.xml +16 -6
- app/code/local/MCP/Service/Block/IFrame.php +48 -0
- app/code/local/MCP/Service/Helper/Dispatcher.php +27 -21
- app/code/local/MCP/Service/Model/Adminhtml/DisabledYesNo.php +36 -0
- app/code/local/MCP/Service/Model/Observer.php +4 -2
- app/code/local/MCP/Service/controllers/ApiController.php +28 -1
- app/code/local/MCP/Service/etc/system.xml +2 -2
- app/design/frontend/base/default/template/mcpservice/iframe.phtml +1 -0
- app/design/frontend/base/default/template/mcpservice/redirect.phtml +169 -75
- app/etc/modules/IWD_All.xml +9 -0
- app/etc/modules/IWD_Opc.xml +9 -0
- app/locale/de_AT/mcp_orderstatus.csv +2 -0
- app/locale/de_AT/mcp_service.csv +11 -0
- app/locale/de_CH/mcp_orderstatus.csv +2 -0
- app/locale/de_CH/mcp_service.csv +11 -0
- app/locale/de_DE/IWD_Opc.csv +349 -0
- app/locale/de_DE/mcp_orderstatus.csv +2 -0
- app/locale/de_DE/mcp_service.csv +11 -0
- app/locale/en_GB/mcp_orderstatus.csv +2 -0
- app/locale/en_GB/mcp_service.csv +11 -0
- app/locale/en_US/IWD_All.csv +1 -0
- app/locale/en_US/IWD_Opc.csv +98 -0
- app/locale/en_US/mcp_orderstatus.csv +2 -0
- app/locale/en_US/mcp_service.csv +11 -0
- package.xml +5 -5
app/code/local/MCP/CreditCard/Model/Mcpcreditcard.php
CHANGED
|
@@ -36,7 +36,11 @@ class MCP_CreditCard_Model_Mcpcreditcard extends Mage_Payment_Model_Method_Abstr
|
|
| 36 |
|
| 37 |
public function getOrderPlaceRedirectUrl()
|
| 38 |
{
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
}
|
| 41 |
|
| 42 |
public function getSession()
|
| 36 |
|
| 37 |
public function getOrderPlaceRedirectUrl()
|
| 38 |
{
|
| 39 |
+
if($this->getConfigData('use_iframe')) {
|
| 40 |
+
return Mage::getUrl('mcpservice/api/iframe', array('_secure' => true, '_store' => Mage::app()->getStore()->getId()));
|
| 41 |
+
} else {
|
| 42 |
+
return Mage::getUrl('mcpservice/api/payment', array('_secure' => true, '_store' => Mage::app()->getStore()->getId()));
|
| 43 |
+
}
|
| 44 |
}
|
| 45 |
|
| 46 |
public function getSession()
|
app/code/local/MCP/CreditCard/etc/system.xml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
<mcpcreditcard translate="label" module="paygate">
|
| 7 |
-
<label>
|
| 8 |
<sort_order>740</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
<label>enabled</label>
|
| 15 |
<frontend_type>select</frontend_type>
|
| 16 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 17 |
-
<sort_order>
|
| 18 |
<show_in_default>1</show_in_default>
|
| 19 |
<show_in_website>1</show_in_website>
|
| 20 |
<show_in_store>1</show_in_store>
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
<label>sort_order</label>
|
| 24 |
<comment>sort_order_description</comment>
|
| 25 |
<frontend_type>text</frontend_type>
|
| 26 |
-
<sort_order>
|
| 27 |
<show_in_default>1</show_in_default>
|
| 28 |
<show_in_website>1</show_in_website>
|
| 29 |
<show_in_store>1</show_in_store>
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
<label>title</label>
|
| 33 |
<comment>title_description</comment>
|
| 34 |
<frontend_type>text</frontend_type>
|
| 35 |
-
<sort_order>
|
| 36 |
<show_in_default>1</show_in_default>
|
| 37 |
<show_in_website>1</show_in_website>
|
| 38 |
<show_in_store>1</show_in_store>
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
<label>limit_min</label>
|
| 42 |
<comment>limit_min_description</comment>
|
| 43 |
<frontend_type>text</frontend_type>
|
| 44 |
-
<sort_order>
|
| 45 |
<show_in_default>1</show_in_default>
|
| 46 |
<show_in_website>1</show_in_website>
|
| 47 |
<show_in_store>1</show_in_store>
|
|
@@ -51,12 +51,22 @@
|
|
| 51 |
<label>limit_max</label>
|
| 52 |
<comment>limit_max_description</comment>
|
| 53 |
<frontend_type>text</frontend_type>
|
| 54 |
-
<sort_order>
|
| 55 |
<show_in_default>1</show_in_default>
|
| 56 |
<show_in_website>1</show_in_website>
|
| 57 |
<show_in_store>1</show_in_store>
|
| 58 |
<validate>validate-number validate-number-range number-range-0.01-1000000000</validate>
|
| 59 |
</limit_max>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
</fields>
|
| 61 |
</mcpcreditcard>
|
| 62 |
</groups>
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
<mcpcreditcard translate="label" module="paygate">
|
| 7 |
+
<label>mcpcreditcard_title</label>
|
| 8 |
<sort_order>740</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
| 14 |
<label>enabled</label>
|
| 15 |
<frontend_type>select</frontend_type>
|
| 16 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 17 |
+
<sort_order>10</sort_order>
|
| 18 |
<show_in_default>1</show_in_default>
|
| 19 |
<show_in_website>1</show_in_website>
|
| 20 |
<show_in_store>1</show_in_store>
|
| 23 |
<label>sort_order</label>
|
| 24 |
<comment>sort_order_description</comment>
|
| 25 |
<frontend_type>text</frontend_type>
|
| 26 |
+
<sort_order>20</sort_order>
|
| 27 |
<show_in_default>1</show_in_default>
|
| 28 |
<show_in_website>1</show_in_website>
|
| 29 |
<show_in_store>1</show_in_store>
|
| 32 |
<label>title</label>
|
| 33 |
<comment>title_description</comment>
|
| 34 |
<frontend_type>text</frontend_type>
|
| 35 |
+
<sort_order>30</sort_order>
|
| 36 |
<show_in_default>1</show_in_default>
|
| 37 |
<show_in_website>1</show_in_website>
|
| 38 |
<show_in_store>1</show_in_store>
|
| 41 |
<label>limit_min</label>
|
| 42 |
<comment>limit_min_description</comment>
|
| 43 |
<frontend_type>text</frontend_type>
|
| 44 |
+
<sort_order>40</sort_order>
|
| 45 |
<show_in_default>1</show_in_default>
|
| 46 |
<show_in_website>1</show_in_website>
|
| 47 |
<show_in_store>1</show_in_store>
|
| 51 |
<label>limit_max</label>
|
| 52 |
<comment>limit_max_description</comment>
|
| 53 |
<frontend_type>text</frontend_type>
|
| 54 |
+
<sort_order>50</sort_order>
|
| 55 |
<show_in_default>1</show_in_default>
|
| 56 |
<show_in_website>1</show_in_website>
|
| 57 |
<show_in_store>1</show_in_store>
|
| 58 |
<validate>validate-number validate-number-range number-range-0.01-1000000000</validate>
|
| 59 |
</limit_max>
|
| 60 |
+
<use_iframe translate="label,comment">
|
| 61 |
+
<label>use_iframe_label</label>
|
| 62 |
+
<comment>use_iframe_description_creditcard</comment>
|
| 63 |
+
<frontend_type>select</frontend_type>
|
| 64 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 65 |
+
<sort_order>11</sort_order>
|
| 66 |
+
<show_in_default>1</show_in_default>
|
| 67 |
+
<show_in_website>1</show_in_website>
|
| 68 |
+
<show_in_store>1</show_in_store>
|
| 69 |
+
</use_iframe>
|
| 70 |
</fields>
|
| 71 |
</mcpcreditcard>
|
| 72 |
</groups>
|
app/code/local/MCP/Debit/Model/Mcpdebit.php
CHANGED
|
@@ -33,7 +33,12 @@ class MCP_Debit_Model_Mcpdebit extends Mage_Payment_Model_Method_Abstract
|
|
| 33 |
|
| 34 |
public function getOrderPlaceRedirectUrl()
|
| 35 |
{
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
}
|
| 38 |
|
| 39 |
public function getSession()
|
| 33 |
|
| 34 |
public function getOrderPlaceRedirectUrl()
|
| 35 |
{
|
| 36 |
+
if($this->getConfigData('use_iframe')) {
|
| 37 |
+
return Mage::getUrl('mcpservice/api/iframe', array('_secure' => true, '_store' => Mage::app()->getStore()->getId()));
|
| 38 |
+
} else {
|
| 39 |
+
return Mage::getUrl('mcpservice/api/payment', array('_secure' => true, '_store' => Mage::app()->getStore()->getId()));
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
}
|
| 43 |
|
| 44 |
public function getSession()
|
app/code/local/MCP/Debit/etc/system.xml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
<mcpdebit translate="label" module="paygate">
|
| 7 |
-
<label>
|
| 8 |
<sort_order>710</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
<label>enabled</label>
|
| 15 |
<frontend_type>select</frontend_type>
|
| 16 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 17 |
-
<sort_order>
|
| 18 |
<show_in_default>1</show_in_default>
|
| 19 |
<show_in_website>1</show_in_website>
|
| 20 |
<show_in_store>1</show_in_store>
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
<label>sort_order</label>
|
| 24 |
<comment>sort_order_description</comment>
|
| 25 |
<frontend_type>text</frontend_type>
|
| 26 |
-
<sort_order>
|
| 27 |
<show_in_default>1</show_in_default>
|
| 28 |
<show_in_website>1</show_in_website>
|
| 29 |
<show_in_store>1</show_in_store>
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
<label>title</label>
|
| 33 |
<comment>title_description</comment>
|
| 34 |
<frontend_type>text</frontend_type>
|
| 35 |
-
<sort_order>
|
| 36 |
<show_in_default>1</show_in_default>
|
| 37 |
<show_in_website>1</show_in_website>
|
| 38 |
<show_in_store>1</show_in_store>
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
<label>limit_min</label>
|
| 42 |
<comment>limit_min_description</comment>
|
| 43 |
<frontend_type>text</frontend_type>
|
| 44 |
-
<sort_order>
|
| 45 |
<show_in_default>1</show_in_default>
|
| 46 |
<show_in_website>1</show_in_website>
|
| 47 |
<show_in_store>1</show_in_store>
|
|
@@ -51,12 +51,22 @@
|
|
| 51 |
<label>limit_max</label>
|
| 52 |
<comment>limit_max_description</comment>
|
| 53 |
<frontend_type>text</frontend_type>
|
| 54 |
-
<sort_order>
|
| 55 |
<show_in_default>1</show_in_default>
|
| 56 |
<show_in_website>1</show_in_website>
|
| 57 |
<show_in_store>1</show_in_store>
|
| 58 |
<validate>validate-number validate-number-range number-range-0.01-1000000000</validate>
|
| 59 |
</limit_max>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
</fields>
|
| 61 |
</mcpdebit>
|
| 62 |
</groups>
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
<mcpdebit translate="label" module="paygate">
|
| 7 |
+
<label>mcpdebit_title</label>
|
| 8 |
<sort_order>710</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
| 14 |
<label>enabled</label>
|
| 15 |
<frontend_type>select</frontend_type>
|
| 16 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 17 |
+
<sort_order>10</sort_order>
|
| 18 |
<show_in_default>1</show_in_default>
|
| 19 |
<show_in_website>1</show_in_website>
|
| 20 |
<show_in_store>1</show_in_store>
|
| 23 |
<label>sort_order</label>
|
| 24 |
<comment>sort_order_description</comment>
|
| 25 |
<frontend_type>text</frontend_type>
|
| 26 |
+
<sort_order>20</sort_order>
|
| 27 |
<show_in_default>1</show_in_default>
|
| 28 |
<show_in_website>1</show_in_website>
|
| 29 |
<show_in_store>1</show_in_store>
|
| 32 |
<label>title</label>
|
| 33 |
<comment>title_description</comment>
|
| 34 |
<frontend_type>text</frontend_type>
|
| 35 |
+
<sort_order>30</sort_order>
|
| 36 |
<show_in_default>1</show_in_default>
|
| 37 |
<show_in_website>1</show_in_website>
|
| 38 |
<show_in_store>1</show_in_store>
|
| 41 |
<label>limit_min</label>
|
| 42 |
<comment>limit_min_description</comment>
|
| 43 |
<frontend_type>text</frontend_type>
|
| 44 |
+
<sort_order>40</sort_order>
|
| 45 |
<show_in_default>1</show_in_default>
|
| 46 |
<show_in_website>1</show_in_website>
|
| 47 |
<show_in_store>1</show_in_store>
|
| 51 |
<label>limit_max</label>
|
| 52 |
<comment>limit_max_description</comment>
|
| 53 |
<frontend_type>text</frontend_type>
|
| 54 |
+
<sort_order>50</sort_order>
|
| 55 |
<show_in_default>1</show_in_default>
|
| 56 |
<show_in_website>1</show_in_website>
|
| 57 |
<show_in_store>1</show_in_store>
|
| 58 |
<validate>validate-number validate-number-range number-range-0.01-1000000000</validate>
|
| 59 |
</limit_max>
|
| 60 |
+
<use_iframe translate="label,comment">
|
| 61 |
+
<label>use_iframe_label</label>
|
| 62 |
+
<comment>use_iframe_description</comment>
|
| 63 |
+
<frontend_type>select</frontend_type>
|
| 64 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 65 |
+
<sort_order>11</sort_order>
|
| 66 |
+
<show_in_default>1</show_in_default>
|
| 67 |
+
<show_in_website>1</show_in_website>
|
| 68 |
+
<show_in_store>1</show_in_store>
|
| 69 |
+
</use_iframe>
|
| 70 |
</fields>
|
| 71 |
</mcpdebit>
|
| 72 |
</groups>
|
app/code/local/MCP/EBank2Pay/etc/system.xml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
<mcpebank2pay translate="label" module="paygate">
|
| 7 |
-
<label>
|
| 8 |
<sort_order>720</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
<label>enabled</label>
|
| 15 |
<frontend_type>select</frontend_type>
|
| 16 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 17 |
-
<sort_order>
|
| 18 |
<show_in_default>1</show_in_default>
|
| 19 |
<show_in_website>1</show_in_website>
|
| 20 |
<show_in_store>1</show_in_store>
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
<label>sort_order</label>
|
| 24 |
<comment>sort_order_description</comment>
|
| 25 |
<frontend_type>text</frontend_type>
|
| 26 |
-
<sort_order>
|
| 27 |
<show_in_default>1</show_in_default>
|
| 28 |
<show_in_website>1</show_in_website>
|
| 29 |
<show_in_store>1</show_in_store>
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
<label>title</label>
|
| 33 |
<comment>title_description</comment>
|
| 34 |
<frontend_type>text</frontend_type>
|
| 35 |
-
<sort_order>
|
| 36 |
<show_in_default>1</show_in_default>
|
| 37 |
<show_in_website>1</show_in_website>
|
| 38 |
<show_in_store>1</show_in_store>
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
<label>limit_min</label>
|
| 42 |
<comment>limit_min_description</comment>
|
| 43 |
<frontend_type>text</frontend_type>
|
| 44 |
-
<sort_order>
|
| 45 |
<show_in_default>1</show_in_default>
|
| 46 |
<show_in_website>1</show_in_website>
|
| 47 |
<show_in_store>1</show_in_store>
|
|
@@ -51,12 +51,23 @@
|
|
| 51 |
<label>limit_max</label>
|
| 52 |
<comment>limit_max_description</comment>
|
| 53 |
<frontend_type>text</frontend_type>
|
| 54 |
-
<sort_order>
|
| 55 |
<show_in_default>1</show_in_default>
|
| 56 |
<show_in_website>1</show_in_website>
|
| 57 |
<show_in_store>1</show_in_store>
|
| 58 |
<validate>validate-number validate-number-range number-range-0.01-1000000000</validate>
|
| 59 |
</limit_max>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
</fields>
|
| 61 |
</mcpebank2pay>
|
| 62 |
</groups>
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
<mcpebank2pay translate="label" module="paygate">
|
| 7 |
+
<label>mcpsofort_title</label>
|
| 8 |
<sort_order>720</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
| 14 |
<label>enabled</label>
|
| 15 |
<frontend_type>select</frontend_type>
|
| 16 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 17 |
+
<sort_order>10</sort_order>
|
| 18 |
<show_in_default>1</show_in_default>
|
| 19 |
<show_in_website>1</show_in_website>
|
| 20 |
<show_in_store>1</show_in_store>
|
| 23 |
<label>sort_order</label>
|
| 24 |
<comment>sort_order_description</comment>
|
| 25 |
<frontend_type>text</frontend_type>
|
| 26 |
+
<sort_order>20</sort_order>
|
| 27 |
<show_in_default>1</show_in_default>
|
| 28 |
<show_in_website>1</show_in_website>
|
| 29 |
<show_in_store>1</show_in_store>
|
| 32 |
<label>title</label>
|
| 33 |
<comment>title_description</comment>
|
| 34 |
<frontend_type>text</frontend_type>
|
| 35 |
+
<sort_order>30</sort_order>
|
| 36 |
<show_in_default>1</show_in_default>
|
| 37 |
<show_in_website>1</show_in_website>
|
| 38 |
<show_in_store>1</show_in_store>
|
| 41 |
<label>limit_min</label>
|
| 42 |
<comment>limit_min_description</comment>
|
| 43 |
<frontend_type>text</frontend_type>
|
| 44 |
+
<sort_order>40</sort_order>
|
| 45 |
<show_in_default>1</show_in_default>
|
| 46 |
<show_in_website>1</show_in_website>
|
| 47 |
<show_in_store>1</show_in_store>
|
| 51 |
<label>limit_max</label>
|
| 52 |
<comment>limit_max_description</comment>
|
| 53 |
<frontend_type>text</frontend_type>
|
| 54 |
+
<sort_order>50</sort_order>
|
| 55 |
<show_in_default>1</show_in_default>
|
| 56 |
<show_in_website>1</show_in_website>
|
| 57 |
<show_in_store>1</show_in_store>
|
| 58 |
<validate>validate-number validate-number-range number-range-0.01-1000000000</validate>
|
| 59 |
</limit_max>
|
| 60 |
+
<use_iframe translate="label,comment">
|
| 61 |
+
<label>use_iframe_label</label>
|
| 62 |
+
<comment>use_iframe_description_sofort</comment>
|
| 63 |
+
<frontend_type>select</frontend_type>
|
| 64 |
+
<enable>0</enable>
|
| 65 |
+
<source_model>MCP_Service_Model_Adminhtml_DisabledYesNo</source_model>
|
| 66 |
+
<sort_order>11</sort_order>
|
| 67 |
+
<show_in_default>1</show_in_default>
|
| 68 |
+
<show_in_website>1</show_in_website>
|
| 69 |
+
<show_in_store>1</show_in_store>
|
| 70 |
+
</use_iframe>
|
| 71 |
</fields>
|
| 72 |
</mcpebank2pay>
|
| 73 |
</groups>
|
app/code/local/MCP/OrderStatus/etc/system.xml
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
<sections>
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
-
<mcporderstatus module="paygate">
|
| 7 |
-
<label>
|
| 8 |
<sort_order>691</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
| 3 |
<sections>
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
+
<mcporderstatus module="paygate" translate="label">
|
| 7 |
+
<label>mcporderstatus_title</label>
|
| 8 |
<sort_order>691</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
app/code/local/MCP/Prepay/Model/Mcpprepay.php
CHANGED
|
@@ -32,7 +32,12 @@ class MCP_Prepay_Model_Mcpprepay extends Mage_Payment_Model_Method_Abstract
|
|
| 32 |
|
| 33 |
public function getOrderPlaceRedirectUrl()
|
| 34 |
{
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
}
|
| 37 |
|
| 38 |
public function getSession()
|
|
@@ -66,6 +71,7 @@ class MCP_Prepay_Model_Mcpprepay extends Mage_Payment_Model_Method_Abstract
|
|
| 66 |
*/
|
| 67 |
public function isAvailable($quote=null)
|
| 68 |
{
|
|
|
|
| 69 |
Mage::helper('mcpservice/dispatcher')->checkService();
|
| 70 |
$result = true;
|
| 71 |
$model = Mage::getModel('mcpservice/mcpservice');
|
|
@@ -78,7 +84,7 @@ class MCP_Prepay_Model_Mcpprepay extends Mage_Payment_Model_Method_Abstract
|
|
| 78 |
$total = $quote->getBaseGrandTotal();
|
| 79 |
$min = $this->getConfigData('limit_min');
|
| 80 |
$max = $this->getConfigData('limit_max');
|
| 81 |
-
|
| 82 |
if($total < $min) { $result = false; }
|
| 83 |
if($total > $max) { $result = false; }
|
| 84 |
if(!parent::isAvailable($quote)) { $result = false; }
|
| 32 |
|
| 33 |
public function getOrderPlaceRedirectUrl()
|
| 34 |
{
|
| 35 |
+
if($this->getConfigData('use_iframe')) {
|
| 36 |
+
return Mage::getUrl('mcpservice/api/iframe', array('_secure' => true, '_store' => Mage::app()->getStore()->getId()));
|
| 37 |
+
} else {
|
| 38 |
+
return Mage::getUrl('mcpservice/api/payment', array('_secure' => true, '_store' => Mage::app()->getStore()->getId()));
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
}
|
| 42 |
|
| 43 |
public function getSession()
|
| 71 |
*/
|
| 72 |
public function isAvailable($quote=null)
|
| 73 |
{
|
| 74 |
+
if(!$this->getConfigData('active')) { return false; }
|
| 75 |
Mage::helper('mcpservice/dispatcher')->checkService();
|
| 76 |
$result = true;
|
| 77 |
$model = Mage::getModel('mcpservice/mcpservice');
|
| 84 |
$total = $quote->getBaseGrandTotal();
|
| 85 |
$min = $this->getConfigData('limit_min');
|
| 86 |
$max = $this->getConfigData('limit_max');
|
| 87 |
+
|
| 88 |
if($total < $min) { $result = false; }
|
| 89 |
if($total > $max) { $result = false; }
|
| 90 |
if(!parent::isAvailable($quote)) { $result = false; }
|
app/code/local/MCP/Prepay/etc/system.xml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
<mcpprepay translate="label" module="paygate">
|
| 7 |
-
<label>
|
| 8 |
<sort_order>730</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
<label>enabled</label>
|
| 15 |
<frontend_type>select</frontend_type>
|
| 16 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 17 |
-
<sort_order>
|
| 18 |
<show_in_default>1</show_in_default>
|
| 19 |
<show_in_website>1</show_in_website>
|
| 20 |
<show_in_store>1</show_in_store>
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
<label>sort_order</label>
|
| 24 |
<comment>sort_order_description</comment>
|
| 25 |
<frontend_type>text</frontend_type>
|
| 26 |
-
<sort_order>
|
| 27 |
<show_in_default>1</show_in_default>
|
| 28 |
<show_in_website>1</show_in_website>
|
| 29 |
<show_in_store>1</show_in_store>
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
<label>title</label>
|
| 33 |
<comment>title_description</comment>
|
| 34 |
<frontend_type>text</frontend_type>
|
| 35 |
-
<sort_order>
|
| 36 |
<show_in_default>1</show_in_default>
|
| 37 |
<show_in_website>1</show_in_website>
|
| 38 |
<show_in_store>1</show_in_store>
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
<label>limit_min</label>
|
| 42 |
<comment>limit_min_description</comment>
|
| 43 |
<frontend_type>text</frontend_type>
|
| 44 |
-
<sort_order>
|
| 45 |
<show_in_default>1</show_in_default>
|
| 46 |
<show_in_website>1</show_in_website>
|
| 47 |
<show_in_store>1</show_in_store>
|
|
@@ -51,12 +51,22 @@
|
|
| 51 |
<label>limit_max</label>
|
| 52 |
<comment>limit_max_description</comment>
|
| 53 |
<frontend_type>text</frontend_type>
|
| 54 |
-
<sort_order>
|
| 55 |
<show_in_default>1</show_in_default>
|
| 56 |
<show_in_website>1</show_in_website>
|
| 57 |
<show_in_store>1</show_in_store>
|
| 58 |
<validate>validate-number validate-number-range number-range-0.01-1000000000</validate>
|
| 59 |
</limit_max>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
</fields>
|
| 61 |
</mcpprepay>
|
| 62 |
</groups>
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
<mcpprepay translate="label" module="paygate">
|
| 7 |
+
<label>mcpprepay_title</label>
|
| 8 |
<sort_order>730</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
| 14 |
<label>enabled</label>
|
| 15 |
<frontend_type>select</frontend_type>
|
| 16 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 17 |
+
<sort_order>10</sort_order>
|
| 18 |
<show_in_default>1</show_in_default>
|
| 19 |
<show_in_website>1</show_in_website>
|
| 20 |
<show_in_store>1</show_in_store>
|
| 23 |
<label>sort_order</label>
|
| 24 |
<comment>sort_order_description</comment>
|
| 25 |
<frontend_type>text</frontend_type>
|
| 26 |
+
<sort_order>20</sort_order>
|
| 27 |
<show_in_default>1</show_in_default>
|
| 28 |
<show_in_website>1</show_in_website>
|
| 29 |
<show_in_store>1</show_in_store>
|
| 32 |
<label>title</label>
|
| 33 |
<comment>title_description</comment>
|
| 34 |
<frontend_type>text</frontend_type>
|
| 35 |
+
<sort_order>30</sort_order>
|
| 36 |
<show_in_default>1</show_in_default>
|
| 37 |
<show_in_website>1</show_in_website>
|
| 38 |
<show_in_store>1</show_in_store>
|
| 41 |
<label>limit_min</label>
|
| 42 |
<comment>limit_min_description</comment>
|
| 43 |
<frontend_type>text</frontend_type>
|
| 44 |
+
<sort_order>40</sort_order>
|
| 45 |
<show_in_default>1</show_in_default>
|
| 46 |
<show_in_website>1</show_in_website>
|
| 47 |
<show_in_store>1</show_in_store>
|
| 51 |
<label>limit_max</label>
|
| 52 |
<comment>limit_max_description</comment>
|
| 53 |
<frontend_type>text</frontend_type>
|
| 54 |
+
<sort_order>50</sort_order>
|
| 55 |
<show_in_default>1</show_in_default>
|
| 56 |
<show_in_website>1</show_in_website>
|
| 57 |
<show_in_store>1</show_in_store>
|
| 58 |
<validate>validate-number validate-number-range number-range-0.01-1000000000</validate>
|
| 59 |
</limit_max>
|
| 60 |
+
<use_iframe translate="label,comment">
|
| 61 |
+
<label>use_iframe_label</label>
|
| 62 |
+
<comment>use_iframe_description</comment>
|
| 63 |
+
<frontend_type>select</frontend_type>
|
| 64 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 65 |
+
<sort_order>11</sort_order>
|
| 66 |
+
<show_in_default>1</show_in_default>
|
| 67 |
+
<show_in_website>1</show_in_website>
|
| 68 |
+
<show_in_store>1</show_in_store>
|
| 69 |
+
</use_iframe>
|
| 70 |
</fields>
|
| 71 |
</mcpprepay>
|
| 72 |
</groups>
|
app/code/local/MCP/Service/Block/IFrame.php
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
*
|
| 4 |
+
* @package micropayment
|
| 5 |
+
* @copyright Copyright (c) 2015 Micropayment GmbH (http://www.micropayment.de)
|
| 6 |
+
* @author micropayment GmbH <shop-plugins@micropayment.de>
|
| 7 |
+
*/
|
| 8 |
+
class MCP_Service_Block_IFrame extends Mage_Core_Block_Template
|
| 9 |
+
{
|
| 10 |
+
/**
|
| 11 |
+
* Request params
|
| 12 |
+
* @var array
|
| 13 |
+
*/
|
| 14 |
+
protected $_params = array();
|
| 15 |
+
|
| 16 |
+
/**
|
| 17 |
+
* Internal constructor
|
| 18 |
+
* Set template for iframe
|
| 19 |
+
*
|
| 20 |
+
*/
|
| 21 |
+
protected function _construct()
|
| 22 |
+
{
|
| 23 |
+
parent::_construct();
|
| 24 |
+
$this->setTemplate('mcpservice/iframe.phtml');
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
/**
|
| 28 |
+
* Set output params
|
| 29 |
+
*
|
| 30 |
+
* @param array $params
|
| 31 |
+
* @return Mage_Authorizenet_Block_Directpost_Iframe
|
| 32 |
+
*/
|
| 33 |
+
public function setParams($params)
|
| 34 |
+
{
|
| 35 |
+
$this->_params = $params;
|
| 36 |
+
return $this;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
/**
|
| 40 |
+
* Get params
|
| 41 |
+
*
|
| 42 |
+
* @return array
|
| 43 |
+
*/
|
| 44 |
+
public function getParams()
|
| 45 |
+
{
|
| 46 |
+
return $this->_params;
|
| 47 |
+
}
|
| 48 |
+
}
|
app/code/local/MCP/Service/Helper/Dispatcher.php
CHANGED
|
@@ -5,6 +5,9 @@
|
|
| 5 |
* @copyright Copyright (c) 2015 Micropayment GmbH (http://www.micropayment.de)
|
| 6 |
* @author micropayment GmbH <shop-plugins@micropayment.de>
|
| 7 |
*/
|
|
|
|
|
|
|
|
|
|
| 8 |
class MCP_Service_Helper_Dispatcher extends Mage_Payment_Helper_Data
|
| 9 |
{
|
| 10 |
const HTTP_TIMEOUT = 5;
|
|
@@ -16,9 +19,8 @@ class MCP_Service_Helper_Dispatcher extends Mage_Payment_Helper_Data
|
|
| 16 |
/**
|
| 17 |
* Url Generator for micropayment Gateway
|
| 18 |
*
|
| 19 |
-
* @param \
|
| 20 |
-
*
|
| 21 |
-
* @param string $dispatcher Dispatcher Module Name (self::*_DISPATCHER)
|
| 22 |
* @return null|string
|
| 23 |
*/
|
| 24 |
public
|
|
@@ -88,30 +90,34 @@ class MCP_Service_Helper_Dispatcher extends Mage_Payment_Helper_Data
|
|
| 88 |
|
| 89 |
public function checkService()
|
| 90 |
{
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
if(($lastRefresh + $interval) > time()) {
|
| 96 |
-
return true;
|
| 97 |
-
}
|
| 98 |
|
|
|
|
|
|
|
|
|
|
| 99 |
|
| 100 |
-
|
| 101 |
-
|
| 102 |
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
|
| 112 |
-
|
| 113 |
-
|
|
|
|
|
|
|
|
|
|
| 114 |
}
|
|
|
|
| 115 |
}
|
| 116 |
|
| 117 |
private function getShopSignatur()
|
| 5 |
* @copyright Copyright (c) 2015 Micropayment GmbH (http://www.micropayment.de)
|
| 6 |
* @author micropayment GmbH <shop-plugins@micropayment.de>
|
| 7 |
*/
|
| 8 |
+
/**
|
| 9 |
+
* Class MCP_Service_Helper_Dispatcher
|
| 10 |
+
*/
|
| 11 |
class MCP_Service_Helper_Dispatcher extends Mage_Payment_Helper_Data
|
| 12 |
{
|
| 13 |
const HTTP_TIMEOUT = 5;
|
| 19 |
/**
|
| 20 |
* Url Generator for micropayment Gateway
|
| 21 |
*
|
| 22 |
+
* @param \Mage_Sales_Model_order $order Order Object
|
| 23 |
+
*
|
|
|
|
| 24 |
* @return null|string
|
| 25 |
*/
|
| 26 |
public
|
| 90 |
|
| 91 |
public function checkService()
|
| 92 |
{
|
| 93 |
+
try {
|
| 94 |
+
$model = Mage::getModel('mcpservice/mcpservice');
|
| 95 |
+
$lastRefresh = $model->getConfigData('last_refresh');
|
| 96 |
+
$interval = $model->getConfigData('refresh_interval');
|
|
|
|
|
|
|
|
|
|
| 97 |
|
| 98 |
+
if(($lastRefresh + $interval) > time()) {
|
| 99 |
+
return true;
|
| 100 |
+
}
|
| 101 |
|
| 102 |
+
$data = (array) $this->callInfoService('ShopModulService');
|
| 103 |
+
if($data) {
|
| 104 |
|
| 105 |
+
$config = Mage::getConfig();
|
| 106 |
+
$config->saveConfig('payment/mcpservice/last_refresh', time());
|
| 107 |
+
$config->saveConfig('payment/mcpservice/refresh_interval', $data['refresh.interval']);
|
| 108 |
|
| 109 |
+
$config->saveConfig('payment/mcpservice/billing_url_creditcard',$data['billing.creditcard.url']);
|
| 110 |
+
$config->saveConfig('payment/mcpservice/billing_url_debit',$data['billing.debit.url']);
|
| 111 |
+
$config->saveConfig('payment/mcpservice/billing_url_ebank2pay',$data['billing.sofort.url']);
|
| 112 |
+
$config->saveConfig('payment/mcpservice/billing_url_prepay',$data['billing.prepay.url']);
|
| 113 |
|
| 114 |
+
Mage::getConfig()->reinit();
|
| 115 |
+
Mage::app()->reinitStores();
|
| 116 |
+
}
|
| 117 |
+
} catch(Exception $e) {
|
| 118 |
+
// Does nothing
|
| 119 |
}
|
| 120 |
+
return true;
|
| 121 |
}
|
| 122 |
|
| 123 |
private function getShopSignatur()
|
app/code/local/MCP/Service/Model/Adminhtml/DisabledYesNo.php
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
*
|
| 4 |
+
* @package micropayment
|
| 5 |
+
* @copyright Copyright (c) 2015 Micropayment GmbH (http://www.micropayment.de)
|
| 6 |
+
* @author micropayment GmbH <shop-plugins@micropayment.de>
|
| 7 |
+
*/
|
| 8 |
+
class MCP_Service_Model_Adminhtml_DisabledYesNo extends Mage_Adminhtml_Model_System_Config_Source_Yesno
|
| 9 |
+
{
|
| 10 |
+
/**
|
| 11 |
+
* Options getter
|
| 12 |
+
*
|
| 13 |
+
* @return array
|
| 14 |
+
*/
|
| 15 |
+
public function toOptionArray()
|
| 16 |
+
{
|
| 17 |
+
return array(
|
| 18 |
+
array(
|
| 19 |
+
'value' => 0,
|
| 20 |
+
'label' => Mage::helper('adminhtml')->__('No')
|
| 21 |
+
)
|
| 22 |
+
);
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
/**
|
| 26 |
+
* Get options in "key-value" format
|
| 27 |
+
*
|
| 28 |
+
* @return array
|
| 29 |
+
*/
|
| 30 |
+
public function toArray()
|
| 31 |
+
{
|
| 32 |
+
return array(
|
| 33 |
+
0 => Mage::helper('adminhtml')->__('No'),
|
| 34 |
+
);
|
| 35 |
+
}
|
| 36 |
+
}
|
app/code/local/MCP/Service/Model/Observer.php
CHANGED
|
@@ -17,9 +17,11 @@ class MCP_Service_Model_Observer
|
|
| 17 |
$session = Mage::getSingleton('checkout/session');
|
| 18 |
$session->getQuote()->setIsActive(true)->save();
|
| 19 |
$collection = Mage::getResourceModel('sales/order_status_collection');
|
| 20 |
-
$status = Mage::getConfig()->getStoresConfigByPath('payment/mcporderstatus/order_status_pending_payment')
|
|
|
|
| 21 |
$collection->addStatusFilter($status);
|
| 22 |
-
$status =
|
|
|
|
| 23 |
$order->setState($status->state,$status->status,'Redirected to Micropayment',false)->save();
|
| 24 |
return $this;
|
| 25 |
}
|
| 17 |
$session = Mage::getSingleton('checkout/session');
|
| 18 |
$session->getQuote()->setIsActive(true)->save();
|
| 19 |
$collection = Mage::getResourceModel('sales/order_status_collection');
|
| 20 |
+
$status = Mage::getConfig()->getStoresConfigByPath('payment/mcporderstatus/order_status_pending_payment');
|
| 21 |
+
$status = $status[0];
|
| 22 |
$collection->addStatusFilter($status);
|
| 23 |
+
$status = $collection->getData();
|
| 24 |
+
$status = (object) $status[0];
|
| 25 |
$order->setState($status->state,$status->status,'Redirected to Micropayment',false)->save();
|
| 26 |
return $this;
|
| 27 |
}
|
app/code/local/MCP/Service/controllers/ApiController.php
CHANGED
|
@@ -12,6 +12,8 @@ class MCP_Service_ApiController extends Mage_Core_Controller_Front_Action
|
|
| 12 |
|
| 13 |
// API Calls
|
| 14 |
const FORWARD = 1;
|
|
|
|
|
|
|
| 15 |
const FUNCTION_STORNO = 'storno';
|
| 16 |
const FUNCTION_BILLING = 'billing';
|
| 17 |
const FUNCTION_BACKPAY = 'backpay';
|
|
@@ -44,7 +46,7 @@ class MCP_Service_ApiController extends Mage_Core_Controller_Front_Action
|
|
| 44 |
const REGEX_SIMPLE_TEXT = '/^([a-zA-Z0-9 .?\[\]_\-\.\:\,]+)$/';
|
| 45 |
const REGEX_INTEGER = '/^[\d]{1,}$/';
|
| 46 |
|
| 47 |
-
const TEMPLATE_STATUS_OK_URL = "STATUS=%s \r\n FORWARD=%s \r\n
|
| 48 |
const TEMPLATE_STATUS_OK = "STATUS=%s";
|
| 49 |
const TEMPLATE_STATUS_ERROR = "STATUS=%s \r\n MESSAGE=%s";
|
| 50 |
|
|
@@ -154,6 +156,7 @@ class MCP_Service_ApiController extends Mage_Core_Controller_Front_Action
|
|
| 154 |
self::TEMPLATE_STATUS_OK_URL,
|
| 155 |
strtoupper($this->returnStatus),
|
| 156 |
self::FORWARD,
|
|
|
|
| 157 |
$this->returnUrl
|
| 158 |
);
|
| 159 |
} else {
|
|
@@ -275,6 +278,7 @@ class MCP_Service_ApiController extends Mage_Core_Controller_Front_Action
|
|
| 275 |
$block->assign('media_url',Mage::getBaseUrl() . '/../../media/micropayment/');
|
| 276 |
$block->assign('year',date('Y'));
|
| 277 |
$block->assign('payment_method',$order->getPayment());
|
|
|
|
| 278 |
|
| 279 |
echo $block->renderView();
|
| 280 |
|
|
@@ -827,4 +831,27 @@ class MCP_Service_ApiController extends Mage_Core_Controller_Front_Action
|
|
| 827 |
}
|
| 828 |
echo '<a href="javascript:history.back();">process done click here to return</a>';
|
| 829 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 830 |
}
|
| 12 |
|
| 13 |
// API Calls
|
| 14 |
const FORWARD = 1;
|
| 15 |
+
const TARGET = '_top';
|
| 16 |
+
|
| 17 |
const FUNCTION_STORNO = 'storno';
|
| 18 |
const FUNCTION_BILLING = 'billing';
|
| 19 |
const FUNCTION_BACKPAY = 'backpay';
|
| 46 |
const REGEX_SIMPLE_TEXT = '/^([a-zA-Z0-9 .?\[\]_\-\.\:\,]+)$/';
|
| 47 |
const REGEX_INTEGER = '/^[\d]{1,}$/';
|
| 48 |
|
| 49 |
+
const TEMPLATE_STATUS_OK_URL = "STATUS=%s \r\n FORWARD=%s \r\n TARGET=%s \r\n URL=%s";
|
| 50 |
const TEMPLATE_STATUS_OK = "STATUS=%s";
|
| 51 |
const TEMPLATE_STATUS_ERROR = "STATUS=%s \r\n MESSAGE=%s";
|
| 52 |
|
| 156 |
self::TEMPLATE_STATUS_OK_URL,
|
| 157 |
strtoupper($this->returnStatus),
|
| 158 |
self::FORWARD,
|
| 159 |
+
self::TARGET,
|
| 160 |
$this->returnUrl
|
| 161 |
);
|
| 162 |
} else {
|
| 278 |
$block->assign('media_url',Mage::getBaseUrl() . '/../../media/micropayment/');
|
| 279 |
$block->assign('year',date('Y'));
|
| 280 |
$block->assign('payment_method',$order->getPayment());
|
| 281 |
+
$block->assign('target','parent');
|
| 282 |
|
| 283 |
echo $block->renderView();
|
| 284 |
|
| 831 |
}
|
| 832 |
echo '<a href="javascript:history.back();">process done click here to return</a>';
|
| 833 |
}
|
| 834 |
+
|
| 835 |
+
public function iframeAction()
|
| 836 |
+
{
|
| 837 |
+
try {
|
| 838 |
+
|
| 839 |
+
$block = $this->loadLayout()->getLayout()->createBlock(
|
| 840 |
+
'Mage_Core_Block_Template',
|
| 841 |
+
'micropayment_iframe',
|
| 842 |
+
array(
|
| 843 |
+
'template' => 'mcpservice/iframe.phtml'
|
| 844 |
+
)
|
| 845 |
+
);
|
| 846 |
+
$block->assign('redirect_url',Mage::getUrl('mcpservice/api/payment'));
|
| 847 |
+
$this->getLayout()->getBlock('root')->setTemplate('page/1column.phtml');
|
| 848 |
+
$this->getLayout()->getBlock('content')->append($block);
|
| 849 |
+
$this->_initLayoutMessages('core/session');
|
| 850 |
+
$this->renderLayout();
|
| 851 |
+
|
| 852 |
+
} catch (Exception $e) {
|
| 853 |
+
|
| 854 |
+
}
|
| 855 |
+
|
| 856 |
+
}
|
| 857 |
}
|
app/code/local/MCP/Service/etc/system.xml
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
<sections>
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
-
<mcpservice module="paygate">
|
| 7 |
-
<label>
|
| 8 |
<sort_order>690</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
| 3 |
<sections>
|
| 4 |
<payment>
|
| 5 |
<groups>
|
| 6 |
+
<mcpservice module="paygate" translate="label">
|
| 7 |
+
<label>mcpservice_title</label>
|
| 8 |
<sort_order>690</sort_order>
|
| 9 |
<show_in_default>1</show_in_default>
|
| 10 |
<show_in_website>1</show_in_website>
|
app/design/frontend/base/default/template/mcpservice/iframe.phtml
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
<iframe style="border:1px solid lightgray;width:840px;height:555px; overflow:inherit;" scrolling="no" src="<?php echo $redirect_url; ?>"></iframe>
|
app/design/frontend/base/default/template/mcpservice/redirect.phtml
CHANGED
|
@@ -3,49 +3,61 @@
|
|
| 3 |
<html>
|
| 4 |
<head>
|
| 5 |
<title>Forwarding</title>
|
| 6 |
-
<meta http-equiv="Content-Script-Type" content="text/javascript"
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
<style type="text/css">
|
| 9 |
body {
|
| 10 |
-
margin:0;
|
| 11 |
-
padding:0;
|
| 12 |
-
color
|
| 13 |
background-color: #e8e8e8;
|
| 14 |
}
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
.empty {
|
| 17 |
-
padding:0;
|
| 18 |
-
margin:0;
|
| 19 |
-
line-height:2px;
|
| 20 |
-
font-size:2px;
|
| 21 |
}
|
|
|
|
| 22 |
div {
|
| 23 |
-
margin:0;
|
| 24 |
-
padding:0;
|
| 25 |
font-family: tahoma, verdana, arial, helvetica, sans-serif;
|
| 26 |
-
font-size:12px;
|
| 27 |
-
line-height:20px;
|
| 28 |
}
|
|
|
|
| 29 |
#layout {
|
| 30 |
-
background-color
|
| 31 |
-
text-align:left;
|
| 32 |
position: absolute;
|
| 33 |
-
left:50%;
|
| 34 |
-
top:50%;
|
| 35 |
-
width:840px;
|
| 36 |
-
height:520px;
|
| 37 |
-
border:1px solid #bfbfbf;
|
| 38 |
-webkit-border-radius: 5px;
|
| 39 |
-moz-border-radius: 5px;
|
| 40 |
border-radius: 5px;
|
| 41 |
-
margin-left
|
| 42 |
-
margin-top
|
| 43 |
}
|
|
|
|
| 44 |
.content {
|
| 45 |
-
width:800px;
|
| 46 |
-
margin:10px 20px;
|
| 47 |
-
padding:0;
|
| 48 |
}
|
|
|
|
| 49 |
.clearfix:after {
|
| 50 |
content: ".";
|
| 51 |
display: block;
|
|
@@ -54,9 +66,10 @@
|
|
| 54 |
line-height: 0;
|
| 55 |
height: 0;
|
| 56 |
}
|
|
|
|
| 57 |
.clearfix {
|
| 58 |
display: inline-block;
|
| 59 |
-
line-height:20px;
|
| 60 |
}
|
| 61 |
|
| 62 |
html[xmlns] .clearfix {
|
|
@@ -66,91 +79,169 @@
|
|
| 66 |
* html .clearfix {
|
| 67 |
height: 1%;
|
| 68 |
}
|
| 69 |
-
|
| 70 |
-
.
|
| 71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
.title, .titleSub {
|
| 73 |
-
text-align:right;
|
| 74 |
-
font-size:13px;
|
| 75 |
-
color
|
| 76 |
-
text-transform:uppercase;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
}
|
| 78 |
-
|
| 79 |
.forwarding {
|
| 80 |
-
background-color
|
| 81 |
-
width:100%;
|
| 82 |
-
height:150px;
|
| 83 |
-
text-align:center;
|
| 84 |
-
margin-bottom:20px;
|
| 85 |
-webkit-border-radius: 10px;
|
| 86 |
-moz-border-radius: 10px;
|
| 87 |
border-radius: 10px;
|
| 88 |
}
|
| 89 |
-
|
| 90 |
-
h1
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
background: url(<?php echo $media_url; ?>gfx/dotlines-vertical.png) no-repeat;
|
| 95 |
-
height:139px;
|
| 96 |
-
margin:0 3px;
|
| 97 |
-
font-size:2px;
|
| 98 |
-
}
|
| 99 |
-
|
| 100 |
-
.
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
</style>
|
| 106 |
</head>
|
| 107 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
<div id="layout">
|
| 109 |
<div class="content">
|
| 110 |
<div class="clearfix" style="width:800px;height:80px;">
|
| 111 |
-
<?php if(!empty($shop_title)) { ?>
|
| 112 |
<div class="fl" style="width:400px;">
|
| 113 |
<div class="empty" style="height:27px;"> </div>
|
| 114 |
<div class="title" style="text-align: left;">ein angebot von</div>
|
| 115 |
<div class="titleSub fl"><?php echo $shop_title; ?></div>
|
| 116 |
</div>
|
| 117 |
<?php } ?>
|
| 118 |
-
<?php if(!empty($payment_method)) {
|
| 119 |
-
<?php if(!empty($payment_title)) { ?>
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
<?php } ?>
|
| 126 |
<?php } ?>
|
| 127 |
</div>
|
| 128 |
<div class="forwarding">
|
| 129 |
<h1>Weiterleitung</h1>
|
| 130 |
-
<img src="<?php echo $media_url; ?>gfx/ajax-loader.gif" width="31" height="31" style="margin-top:20px;"
|
|
|
|
| 131 |
<h3>Vorgang wird geladen</h3>
|
| 132 |
</div>
|
| 133 |
<div style="width:800px;height:160px;" align="center">
|
| 134 |
<div style="text-align: center;width:560px;">
|
| 135 |
<div class="fl">
|
| 136 |
<div style="width:180px;" class="fl">
|
| 137 |
-
<a href="http://www.micropayment.de" target="_blank"><img
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
</div>
|
| 139 |
-
<div style="width:7px;" class="fl"><div class="dotCa"> </div></div>
|
| 140 |
</div>
|
| 141 |
<div class="fl">
|
| 142 |
<div style="width:180px;margin-top:10px;text-align: center;" class="fl">
|
| 143 |
<div class="lt">PCI DSS zertifiziert</div>
|
| 144 |
<div class="ltl">by Approved Scanning Vendor</div>
|
| 145 |
-
<img src="<?php echo $media_url; ?>gfx/logo-pci.png" width="64" height="65"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
</div>
|
| 147 |
-
<div style="width:7px;" class="fl"><div class="dotCa"> </div></div>
|
| 148 |
</div>
|
| 149 |
<div class="fl">
|
| 150 |
<div style="width:180px;margin-top:10px;text-align: center;">
|
| 151 |
<div class="lt">Höchster Schutz</div>
|
| 152 |
<div class="ltl">für zufriedene Kunden</div>
|
| 153 |
-
<img src="<?php echo $media_url; ?>gfx/logo-master-visa.png" width="74" height="65"
|
|
|
|
| 154 |
</div>
|
| 155 |
</div>
|
| 156 |
<div style="clear:both;"></div>
|
|
@@ -158,18 +249,21 @@
|
|
| 158 |
</div>
|
| 159 |
<div align="center">
|
| 160 |
<div class="seconds">
|
| 161 |
-
<?php if(!empty($is_backward)) { ?>
|
| 162 |
Sie werden in Kürze zum Shop weitergeleitet.
|
| 163 |
<?php } else { ?>
|
| 164 |
Sie werden nun in Kürze auf die Seite unseres Paymentanbieters <b>micropayment™</b> weitergeleitet.
|
| 165 |
-
<?php if($payment_method == 'mcpcreditcard') { ?>Bitte halten Sie Ihre Kreditkarten Daten bereit.<?php } else {
|
|
|
|
|
|
|
| 166 |
<?php } ?>
|
| 167 |
-
|
| 168 |
-
<br
|
|
|
|
| 169 |
<div class="footer">© <?php echo $year; ?> micropayment GmbH - all rights reserved</div>
|
| 170 |
</div>
|
| 171 |
</div>
|
|
|
|
| 172 |
</div>
|
| 173 |
-
|
| 174 |
</body>
|
| 175 |
</html>
|
| 3 |
<html>
|
| 4 |
<head>
|
| 5 |
<title>Forwarding</title>
|
| 6 |
+
<meta http-equiv="Content-Script-Type" content="text/javascript"/>
|
| 7 |
+
<?php
|
| 8 |
+
if (!isset($target)) {
|
| 9 |
+
?>
|
| 10 |
+
<meta http-equiv="refresh" content="1; URL=<?php echo $url; ?>"/>
|
| 11 |
+
<?php } ?>
|
| 12 |
<style type="text/css">
|
| 13 |
body {
|
| 14 |
+
margin: 0;
|
| 15 |
+
padding: 0;
|
| 16 |
+
color: #343434;
|
| 17 |
background-color: #e8e8e8;
|
| 18 |
}
|
| 19 |
+
|
| 20 |
+
img {
|
| 21 |
+
border: 0;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
.empty {
|
| 25 |
+
padding: 0;
|
| 26 |
+
margin: 0;
|
| 27 |
+
line-height: 2px;
|
| 28 |
+
font-size: 2px;
|
| 29 |
}
|
| 30 |
+
|
| 31 |
div {
|
| 32 |
+
margin: 0;
|
| 33 |
+
padding: 0;
|
| 34 |
font-family: tahoma, verdana, arial, helvetica, sans-serif;
|
| 35 |
+
font-size: 12px;
|
| 36 |
+
line-height: 20px;
|
| 37 |
}
|
| 38 |
+
|
| 39 |
#layout {
|
| 40 |
+
background-color: #FFFFFF;
|
| 41 |
+
text-align: left;
|
| 42 |
position: absolute;
|
| 43 |
+
left: 50%;
|
| 44 |
+
top: 50%;
|
| 45 |
+
width: 840px;
|
| 46 |
+
height: 520px;
|
| 47 |
+
border: 1px solid #bfbfbf;
|
| 48 |
-webkit-border-radius: 5px;
|
| 49 |
-moz-border-radius: 5px;
|
| 50 |
border-radius: 5px;
|
| 51 |
+
margin-left: -420px;
|
| 52 |
+
margin-top: -260px;
|
| 53 |
}
|
| 54 |
+
|
| 55 |
.content {
|
| 56 |
+
width: 800px;
|
| 57 |
+
margin: 10px 20px;
|
| 58 |
+
padding: 0;
|
| 59 |
}
|
| 60 |
+
|
| 61 |
.clearfix:after {
|
| 62 |
content: ".";
|
| 63 |
display: block;
|
| 66 |
line-height: 0;
|
| 67 |
height: 0;
|
| 68 |
}
|
| 69 |
+
|
| 70 |
.clearfix {
|
| 71 |
display: inline-block;
|
| 72 |
+
line-height: 20px;
|
| 73 |
}
|
| 74 |
|
| 75 |
html[xmlns] .clearfix {
|
| 79 |
* html .clearfix {
|
| 80 |
height: 1%;
|
| 81 |
}
|
| 82 |
+
|
| 83 |
+
.fl {
|
| 84 |
+
float: left
|
| 85 |
+
}
|
| 86 |
+
|
| 87 |
+
.fr {
|
| 88 |
+
float: right
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
.seconds {
|
| 92 |
+
text-align: center;
|
| 93 |
+
width: 700px;
|
| 94 |
+
}
|
| 95 |
+
|
| 96 |
.title, .titleSub {
|
| 97 |
+
text-align: right;
|
| 98 |
+
font-size: 13px;
|
| 99 |
+
color: #343434;
|
| 100 |
+
text-transform: uppercase;
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
.titleSub {
|
| 104 |
+
font-size: 20px;
|
| 105 |
}
|
| 106 |
+
|
| 107 |
.forwarding {
|
| 108 |
+
background-color: #b8b8b8;
|
| 109 |
+
width: 100%;
|
| 110 |
+
height: 150px;
|
| 111 |
+
text-align: center;
|
| 112 |
+
margin-bottom: 20px;
|
| 113 |
-webkit-border-radius: 10px;
|
| 114 |
-moz-border-radius: 10px;
|
| 115 |
border-radius: 10px;
|
| 116 |
}
|
| 117 |
+
|
| 118 |
+
h1, h3 {
|
| 119 |
+
margin: 0;
|
| 120 |
+
padding: 0
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
h1 {
|
| 124 |
+
color: #fff;
|
| 125 |
+
font-size: 30px;
|
| 126 |
+
padding-top: 25px;
|
| 127 |
+
}
|
| 128 |
+
|
| 129 |
+
h3 {
|
| 130 |
+
color: white;
|
| 131 |
+
padding-top: 15px;
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.footer {
|
| 135 |
+
color: #7d7d7d;
|
| 136 |
+
margin-top: 10px;
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
+
.dotCa {
|
| 140 |
background: url(<?php echo $media_url; ?>gfx/dotlines-vertical.png) no-repeat;
|
| 141 |
+
height: 139px;
|
| 142 |
+
margin: 0 3px;
|
| 143 |
+
font-size: 2px;
|
| 144 |
+
}
|
| 145 |
+
|
| 146 |
+
.lt {
|
| 147 |
+
color: #000;
|
| 148 |
+
font-weight: bold;
|
| 149 |
+
font-size: 11px;
|
| 150 |
+
}
|
| 151 |
+
|
| 152 |
+
.ltl {
|
| 153 |
+
color: #7a7a7a;
|
| 154 |
+
font-size: 10px;
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
a.link:link {
|
| 158 |
+
text-decoration: underline;
|
| 159 |
+
color: #cc2b30;
|
| 160 |
+
font-weight: bold;
|
| 161 |
+
}
|
| 162 |
+
|
| 163 |
+
a.link:active {
|
| 164 |
+
text-decoration: underline;
|
| 165 |
+
color: #cc2b30;
|
| 166 |
+
font-weight: bold;
|
| 167 |
+
}
|
| 168 |
+
|
| 169 |
+
a.link:visited {
|
| 170 |
+
text-decoration: underline;
|
| 171 |
+
color: #cc2b30;
|
| 172 |
+
font-weight: bold;
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
+
a.link:hover {
|
| 176 |
+
text-decoration: none;
|
| 177 |
+
color: #2f2f2f;
|
| 178 |
+
font-weight: bold;
|
| 179 |
+
}
|
| 180 |
</style>
|
| 181 |
</head>
|
| 182 |
+
<?php
|
| 183 |
+
if (isset($target)) {
|
| 184 |
+
echo "<body onload=\"parent.location.href='" . $url . "';\">";
|
| 185 |
+
} else {
|
| 186 |
+
echo "<body>";
|
| 187 |
+
}
|
| 188 |
+
|
| 189 |
+
?>
|
| 190 |
<div id="layout">
|
| 191 |
<div class="content">
|
| 192 |
<div class="clearfix" style="width:800px;height:80px;">
|
| 193 |
+
<?php if (!empty($shop_title)) { ?>
|
| 194 |
<div class="fl" style="width:400px;">
|
| 195 |
<div class="empty" style="height:27px;"> </div>
|
| 196 |
<div class="title" style="text-align: left;">ein angebot von</div>
|
| 197 |
<div class="titleSub fl"><?php echo $shop_title; ?></div>
|
| 198 |
</div>
|
| 199 |
<?php } ?>
|
| 200 |
+
<?php if (!empty($payment_method)) { ?>
|
| 201 |
+
<?php if (!empty($payment_title)) { ?>
|
| 202 |
+
<div class="fr" style="width:400px;">
|
| 203 |
+
<div class="empty" style="height:27px;"> </div>
|
| 204 |
+
<div class="title">Ihre Zahlung per</div>
|
| 205 |
+
<div class="titleSub"><?php echo $payment_title; ?></div>
|
| 206 |
+
</div>
|
| 207 |
<?php } ?>
|
| 208 |
<?php } ?>
|
| 209 |
</div>
|
| 210 |
<div class="forwarding">
|
| 211 |
<h1>Weiterleitung</h1>
|
| 212 |
+
<img src="<?php echo $media_url; ?>gfx/ajax-loader.gif" width="31" height="31" style="margin-top:20px;"/>
|
| 213 |
+
|
| 214 |
<h3>Vorgang wird geladen</h3>
|
| 215 |
</div>
|
| 216 |
<div style="width:800px;height:160px;" align="center">
|
| 217 |
<div style="text-align: center;width:560px;">
|
| 218 |
<div class="fl">
|
| 219 |
<div style="width:180px;" class="fl">
|
| 220 |
+
<a href="http://www.micropayment.de" target="_blank"><img
|
| 221 |
+
src="<?php echo $media_url; ?>gfx/logo-micropayment.png" width="158" height="64"
|
| 222 |
+
style="margin-top: 30px;"/></a>
|
| 223 |
+
</div>
|
| 224 |
+
<div style="width:7px;" class="fl">
|
| 225 |
+
<div class="dotCa"> </div>
|
| 226 |
</div>
|
|
|
|
| 227 |
</div>
|
| 228 |
<div class="fl">
|
| 229 |
<div style="width:180px;margin-top:10px;text-align: center;" class="fl">
|
| 230 |
<div class="lt">PCI DSS zertifiziert</div>
|
| 231 |
<div class="ltl">by Approved Scanning Vendor</div>
|
| 232 |
+
<img src="<?php echo $media_url; ?>gfx/logo-pci.png" width="64" height="65"
|
| 233 |
+
style="margin-top: 10px;"/>
|
| 234 |
+
</div>
|
| 235 |
+
<div style="width:7px;" class="fl">
|
| 236 |
+
<div class="dotCa"> </div>
|
| 237 |
</div>
|
|
|
|
| 238 |
</div>
|
| 239 |
<div class="fl">
|
| 240 |
<div style="width:180px;margin-top:10px;text-align: center;">
|
| 241 |
<div class="lt">Höchster Schutz</div>
|
| 242 |
<div class="ltl">für zufriedene Kunden</div>
|
| 243 |
+
<img src="<?php echo $media_url; ?>gfx/logo-master-visa.png" width="74" height="65"
|
| 244 |
+
style="margin-top: 10px;"/>
|
| 245 |
</div>
|
| 246 |
</div>
|
| 247 |
<div style="clear:both;"></div>
|
| 249 |
</div>
|
| 250 |
<div align="center">
|
| 251 |
<div class="seconds">
|
| 252 |
+
<?php if (!empty($is_backward)) { ?>
|
| 253 |
Sie werden in Kürze zum Shop weitergeleitet.
|
| 254 |
<?php } else { ?>
|
| 255 |
Sie werden nun in Kürze auf die Seite unseres Paymentanbieters <b>micropayment™</b> weitergeleitet.
|
| 256 |
+
<?php if ($payment_method == 'mcpcreditcard') { ?>Bitte halten Sie Ihre Kreditkarten Daten bereit.<?php } else {
|
| 257 |
+
echo '<br />';
|
| 258 |
+
} ?>
|
| 259 |
<?php } ?>
|
| 260 |
+
Sollten Sie nicht weitergeleitet werden, klicken Sie bitte <a href="<?php echo $url; ?>" class="link">hier</a>.
|
| 261 |
+
<br/>
|
| 262 |
+
|
| 263 |
<div class="footer">© <?php echo $year; ?> micropayment GmbH - all rights reserved</div>
|
| 264 |
</div>
|
| 265 |
</div>
|
| 266 |
+
</div>
|
| 267 |
</div>
|
|
|
|
| 268 |
</body>
|
| 269 |
</html>
|
app/etc/modules/IWD_All.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<config>
|
| 3 |
+
<modules>
|
| 4 |
+
<IWD_All>
|
| 5 |
+
<active>true</active>
|
| 6 |
+
<codePool>community</codePool>
|
| 7 |
+
</IWD_All>
|
| 8 |
+
</modules>
|
| 9 |
+
</config>
|
app/etc/modules/IWD_Opc.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<config>
|
| 3 |
+
<modules>
|
| 4 |
+
<IWD_Opc>
|
| 5 |
+
<active>true</active>
|
| 6 |
+
<codePool>community</codePool>
|
| 7 |
+
</IWD_Opc>
|
| 8 |
+
</modules>
|
| 9 |
+
</config>
|
app/locale/de_AT/mcp_orderstatus.csv
CHANGED
|
@@ -18,3 +18,5 @@
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Bestellstatus: Vorkasse - Teilzahlung"
|
| 20 |
"orderstatus_partpay_description","Wenn ein Zahlungseingang bei Vorkasse gemeldet wird, die Bestellung aber nicht voll bezahlt ist, wird dieser Status gesetzt."
|
|
|
|
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Bestellstatus: Vorkasse - Teilzahlung"
|
| 20 |
"orderstatus_partpay_description","Wenn ein Zahlungseingang bei Vorkasse gemeldet wird, die Bestellung aber nicht voll bezahlt ist, wird dieser Status gesetzt."
|
| 21 |
+
|
| 22 |
+
"mcporderstatus_title","micropayment - order status"
|
app/locale/de_AT/mcp_service.csv
CHANGED
|
@@ -51,3 +51,14 @@
|
|
| 51 |
"button_cleanup","Jetzt aufräumen"
|
| 52 |
"cleanup_days","Löschen von nicht bezahlten Bestellungen"
|
| 53 |
"cleanup_days_description","Wie viele Tage kann eine Bestellung alt sein der sich noch im Status ""Pending Payment"" befindet, bevor Sie vom ""Bestellung aufräumen"" Button entfernt wird.Bitte legen Sie die Anzahl von Tagen fest und speichern sie Ihre Einstellung. WICHTIG: Hierbei werden keine Vorkassen Bestellung entfernt."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
"button_cleanup","Jetzt aufräumen"
|
| 52 |
"cleanup_days","Löschen von nicht bezahlten Bestellungen"
|
| 53 |
"cleanup_days_description","Wie viele Tage kann eine Bestellung alt sein der sich noch im Status ""Pending Payment"" befindet, bevor Sie vom ""Bestellung aufräumen"" Button entfernt wird.Bitte legen Sie die Anzahl von Tagen fest und speichern sie Ihre Einstellung. WICHTIG: Hierbei werden keine Vorkassen Bestellung entfernt."
|
| 54 |
+
|
| 55 |
+
"use_iframe_label","Iframe benutzen"
|
| 56 |
+
"use_iframe_description","Das Bezahlfenster wird in einem iframe angezeigt anstatt eine weiterleitung durchzuführen"
|
| 57 |
+
"use_iframe_description_creditcard","Das Bezahlfenster wird in einem IFrame angezeigt anstatt eine weiterleitung durchzuführen. Bei 3d-Secure kann es zu problemen kommen."
|
| 58 |
+
"use_iframe_description_sofort","Aus technischen gründen zur Zeit nicht möglich. Das Bezahlfenster wird in einem IFrame angezeigt anstatt eine weiterleitung durchzuführen"
|
| 59 |
+
|
| 60 |
+
"mcpcreditcard_title","micropayment - Kreditkarte"
|
| 61 |
+
"mcpdebit_title","micropayment - Lastschrift"
|
| 62 |
+
"mcpprepay_title","micropayment - Vorkasse"
|
| 63 |
+
"mcpsofort_title","micropayment - Sofortüberweisung"
|
| 64 |
+
"mcpservice_title","micropayment - Gateway"
|
app/locale/de_CH/mcp_orderstatus.csv
CHANGED
|
@@ -18,3 +18,5 @@
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Bestellstatus: Vorkasse - Teilzahlung"
|
| 20 |
"orderstatus_partpay_description","Wenn ein Zahlungseingang bei Vorkasse gemeldet wird, die Bestellung aber nicht voll bezahlt ist, wird dieser Status gesetzt."
|
|
|
|
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Bestellstatus: Vorkasse - Teilzahlung"
|
| 20 |
"orderstatus_partpay_description","Wenn ein Zahlungseingang bei Vorkasse gemeldet wird, die Bestellung aber nicht voll bezahlt ist, wird dieser Status gesetzt."
|
| 21 |
+
|
| 22 |
+
"mcporderstatus_title","micropayment - order status"
|
app/locale/de_CH/mcp_service.csv
CHANGED
|
@@ -51,3 +51,14 @@
|
|
| 51 |
"button_cleanup","Jetzt aufräumen"
|
| 52 |
"cleanup_days","Löschen von nicht bezahlten Bestellungen"
|
| 53 |
"cleanup_days_description","Wie viele Tage kann eine Bestellung alt sein der sich noch im Status ""Pending Payment"" befindet, bevor Sie vom ""Bestellung aufräumen"" Button entfernt wird.Bitte legen Sie die Anzahl von Tagen fest und speichern sie Ihre Einstellung. WICHTIG: Hierbei werden keine Vorkassen Bestellung entfernt."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
"button_cleanup","Jetzt aufräumen"
|
| 52 |
"cleanup_days","Löschen von nicht bezahlten Bestellungen"
|
| 53 |
"cleanup_days_description","Wie viele Tage kann eine Bestellung alt sein der sich noch im Status ""Pending Payment"" befindet, bevor Sie vom ""Bestellung aufräumen"" Button entfernt wird.Bitte legen Sie die Anzahl von Tagen fest und speichern sie Ihre Einstellung. WICHTIG: Hierbei werden keine Vorkassen Bestellung entfernt."
|
| 54 |
+
|
| 55 |
+
"use_iframe_label","Iframe benutzen"
|
| 56 |
+
"use_iframe_description","Das Bezahlfenster wird in einem iframe angezeigt anstatt eine weiterleitung durchzuführen"
|
| 57 |
+
"use_iframe_description_creditcard","Das Bezahlfenster wird in einem IFrame angezeigt anstatt eine weiterleitung durchzuführen. Bei 3d-Secure kann es zu problemen kommen."
|
| 58 |
+
"use_iframe_description_sofort","Aus technischen gründen zur Zeit nicht möglich. Das Bezahlfenster wird in einem IFrame angezeigt anstatt eine weiterleitung durchzuführen"
|
| 59 |
+
|
| 60 |
+
"mcpcreditcard_title","micropayment - Kreditkarte"
|
| 61 |
+
"mcpdebit_title","micropayment - Lastschrift"
|
| 62 |
+
"mcpprepay_title","micropayment - Vorkasse"
|
| 63 |
+
"mcpsofort_title","micropayment - Sofortüberweisung"
|
| 64 |
+
"mcpservice_title","micropayment - Gateway"
|
app/locale/de_DE/IWD_Opc.csv
ADDED
|
@@ -0,0 +1,349 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"%s was added to your shopping cart.","%s wurde zu Ihrem Warenkorb hinzugefügt."
|
| 2 |
+
"%s was updated in your shopping cart.","%s wurde in ihren Einkaufswagen gelegt"
|
| 3 |
+
"* Required Fields","* Notwendige Felder"
|
| 4 |
+
"Add New Address","Neue Adresse hinzufügen"
|
| 5 |
+
"Add New Condition","Neue Kondition hinzufügen"
|
| 6 |
+
"Add coupon code for shopping cart","Gutscheincode für Einkaufswagen eingeben"
|
| 7 |
+
"Add gift messages to shopping cart","Grußmitteilungen für Einkaufswagen eingeben"
|
| 8 |
+
"Add product to shopping cart","Weiteren Artikel in den Einkaufswagen legen"
|
| 9 |
+
"Add product(s) to shopping cart","Weitere Artikel in den Einkaufswagen legen"
|
| 10 |
+
"Add to Cart","Zum Warenkobrn hinzufügen"
|
| 11 |
+
"Add to Compare","Hinzufügen um zu vergleichen"
|
| 12 |
+
"Add to Wishlist","Zum Wunschzettel hinzufügen"
|
| 13 |
+
"Additional Product Info","Zusätzliche Angaben zum Produkt"
|
| 14 |
+
"Address","Adresse"
|
| 15 |
+
"Address %s of %s","Adresse %s von %s"
|
| 16 |
+
"After Adding a Product Redirect to Shopping Cart","Nach Hinzufügen eines Produktes zum Warenkorb weiterleiten"
|
| 17 |
+
"Allow Guest Checkout","Gast Checkout erlauben"
|
| 18 |
+
"Already registered?","Schon registriert?"
|
| 19 |
+
"An error occurred in the process of payment","Beim Prozessieren der Zahlung ist ein Fehler aufgetreten."
|
| 20 |
+
"An error occurred while deleting this condition.","Beim Löschen dieser Kondition ist ein Fehler aufgetreten."
|
| 21 |
+
"An error occurred while saving this condition.","Beim Speichern dieser Kondition ist ein Fehler aufgetreten."
|
| 22 |
+
"Apply Coupon","Coupon anwenden"
|
| 23 |
+
"Are you sure you would like to remove this item from the shopping cart?","Sind Sie sicher, dass sie diesen Artikel aus Ihrem Warenkorb entfernen wollen?"
|
| 24 |
+
"Back","Zurück"
|
| 25 |
+
"Back to Billing Information","Zurück zur Rechnungsinformation"
|
| 26 |
+
"Back to Select Addresses","Zurück zur Adressenauswahl"
|
| 27 |
+
"Back to Shipping Information","Zurück zur Versandinformation"
|
| 28 |
+
"Back to Shopping Cart","Zurück zum Warenkorb"
|
| 29 |
+
"Based on your selection, you may be interested in the following items:","Ihrer Auswahl zufolge könnten Sie möglicherweise an folgenden Artikeln interessiert sein:"
|
| 30 |
+
"Billing Address","Rechnungsadresse"
|
| 31 |
+
"Billing Information","Rechnungsinformation"
|
| 32 |
+
"Billing Information - %s","Rechnungsinformation - %s"
|
| 33 |
+
"Cancel Coupon","Coupon abbrechen"
|
| 34 |
+
"Cannot add item to the shopping cart.","Artikel kann nicht zum Warenkorb hinzugefügt werden."
|
| 35 |
+
"Cannot add the item to shopping cart","Artikel kann nicht zu Warenkorb hinzugefügt werden"
|
| 36 |
+
"Cannot add the item to shopping cart.","Kann das Objekt nicht zum Warenkorb hinzufügen."
|
| 37 |
+
"Cannot apply the coupon code.","Coupon Code kann nicht angewendet werden."
|
| 38 |
+
"Cannot configure product.","Produkt kann nicht konfiguriert werden."
|
| 39 |
+
"Cannot open the overview page","Überblickseite kann nicht geöffnet werden."
|
| 40 |
+
"Cannot process the item.","Artikel kann nicht verarbeitet werden."
|
| 41 |
+
"Cannot remove the item.","Artikel kann nicht entfernt werden."
|
| 42 |
+
"Cannot update shopping cart.","Warenkorb kann nicht aktualisiert werden."
|
| 43 |
+
"Cannot update the item.","Artikel kann nicht aktualisiert werden."
|
| 44 |
+
"Card Verification Number Visual Reference","Kartenprüfnummer Visueller Hinweis"
|
| 45 |
+
"Cart Product API","Einkaufswagen Produkt-API"
|
| 46 |
+
"Cart Subtotal:","Warenkorb Zwischensumme:"
|
| 47 |
+
"Change","Ändern"
|
| 48 |
+
"Change Billing Address","Rechnungsadresse ändern"
|
| 49 |
+
"Checkbox Text","Checkbox Text"
|
| 50 |
+
"Checkout","Checkout"
|
| 51 |
+
"Checkout Conditions","Checkout Konditionen"
|
| 52 |
+
"Checkout Method","Checkout Methode"
|
| 53 |
+
"Checkout Options","Checkout Optionen"
|
| 54 |
+
"Checkout Progress Wrapper","Kasse Fortschrittsanzeige"
|
| 55 |
+
"Checkout Section","Checkout Bereich"
|
| 56 |
+
"Checkout Terms and Conditions","Checkout allgemeine Geschäftsbedingungen"
|
| 57 |
+
"Checkout as Guest","Checkout als Gast"
|
| 58 |
+
"Checkout as a Guest or Register","Checkout als Gast oder registrieren"
|
| 59 |
+
"Checkout with Multiple Addresses","Checkout mit mutiplen Adressen"
|
| 60 |
+
"City","Stadt"
|
| 61 |
+
"Clear Shopping Cart","Einkaufswagen leeren"
|
| 62 |
+
"Click <a href=""%s"" onclick=""this.target=\'_blank\'"">here to print</a> a copy of your order confirmation.","Klicken sie <a href=""%s"">hier um ihre Bestellbestätigung auszudrucken </a>."
|
| 63 |
+
"Click <a href=""%s"">here</a> to continue shopping.","<a href=""%s"">Hier</a> klicken, um das Einkaufen fortzusetzen."
|
| 64 |
+
"Close","Schließen"
|
| 65 |
+
"Company","Firma"
|
| 66 |
+
"Condition Name","Konditionsname"
|
| 67 |
+
"Configurable Product Image","Konfigurierbares Produktbild"
|
| 68 |
+
"Configure Cart Item","Artikel im Korb konfigurieren"
|
| 69 |
+
"Confirm Password","Passwort bestätigen"
|
| 70 |
+
"Content","Inhalt"
|
| 71 |
+
"Content Height","Inhalthöhe"
|
| 72 |
+
"Content Height (css)","Inhalthöhe (css)"
|
| 73 |
+
"Continue","Fortsetzen"
|
| 74 |
+
"Continue Shopping","Einkauf fortfahren"
|
| 75 |
+
"Continue to Billing Information","Weiter zur Rechnungsinformation"
|
| 76 |
+
"Continue to Review Your Order","Weiter zur Bestellungsüberprüfung"
|
| 77 |
+
"Continue to Shipping Information","Weiter zur Versandinformation"
|
| 78 |
+
"Country","Land"
|
| 79 |
+
"Coupon code ""%s"" is not valid.","Der Gutscheincode ""%s"" ist nicht mehr gültig."
|
| 80 |
+
"Coupon code ""%s"" was applied.","Der Gutscheincode ""%s"" wurde eingelöst."
|
| 81 |
+
"Coupon code was canceled.","Coupon Code """"%s"""" wurde abgebrochen."
|
| 82 |
+
"Create Billing Address","Rechnungsadresse erstellen"
|
| 83 |
+
"Create Shipping Address","Versandadresse erstellen"
|
| 84 |
+
"Create an order from shopping cart","Geben sie eine Bestellung aus ihrem Einkaufswagen auf."
|
| 85 |
+
"Create shopping cart","Ihr Einkaufswagen"
|
| 86 |
+
"Customer Address is not valid.","Die Kundenadresse ist nicht gültig."
|
| 87 |
+
"Customer Information","Kundeninformation"
|
| 88 |
+
"Customer's information","Kundeninformation"
|
| 89 |
+
"Data saving problem","Problem beim Speichern der Daten"
|
| 90 |
+
"Default Billing","Standard Rechnung"
|
| 91 |
+
"Default Shipping","Standard Versand"
|
| 92 |
+
"Delete Condition","Kondition löschen"
|
| 93 |
+
"Details","Details"
|
| 94 |
+
"Disabled","Deaktiviert"
|
| 95 |
+
"Discount Codes","Rabattcodes"
|
| 96 |
+
"Display Cart Summary","Warenkorb Zusammenfassung anzeigen"
|
| 97 |
+
"Display Shopping Cart Sidebar","Warenkorb Sidebar anzeigen"
|
| 98 |
+
"Display item quantities","Artikelmengen anzeigen"
|
| 99 |
+
"Display number of items in cart","Anzahl der Artikel im Warenkorb anzeigen"
|
| 100 |
+
"Display number of items in wishlist","Zeige die Menge der Artikel auf der Wunschliste an."
|
| 101 |
+
"Easy access to your order history and status","Schneller Zugriff auf Ihre Bestellungshistorie und Status"
|
| 102 |
+
"Edit","Bearbeiten"
|
| 103 |
+
"Edit Address","Adresse bearbeiten"
|
| 104 |
+
"Edit Billing Address","Rechnungsadresse bearbeiten"
|
| 105 |
+
"Edit Condition","Konditionen bearbeiten"
|
| 106 |
+
"Edit Items","Artikel bearbeiten"
|
| 107 |
+
"Edit Shipping Address","Versandadresse bearbeiten"
|
| 108 |
+
"Edit Terms and Conditions","Allgemeine Geschäftsbedingungen bearbeiten"
|
| 109 |
+
"Edit Your Cart","Ihren Warenkorb bearbeiten"
|
| 110 |
+
"Edit item","Artikel ändern"
|
| 111 |
+
"Edit item parameters","Artikelangaben ändern"
|
| 112 |
+
"Email Address","E-Mail-Adresse"
|
| 113 |
+
"Enable Onepage Checkout","Onepage Checkout aktivieren"
|
| 114 |
+
"Enable Terms and Conditions","Allgemeine Geschäftsbedingungen aktivieren"
|
| 115 |
+
"Enabled","Aktiviert"
|
| 116 |
+
"Enter a New Address","Neue Adresse eingeben"
|
| 117 |
+
"Enter your coupon code if you have one.","Geben Sie Ihren Coupon Code ein, falls Sie einen haben."
|
| 118 |
+
"Enter your destination to get a shipping estimate.","Geben Sie Ihren Standort an, um die geschätzten Versandkosten/dauer zu ermitteln."
|
| 119 |
+
"Estimate Shipping and Tax","Geschätzte Versandkosten und Steuern"
|
| 120 |
+
"Excl. Tax","Steuer weglassen"
|
| 121 |
+
"Fast and easy check out","Schnell und einfaches Checkout"
|
| 122 |
+
"Fax","Fax"
|
| 123 |
+
"Forgot an Item?","Sie haben einen Artikel vergessen?"
|
| 124 |
+
"Forgot your password?","Sie haben Ihr Passwort vergessen?"
|
| 125 |
+
"Get a Quote","Eine Preisangabe bekommen"
|
| 126 |
+
"Get list of available payment methods","Liste der verfügbaren Zahlungsarten"
|
| 127 |
+
"Get list of available shipping methods","Liste der verfügbaren Versandarten"
|
| 128 |
+
"Get list of products in shopping cart","Liste der Produkte im Warenkorb anzeigen"
|
| 129 |
+
"Get terms and conditions","Allgemeine Geschäftsbedingungen anzeigen"
|
| 130 |
+
"Get total prices for shopping cart","Gesamtpreis für Warenkorb anzeigen"
|
| 131 |
+
"Gift Message","Grußnachricht"
|
| 132 |
+
"Grand Total:","Gesamtbetrag:"
|
| 133 |
+
"Grouped Product Image","Gruppiertes Produktbild"
|
| 134 |
+
"HTML","HTML"
|
| 135 |
+
"ID","ID"
|
| 136 |
+
"Incl. Tax","Steuer inkludieren"
|
| 137 |
+
"Invalid checkout type.","Ungültiger Kassenbereich-Typ"
|
| 138 |
+
"Invalid data.","Ungültige Daten."
|
| 139 |
+
"Invalid email address ""%s""","Ungültige E-Mail-Adresse ""%s"""
|
| 140 |
+
"Invalid method: %s","Ungültige Methode: %s"
|
| 141 |
+
"Invalid shipping method.","Ungültige Versandart."
|
| 142 |
+
"Item not found or already ordered","Artikel nicht gefunden oder schon bestellt"
|
| 143 |
+
"Items","Artikel"
|
| 144 |
+
"Items After","Artikel danach"
|
| 145 |
+
"Items Before","Artikel davor"
|
| 146 |
+
"Load customer quote error","Fehler bei Kundenpreisangabe laden"
|
| 147 |
+
"Loading next step...","Nächster Schritt wird geladen ..."
|
| 148 |
+
"Login","Einloggen"
|
| 149 |
+
"Login/Registration Before","Anmeldung/ Registrierung davor"
|
| 150 |
+
"Manage Terms and Conditions","Allgemeine Geschäftsbedingungen verwalten"
|
| 151 |
+
"Maximum Display Recently Added Item(s)","Maximalanzeige kürzlich hinzugefügter Artikel"
|
| 152 |
+
"Maximum qty allowed for Shipping to multiple addresses is %s","Maximale Menge für Lieferung an mehrfache Adressen ist %s"
|
| 153 |
+
"Minimum order amount is %s","Mindestbestellwert ist %s"
|
| 154 |
+
"Move","Verschieben"
|
| 155 |
+
"Move to Wishlist","Auf Wunschzettel schreiben"
|
| 156 |
+
"Multishipping Checkout","Mehrfachlieferung Kasse"
|
| 157 |
+
"Multishipping Checkout Address (Any) Form","Mehrfachlieferung Kasse Adresse (Beliebiges) Formular"
|
| 158 |
+
"Multishipping Checkout Billing Address Creation","Mehrfachlieferung Kasse Rechnungsadresse Erstellung"
|
| 159 |
+
"Multishipping Checkout Billing Address Edit Form","Mehrfachlieferung Kasse Rechnungsadresse Formular bearbeiten"
|
| 160 |
+
"Multishipping Checkout Billing Address Selection","Mehrfachlieferung Kasse Rechnungsadresse Auswahl"
|
| 161 |
+
"Multishipping Checkout Billing Information Step","Mehrfachlieferung Kasse Rechnungsinformation Schritt"
|
| 162 |
+
"Multishipping Checkout Customer Address Edit Form","Mehrfachlieferung Kasse Kundenadresse Formular bearbeiten"
|
| 163 |
+
"Multishipping Checkout Overview","Mehrfachlieferung Kasse Übesicht"
|
| 164 |
+
"Multishipping Checkout Shipping Address Creation","Mehrfachlieferung Kasse Rechnungsadresse Erstellung"
|
| 165 |
+
"Multishipping Checkout Shipping Address Edit Form","Mehrfachlieferung Kasse Lieferadresse Formular bearbeiten"
|
| 166 |
+
"Multishipping Checkout Shipping Address Selection","Mehrfachlieferung Kasse Lieferadresse Auswahl"
|
| 167 |
+
"Multishipping Checkout Shipping Information Step","Mehrfachlieferung Kasse Lieferinformation Schritt"
|
| 168 |
+
"Multishipping Checkout Success","Mehrfachlieferung Kasse Erfolg"
|
| 169 |
+
"My Cart","Mein Einkaufswagen"
|
| 170 |
+
"My Cart (%s item)","Mein Einkaufswagen (%s Artikel)"
|
| 171 |
+
"My Cart (%s items)","Mein Einkaufswagen (%s Artikel)"
|
| 172 |
+
"My Cart Link","Link zu meinem Einkaufswagen"
|
| 173 |
+
"New Address","Neue Adresse"
|
| 174 |
+
"New Condition","Neuer Bedingung"
|
| 175 |
+
"New Terms and Conditions","Neue allgemeine Geschäftsbedingungen"
|
| 176 |
+
"ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER","GESAMTSUMME WIRD VOR ABSENDEN DER BESTELLUNG ANGEZEIGT"
|
| 177 |
+
"One Page Checkout","Eine Seite Kasse"
|
| 178 |
+
"One Page Checkout Failure","Eine Seite Fehler bei Kassenausgang"
|
| 179 |
+
"One Page Checkout Overview","Checkout-Übersicht auf einer Seite"
|
| 180 |
+
"One Page Checkout Success","Eine Seite Erfolg bei Kassenausgang"
|
| 181 |
+
"One item of products do not have identifier or sku","Ein Artikel Ihrer Produkte hat keine Kennung oder keine SKU-Nummer"
|
| 182 |
+
"One item of products is not belong any of quote item","Ein Artikel Ihrer Produkte gehört nicht zu den angebotenen Artikeln"
|
| 183 |
+
"Order #","Bestellung #"
|
| 184 |
+
"Order Review","Bestellungsübersicht"
|
| 185 |
+
"Order Success","Bestellung mit Erfolg"
|
| 186 |
+
"Order place error.","Falscher Bestellungsort."
|
| 187 |
+
"Other Items in Your Order","Andere Artikel in Ihrer Bestellung"
|
| 188 |
+
"Overview Items After","Überblick Artikel danach"
|
| 189 |
+
"Password","Passwort"
|
| 190 |
+
"Payment Failed Email Reciever","E-Mail-Adresse für fehlgeschlagene Bezahlung"
|
| 191 |
+
"Payment Failed Email Sender","Zahlung fehlgeschlagen E-Mail-Sender"
|
| 192 |
+
"Payment Failed Emails","Zahlung fehlgeschlagen E-Mails"
|
| 193 |
+
"Payment Failed Template","Zahlung fehlgeschlagen Vorlage"
|
| 194 |
+
"Payment Information","Information zur Zahlung"
|
| 195 |
+
"Payment Method","Zahlungsart"
|
| 196 |
+
"Payment Methods After Checkout Button","Zahlungsmethoden nach Schaltfläche Kasse"
|
| 197 |
+
"Payment Methods Before Checkout Button","Zahlungsarten vor Schalter Kasse"
|
| 198 |
+
"Payment method information","Informationen zur Zahlungsmethode"
|
| 199 |
+
"Payment method is not defined","Zahlungsmethode ist nicht definiert"
|
| 200 |
+
"Payment methods in shopping cart","Zahlungsmethoden im Warenkorb"
|
| 201 |
+
"Payment profile # %s: ""%s"".","Zahlungsprofil # %s: ""%s""."
|
| 202 |
+
"Place Order","Bestellung aufgeben"
|
| 203 |
+
"Please agree to all Terms and Conditions before placing the order.","Bitte stimmen Sie allen Geschäftsbedingungen vor der Auftragserteilung zu."
|
| 204 |
+
"Please agree to all Terms and Conditions before placing the orders.","Bitte stimmen Sie allen Geschäftsbedingungen vor Erteilung der Aufträge zu."
|
| 205 |
+
"Please agree to all the terms and conditions before placing the order.","Bitte Stimmen Sie allen Geschäftsbedingungen vor Auftragserteilung zu."
|
| 206 |
+
"Please check billing address information.","Bitte prüfen Sie die Informationen zur Rechnungsadresse."
|
| 207 |
+
"Please check shipping address information.","Bitte prüfen Sie die Informationen zur Lieferadresse."
|
| 208 |
+
"Please check shipping addresses information.","Bitte prüfen Sie die Informationen zur Lieferadresse."
|
| 209 |
+
"Please choose to register or to checkout as a guest","Bitte registrieren Sie sich oder gehen Sie als Gast zum Checkout"
|
| 210 |
+
"Please log in below:","Bitte loggen Sie sich unten ein:"
|
| 211 |
+
"Please select region, state or province","Bitte Region, Staat oder Provinz auswählen"
|
| 212 |
+
"Please select shipping address for applicable items","Bitte wählen Sie die Versandadresse für zutreffende Positionen aus"
|
| 213 |
+
"Please select shipping methods for all addresses","Bitte wählen Sie die Versandmethoden für alle Adressen"
|
| 214 |
+
"Please select valid payment method.","Wählen Sie bitte eine gültige Zahlungsmethode aus."
|
| 215 |
+
"Please specify payment method.","Bitte geben Sie die Zahlungsmethode an."
|
| 216 |
+
"Please specify shipping method.","Bitte die Versandmethode spezifizieren."
|
| 217 |
+
"Please specify shipping methods for all addresses.","Bitte spezifizieren Sie die Versandmethoden für alle Adressen."
|
| 218 |
+
"Price","Preis"
|
| 219 |
+
"Proceed to Checkout","Bestellung aufgeben"
|
| 220 |
+
"Product","Produkt"
|
| 221 |
+
"Product Name","Produktbezeichnung"
|
| 222 |
+
"Products","Produkte"
|
| 223 |
+
"Qty","Menge"
|
| 224 |
+
"Qty:","Menge:"
|
| 225 |
+
"Quantity was recalculated from %d to %d","Menge wurde von %d auf %d neu berechnet"
|
| 226 |
+
"Quote Lifetime (days)","Lebensdauer angeben (Tage)"
|
| 227 |
+
"Quote item does not exist.","Der angegebene Artikel existiert nicht."
|
| 228 |
+
"Quote item is not found.","Der angegebene Artikel wurde nicht gefunden."
|
| 229 |
+
"Recently added item(s)","Kürzlich hinzugefügte Position(en)"
|
| 230 |
+
"Register","Registrieren"
|
| 231 |
+
"Register and save time!","Melden Sie sich an und sparen Sie Zeit!"
|
| 232 |
+
"Register to Create an Account","Registrieren, um ein Konto zu erstellen"
|
| 233 |
+
"Register with us for future convenience:","Melden Sie sich bei uns an für zukünftigen Komfort:"
|
| 234 |
+
"Remove Item","Objekt entfernen"
|
| 235 |
+
"Remove This Item","Dieses Objekt entfernen"
|
| 236 |
+
"Remove coupon code from shopping cart","Couponcode aus Warenkorb entfernen"
|
| 237 |
+
"Remove item","Artikel löschen"
|
| 238 |
+
"Remove product from shopping cart","Produkt aus Warenkorb entfernen"
|
| 239 |
+
"Remove product(s) from shopping cart","Produkt(e) aus Warenkorb entfernen"
|
| 240 |
+
"Require Customer To Be Logged In To Checkout","Kunde muss angemeldet sein, um zur Kasse gehen zu können"
|
| 241 |
+
"Retrieve information about shopping cart","Informationen zum Warenkorb abrufen"
|
| 242 |
+
"Review Order","Auftrag überprüfen"
|
| 243 |
+
"Review Order - %s","Auftrag überprüfen - %s"
|
| 244 |
+
"Sales","Verkäufe"
|
| 245 |
+
"Save Condition","Bedingung speichern"
|
| 246 |
+
"Save in address book","Speichern im Adressbuch"
|
| 247 |
+
"See price before order confirmation.","Preis vor Bestellbestätigung ansehen."
|
| 248 |
+
"Select Address","Adresse auswählen"
|
| 249 |
+
"Select Addresses","Adressen auswählen"
|
| 250 |
+
"Select Shipping Method","Versandmethode auswählen"
|
| 251 |
+
"Select State/Province...","Land/Provinz auswählen"
|
| 252 |
+
"Select a billing address from your address book or enter a new address.","Wählen Sie eine Rechnungsadresse aus ihrem Adressbuch oder geben Sie eine neue Adresse ein."
|
| 253 |
+
"Select a shipping address from your address book or enter a new address.","Wählen Sie eine Versandadresse aus ihrem Adressbuch oder geben sie eine neue Adresse ein."
|
| 254 |
+
"Send Payment Failed Email Copy Method","Zahlung-fehlgeschlagen-E-Mail-Kopie-Methode"
|
| 255 |
+
"Send Payment Failed Email Copy To","Zahlung-fehlgeschlagen-E-Mail-Kopie senden an"
|
| 256 |
+
"Send To","Senden an"
|
| 257 |
+
"Separate by "","".","Getrennt nach "", ""."
|
| 258 |
+
"Set customer for shopping cart","Kunden für Warenkorb festlegen"
|
| 259 |
+
"Set customer's addresses in shopping cart","Kundenadressen im Einkaufswagen einstellen"
|
| 260 |
+
"Set payment method","Bezahlungsmethode festlegen"
|
| 261 |
+
"Set shipping method","Versandart festlegen"
|
| 262 |
+
"Ship to Multiple Addresses","An mehrere Adressen senden"
|
| 263 |
+
"Ship to different address","Versand an andere Adresse"
|
| 264 |
+
"Ship to this address","Versand an diese Adresse"
|
| 265 |
+
"Shipping Address","Lieferungsadresse"
|
| 266 |
+
"Shipping Information","Lieferungsinformation"
|
| 267 |
+
"Shipping Method","Lieferungsart"
|
| 268 |
+
"Shipping Methods","Versandarten"
|
| 269 |
+
"Shipping To","Versendet an"
|
| 270 |
+
"Shipping information","Versandinformation"
|
| 271 |
+
"Shipping method has not been selected yet","Versandart wurde noch nicht ausgewählt"
|
| 272 |
+
"Shipping methods in shopping cart","Versandarten im Einkaufswagen"
|
| 273 |
+
"Shipping selection is not applicable.","Versandauswahl ist nicht anwendbar"
|
| 274 |
+
"Shopping Cart","Einkaufswagen"
|
| 275 |
+
"Shopping Cart Form Before","Einkaufswagen Formular vor"
|
| 276 |
+
"Shopping Cart Sidebar","Einkaufswagen Seitenleiste"
|
| 277 |
+
"Shopping Cart Sidebar Extra Actions","Zusätzliche Aktionen in der Einkaufswagen-Sidebar"
|
| 278 |
+
"Shopping Cart is Empty","Einkaufswagen ist leer"
|
| 279 |
+
"Shopping cart ability to set coupon code","Möglichkeit, im Einkaufwagen einen Couponcode einzustellen"
|
| 280 |
+
"Show Content as","Inhalt anzeigen als"
|
| 281 |
+
"Some of the requested products are not available in the desired quantity.","Einige der angefragten Produkte sind nicht in der gewünschten Anzahl verfügbar."
|
| 282 |
+
"Some of the requested products are unavailable.","Einige der gewünschten Produkte sind nicht verfügbar."
|
| 283 |
+
"Some products quantities were recalculated because of quantity increment mismatch","Einige Produktmengen wurden neu berechnet aufgrund einer Zuwachsdifferenz."
|
| 284 |
+
"Sorry, guest checkout is not enabled. Please try again or contact store owner.","Entschuldigung, Gäste-Checkout ist nicht aktiviert. Versuchen Sie es erneut oder kontaktieren Sie den Shopbesitzer."
|
| 285 |
+
"Sorry, guest checkout is not enabled. Please try again or contact the store owner.","Entschuldigung, Bezahlung durch Gäste ist nicht aktiviert. Bitte versuchen Sie es erneut oder kontaktieren Sie den Besitzer."
|
| 286 |
+
"Sorry, no quotes are available for this order at this time.","Es tut uns Leid, es gibt derzeit keine Preisangabe für diese Bestellung."
|
| 287 |
+
"State/Province","Staat/Provinz"
|
| 288 |
+
"Status","Status"
|
| 289 |
+
"Store View","Store-Ansicht"
|
| 290 |
+
"Street Address","Adresse"
|
| 291 |
+
"Street Address %s","Hausanschrift %s"
|
| 292 |
+
"Submitting order information...","Bestellung wird versandt..."
|
| 293 |
+
"Subtotal","Zwischensumme"
|
| 294 |
+
"Subtotal must exceed minimum order amount","Zwischensumme muss den Mindestbestellwert überschreiten"
|
| 295 |
+
"Telephone","Telefon"
|
| 296 |
+
"Terms and Conditions","Allgemeine Geschäftsbedingungen"
|
| 297 |
+
"Terms and Conditions Information","Informatiuon zu den Allgemeine Geschäftsbedingungen"
|
| 298 |
+
"Terms and conditions","Allgemeine Geschäftsbedingungen"
|
| 299 |
+
"Text","Text"
|
| 300 |
+
"Thank you for your purchase!","Danke für Ihren Einkauf!"
|
| 301 |
+
"The condition has been deleted","Die Kondition wurde gelöscht"
|
| 302 |
+
"The condition has been saved.","Die Kondition wurde gespeichert."
|
| 303 |
+
"The onepage checkout is disabled.","Der Bezahlvorgang mit nur einer Seite ist deaktiviert."
|
| 304 |
+
"The product could not be found.","Das Produkt konnte nicht gefunden werden."
|
| 305 |
+
"The product does not exist.","Das Produkt existiert nicht."
|
| 306 |
+
"There are <a href=""%s"">%s items</a> in your cart.","<a href=""%s"">%s Artikel</a> sind derzeit in Ihrem Einkaufswagen."
|
| 307 |
+
"There is <a href=""%s"">1 item</a> in your cart.","<a href=""%s"">1 Artikel</a> ist derzeit in Ihrem Einkaufswagen."
|
| 308 |
+
"There is already a customer registered using this email address. Please login using this email address or enter a different email address to register your account.","Es ist bereits ein Kunde mit dieser E-Mail-Adresse registriert. Bitte loggen Sie sich mit dieser E-Mail-Adresse ein oder geben Sie eine andere E-Mail-Adresse ein, um ein Konto zu eröffnen."
|
| 309 |
+
"There was an error processing your order. Please contact us or try again later.","Bei der Bearbeitung Ihrer Bestellung ist ein Fehler aufgetreten. Bitte kontaktieren Sie und oder versuchen Sie es später noch einmal."
|
| 310 |
+
"This condition no longer exists.","Diese Kondition existiert nicht mehr,"
|
| 311 |
+
"Total","Gesamtbetrag"
|
| 312 |
+
"Total for this address","Gesamtsumme für diese Adresse"
|
| 313 |
+
"Unable to set Payment Method.","Zahlungsart kann nicht eingestellt werden."
|
| 314 |
+
"Unit Price","Einheitspreis"
|
| 315 |
+
"Update Cart","Einkaufswagen aktualisieren"
|
| 316 |
+
"Update Qty & Addresses","Anzahl & Adressen aktualisieren"
|
| 317 |
+
"Update Shopping Cart","Einkaufswagen aktualisieren"
|
| 318 |
+
"Update Total","Gesamtsumme aktualisieren"
|
| 319 |
+
"Update product quantities in shopping cart","Produktanzahl im Einkaufswagen aktualisieren"
|
| 320 |
+
"Update product(s) quantities in shopping cart","Produktanzahl im Einkaufswagen aktualisieren"
|
| 321 |
+
"Use Billing Address","Rechnungsadresse verwenden"
|
| 322 |
+
"VAT Number","MwSt.-Nummer"
|
| 323 |
+
"We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","Wir bearbeiten Ihre Bestellung und Sie werden in Kürze eine eMail mit den Details der Bestellung erhalten. Sobald die Bestellung versendet wurde, erhalten Sie eine weitere eMail mit einem Link, um deren Verlauf verfolgen zu können."
|
| 324 |
+
"What's this?","Was ist das?"
|
| 325 |
+
"You have no items in your shopping cart.","Sie haben keine Artikel in Ihrem Einkaufswagen."
|
| 326 |
+
"You will receive an order confirmation email with details of your order and a link to track its progress.","Sie erhalten eine eMail mit der Bestätigung Ihrer Bestellung und einem Link, um deren Verlauf verfolgen zu können."
|
| 327 |
+
"Your Checkout Progress","Ihr Abmeldeverlauf"
|
| 328 |
+
"Your billing agreement # is: %s.","Die Nummer Ihrer Zustimmung zur Abrechnung lautet: %s."
|
| 329 |
+
"Your order # is: %s.","Die Nummer Ihrer Bestellung lautet: %s."
|
| 330 |
+
"Your order cannot be completed at this time as there is no payment methods available for it.","Ihre Bestellung kann momentan nicht abgeschlossen werden, da keine Zahlungsmethode zur Verfügung steht."
|
| 331 |
+
"Your order cannot be completed at this time as there is no shipping methods available for it. Please make necessary changes in your shipping address.","Ihre Bestellung kann derzeit nicht abgeschlossen werden, da keine Versandart hierfür verfügbar ist. Bitte führen Sie die notwendigen Veränderungen bei Ihrer Lieferadresse durch."
|
| 332 |
+
"Your order has been received.","Ihre Bestellung wurde erhalten."
|
| 333 |
+
"Your order number is ","Ihre Bestellnummer ist"
|
| 334 |
+
"Your recurring payment profiles:","Ihre Profile für wiederkehrende Zahlungen:"
|
| 335 |
+
"Zip/Postal Code","Postleitzahl"
|
| 336 |
+
|
| 337 |
+
|
| 338 |
+
"Enter your coupon code:","Geben Sie Ihren Gutschein-Code:"
|
| 339 |
+
"Name & Address", "Name & Adresse"
|
| 340 |
+
"LOGIN HERE", "HIER ANMELDEN"
|
| 341 |
+
"Fill in the Fields below to complete your purchase!", "Füllen Sie die Felder unten um den Kauf abzuschließen!"
|
| 342 |
+
"Sign Up for Newsletter","Anmeldung für Newsletter"
|
| 343 |
+
"Create an account for later use", "Erstellen Sie ein Konto für die spätere Verwendung"
|
| 344 |
+
"Login to your Account", "Login auf Ihr Konto"
|
| 345 |
+
"Forgot Your Password?", "Passwort vergessen?"
|
| 346 |
+
"Submit","Einreichen"
|
| 347 |
+
"Close","Schließen"
|
| 348 |
+
"Cancel","Stornieren"
|
| 349 |
+
"Review Your Order","Überprüfen Sie Ihre Bestellung"
|
app/locale/de_DE/mcp_orderstatus.csv
CHANGED
|
@@ -18,3 +18,5 @@
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Bestellstatus: Vorkasse - Teilzahlung"
|
| 20 |
"orderstatus_partpay_description","Wenn ein Zahlungseingang bei Vorkasse gemeldet wird, die Bestellung aber nicht voll bezahlt ist, wird dieser Status gesetzt."
|
|
|
|
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Bestellstatus: Vorkasse - Teilzahlung"
|
| 20 |
"orderstatus_partpay_description","Wenn ein Zahlungseingang bei Vorkasse gemeldet wird, die Bestellung aber nicht voll bezahlt ist, wird dieser Status gesetzt."
|
| 21 |
+
|
| 22 |
+
"mcporderstatus_title","micropayment - order status"
|
app/locale/de_DE/mcp_service.csv
CHANGED
|
@@ -51,3 +51,14 @@
|
|
| 51 |
"button_cleanup","Jetzt aufräumen"
|
| 52 |
"cleanup_days","Löschen von nicht bezahlten Bestellungen"
|
| 53 |
"cleanup_days_description","Wie viele Tage kann eine Bestellung alt sein der sich noch im Status ""Pending Payment"" befindet, bevor Sie vom ""Bestellung aufräumen"" Button entfernt wird.Bitte legen Sie die Anzahl von Tagen fest und speichern sie Ihre Einstellung. WICHTIG: Hierbei werden keine Vorkassen Bestellung entfernt."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
"button_cleanup","Jetzt aufräumen"
|
| 52 |
"cleanup_days","Löschen von nicht bezahlten Bestellungen"
|
| 53 |
"cleanup_days_description","Wie viele Tage kann eine Bestellung alt sein der sich noch im Status ""Pending Payment"" befindet, bevor Sie vom ""Bestellung aufräumen"" Button entfernt wird.Bitte legen Sie die Anzahl von Tagen fest und speichern sie Ihre Einstellung. WICHTIG: Hierbei werden keine Vorkassen Bestellung entfernt."
|
| 54 |
+
|
| 55 |
+
"use_iframe_label","Iframe benutzen"
|
| 56 |
+
"use_iframe_description","Das Bezahlfenster wird in einem iframe angezeigt anstatt eine weiterleitung durchzuführen"
|
| 57 |
+
"use_iframe_description_creditcard","Das Bezahlfenster wird in einem IFrame angezeigt anstatt eine weiterleitung durchzuführen. Bei 3d-Secure kann es zu problemen kommen."
|
| 58 |
+
"use_iframe_description_sofort","Aus technischen gründen zur Zeit nicht möglich. Das Bezahlfenster wird in einem IFrame angezeigt anstatt eine weiterleitung durchzuführen"
|
| 59 |
+
|
| 60 |
+
"mcpcreditcard_title","micropayment - Kreditkarte"
|
| 61 |
+
"mcpdebit_title","micropayment - Lastschrift"
|
| 62 |
+
"mcpprepay_title","micropayment - Vorkasse"
|
| 63 |
+
"mcpsofort_title","micropayment - Sofortüberweisung"
|
| 64 |
+
"mcpservice_title","micropayment - Gateway"
|
app/locale/en_GB/mcp_orderstatus.csv
CHANGED
|
@@ -18,3 +18,5 @@
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Order status: Prepay - partial payment"
|
| 20 |
"orderstatus_partpay_description","this order has a partial payin yet has not been fully paid"
|
|
|
|
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Order status: Prepay - partial payment"
|
| 20 |
"orderstatus_partpay_description","this order has a partial payin yet has not been fully paid"
|
| 21 |
+
|
| 22 |
+
"mcporderstatus_title","micropayment - order status"
|
app/locale/en_GB/mcp_service.csv
CHANGED
|
@@ -54,3 +54,14 @@
|
|
| 54 |
"description_debit","<b>Please have your debit card details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 55 |
"description_creditcard","<b>Please have your credit card details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 56 |
"description_sofort","<b>Please have your online banking details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™ in cooperation with sofort.de.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
"description_debit","<b>Please have your debit card details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 55 |
"description_creditcard","<b>Please have your credit card details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 56 |
"description_sofort","<b>Please have your online banking details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™ in cooperation with sofort.de.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 57 |
+
|
| 58 |
+
"use_iframe_label","use iframe"
|
| 59 |
+
"use_iframe_description","Payment window iframe integration"
|
| 60 |
+
"use_iframe_description_creditcard","Payment window iframe integration - WARNING: 3D-Secure can cause an interruption of payment. Error-free creditcard payment cannot be guaranteed with iframe integration."
|
| 61 |
+
"use_iframe_description_sofort","for technical reasons not possible for the time.Payment window iframe integration"
|
| 62 |
+
|
| 63 |
+
"mcpcreditcard_title","micropayment - credit card"
|
| 64 |
+
"mcpdebit_title","micropayment - direct debit"
|
| 65 |
+
"mcpprepay_title","micropayment - prepay"
|
| 66 |
+
"mcpsofort_title","micropayment - direct banking"
|
| 67 |
+
"mcpservice_title","micropayment - gateway"
|
app/locale/en_US/IWD_All.csv
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
"",""
|
app/locale/en_US/IWD_Opc.csv
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
* Required Fields,* Required Fields
|
| 2 |
+
Address,Address
|
| 3 |
+
Already registered?,Already registered?
|
| 4 |
+
An error occurred in the process of payment,An error occurred in the process of payment
|
| 5 |
+
Apply Coupon,Apply Coupon
|
| 6 |
+
Billing Address,Billing Address
|
| 7 |
+
Cancel Coupon,Cancel Coupon
|
| 8 |
+
Cannot apply the coupon code.,Cannot apply the coupon code.
|
| 9 |
+
Cannot open the overview page,Cannot open the overview page
|
| 10 |
+
Card Verification Number Visual Reference,Card Verification Number Visual Reference
|
| 11 |
+
Checkout,Checkout
|
| 12 |
+
City,City
|
| 13 |
+
Close,Close
|
| 14 |
+
Company,Company
|
| 15 |
+
Confirm Password,Confirm Password
|
| 16 |
+
Continue,Continue
|
| 17 |
+
Country,Country
|
| 18 |
+
"Coupon code ""%s"" is not valid.","Coupon code ""%s"" is not valid."
|
| 19 |
+
"Coupon code ""%s"" was applied.","Coupon code ""%s"" was applied."
|
| 20 |
+
Coupon code was canceled.,Coupon code was canceled.
|
| 21 |
+
Data saving problem,Data saving problem
|
| 22 |
+
Details,Details
|
| 23 |
+
Email Address,Email Address
|
| 24 |
+
Enabled,Enabled
|
| 25 |
+
Estimate Shipping and Tax,Estimate Shipping and Tax
|
| 26 |
+
Excl. Tax,Excl. Tax
|
| 27 |
+
Fax,Fax
|
| 28 |
+
Forgot your password?,Forgot your password?
|
| 29 |
+
Gift Message,Gift Message
|
| 30 |
+
Grand Total:,Grand Total:
|
| 31 |
+
Incl. Tax,Incl. Tax
|
| 32 |
+
Invalid method: %s,Invalid method: %s
|
| 33 |
+
Login,Login
|
| 34 |
+
New Address,New Address
|
| 35 |
+
Order place error.,Order place error.
|
| 36 |
+
Password,Password
|
| 37 |
+
Payment Information,Payment Information
|
| 38 |
+
Payment Method,Payment Method
|
| 39 |
+
Payment method information,Payment method information
|
| 40 |
+
Payment method is not defined,Payment method is not defined
|
| 41 |
+
Place Order,Place Order
|
| 42 |
+
Please agree to all Terms and Conditions before placing the order.,Please agree to all Terms and Conditions before placing the order.
|
| 43 |
+
Please agree to all Terms and Conditions before placing the orders.,Please agree to all Terms and Conditions before placing the orders.
|
| 44 |
+
Please agree to all the terms and conditions before placing the order.,Please agree to all the terms and conditions before placing the order.
|
| 45 |
+
Please log in below:,Please log in below:
|
| 46 |
+
"Please select region, state or province","Please select region, state or province"
|
| 47 |
+
Please select shipping address for applicable items,Please select shipping address for applicable items
|
| 48 |
+
Please select shipping methods for all addresses,Please select shipping methods for all addresses
|
| 49 |
+
Price,Price
|
| 50 |
+
Proceed to Checkout,Proceed to Checkout
|
| 51 |
+
Product Name,Product Name
|
| 52 |
+
Qty,Qty
|
| 53 |
+
Qty:,Qty:
|
| 54 |
+
Remove item,Remove item
|
| 55 |
+
Save in address book,Save in address book
|
| 56 |
+
Select Address,Select Address
|
| 57 |
+
Select Addresses,Select Addresses
|
| 58 |
+
Select Shipping Method,Select Shipping Method
|
| 59 |
+
Select State/Province...,Select State/Province...
|
| 60 |
+
Select a billing address from your address book or enter a new address.,Select a billing address from your address book or enter a new address.
|
| 61 |
+
Select a shipping address from your address book or enter a new address.,Select a shipping address from your address book or enter a new address.
|
| 62 |
+
Send To,Send To
|
| 63 |
+
"Separate by "","".","Separate by "",""."
|
| 64 |
+
Set customer for shopping cart,Set customer for shopping cart
|
| 65 |
+
Set customer's addresses in shopping cart,Set customer's addresses in shopping cart
|
| 66 |
+
Set payment method,Set payment method
|
| 67 |
+
Set shipping method,Set shipping method
|
| 68 |
+
Ship to different address,Ship to different address
|
| 69 |
+
Ship to this address,Ship to this address
|
| 70 |
+
Shipping Address,Shipping Address
|
| 71 |
+
Shipping Information,Shipping Information
|
| 72 |
+
Shipping Method,Shipping Method
|
| 73 |
+
Shipping Methods,Shipping Methods
|
| 74 |
+
Shipping To,Shipping To
|
| 75 |
+
Shipping information,Shipping information
|
| 76 |
+
Shipping method has not been selected yet,Shipping method has not been selected yet
|
| 77 |
+
Shipping selection is not applicable.,Shipping selection is not applicable.
|
| 78 |
+
"Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
|
| 79 |
+
State/Province,State/Province
|
| 80 |
+
Street Address,Street Address
|
| 81 |
+
Street Address %s,Street Address %s
|
| 82 |
+
Submitting order information...,Submitting order information...
|
| 83 |
+
Subtotal,Subtotal
|
| 84 |
+
Telephone,Telephone
|
| 85 |
+
Terms and Conditions,Terms and Conditions
|
| 86 |
+
Terms and Conditions Information,Terms and Conditions Information
|
| 87 |
+
Terms and conditions,Terms and conditions
|
| 88 |
+
Text,Text
|
| 89 |
+
The onepage checkout is disabled.,The onepage checkout is disabled.
|
| 90 |
+
There was an error processing your order. Please contact us or try again later.,There was an error processing your order. Please contact us or try again later.
|
| 91 |
+
Total,Total
|
| 92 |
+
Unable to set Payment Method.,Unable to set Payment Method.
|
| 93 |
+
Use Billing Address,Use Billing Address
|
| 94 |
+
What's this?,What's this?
|
| 95 |
+
Zip/Postal Code,Zip/Postal Code
|
| 96 |
+
Fill in the Fields below to complete your purchase!,Fill in the Fields below to complete your purchase!
|
| 97 |
+
Name & Address,Name & Address
|
| 98 |
+
LOGIN HERE,LOGIN HERE
|
app/locale/en_US/mcp_orderstatus.csv
CHANGED
|
@@ -18,3 +18,5 @@
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Order status: Prepay - partial payment"
|
| 20 |
"orderstatus_partpay_description","this order has a partial payin yet has not been fully paid"
|
|
|
|
|
|
| 18 |
|
| 19 |
"orderstatus_partpay_title","Order status: Prepay - partial payment"
|
| 20 |
"orderstatus_partpay_description","this order has a partial payin yet has not been fully paid"
|
| 21 |
+
|
| 22 |
+
"mcporderstatus_title","micropayment - order status"
|
app/locale/en_US/mcp_service.csv
CHANGED
|
@@ -54,3 +54,14 @@
|
|
| 54 |
"description_debit","<b>Please have your debit card details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 55 |
"description_creditcard","<b>Please have your credit card details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 56 |
"description_sofort","<b>Please have your online banking details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™ in cooperation with sofort.de.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
"description_debit","<b>Please have your debit card details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 55 |
"description_creditcard","<b>Please have your credit card details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 56 |
"description_sofort","<b>Please have your online banking details at hand.</b><br />To conclude your order, you will now be forwarded to our payment service provider, micropayment™ in cooperation with sofort.de.<br /><br />✔ secure ✔ simple ✔ no registration needed"
|
| 57 |
+
|
| 58 |
+
"use_iframe_label","use iframe"
|
| 59 |
+
"use_iframe_description","Payment window iframe integration"
|
| 60 |
+
"use_iframe_description_creditcard","Payment window iframe integration - WARNING: 3D-Secure can cause an interruption of payment. Error-free creditcard payment cannot be guaranteed with iframe integration."
|
| 61 |
+
"use_iframe_description_sofort","for technical reasons not possible for the time.Payment window iframe integration"
|
| 62 |
+
|
| 63 |
+
"mcpcreditcard_title","micropayment - credit card"
|
| 64 |
+
"mcpdebit_title","micropayment - direct debit"
|
| 65 |
+
"mcpprepay_title","micropayment - prepay"
|
| 66 |
+
"mcpsofort_title","micropayment - direct banking"
|
| 67 |
+
"mcpservice_title","micropayment - gateway"
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>micropayment_modul</name>
|
| 4 |
-
<version>2.0.0</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -10,9 +10,9 @@
|
|
| 10 |
<description>A payment modul created by micropayment gmbh, to integrate the payment methods creditcard, debit, prepay and SOFORT.</description>
|
| 11 |
<notes>First Magento Connect release.</notes>
|
| 12 |
<authors><author><name>micropayment gmbh</name><user>EliasonMP</user><email>meliason@micropayment.de</email></author></authors>
|
| 13 |
-
<date>2015-
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magelocal"><dir name="MCP"><dir name="CreditCard"><dir name="Model"><file name="Mcpcreditcard.php" hash="d7c3efbb2f97debbeedccfd753cd9bb3"/><file name="Mcpcreditcard.php" hash="d7c3efbb2f97debbeedccfd753cd9bb3"/><file name="Mcpcreditcard.php" hash="d7c3efbb2f97debbeedccfd753cd9bb3"/><file name="Mcpcreditcard.php" hash="d7c3efbb2f97debbeedccfd753cd9bb3"/></dir><dir name="etc"><file name="config.xml" hash="1ba8d9cce98f868512a9f034d9091b48"/><file name="system.xml" hash="fd42484df5f9ebbd4addaf942785aad0"/><file name="config.xml" hash="1ba8d9cce98f868512a9f034d9091b48"/><file name="system.xml" hash="fd42484df5f9ebbd4addaf942785aad0"/><file name="config.xml" hash="1ba8d9cce98f868512a9f034d9091b48"/><file name="system.xml" hash="fd42484df5f9ebbd4addaf942785aad0"/><file name="config.xml" hash="1ba8d9cce98f868512a9f034d9091b48"/><file name="system.xml" hash="fd42484df5f9ebbd4addaf942785aad0"/></dir></dir><dir name="Debit"><dir name="Model"><file name="Mcpdebit.php" hash="267f22cb13560abecddb2ecfc9326793"/><file name="Mcpdebit.php" hash="267f22cb13560abecddb2ecfc9326793"/><file name="Mcpdebit.php" hash="267f22cb13560abecddb2ecfc9326793"/><file name="Mcpdebit.php" hash="267f22cb13560abecddb2ecfc9326793"/></dir><dir name="etc"><file name="config.xml" hash="015c9282210adf6649bfdaee6f1e7771"/><file name="system.xml" hash="a296f6c8be39cbf3b7d305bd4a11aaa4"/><file name="config.xml" hash="015c9282210adf6649bfdaee6f1e7771"/><file name="system.xml" hash="a296f6c8be39cbf3b7d305bd4a11aaa4"/><file name="config.xml" hash="015c9282210adf6649bfdaee6f1e7771"/><file name="system.xml" hash="a296f6c8be39cbf3b7d305bd4a11aaa4"/><file name="config.xml" hash="015c9282210adf6649bfdaee6f1e7771"/><file name="system.xml" hash="a296f6c8be39cbf3b7d305bd4a11aaa4"/></dir></dir><dir name="EBank2Pay"><dir name="Model"><file name="Mcpebank2pay.php" hash="e3b6e915299418c1fd0471596a41ad9a"/><file name="Mcpebank2pay.php" hash="e3b6e915299418c1fd0471596a41ad9a"/><file name="Mcpebank2pay.php" hash="e3b6e915299418c1fd0471596a41ad9a"/><file name="Mcpebank2pay.php" hash="e3b6e915299418c1fd0471596a41ad9a"/></dir><dir name="etc"><file name="config.xml" hash="9a6a766e513ce90c3c3a64c034af2a44"/><file name="system.xml" hash="fb8cb868aa4324376b9c82964a3a3fac"/><file name="config.xml" hash="9a6a766e513ce90c3c3a64c034af2a44"/><file name="system.xml" hash="fb8cb868aa4324376b9c82964a3a3fac"/><file name="config.xml" hash="9a6a766e513ce90c3c3a64c034af2a44"/><file name="system.xml" hash="fb8cb868aa4324376b9c82964a3a3fac"/><file name="config.xml" hash="9a6a766e513ce90c3c3a64c034af2a44"/><file name="system.xml" hash="fb8cb868aa4324376b9c82964a3a3fac"/></dir></dir><dir name="OrderStatus"><dir name="Model"><file name="Mcporderstatus.php" hash="c4ce2405a8c2c994e0a3fbced179e956"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><dir name="System"><dir name="Config"><dir name="Order"><dir name="Status"><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/></dir><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/></dir></dir></dir><file name="Mcporderstatus.php" hash="c4ce2405a8c2c994e0a3fbced179e956"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Mcporderstatus.php" hash="c4ce2405a8c2c994e0a3fbced179e956"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Mcporderstatus.php" hash="c4ce2405a8c2c994e0a3fbced179e956"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/></dir><dir name="etc"><file name="config.xml" hash="cf4e743ad3fec531dd408420b3427eb3"/><file name="system.xml" hash="c212703e6d81a08e26b8eb9cfa20ae36"/><file name="config.xml" hash="cf4e743ad3fec531dd408420b3427eb3"/><file name="system.xml" hash="c212703e6d81a08e26b8eb9cfa20ae36"/><file name="config.xml" hash="cf4e743ad3fec531dd408420b3427eb3"/><file name="system.xml" hash="c212703e6d81a08e26b8eb9cfa20ae36"/><file name="config.xml" hash="cf4e743ad3fec531dd408420b3427eb3"/><file name="system.xml" hash="c212703e6d81a08e26b8eb9cfa20ae36"/></dir></dir><dir name="Prepay"><dir name="Model"><file name="Mcpprepay.php" hash="1004157ebef1fa29d8157922f5b9381c"/><file name="Mcpprepay.php" hash="1004157ebef1fa29d8157922f5b9381c"/><file name="Mcpprepay.php" hash="1004157ebef1fa29d8157922f5b9381c"/><file name="Mcpprepay.php" hash="1004157ebef1fa29d8157922f5b9381c"/></dir><dir name="etc"><file name="config.xml" hash="547532033351149a582ebe537c9bbf53"/><file name="system.xml" hash="a64f60184308f269e107cf9ca794c0f4"/><file name="config.xml" hash="547532033351149a582ebe537c9bbf53"/><file name="system.xml" hash="a64f60184308f269e107cf9ca794c0f4"/><file name="config.xml" hash="547532033351149a582ebe537c9bbf53"/><file name="system.xml" hash="a64f60184308f269e107cf9ca794c0f4"/><file name="config.xml" hash="547532033351149a582ebe537c9bbf53"/><file name="system.xml" hash="a64f60184308f269e107cf9ca794c0f4"/></dir></dir><dir name="Service"><dir name="Block"><file name="Cleanup.php" hash="a976e41771716d5300eff2f8d1981fde"/><file name="Form.php" hash="1de62a3ff0c8b160f7d103b2f74c74cc"/><file name="Cleanup.php" hash="a976e41771716d5300eff2f8d1981fde"/><file name="Form.php" hash="1de62a3ff0c8b160f7d103b2f74c74cc"/><file name="Cleanup.php" hash="a976e41771716d5300eff2f8d1981fde"/><file name="Form.php" hash="1de62a3ff0c8b160f7d103b2f74c74cc"/><file name="Cleanup.php" hash="a976e41771716d5300eff2f8d1981fde"/><file name="Form.php" hash="1de62a3ff0c8b160f7d103b2f74c74cc"/></dir><dir name="Helper"><file name="Data.php" hash="44b07294ffa53175c29bd5953d1a6074"/><file name="Dispatcher.php" hash="a275f34f8348bbf563c15770ce800af3"/><file name="Data.php" hash="44b07294ffa53175c29bd5953d1a6074"/><file name="Dispatcher.php" hash="a275f34f8348bbf563c15770ce800af3"/><file name="Data.php" hash="44b07294ffa53175c29bd5953d1a6074"/><file name="Dispatcher.php" hash="a275f34f8348bbf563c15770ce800af3"/><file name="Data.php" hash="44b07294ffa53175c29bd5953d1a6074"/><file name="Dispatcher.php" hash="a275f34f8348bbf563c15770ce800af3"/></dir><dir name="Model"><file name="Cleanup.php" hash="c72d8e5672eae7f3e3f04d97fb98a311"/><file name="Mcpservice.php" hash="8d9fe0390715a291c93fab9676d544ff"/><file name="Observer.php" hash="e10bccba47f9b92e6e9a031a4e2a61d8"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Cleanup.php" hash="c72d8e5672eae7f3e3f04d97fb98a311"/><file name="Mcpservice.php" hash="8d9fe0390715a291c93fab9676d544ff"/><file name="Observer.php" hash="e10bccba47f9b92e6e9a031a4e2a61d8"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Cleanup.php" hash="c72d8e5672eae7f3e3f04d97fb98a311"/><file name="Mcpservice.php" hash="8d9fe0390715a291c93fab9676d544ff"/><file name="Observer.php" hash="e10bccba47f9b92e6e9a031a4e2a61d8"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Cleanup.php" hash="c72d8e5672eae7f3e3f04d97fb98a311"/><file name="Mcpservice.php" hash="8d9fe0390715a291c93fab9676d544ff"/><file name="Observer.php" hash="e10bccba47f9b92e6e9a031a4e2a61d8"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/></dir><dir name="controllers"><file name="ApiController.php" hash="ae6269dec148c52615aea0b89741f254"/><file name="ApiController.php" hash="ae6269dec148c52615aea0b89741f254"/><file name="ApiController.php" hash="ae6269dec148c52615aea0b89741f254"/><file name="ApiController.php" hash="ae6269dec148c52615aea0b89741f254"/></dir><dir name="etc"><file name="config.xml" hash="347485c28c1d32e659c6007cef70d87b"/><file name="system.xml" hash="5176f692f57a7f7c1b97af28f9ad0ba4"/><file name="config.xml" hash="347485c28c1d32e659c6007cef70d87b"/><file name="system.xml" hash="5176f692f57a7f7c1b97af28f9ad0ba4"/><file name="config.xml" hash="347485c28c1d32e659c6007cef70d87b"/><file name="system.xml" hash="5176f692f57a7f7c1b97af28f9ad0ba4"/><file name="config.xml" hash="347485c28c1d32e659c6007cef70d87b"/><file name="system.xml" hash="5176f692f57a7f7c1b97af28f9ad0ba4"/></dir><dir name="sql"><dir name="mcpservice_setup"><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="MCP"><dir name="mcpservice"><file name="notifications.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/><file name="notifications.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/><file name="notifications.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/></dir><file name="mcpservice.xml" hash="572360b40b61a9dd2461ab2205a320d2"/><file name="mcpservice.xml" hash="572360b40b61a9dd2461ab2205a320d2"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="mcpservice"><file name="form.phtml" hash="3ff581e860749d02717d82cc97f05465"/><file name="info.phtml" hash="c718c56ea3a79ea47a0fec198ccb5045"/><file name="redirect.phtml" hash="706c08f4ff7516e97a89c3f91353cb46"/><file name="form.phtml" hash="3ff581e860749d02717d82cc97f05465"/><file name="info.phtml" hash="c718c56ea3a79ea47a0fec198ccb5045"/><file name="redirect.phtml" hash="706c08f4ff7516e97a89c3f91353cb46"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cm_RedisSession.xml" hash="f36278d589fa562d20d5182c8864a3dd"/><file name="MCP_CreditCard.xml" hash="0ed1e521442a207cd76d8182eaabb837"/><file name="MCP_Debit.xml" hash="5fa9a2458e37ed5813f93354d02ebe73"/><file name="MCP_EBank2Pay.xml" hash="f3f1fbe2b3e56d7eaa780679632c96aa"/><file name="MCP_OrderStatus.xml" hash="a01a69527071bc2e4856839b5b51201c"/><file name="MCP_Prepay.xml" hash="3d46fc2052afdd92deecee6297ca6817"/><file name="MCP_Service.xml" hash="5609d15bdd39a71f706162bba7f0cdd5"/><file name="Mage_All.xml" hash="c40ab9c1d3bfd323aa9f367fd6e01343"/><file name="Mage_Api.xml" hash="4d47c04e7b925611a19cad05bae53b7f"/><file name="Mage_Api2.xml" hash="e9c40cf69f8b671d098e3ce438e9e625"/><file name="Mage_Authorizenet.xml" hash="9b29c42449c90ab14684a3c5d6b07d7a"/><file name="Mage_Bundle.xml" hash="6f39fdd22d3d39ded109eedfa739a589"/><file name="Mage_Captcha.xml" hash="4567aba8ef49fb6871700b98cf8c8738"/><file name="Mage_Centinel.xml" hash="d7ed43ddb0fe652e4471a3e52f287095"/><file name="Mage_Compiler.xml" hash="03819edbd79d68cb8b7c9fc9c4540aaf"/><file name="Mage_ConfigurableSwatches.xml" hash="65346d152f13df90e5c4805b5dc2c175"/><file name="Mage_Connect.xml" hash="f411a4c056a9b30b74261655495262cc"/><file name="Mage_CurrencySymbol.xml" hash="de75f6e86a98a25b63e8293214bd748f"/><file name="Mage_Downloadable.xml" hash="a80b4b624630be6992f0b9a19edf424d"/><file name="Mage_ImportExport.xml" hash="c41c30de38221e10954f11e3654dcd63"/><file name="Mage_Oauth.xml" hash="87f8df41aa44fd1765264935a1595e4b"/><file name="Mage_PageCache.xml" hash="3d6265ec1c82ee5a1c0d3ea1754dea9d"/><file name="Mage_Persistent.xml" hash="6889f7e9cddb8040f0f3782aec47eacf"/><file name="Mage_Weee.xml" hash="dedee33c6cedd96bdbce05bde02b2f38"/><file name="Mage_Widget.xml" hash="bd2276a29e55a2d3e298a7dbe01cdc90"/><file name="Mage_XmlConnect.xml" hash="3cb3a0e5d461eece6939bb25fa2322fc"/><file name="Phoenix_Moneybookers.xml" hash="a4a7ef484af9e4d2174331698eb64e85"/><file name="MCP_CreditCard.xml" hash="0ed1e521442a207cd76d8182eaabb837"/><file name="MCP_Debit.xml" hash="5fa9a2458e37ed5813f93354d02ebe73"/><file name="MCP_EBank2Pay.xml" hash="f3f1fbe2b3e56d7eaa780679632c96aa"/><file name="MCP_OrderStatus.xml" hash="a01a69527071bc2e4856839b5b51201c"/><file name="MCP_Prepay.xml" hash="3d46fc2052afdd92deecee6297ca6817"/><file name="MCP_Service.xml" hash="5609d15bdd39a71f706162bba7f0cdd5"/></dir></target><target name="magelocale"><dir name="de_AT"><file name="mcp_orderstatus.csv" hash="b883d3b71effc197053446967455cae4"/><file name="mcp_service.csv" hash="4996ac79c7013494d5b4acd9f2656b49"/><file name="mcp_orderstatus.csv" hash="b883d3b71effc197053446967455cae4"/><file name="mcp_service.csv" hash="4996ac79c7013494d5b4acd9f2656b49"/></dir><dir name="de_CH"><file name="mcp_orderstatus.csv" hash="b883d3b71effc197053446967455cae4"/><file name="mcp_service.csv" hash="4996ac79c7013494d5b4acd9f2656b49"/><file name="mcp_orderstatus.csv" hash="b883d3b71effc197053446967455cae4"/><file name="mcp_service.csv" hash="4996ac79c7013494d5b4acd9f2656b49"/></dir><dir name="de_DE"><file name="mcp_orderstatus.csv" hash="b883d3b71effc197053446967455cae4"/><file name="mcp_service.csv" hash="4996ac79c7013494d5b4acd9f2656b49"/><file name="mcp_orderstatus.csv" hash="b883d3b71effc197053446967455cae4"/><file name="mcp_service.csv" hash="4996ac79c7013494d5b4acd9f2656b49"/></dir><dir name="en_GB"><file name="mcp_orderstatus.csv" hash="649c4930043f24c001a2a23fd906b9ce"/><file name="mcp_service.csv" hash="16a1bb0d13b1dbabdcc1906274339c27"/><file name="mcp_orderstatus.csv" hash="649c4930043f24c001a2a23fd906b9ce"/><file name="mcp_service.csv" hash="16a1bb0d13b1dbabdcc1906274339c27"/></dir><dir name="en_US"><file name="Mage_AdminNotification.csv" hash="e240a88785e337747afb4d0bc83ccaba"/><file name="Mage_Adminhtml.csv" hash="6e60e93e4303f59ba29ae308760bc195"/><file name="Mage_AmazonPayments.csv" hash="00494825779e0ae3f0db0abd30e666b7"/><file name="Mage_Api.csv" hash="5a8919e82128dbd894c8f22c8238384d"/><file name="Mage_Api2.csv" hash="bc4b31da02edb34d29274da37a0a0f60"/><file name="Mage_Authorizenet.csv" hash="56def78c56270d23b57c1c17d3304288"/><file name="Mage_Backup.csv" hash="7fb40353a4c161de2a92edd8dcb35587"/><file name="Mage_Bundle.csv" hash="8a0263be85d7ac77e54d6044dcfc6420"/><file name="Mage_Captcha.csv" hash="de6aef08396245ed644b213ecfcf309b"/><file name="Mage_Catalog.csv" hash="33907366291774aa21af7f3347a33e60"/><file name="Mage_CatalogInventory.csv" hash="2a9f7baf79c8d7c2edb8799bcf8043bb"/><file name="Mage_CatalogRule.csv" hash="7b7d6ad17c61efa14ade33c0fb443d36"/><file name="Mage_CatalogSearch.csv" hash="9d822bca8067087dabe1d213193a2def"/><file name="Mage_Centinel.csv" hash="20f331c149ccf32faabdd406626805e0"/><file name="Mage_Checkout.csv" hash="fdee000d91637e94cbe3ba56cf0bf412"/><file name="Mage_Cms.csv" hash="9a538e344acce7afa686fbed65082c63"/><file name="Mage_Compiler.csv" hash="caa1d67e6c508421a8c8c234ae204c5d"/><file name="Mage_ConfigurableSwatches.csv" hash="71828b79d27c1a3924cbb65b823830e1"/><file name="Mage_Connect.csv" hash="8cd1b22e3bb2b18a59b6bfb6a7e4e7f9"/><file name="Mage_Contacts.csv" hash="7e367e9a924c19b6df2fa5c8adca9be4"/><file name="Mage_Core.csv" hash="af8b9ea5c5ecc887d51b5f7d9132812d"/><file name="Mage_Cron.csv" hash="e5803e0da7c568134db4864b8eb55f22"/><file name="Mage_CurrencySymbol.csv" hash="2cc13530e2f9387349c6a162d4d22bc9"/><file name="Mage_Customer.csv" hash="1a113faad0574772263da98eb696f3f7"/><file name="Mage_Dataflow.csv" hash="02ddb4090005e6678f020ac96c2cbe81"/><file name="Mage_Directory.csv" hash="b21c04a44d3d2f2e35660963468ef32f"/><file name="Mage_Downloadable.csv" hash="05085f8d10c4df507ad96790a0f4f31a"/><file name="Mage_Eav.csv" hash="9b9e7506f519e45f5a9b44355425f04b"/><file name="Mage_GiftMessage.csv" hash="6cd672267af7f7183f47c58450c2779a"/><file name="Mage_GoogleAnalytics.csv" hash="c8a08b1e094bdf42d8222c97241296c2"/><file name="Mage_GoogleBase.csv" hash="453420e7b2a7c67d983436cd07c3f1c1"/><file name="Mage_GoogleCheckout.csv" hash="218bdb6351129bc11f5fbb7abeff7e18"/><file name="Mage_ImportExport.csv" hash="cd3f58a3c62c800910e5eada1ec8e90f"/><file name="Mage_Index.csv" hash="a12d6e56dec19a45380375e7ea3f7a7c"/><file name="Mage_Install.csv" hash="ff1231e1db62fc550cac4674d0ba5190"/><file name="Mage_Log.csv" hash="671884c4618da93ca90d2d92404b6247"/><file name="Mage_Media.csv" hash="234187a0e1b83a03cb911452a4637357"/><file name="Mage_Newsletter.csv" hash="0b3f84564b496b40b47221f197d494d9"/><file name="Mage_Oauth.csv" hash="53c0c0f9390456fd1be2df79ed995a61"/><file name="Mage_Page.csv" hash="d88d9afcf6e894cd7afba2b226037ff5"/><file name="Mage_PageCache.csv" hash="4bd38621bb26a02a15251fcb37e1408b"/><file name="Mage_Paygate.csv" hash="311566b283975d5c481046346023026b"/><file name="Mage_Payment.csv" hash="23787bc886c5c06d74c216b6d30a2acb"/><file name="Mage_Paypal.csv" hash="30f695efd578e230fd9bb9ece343f5ba"/><file name="Mage_PaypalUk.csv" hash="d9d163d9c022d37e6bef2bf231469572"/><file name="Mage_Persistent.csv" hash="8df1299e4ddacadd638b7dd2f66749da"/><file name="Mage_Poll.csv" hash="01084dbcb43b1da9de35c5730fabd692"/><file name="Mage_ProductAlert.csv" hash="8ceb95248eeb2e4611d01767a7331840"/><file name="Mage_Rating.csv" hash="88db484c67afdb565255d210044bd034"/><file name="Mage_Reports.csv" hash="98f1525c2101c8557af6118e2dd48822"/><file name="Mage_Review.csv" hash="87462f3f70a06521e8e85279edea4eb9"/><file name="Mage_Rss.csv" hash="f99bd663f6b7becac87c8be1720f14b3"/><file name="Mage_Rule.csv" hash="0b655f98a5c7e98f672fcd04395c9a93"/><file name="Mage_Sales.csv" hash="b44152ebfd7b0cbf361617e9ff644274"/><file name="Mage_SalesRule.csv" hash="1703499a655a66855f2fa13597c09587"/><file name="Mage_Sendfriend.csv" hash="b1e310cf2fdaf674de1e7604826146e9"/><file name="Mage_Shipping.csv" hash="136d55ce3ccf70bc2a1c7412085b40bc"/><file name="Mage_Sitemap.csv" hash="4837691c0e5c8cfbc4d75b10f196eb65"/><file name="Mage_Tag.csv" hash="211c99ac80a4b4e02b40a9907a4bc89a"/><file name="Mage_Tax.csv" hash="a0665ad32147d01fec271dc8d2ee12d1"/><file name="Mage_Usa.csv" hash="1dac3b6f90d783295d4a8951da5d1eb8"/><file name="Mage_Weee.csv" hash="24bf654bb76513299a5cd227fed63f4a"/><file name="Mage_Widget.csv" hash="70a76519c347dd8f4209cb3dac849fe6"/><file name="Mage_Wishlist.csv" hash="ffcce9621e5cae730c05853c81c3e80d"/><file name="Mage_XmlConnect.csv" hash="50e9493da78f8e6591fd3fad1311047c"/><file name="Phoenix_Moneybookers.csv" hash="c92cee5c0ca36fdedfbab70e95a91983"/><file name="mcp_orderstatus.csv" hash="649c4930043f24c001a2a23fd906b9ce"/><file name="mcp_service.csv" hash="16a1bb0d13b1dbabdcc1906274339c27"/><dir name="template"><dir name="email"><file name="account_new.html" hash="c7516c316c9fd94aeb4a007adb42b47c"/><file name="account_new_confirmation.html" hash="c404affe58ec3947379beabf6cf2dee9"/><file name="account_new_confirmed.html" hash="19223ed36f7076dee12a8fc6f542f00f"/><file name="account_password_reset_confirmation.html" hash="d21f5b26557dfbafda0b5d0d29e78803"/><file name="admin_password_new.html" hash="e0cb7a16e03f1e57fc42fa3b60920bb2"/><file name="admin_password_reset_confirmation.html" hash="385547f1fd11e85b6cd818e91f519bfd"/><file name="contact_form.html" hash="ee7a957b249d9bf8d2f84787d9276958"/><file name="currency_update_warning.html" hash="be68b2b00692c3071942df42d206575f"/><dir name="html"><file name="footer.html" hash="72d4ef13825ca2143557f5baf67c27cf"/><file name="header.html" hash="739a3ea8e07bbe3be76e4c93237bc5d2"/></dir><file name="log_clean_warning.html" hash="36eb1af6eca088bdafe6e91c5a355a98"/><file name="moneybookers_activateemail.html" hash="035d73b26c54c8042e03e7551df49457"/><file name="newsletter_subscr_confirm.html" hash="cc7849aaa2ada032e0d0cbcdc4c15222"/><file name="newsletter_subscr_success.html" hash="83fc3c7d1cae23c24561f803e41ea988"/><file name="newsletter_unsub_success.html" hash="3bd611af2d1fae78622e6217ff2b189e"/><file name="password_new.html" hash="e633e5d80e81549e29b239960f5187cb"/><file name="payment_failed.html" hash="693051923f748ed9e695c0b300597034"/><file name="product_alert_cron_error.html" hash="8ea80affba71491f4371b0524d0c3399"/><file name="product_price_alert.html" hash="18ff254fcaea714647caf21b39d36e9b"/><file name="product_share.html" hash="02c76a3380f98aaaa9c3ac6a86da3545"/><file name="product_stock_alert.html" hash="6a0fc4ef5203e195d1a0957accc1fca3"/><dir name="sales"><file name="creditmemo_new.html" hash="c487a7c825477974835891019d2b55bd"/><file name="creditmemo_new_guest.html" hash="47dc131ea102b0cf72d1e8bb50df2514"/><file name="creditmemo_update.html" hash="4dd0fedbe075abc51dd3647bedbf051a"/><file name="creditmemo_update_guest.html" hash="d805b77120143a070d44a01866df8f3f"/><file name="invoice_new.html" hash="0bfd2645ebb5289edcef0ae6fc7f93de"/><file name="invoice_new_guest.html" hash="0bfd2645ebb5289edcef0ae6fc7f93de"/><file name="invoice_update.html" hash="1ced4397da53d8a73bfa854b1ce60c24"/><file name="invoice_update_guest.html" hash="f8e7d66c9d607f3a349a9c21544c9854"/><file name="order_new.html" hash="f3ce547016c4d497805360460c6c5ec3"/><file name="order_new_guest.html" hash="f3ce547016c4d497805360460c6c5ec3"/><file name="order_update.html" hash="8d8d3f6a5831909532984817afc81647"/><file name="order_update_guest.html" hash="04ffcc29c74931d5f46b6ecb25cc049e"/><file name="shipment_new.html" hash="1a8e314cada334caffe213efd1e5ce31"/><file name="shipment_new_guest.html" hash="6ba64b3b35a39bfcc4c3d0ff4acc6fad"/><file name="shipment_update.html" hash="4425c3dfceb25ea1a5b80fd054a0f79f"/><file name="shipment_update_guest.html" hash="45b6f10c6853a36879b17f86e761edbf"/></dir><file name="sitemap_generate_warning.html" hash="7eb47e4ddd7eab22272397cff8c9441d"/><file name="token.html" hash="71f392398f6f80481b2e0edba7cefc78"/><file name="wishlist_share.html" hash="8d4d4838c76468c2be6149f5314b27a6"/></dir></dir><file name="mcp_orderstatus.csv" hash="649c4930043f24c001a2a23fd906b9ce"/><file name="mcp_service.csv" hash="16a1bb0d13b1dbabdcc1906274339c27"/></dir></target><target name="magemedia"><dir name="micropayment"><file name="basic.css" hash="87c56dad0fb3d28be9b67c93e68c7d46"/><dir name="gfx"><file name="ajax-loader.gif" hash="9ae95bdf9e036823e1506cc68e49527b"/><file name="creditcard.png" hash="3c37eb5596bdaf0fe84a97b846545002"/><file name="debit.png" hash="169aec67a20e02fcdc84762bea51cffb"/><file name="dotlines-vertical.png" hash="2562ea2d1eda91765df4836d1a498522"/><file name="eb2p.png" hash="b262d0e50f114e4a57b31a64d1a0b344"/><file name="logo-master-visa.png" hash="9f0d7ead5c2a5a891abef0c04154b0f0"/><file name="logo-micropayment.png" hash="e120a8aa27f5252ca284cf306732ba97"/><file name="logo-pci.png" hash="b0e969d43a61a932df1ff2af62ab4839"/><file name="prepay.png" hash="07e8ba0826b020174b00b88c97d405da"/><file name="sprite.png" hash="29cfb781ba7e326d2f29e55781e59208"/><file name="ajax-loader.gif" hash="9ae95bdf9e036823e1506cc68e49527b"/><file name="creditcard.png" hash="3c37eb5596bdaf0fe84a97b846545002"/><file name="debit.png" hash="169aec67a20e02fcdc84762bea51cffb"/><file name="dotlines-vertical.png" hash="2562ea2d1eda91765df4836d1a498522"/><file name="eb2p.png" hash="b262d0e50f114e4a57b31a64d1a0b344"/><file name="logo-master-visa.png" hash="9f0d7ead5c2a5a891abef0c04154b0f0"/><file name="logo-micropayment.png" hash="e120a8aa27f5252ca284cf306732ba97"/><file name="logo-pci.png" hash="b0e969d43a61a932df1ff2af62ab4839"/><file name="prepay.png" hash="07e8ba0826b020174b00b88c97d405da"/><file name="sprite.png" hash="29cfb781ba7e326d2f29e55781e59208"/><file name="ajax-loader.gif" hash="9ae95bdf9e036823e1506cc68e49527b"/><file name="creditcard.png" hash="3c37eb5596bdaf0fe84a97b846545002"/><file name="debit.png" hash="169aec67a20e02fcdc84762bea51cffb"/><file name="dotlines-vertical.png" hash="2562ea2d1eda91765df4836d1a498522"/><file name="eb2p.png" hash="b262d0e50f114e4a57b31a64d1a0b344"/><file name="logo-master-visa.png" hash="9f0d7ead5c2a5a891abef0c04154b0f0"/><file name="logo-micropayment.png" hash="e120a8aa27f5252ca284cf306732ba97"/><file name="logo-pci.png" hash="b0e969d43a61a932df1ff2af62ab4839"/><file name="prepay.png" hash="07e8ba0826b020174b00b88c97d405da"/><file name="sprite.png" hash="29cfb781ba7e326d2f29e55781e59208"/></dir><file name="logo.png" hash="52cdb5fdfa44d3ee66f7ea727220f471"/><file name="logo_small.png" hash="bd5de2a7700bc355d85b4bd6f534e5f7"/><file name="basic.css" hash="87c56dad0fb3d28be9b67c93e68c7d46"/><file name="logo.png" hash="52cdb5fdfa44d3ee66f7ea727220f471"/><file name="logo_small.png" hash="bd5de2a7700bc355d85b4bd6f534e5f7"/></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
-
<dependencies><required><php><min>5.
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>micropayment_modul</name>
|
| 4 |
+
<version>2.0.0.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
| 7 |
<channel>community</channel>
|
| 10 |
<description>A payment modul created by micropayment gmbh, to integrate the payment methods creditcard, debit, prepay and SOFORT.</description>
|
| 11 |
<notes>First Magento Connect release.</notes>
|
| 12 |
<authors><author><name>micropayment gmbh</name><user>EliasonMP</user><email>meliason@micropayment.de</email></author></authors>
|
| 13 |
+
<date>2015-03-09</date>
|
| 14 |
+
<time>10:51:12</time>
|
| 15 |
+
<contents><target name="magelocal"><dir name="MCP"><dir name="CreditCard"><dir name="Model"><file name="Mcpcreditcard.php" hash="3564e5c74a649d394426cf00adc9c1a3"/><file name="Mcpcreditcard.php" hash="3564e5c74a649d394426cf00adc9c1a3"/><file name="Mcpcreditcard.php" hash="3564e5c74a649d394426cf00adc9c1a3"/><file name="Mcpcreditcard.php" hash="3564e5c74a649d394426cf00adc9c1a3"/></dir><dir name="etc"><file name="config.xml" hash="1ba8d9cce98f868512a9f034d9091b48"/><file name="system.xml" hash="4bcd45ac41235babd106a482298d9b8f"/><file name="config.xml" hash="1ba8d9cce98f868512a9f034d9091b48"/><file name="system.xml" hash="4bcd45ac41235babd106a482298d9b8f"/><file name="config.xml" hash="1ba8d9cce98f868512a9f034d9091b48"/><file name="system.xml" hash="4bcd45ac41235babd106a482298d9b8f"/><file name="config.xml" hash="1ba8d9cce98f868512a9f034d9091b48"/><file name="system.xml" hash="4bcd45ac41235babd106a482298d9b8f"/></dir></dir><dir name="Debit"><dir name="Model"><file name="Mcpdebit.php" hash="b880c93717b52bac537ee53df180c5a7"/><file name="Mcpdebit.php" hash="b880c93717b52bac537ee53df180c5a7"/><file name="Mcpdebit.php" hash="b880c93717b52bac537ee53df180c5a7"/><file name="Mcpdebit.php" hash="b880c93717b52bac537ee53df180c5a7"/></dir><dir name="etc"><file name="config.xml" hash="015c9282210adf6649bfdaee6f1e7771"/><file name="system.xml" hash="b2dd11f9df24287f125d8745f21bd36e"/><file name="config.xml" hash="015c9282210adf6649bfdaee6f1e7771"/><file name="system.xml" hash="b2dd11f9df24287f125d8745f21bd36e"/><file name="config.xml" hash="015c9282210adf6649bfdaee6f1e7771"/><file name="system.xml" hash="b2dd11f9df24287f125d8745f21bd36e"/><file name="config.xml" hash="015c9282210adf6649bfdaee6f1e7771"/><file name="system.xml" hash="b2dd11f9df24287f125d8745f21bd36e"/></dir></dir><dir name="EBank2Pay"><dir name="Model"><file name="Mcpebank2pay.php" hash="e3b6e915299418c1fd0471596a41ad9a"/><file name="Mcpebank2pay.php" hash="e3b6e915299418c1fd0471596a41ad9a"/><file name="Mcpebank2pay.php" hash="e3b6e915299418c1fd0471596a41ad9a"/><file name="Mcpebank2pay.php" hash="e3b6e915299418c1fd0471596a41ad9a"/></dir><dir name="etc"><file name="config.xml" hash="9a6a766e513ce90c3c3a64c034af2a44"/><file name="system.xml" hash="c638e4f1d0f5fd559e8343a85c155987"/><file name="config.xml" hash="9a6a766e513ce90c3c3a64c034af2a44"/><file name="system.xml" hash="c638e4f1d0f5fd559e8343a85c155987"/><file name="config.xml" hash="9a6a766e513ce90c3c3a64c034af2a44"/><file name="system.xml" hash="c638e4f1d0f5fd559e8343a85c155987"/><file name="config.xml" hash="9a6a766e513ce90c3c3a64c034af2a44"/><file name="system.xml" hash="c638e4f1d0f5fd559e8343a85c155987"/></dir></dir><dir name="OrderStatus"><dir name="Model"><file name="Mcporderstatus.php" hash="c4ce2405a8c2c994e0a3fbced179e956"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><dir name="System"><dir name="Config"><dir name="Order"><dir name="Status"><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/><file name="Canceled.php" hash="b03703c893e1b512644d9b11b7d875b8"/><file name="Pending.php" hash="a39b9f9f4e782ffadd565f467bc95cdd"/><file name="Processing.php" hash="613b60f623b43cec6f96984512ffe672"/><file name="Review.php" hash="10b36cd068562a0e6f620eb8775bcbe9"/></dir><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/><file name="Status.php" hash="e74b7002785ba9d8ac364733ef9b569f"/></dir></dir></dir><file name="Mcporderstatus.php" hash="c4ce2405a8c2c994e0a3fbced179e956"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Mcporderstatus.php" hash="c4ce2405a8c2c994e0a3fbced179e956"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Mcporderstatus.php" hash="c4ce2405a8c2c994e0a3fbced179e956"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/></dir><dir name="etc"><file name="config.xml" hash="cf4e743ad3fec531dd408420b3427eb3"/><file name="system.xml" hash="1e3c10474a485186966c43b3ef80bfce"/><file name="config.xml" hash="cf4e743ad3fec531dd408420b3427eb3"/><file name="system.xml" hash="1e3c10474a485186966c43b3ef80bfce"/><file name="config.xml" hash="cf4e743ad3fec531dd408420b3427eb3"/><file name="system.xml" hash="1e3c10474a485186966c43b3ef80bfce"/><file name="config.xml" hash="cf4e743ad3fec531dd408420b3427eb3"/><file name="system.xml" hash="1e3c10474a485186966c43b3ef80bfce"/></dir></dir><dir name="Prepay"><dir name="Model"><file name="Mcpprepay.php" hash="43edf38b4fe7eba375d34ec33ed3dd4f"/><file name="Mcpprepay.php" hash="43edf38b4fe7eba375d34ec33ed3dd4f"/><file name="Mcpprepay.php" hash="43edf38b4fe7eba375d34ec33ed3dd4f"/><file name="Mcpprepay.php" hash="43edf38b4fe7eba375d34ec33ed3dd4f"/></dir><dir name="etc"><file name="config.xml" hash="547532033351149a582ebe537c9bbf53"/><file name="system.xml" hash="2e0a2f668a1883c54d65343bbb9771a5"/><file name="config.xml" hash="547532033351149a582ebe537c9bbf53"/><file name="system.xml" hash="2e0a2f668a1883c54d65343bbb9771a5"/><file name="config.xml" hash="547532033351149a582ebe537c9bbf53"/><file name="system.xml" hash="2e0a2f668a1883c54d65343bbb9771a5"/><file name="config.xml" hash="547532033351149a582ebe537c9bbf53"/><file name="system.xml" hash="2e0a2f668a1883c54d65343bbb9771a5"/></dir></dir><dir name="Service"><dir name="Block"><file name="Cleanup.php" hash="a976e41771716d5300eff2f8d1981fde"/><file name="Form.php" hash="1de62a3ff0c8b160f7d103b2f74c74cc"/><file name="IFrame.php" hash="bf1a6b831c0340e5242e44f86e5639b7"/><file name="Cleanup.php" hash="a976e41771716d5300eff2f8d1981fde"/><file name="Form.php" hash="1de62a3ff0c8b160f7d103b2f74c74cc"/><file name="IFrame.php" hash="bf1a6b831c0340e5242e44f86e5639b7"/><file name="Cleanup.php" hash="a976e41771716d5300eff2f8d1981fde"/><file name="Form.php" hash="1de62a3ff0c8b160f7d103b2f74c74cc"/><file name="IFrame.php" hash="bf1a6b831c0340e5242e44f86e5639b7"/><file name="Cleanup.php" hash="a976e41771716d5300eff2f8d1981fde"/><file name="Form.php" hash="1de62a3ff0c8b160f7d103b2f74c74cc"/><file name="IFrame.php" hash="bf1a6b831c0340e5242e44f86e5639b7"/></dir><dir name="Helper"><file name="Data.php" hash="44b07294ffa53175c29bd5953d1a6074"/><file name="Dispatcher.php" hash="d395c077f480fba39119d858fe244efd"/><file name="Data.php" hash="44b07294ffa53175c29bd5953d1a6074"/><file name="Dispatcher.php" hash="d395c077f480fba39119d858fe244efd"/><file name="Data.php" hash="44b07294ffa53175c29bd5953d1a6074"/><file name="Dispatcher.php" hash="d395c077f480fba39119d858fe244efd"/><file name="Data.php" hash="44b07294ffa53175c29bd5953d1a6074"/><file name="Dispatcher.php" hash="d395c077f480fba39119d858fe244efd"/></dir><dir name="Model"><dir name="Adminhtml"><file name="DisabledYesNo.php" hash="9040c9121608deecc6fbb5c0a5297541"/><file name="DisabledYesNo.php" hash="9040c9121608deecc6fbb5c0a5297541"/><file name="DisabledYesNo.php" hash="9040c9121608deecc6fbb5c0a5297541"/><file name="DisabledYesNo.php" hash="9040c9121608deecc6fbb5c0a5297541"/><file name="DisabledYesNo.php" hash="9040c9121608deecc6fbb5c0a5297541"/></dir><file name="Cleanup.php" hash="c72d8e5672eae7f3e3f04d97fb98a311"/><file name="Mcpservice.php" hash="8d9fe0390715a291c93fab9676d544ff"/><file name="Observer.php" hash="3265c3bfa2c0816f090b3503fb0efa76"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Cleanup.php" hash="c72d8e5672eae7f3e3f04d97fb98a311"/><file name="Mcpservice.php" hash="8d9fe0390715a291c93fab9676d544ff"/><file name="Observer.php" hash="3265c3bfa2c0816f090b3503fb0efa76"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Cleanup.php" hash="c72d8e5672eae7f3e3f04d97fb98a311"/><file name="Mcpservice.php" hash="8d9fe0390715a291c93fab9676d544ff"/><file name="Observer.php" hash="3265c3bfa2c0816f090b3503fb0efa76"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/><file name="Cleanup.php" hash="c72d8e5672eae7f3e3f04d97fb98a311"/><file name="Mcpservice.php" hash="8d9fe0390715a291c93fab9676d544ff"/><file name="Observer.php" hash="3265c3bfa2c0816f090b3503fb0efa76"/><file name="Setup.php" hash="64078f4d55c1d63e5cbb290f8a72501b"/></dir><dir name="controllers"><file name="ApiController.php" hash="49d16b2c8546d93957d0fd6d40dc0714"/><file name="ApiController.php" hash="49d16b2c8546d93957d0fd6d40dc0714"/><file name="ApiController.php" hash="49d16b2c8546d93957d0fd6d40dc0714"/><file name="ApiController.php" hash="49d16b2c8546d93957d0fd6d40dc0714"/></dir><dir name="etc"><file name="config.xml" hash="347485c28c1d32e659c6007cef70d87b"/><file name="system.xml" hash="0b4ec6e9edaddfa7634babe171afed64"/><file name="config.xml" hash="347485c28c1d32e659c6007cef70d87b"/><file name="system.xml" hash="0b4ec6e9edaddfa7634babe171afed64"/><file name="config.xml" hash="347485c28c1d32e659c6007cef70d87b"/><file name="system.xml" hash="0b4ec6e9edaddfa7634babe171afed64"/><file name="config.xml" hash="347485c28c1d32e659c6007cef70d87b"/><file name="system.xml" hash="0b4ec6e9edaddfa7634babe171afed64"/></dir><dir name="sql"><dir name="mcpservice_setup"><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/><file name="install-1.1.0.php" hash="ad44f7a1a781d323727c2053523ebfbd"/><file name="install-1.1.1.php" hash="b0beed8d49c6a1dc830490e11e26f5ad"/><file name="install-2.0.0.php" hash="9acb592ebde825cf4d52ef3e87733de9"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="8e254b9eba096727be12b95c2b5fbc36"/><file name="mysql4-upgrade-1.1.0-1.1.1.php" hash="c1aeb97373ece8eaec79fd3a56d30b32"/><file name="mysql4-upgrade-1.1.1-2.0.0.php" hash="0c2e35af28c50bd2b429f9b608090b49"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="MCP"><dir name="mcpservice"><file name="notifications.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/><file name="notifications.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/><file name="notifications.phtml" hash="164e5f9e7dcfc5c2d2451f0e77776d77"/></dir><file name="mcpservice.xml" hash="572360b40b61a9dd2461ab2205a320d2"/><file name="mcpservice.xml" hash="572360b40b61a9dd2461ab2205a320d2"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="mcpservice"><file name="form.phtml" hash="3ff581e860749d02717d82cc97f05465"/><file name="iframe.phtml" hash="7152a5d6c89067830f0a97df55e57362"/><file name="info.phtml" hash="c718c56ea3a79ea47a0fec198ccb5045"/><file name="redirect.phtml" hash="9315dd23aa708d0fc2e23883bcb06d8f"/><file name="form.phtml" hash="3ff581e860749d02717d82cc97f05465"/><file name="info.phtml" hash="c718c56ea3a79ea47a0fec198ccb5045"/><file name="redirect.phtml" hash="9315dd23aa708d0fc2e23883bcb06d8f"/><file name="iframe.phtml" hash="7152a5d6c89067830f0a97df55e57362"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cm_RedisSession.xml" hash="f36278d589fa562d20d5182c8864a3dd"/><file name="IWD_All.xml" hash="c9990ad3417ecece944d691aa5e84840"/><file name="IWD_Opc.xml" hash="a4af66db31d5a0b29b0f97399f669d39"/><file name="MCP_CreditCard.xml" hash="0ed1e521442a207cd76d8182eaabb837"/><file name="MCP_Debit.xml" hash="5fa9a2458e37ed5813f93354d02ebe73"/><file name="MCP_EBank2Pay.xml" hash="f3f1fbe2b3e56d7eaa780679632c96aa"/><file name="MCP_OrderStatus.xml" hash="a01a69527071bc2e4856839b5b51201c"/><file name="MCP_Prepay.xml" hash="3d46fc2052afdd92deecee6297ca6817"/><file name="MCP_Service.xml" hash="5609d15bdd39a71f706162bba7f0cdd5"/><file name="Mage_All.xml" hash="c40ab9c1d3bfd323aa9f367fd6e01343"/><file name="Mage_Api.xml" hash="4d47c04e7b925611a19cad05bae53b7f"/><file name="Mage_Api2.xml" hash="e9c40cf69f8b671d098e3ce438e9e625"/><file name="Mage_Authorizenet.xml" hash="9b29c42449c90ab14684a3c5d6b07d7a"/><file name="Mage_Bundle.xml" hash="6f39fdd22d3d39ded109eedfa739a589"/><file name="Mage_Captcha.xml" hash="4567aba8ef49fb6871700b98cf8c8738"/><file name="Mage_Centinel.xml" hash="d7ed43ddb0fe652e4471a3e52f287095"/><file name="Mage_Compiler.xml" hash="03819edbd79d68cb8b7c9fc9c4540aaf"/><file name="Mage_ConfigurableSwatches.xml" hash="65346d152f13df90e5c4805b5dc2c175"/><file name="Mage_Connect.xml" hash="f411a4c056a9b30b74261655495262cc"/><file name="Mage_CurrencySymbol.xml" hash="de75f6e86a98a25b63e8293214bd748f"/><file name="Mage_Downloadable.xml" hash="a80b4b624630be6992f0b9a19edf424d"/><file name="Mage_ImportExport.xml" hash="c41c30de38221e10954f11e3654dcd63"/><file name="Mage_Oauth.xml" hash="87f8df41aa44fd1765264935a1595e4b"/><file name="Mage_PageCache.xml" hash="3d6265ec1c82ee5a1c0d3ea1754dea9d"/><file name="Mage_Persistent.xml" hash="6889f7e9cddb8040f0f3782aec47eacf"/><file name="Mage_Weee.xml" hash="dedee33c6cedd96bdbce05bde02b2f38"/><file name="Mage_Widget.xml" hash="bd2276a29e55a2d3e298a7dbe01cdc90"/><file name="Mage_XmlConnect.xml" hash="3cb3a0e5d461eece6939bb25fa2322fc"/><file name="Phoenix_Moneybookers.xml" hash="a4a7ef484af9e4d2174331698eb64e85"/><file name="MCP_CreditCard.xml" hash="0ed1e521442a207cd76d8182eaabb837"/><file name="MCP_Debit.xml" hash="5fa9a2458e37ed5813f93354d02ebe73"/><file name="MCP_EBank2Pay.xml" hash="f3f1fbe2b3e56d7eaa780679632c96aa"/><file name="MCP_OrderStatus.xml" hash="a01a69527071bc2e4856839b5b51201c"/><file name="MCP_Prepay.xml" hash="3d46fc2052afdd92deecee6297ca6817"/><file name="MCP_Service.xml" hash="5609d15bdd39a71f706162bba7f0cdd5"/></dir></target><target name="magelocale"><dir name="de_AT"><file name="mcp_orderstatus.csv" hash="7a449ac4c5b66177a510892ab282925e"/><file name="mcp_service.csv" hash="4878c148d29e496fc42889eee69f40a6"/><file name="mcp_orderstatus.csv" hash="7a449ac4c5b66177a510892ab282925e"/><file name="mcp_service.csv" hash="4878c148d29e496fc42889eee69f40a6"/></dir><dir name="de_CH"><file name="mcp_orderstatus.csv" hash="7a449ac4c5b66177a510892ab282925e"/><file name="mcp_service.csv" hash="4878c148d29e496fc42889eee69f40a6"/><file name="mcp_orderstatus.csv" hash="7a449ac4c5b66177a510892ab282925e"/><file name="mcp_service.csv" hash="4878c148d29e496fc42889eee69f40a6"/></dir><dir name="de_DE"><file name="IWD_Opc.csv" hash="24ad17338cd311bab5c5eb03531db635"/><file name="mcp_orderstatus.csv" hash="7a449ac4c5b66177a510892ab282925e"/><file name="mcp_service.csv" hash="4878c148d29e496fc42889eee69f40a6"/><file name="mcp_orderstatus.csv" hash="7a449ac4c5b66177a510892ab282925e"/><file name="mcp_service.csv" hash="4878c148d29e496fc42889eee69f40a6"/></dir><dir name="en_GB"><file name="mcp_orderstatus.csv" hash="3aa2dc48ae133095a3610a3df485e5ab"/><file name="mcp_service.csv" hash="a9172f3549fb79facff3fdc32a565ee6"/><file name="mcp_orderstatus.csv" hash="3aa2dc48ae133095a3610a3df485e5ab"/><file name="mcp_service.csv" hash="a9172f3549fb79facff3fdc32a565ee6"/></dir><dir name="en_US"><file name="IWD_All.csv" hash="bb029fcefea217f6c74e56748e9614ac"/><file name="IWD_Opc.csv" hash="6f510433284ed206978bf18bca30c5b9"/><file name="Mage_AdminNotification.csv" hash="e240a88785e337747afb4d0bc83ccaba"/><file name="Mage_Adminhtml.csv" hash="6e60e93e4303f59ba29ae308760bc195"/><file name="Mage_AmazonPayments.csv" hash="00494825779e0ae3f0db0abd30e666b7"/><file name="Mage_Api.csv" hash="5a8919e82128dbd894c8f22c8238384d"/><file name="Mage_Api2.csv" hash="bc4b31da02edb34d29274da37a0a0f60"/><file name="Mage_Authorizenet.csv" hash="56def78c56270d23b57c1c17d3304288"/><file name="Mage_Backup.csv" hash="7fb40353a4c161de2a92edd8dcb35587"/><file name="Mage_Bundle.csv" hash="8a0263be85d7ac77e54d6044dcfc6420"/><file name="Mage_Captcha.csv" hash="de6aef08396245ed644b213ecfcf309b"/><file name="Mage_Catalog.csv" hash="33907366291774aa21af7f3347a33e60"/><file name="Mage_CatalogInventory.csv" hash="2a9f7baf79c8d7c2edb8799bcf8043bb"/><file name="Mage_CatalogRule.csv" hash="7b7d6ad17c61efa14ade33c0fb443d36"/><file name="Mage_CatalogSearch.csv" hash="9d822bca8067087dabe1d213193a2def"/><file name="Mage_Centinel.csv" hash="20f331c149ccf32faabdd406626805e0"/><file name="Mage_Checkout.csv" hash="fdee000d91637e94cbe3ba56cf0bf412"/><file name="Mage_Cms.csv" hash="9a538e344acce7afa686fbed65082c63"/><file name="Mage_Compiler.csv" hash="caa1d67e6c508421a8c8c234ae204c5d"/><file name="Mage_ConfigurableSwatches.csv" hash="71828b79d27c1a3924cbb65b823830e1"/><file name="Mage_Connect.csv" hash="8cd1b22e3bb2b18a59b6bfb6a7e4e7f9"/><file name="Mage_Contacts.csv" hash="7e367e9a924c19b6df2fa5c8adca9be4"/><file name="Mage_Core.csv" hash="af8b9ea5c5ecc887d51b5f7d9132812d"/><file name="Mage_Cron.csv" hash="e5803e0da7c568134db4864b8eb55f22"/><file name="Mage_CurrencySymbol.csv" hash="2cc13530e2f9387349c6a162d4d22bc9"/><file name="Mage_Customer.csv" hash="1a113faad0574772263da98eb696f3f7"/><file name="Mage_Dataflow.csv" hash="02ddb4090005e6678f020ac96c2cbe81"/><file name="Mage_Directory.csv" hash="b21c04a44d3d2f2e35660963468ef32f"/><file name="Mage_Downloadable.csv" hash="05085f8d10c4df507ad96790a0f4f31a"/><file name="Mage_Eav.csv" hash="9b9e7506f519e45f5a9b44355425f04b"/><file name="Mage_GiftMessage.csv" hash="6cd672267af7f7183f47c58450c2779a"/><file name="Mage_GoogleAnalytics.csv" hash="c8a08b1e094bdf42d8222c97241296c2"/><file name="Mage_GoogleBase.csv" hash="453420e7b2a7c67d983436cd07c3f1c1"/><file name="Mage_GoogleCheckout.csv" hash="218bdb6351129bc11f5fbb7abeff7e18"/><file name="Mage_ImportExport.csv" hash="cd3f58a3c62c800910e5eada1ec8e90f"/><file name="Mage_Index.csv" hash="a12d6e56dec19a45380375e7ea3f7a7c"/><file name="Mage_Install.csv" hash="ff1231e1db62fc550cac4674d0ba5190"/><file name="Mage_Log.csv" hash="671884c4618da93ca90d2d92404b6247"/><file name="Mage_Media.csv" hash="234187a0e1b83a03cb911452a4637357"/><file name="Mage_Newsletter.csv" hash="0b3f84564b496b40b47221f197d494d9"/><file name="Mage_Oauth.csv" hash="53c0c0f9390456fd1be2df79ed995a61"/><file name="Mage_Page.csv" hash="d88d9afcf6e894cd7afba2b226037ff5"/><file name="Mage_PageCache.csv" hash="4bd38621bb26a02a15251fcb37e1408b"/><file name="Mage_Paygate.csv" hash="311566b283975d5c481046346023026b"/><file name="Mage_Payment.csv" hash="23787bc886c5c06d74c216b6d30a2acb"/><file name="Mage_Paypal.csv" hash="30f695efd578e230fd9bb9ece343f5ba"/><file name="Mage_PaypalUk.csv" hash="d9d163d9c022d37e6bef2bf231469572"/><file name="Mage_Persistent.csv" hash="8df1299e4ddacadd638b7dd2f66749da"/><file name="Mage_Poll.csv" hash="01084dbcb43b1da9de35c5730fabd692"/><file name="Mage_ProductAlert.csv" hash="8ceb95248eeb2e4611d01767a7331840"/><file name="Mage_Rating.csv" hash="88db484c67afdb565255d210044bd034"/><file name="Mage_Reports.csv" hash="98f1525c2101c8557af6118e2dd48822"/><file name="Mage_Review.csv" hash="87462f3f70a06521e8e85279edea4eb9"/><file name="Mage_Rss.csv" hash="f99bd663f6b7becac87c8be1720f14b3"/><file name="Mage_Rule.csv" hash="0b655f98a5c7e98f672fcd04395c9a93"/><file name="Mage_Sales.csv" hash="b44152ebfd7b0cbf361617e9ff644274"/><file name="Mage_SalesRule.csv" hash="1703499a655a66855f2fa13597c09587"/><file name="Mage_Sendfriend.csv" hash="b1e310cf2fdaf674de1e7604826146e9"/><file name="Mage_Shipping.csv" hash="136d55ce3ccf70bc2a1c7412085b40bc"/><file name="Mage_Sitemap.csv" hash="4837691c0e5c8cfbc4d75b10f196eb65"/><file name="Mage_Tag.csv" hash="211c99ac80a4b4e02b40a9907a4bc89a"/><file name="Mage_Tax.csv" hash="a0665ad32147d01fec271dc8d2ee12d1"/><file name="Mage_Usa.csv" hash="1dac3b6f90d783295d4a8951da5d1eb8"/><file name="Mage_Weee.csv" hash="24bf654bb76513299a5cd227fed63f4a"/><file name="Mage_Widget.csv" hash="70a76519c347dd8f4209cb3dac849fe6"/><file name="Mage_Wishlist.csv" hash="ffcce9621e5cae730c05853c81c3e80d"/><file name="Mage_XmlConnect.csv" hash="50e9493da78f8e6591fd3fad1311047c"/><file name="Phoenix_Moneybookers.csv" hash="c92cee5c0ca36fdedfbab70e95a91983"/><file name="mcp_orderstatus.csv" hash="3aa2dc48ae133095a3610a3df485e5ab"/><file name="mcp_service.csv" hash="a9172f3549fb79facff3fdc32a565ee6"/><dir name="template"><dir name="email"><file name="account_new.html" hash="c7516c316c9fd94aeb4a007adb42b47c"/><file name="account_new_confirmation.html" hash="c404affe58ec3947379beabf6cf2dee9"/><file name="account_new_confirmed.html" hash="19223ed36f7076dee12a8fc6f542f00f"/><file name="account_password_reset_confirmation.html" hash="d21f5b26557dfbafda0b5d0d29e78803"/><file name="admin_password_new.html" hash="e0cb7a16e03f1e57fc42fa3b60920bb2"/><file name="admin_password_reset_confirmation.html" hash="385547f1fd11e85b6cd818e91f519bfd"/><file name="contact_form.html" hash="ee7a957b249d9bf8d2f84787d9276958"/><file name="currency_update_warning.html" hash="be68b2b00692c3071942df42d206575f"/><dir name="html"><file name="footer.html" hash="72d4ef13825ca2143557f5baf67c27cf"/><file name="header.html" hash="739a3ea8e07bbe3be76e4c93237bc5d2"/></dir><file name="log_clean_warning.html" hash="36eb1af6eca088bdafe6e91c5a355a98"/><file name="moneybookers_activateemail.html" hash="035d73b26c54c8042e03e7551df49457"/><file name="newsletter_subscr_confirm.html" hash="cc7849aaa2ada032e0d0cbcdc4c15222"/><file name="newsletter_subscr_success.html" hash="83fc3c7d1cae23c24561f803e41ea988"/><file name="newsletter_unsub_success.html" hash="3bd611af2d1fae78622e6217ff2b189e"/><file name="password_new.html" hash="e633e5d80e81549e29b239960f5187cb"/><file name="payment_failed.html" hash="693051923f748ed9e695c0b300597034"/><file name="product_alert_cron_error.html" hash="8ea80affba71491f4371b0524d0c3399"/><file name="product_price_alert.html" hash="18ff254fcaea714647caf21b39d36e9b"/><file name="product_share.html" hash="02c76a3380f98aaaa9c3ac6a86da3545"/><file name="product_stock_alert.html" hash="6a0fc4ef5203e195d1a0957accc1fca3"/><dir name="sales"><file name="creditmemo_new.html" hash="c487a7c825477974835891019d2b55bd"/><file name="creditmemo_new_guest.html" hash="47dc131ea102b0cf72d1e8bb50df2514"/><file name="creditmemo_update.html" hash="4dd0fedbe075abc51dd3647bedbf051a"/><file name="creditmemo_update_guest.html" hash="d805b77120143a070d44a01866df8f3f"/><file name="invoice_new.html" hash="0bfd2645ebb5289edcef0ae6fc7f93de"/><file name="invoice_new_guest.html" hash="0bfd2645ebb5289edcef0ae6fc7f93de"/><file name="invoice_update.html" hash="1ced4397da53d8a73bfa854b1ce60c24"/><file name="invoice_update_guest.html" hash="f8e7d66c9d607f3a349a9c21544c9854"/><file name="order_new.html" hash="f3ce547016c4d497805360460c6c5ec3"/><file name="order_new_guest.html" hash="f3ce547016c4d497805360460c6c5ec3"/><file name="order_update.html" hash="8d8d3f6a5831909532984817afc81647"/><file name="order_update_guest.html" hash="04ffcc29c74931d5f46b6ecb25cc049e"/><file name="shipment_new.html" hash="1a8e314cada334caffe213efd1e5ce31"/><file name="shipment_new_guest.html" hash="6ba64b3b35a39bfcc4c3d0ff4acc6fad"/><file name="shipment_update.html" hash="4425c3dfceb25ea1a5b80fd054a0f79f"/><file name="shipment_update_guest.html" hash="45b6f10c6853a36879b17f86e761edbf"/></dir><file name="sitemap_generate_warning.html" hash="7eb47e4ddd7eab22272397cff8c9441d"/><file name="token.html" hash="71f392398f6f80481b2e0edba7cefc78"/><file name="wishlist_share.html" hash="8d4d4838c76468c2be6149f5314b27a6"/></dir></dir><file name="mcp_orderstatus.csv" hash="3aa2dc48ae133095a3610a3df485e5ab"/><file name="mcp_service.csv" hash="a9172f3549fb79facff3fdc32a565ee6"/></dir></target><target name="magemedia"><dir name="micropayment"><file name="basic.css" hash="87c56dad0fb3d28be9b67c93e68c7d46"/><dir name="gfx"><file name="ajax-loader.gif" hash="9ae95bdf9e036823e1506cc68e49527b"/><file name="creditcard.png" hash="3c37eb5596bdaf0fe84a97b846545002"/><file name="debit.png" hash="169aec67a20e02fcdc84762bea51cffb"/><file name="dotlines-vertical.png" hash="2562ea2d1eda91765df4836d1a498522"/><file name="eb2p.png" hash="b262d0e50f114e4a57b31a64d1a0b344"/><file name="logo-master-visa.png" hash="9f0d7ead5c2a5a891abef0c04154b0f0"/><file name="logo-micropayment.png" hash="e120a8aa27f5252ca284cf306732ba97"/><file name="logo-pci.png" hash="b0e969d43a61a932df1ff2af62ab4839"/><file name="prepay.png" hash="07e8ba0826b020174b00b88c97d405da"/><file name="sprite.png" hash="29cfb781ba7e326d2f29e55781e59208"/><file name="ajax-loader.gif" hash="9ae95bdf9e036823e1506cc68e49527b"/><file name="creditcard.png" hash="3c37eb5596bdaf0fe84a97b846545002"/><file name="debit.png" hash="169aec67a20e02fcdc84762bea51cffb"/><file name="dotlines-vertical.png" hash="2562ea2d1eda91765df4836d1a498522"/><file name="eb2p.png" hash="b262d0e50f114e4a57b31a64d1a0b344"/><file name="logo-master-visa.png" hash="9f0d7ead5c2a5a891abef0c04154b0f0"/><file name="logo-micropayment.png" hash="e120a8aa27f5252ca284cf306732ba97"/><file name="logo-pci.png" hash="b0e969d43a61a932df1ff2af62ab4839"/><file name="prepay.png" hash="07e8ba0826b020174b00b88c97d405da"/><file name="sprite.png" hash="29cfb781ba7e326d2f29e55781e59208"/><file name="ajax-loader.gif" hash="9ae95bdf9e036823e1506cc68e49527b"/><file name="creditcard.png" hash="3c37eb5596bdaf0fe84a97b846545002"/><file name="debit.png" hash="169aec67a20e02fcdc84762bea51cffb"/><file name="dotlines-vertical.png" hash="2562ea2d1eda91765df4836d1a498522"/><file name="eb2p.png" hash="b262d0e50f114e4a57b31a64d1a0b344"/><file name="logo-master-visa.png" hash="9f0d7ead5c2a5a891abef0c04154b0f0"/><file name="logo-micropayment.png" hash="e120a8aa27f5252ca284cf306732ba97"/><file name="logo-pci.png" hash="b0e969d43a61a932df1ff2af62ab4839"/><file name="prepay.png" hash="07e8ba0826b020174b00b88c97d405da"/><file name="sprite.png" hash="29cfb781ba7e326d2f29e55781e59208"/></dir><file name="logo.png" hash="52cdb5fdfa44d3ee66f7ea727220f471"/><file name="logo_small.png" hash="bd5de2a7700bc355d85b4bd6f534e5f7"/><file name="basic.css" hash="87c56dad0fb3d28be9b67c93e68c7d46"/><file name="logo.png" hash="52cdb5fdfa44d3ee66f7ea727220f471"/><file name="logo_small.png" hash="bd5de2a7700bc355d85b4bd6f534e5f7"/></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
+
<dependencies><required><php><min>5.4.0</min><max>5.5.20</max></php></required></dependencies>
|
| 18 |
</package>
|
