Novalnet - Version 3.0.1

Version Notes

3.0.1 is now loaded with Iframe functionality

1.3 database table name is now fetched from system.1.2.9 the same as 1.2.7 only because Magento upload did not work correctly.1.2.8 the same as 1.2.7 only because Magento upload did not work correctly.1.2.7Bugfix:FC;r ELV DE, ELV AT und CC wurde die Währung fix als 'EUR' übergeben.



The parameter currency was passed over as fixed value 'EUR' for payment modules 'Direct Debit German', 'Direct Debit Austria' and 'Credir Card'.Allgemeine Bemerkung:Die Cache-Ordner var/cache und var/session müssen wie immer nach Aktualisierungen geleert werden.



Notice: the cache folders var/cache and var/session must be emptied after updates.

Download this release

Release Info

Developer Gabriel Dixon
Extension Novalnet
Version 3.0.1
Comparing to
See all releases


Code changes from version 3.0.0 to 3.0.1

Files changed (83) hide show
  1. app/code/community/Mage/Novalnet/Block/Cc/Form.php +2 -2
  2. app/code/community/Mage/Novalnet/Block/Cc/Info.php +2 -2
  3. app/code/community/Mage/Novalnet/Block/Elvaustria/Form.php +3 -3
  4. app/code/community/Mage/Novalnet/Block/Elvaustria/Info.php +2 -2
  5. app/code/community/Mage/Novalnet/Block/Elvgerman/Form.php +3 -3
  6. app/code/community/Mage/Novalnet/Block/Elvgerman/Info.php +2 -2
  7. app/code/community/Mage/Novalnet/Block/Invoice/Form.php +2 -2
  8. app/code/community/Mage/Novalnet/Block/Invoice/Info.php +2 -2
  9. app/code/community/Mage/Novalnet/Block/Pci/Form.php +2 -2
  10. app/code/community/Mage/Novalnet/Block/Pci/Info.php +2 -2
  11. app/code/community/Mage/Novalnet/Block/Pci/Redirect.php +2 -2
  12. app/code/community/Mage/Novalnet/Block/Phonepayment/Form.php +2 -2
  13. app/code/community/Mage/Novalnet/Block/Phonepayment/Info.php +2 -2
  14. app/code/community/Mage/Novalnet/Block/Prepayment/Form.php +2 -2
  15. app/code/community/Mage/Novalnet/Block/Prepayment/Info.php +2 -2
  16. app/code/community/Mage/Novalnet/Block/Secure/Form.php +3 -3
  17. app/code/community/Mage/Novalnet/Block/Secure/Info.php +2 -2
  18. app/code/community/Mage/Novalnet/Block/Secure/Redirect.php +3 -3
  19. app/code/community/Mage/Novalnet/Helper/Data.php +2 -2
  20. app/code/community/Mage/Novalnet/Model/Mysql4/Setup.php +3 -3
  21. app/code/community/Mage/Novalnet/Model/Novalnet/Request.php +3 -3
  22. app/code/community/Mage/Novalnet/Model/NovalnetCc.php +1 -1
  23. app/code/community/Mage/Novalnet/Model/NovalnetCcpci.php +1 -1
  24. app/code/community/Mage/Novalnet/Model/NovalnetElvatpci.php +1 -1
  25. app/code/community/Mage/Novalnet/Model/NovalnetElvaustria.php +24 -6
  26. app/code/community/Mage/Novalnet/Model/NovalnetElvdepci.php +1 -1
  27. app/code/community/Mage/Novalnet/Model/NovalnetElvgerman.php +24 -8
  28. app/code/community/Mage/Novalnet/Model/NovalnetInvoice.php +22 -3
  29. app/code/community/Mage/Novalnet/Model/NovalnetPciAbstract.php +20 -1
  30. app/code/community/Mage/Novalnet/Model/NovalnetPhonepayment.php +2 -1
  31. app/code/community/Mage/Novalnet/Model/NovalnetPrepayment.php +21 -2
  32. app/code/community/Mage/Novalnet/Model/NovalnetSecure.php +20 -1
  33. app/code/community/Mage/Novalnet/Model/Observer.php +4 -2
  34. app/code/community/Mage/Novalnet/etc/config.xml +22 -2
  35. app/code/community/Mage/Novalnet/etc/system.xml +5 -4
  36. app/code/community/Novalnet/NovalnetPaypal/Model/Novalnetpaypal.php +23 -3
  37. app/code/community/Novalnet/Sofortueberweisung/Model/Sofortueberweisung.php +23 -3
  38. app/design/adminhtml/default/default/template/novalnet/cc/form.phtml +3 -3
  39. app/design/adminhtml/default/default/template/novalnet/cc/info.phtml +1 -1
  40. app/design/adminhtml/default/default/template/novalnet/elvaustria/form.phtml +3 -3
  41. app/design/adminhtml/default/default/template/novalnet/elvaustria/info.phtml +1 -1
  42. app/design/adminhtml/default/default/template/novalnet/elvgerman/form.phtml +4 -4
  43. app/design/adminhtml/default/default/template/novalnet/elvgerman/info.phtml +2 -2
  44. app/design/adminhtml/default/default/template/novalnet/invoice/form.phtml +3 -3
  45. app/design/adminhtml/default/default/template/novalnet/invoice/info.phtml +2 -2
  46. app/design/adminhtml/default/default/template/novalnet/pci/form.phtml +5 -5
  47. app/design/adminhtml/default/default/template/novalnet/pci/info.phtml +1 -1
  48. app/design/adminhtml/default/default/template/novalnet/phonepayment/form.phtml +1 -1
  49. app/design/adminhtml/default/default/template/novalnet/phonepayment/info.phtml +1 -1
  50. app/design/adminhtml/default/default/template/novalnet/prepayment/form.phtml +1 -1
  51. app/design/adminhtml/default/default/template/novalnet/prepayment/info.phtml +1 -1
  52. app/design/adminhtml/default/default/template/novalnet/secure/form.phtml +3 -3
  53. app/design/adminhtml/default/default/template/novalnet/secure/info.phtml +1 -1
  54. app/design/adminhtml/default/default/template/novalnetpaypal/info/novalnetpaypal.phtml +3 -3
  55. app/design/adminhtml/default/default/template/novalnetsofortueberweisung/info/sofortueberweisung.phtml +5 -4
  56. app/design/adminhtml/default/default/template/payment/info/pdf/cc.phtml +2 -2
  57. app/design/adminhtml/default/default/template/payment/info/pdf/pci.phtml +3 -3
  58. app/design/frontend/default/default/template/novalnet/cc/form.phtml +3 -3
  59. app/design/frontend/default/default/template/novalnet/cc/info.phtml +1 -1
  60. app/design/frontend/default/default/template/novalnet/elvaustria/form.phtml +3 -3
  61. app/design/frontend/default/default/template/novalnet/elvaustria/info.phtml +1 -1
  62. app/design/frontend/default/default/template/novalnet/elvgerman/form.phtml +3 -3
  63. app/design/frontend/default/default/template/novalnet/elvgerman/info.phtml +1 -1
  64. app/design/frontend/default/default/template/novalnet/invoice/form.phtml +1 -1
  65. app/design/frontend/default/default/template/novalnet/invoice/info.phtml +1 -1
  66. app/design/frontend/default/default/template/novalnet/pci/form.phtml +5 -5
  67. app/design/frontend/default/default/template/novalnet/pci/info.phtml +1 -1
  68. app/design/frontend/default/default/template/novalnet/phonepayment/form.phtml +3 -3
  69. app/design/frontend/default/default/template/novalnet/phonepayment/info.phtml +2 -2
  70. app/design/frontend/default/default/template/novalnet/prepayment/form.phtml +2 -2
  71. app/design/frontend/default/default/template/novalnet/prepayment/info.phtml +1 -1
  72. app/design/frontend/default/default/template/novalnet/secure/form.phtml +3 -3
  73. app/design/frontend/default/default/template/novalnet/secure/info.phtml +1 -1
  74. app/design/frontend/default/default/template/novalnetpaypal/form/novalnetpaypal.phtml +4 -4
  75. app/design/frontend/default/default/template/novalnetpaypal/info/novalnetpaypal.phtml +1 -1
  76. app/design/frontend/default/default/template/novalnetsofortueberweisung/form/sofortueberweisung.phtml +3 -3
  77. app/design/frontend/default/default/template/novalnetsofortueberweisung/info/sofortueberweisung.phtml +2 -4
  78. app/locale/de_AT/Novalnet_NovalnetPaypal.csv +142 -142
  79. app/locale/de_CH/Novalnet_NovalnetPaypal.csv +142 -142
  80. app/locale/de_DE/Novalnet_NovalnetPaypal.csv +142 -142
  81. callback_novalnet2magento.php +112 -89
  82. package.xml +14 -9
  83. skin/frontend/default/default/js/novalnet.js +7 -0
app/code/community/Mage/Novalnet/Block/Cc/Form.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Cc/Info.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Elvaustria/Form.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
@@ -91,4 +91,4 @@ class Mage_Novalnet_Block_Elvaustria_Form extends Mage_Payment_Block_Form
91
  return true;
92
  }
93
 
94
- }
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
91
  return true;
92
  }
93
 
94
+ }
app/code/community/Mage/Novalnet/Block/Elvaustria/Info.php CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/code/community/Mage/Novalnet/Block/Elvgerman/Form.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
@@ -97,4 +97,4 @@ class Mage_Novalnet_Block_Elvgerman_Form extends Mage_Payment_Block_Form
97
  return true;
98
  }
99
 
100
- }
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
97
  return true;
98
  }
99
 
100
+ }
app/code/community/Mage/Novalnet/Block/Elvgerman/Info.php CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/code/community/Mage/Novalnet/Block/Invoice/Form.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Invoice/Info.php CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/code/community/Mage/Novalnet/Block/Pci/Form.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Pci/Info.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Pci/Redirect.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Phonepayment/Form.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Phonepayment/Info.php CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/code/community/Mage/Novalnet/Block/Prepayment/Form.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Prepayment/Info.php CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/code/community/Mage/Novalnet/Block/Secure/Form.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
@@ -130,4 +130,4 @@ class Mage_Novalnet_Block_Secure_Form extends Mage_Payment_Block_Form
130
  }
131
  return true;
132
  }
133
- }
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
130
  }
131
  return true;
132
  }
133
+ }
app/code/community/Mage/Novalnet/Block/Secure/Info.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Block/Secure/Redirect.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
@@ -49,4 +49,4 @@ class Mage_Novalnet_Block_Secure_Redirect extends Mage_Core_Block_Abstract
49
  $html.= '</body></html>';
50
  return $html;
51
  }
52
- }
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
49
  $html.= '</body></html>';
50
  return $html;
51
  }
52
+ }
app/code/community/Mage/Novalnet/Helper/Data.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Model/Mysql4/Setup.php CHANGED
@@ -20,11 +20,11 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  class Mage_Novalnet_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup
28
  {
29
 
30
- }
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  class Mage_Novalnet_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup
28
  {
29
 
30
+ }
app/code/community/Mage/Novalnet/Model/Novalnet/Request.php CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
@@ -35,4 +35,4 @@ class Mage_Novalnet_Model_Novalnet_Request extends Varien_Object
35
  $this->$setKey(utf8_decode($val));
36
  }
37
  }
38
- }
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
35
  $this->$setKey(utf8_decode($val));
36
  }
37
  }
38
+ }
app/code/community/Mage/Novalnet/Model/NovalnetCc.php CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
app/code/community/Mage/Novalnet/Model/NovalnetCcpci.php CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  class Mage_Novalnet_Model_NovalnetCcpci extends Mage_Novalnet_Model_NovalnetPciAbstract
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  class Mage_Novalnet_Model_NovalnetCcpci extends Mage_Novalnet_Model_NovalnetPciAbstract
app/code/community/Mage/Novalnet/Model/NovalnetElvatpci.php CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  class Mage_Novalnet_Model_NovalnetElvatpci extends Mage_Novalnet_Model_NovalnetPciAbstract
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  class Mage_Novalnet_Model_NovalnetElvatpci extends Mage_Novalnet_Model_NovalnetPciAbstract
app/code/community/Mage/Novalnet/Model/NovalnetElvaustria.php CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
@@ -373,8 +373,8 @@ class Mage_Novalnet_Model_NovalnetElvaustria extends Mage_Payment_Model_Method_A
373
  $infoInstance = $this->getInfoInstance();
374
  $infoInstance->setNnElvCountry($data->getElvCountry())
375
  ->setNnAccountHolder($data->getAccountHolderAt())
376
- ->setNnAccountNumber($data->getAccountNumberAt())
377
- ->setNnBankSortingCode($data->getBankSortingCodeAt())
378
  ->setNnCallbackPin($data->getCallbackPinAt())
379
  ->setNnNewCallbackPin($data->getNewCallbackPinAt())
380
  ->setNnCallbackTel($data->getCallbackTelAt())
@@ -397,7 +397,25 @@ class Mage_Novalnet_Model_NovalnetElvaustria extends Mage_Payment_Model_Method_A
397
  }if((int)$this->getConfigData('manual_checking_amount')&& (!trim($this->getConfigData('second_product_id')) || !trim($this->getConfigData('second_tariff_id')))) {
398
  Mage::throwException(Mage::helper('novalnet')->__('Required Second Product Tariff').'!');
399
  }
400
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
401
  $this->_validateCallbackSession();
402
  $infoInstance = $this->getInfoInstance();
403
  $nnAccountHolder = $infoInstance->getNnAccountHolder();
@@ -413,10 +431,10 @@ class Mage_Novalnet_Model_NovalnetElvaustria extends Mage_Payment_Model_Method_A
413
  if (preg_match("/\D/", $nnBankSortingCode)){
414
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid bank sorting code.').'!');
415
  }
416
- if (strlen($nnAccountNumber) <= self::ACCNO_MIN_LENGTH) {
417
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid account number.').'!');
418
  }
419
- if (strlen($nnBankSortingCode) <= self::BANK_SORTCODE_LENGTH) {
420
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid bank sorting code.').'!');
421
  }
422
 
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
373
  $infoInstance = $this->getInfoInstance();
374
  $infoInstance->setNnElvCountry($data->getElvCountry())
375
  ->setNnAccountHolder($data->getAccountHolderAt())
376
+ ->setNnAccountNumber(trim($data->getAccountNumberAt()))
377
+ ->setNnBankSortingCode(trim($data->getBankSortingCodeAt()))
378
  ->setNnCallbackPin($data->getCallbackPinAt())
379
  ->setNnNewCallbackPin($data->getNewCallbackPinAt())
380
  ->setNnCallbackTel($data->getCallbackTelAt())
397
  }if((int)$this->getConfigData('manual_checking_amount')&& (!trim($this->getConfigData('second_product_id')) || !trim($this->getConfigData('second_tariff_id')))) {
398
  Mage::throwException(Mage::helper('novalnet')->__('Required Second Product Tariff').'!');
399
  }
400
+ //Customer_id verification
401
+ try{
402
+ $login_check = Mage::getSingleton('customer/session')->isLoggedIn();
403
+ if($login_check){
404
+ $customer_no = Mage::getSingleton('customer/session')->getCustomer()->getId();
405
+ if (empty($customer_no)){
406
+ $customer_no = $_SESSION['core']['visitor_data']['customer_id'];
407
+ }
408
+ if($customer_no==""){
409
+ Mage::log(Mage::getSingleton('customer/session')->getCustomer(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
410
+ Mage::log("Below are Order Details : ",NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
411
+ $order = Mage::getModel('checkout/cart')->getQuote()->getData();
412
+ Mage::log($order,NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
413
+ Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing. Please contact Shop Admin').'!');
414
+ }
415
+ }
416
+ }catch(Exception $e){
417
+ Mage::log($e->getMessage(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
418
+ }
419
  $this->_validateCallbackSession();
420
  $infoInstance = $this->getInfoInstance();
421
  $nnAccountHolder = $infoInstance->getNnAccountHolder();
431
  if (preg_match("/\D/", $nnBankSortingCode)){
432
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid bank sorting code.').'!');
433
  }
434
+ if (strlen($nnAccountNumber) < self::ACCNO_MIN_LENGTH) {
435
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid account number.').'!');
436
  }
437
+ if (strlen($nnBankSortingCode) < self::BANK_SORTCODE_LENGTH) {
438
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid bank sorting code.').'!');
439
  }
440
 
app/code/community/Mage/Novalnet/Model/NovalnetElvdepci.php CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  class Mage_Novalnet_Model_NovalnetElvdepci extends Mage_Novalnet_Model_NovalnetPciAbstract
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  class Mage_Novalnet_Model_NovalnetElvdepci extends Mage_Novalnet_Model_NovalnetPciAbstract
app/code/community/Mage/Novalnet/Model/NovalnetElvgerman.php CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
@@ -383,8 +383,8 @@ class Mage_Novalnet_Model_NovalnetElvgerman extends Mage_Payment_Model_Method_Ab
383
  $infoInstance = $this->getInfoInstance();
384
  $infoInstance->setNnElvCountry($data->getElvCountry())
385
  ->setNnAccountHolder($data->getAccountHolder())
386
- ->setNnAccountNumber($data->getAccountNumber())
387
- ->setNnBankSortingCode($data->getBankSortingCode())
388
  ->setNnAcdc($data->getAcdc())
389
  ->setNnCallbackPin($data->getCallbackPin())
390
  ->setNnNewCallbackPin($data->getNewCallbackPin())
@@ -407,7 +407,25 @@ class Mage_Novalnet_Model_NovalnetElvgerman extends Mage_Payment_Model_Method_Ab
407
  }if((int)$this->getConfigData('manual_checking_amount')&& (!trim($this->getConfigData('second_product_id')) || !trim($this->getConfigData('second_tariff_id')))) {
408
  Mage::throwException(Mage::helper('novalnet')->__('Required Second Product Tariff').'!');
409
  }
410
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411
  $this->_validateCallbackSession();
412
  $infoInstance = $this->getInfoInstance();
413
  $nnAccountHolder = $infoInstance->getNnAccountHolder();
@@ -422,13 +440,11 @@ class Mage_Novalnet_Model_NovalnetElvgerman extends Mage_Payment_Model_Method_Ab
422
  }
423
  if (preg_match("/\D/", $nnBankSortingCode)){
424
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid bank sorting code.').'!');
425
-
426
-
427
  }
428
- if (strlen($nnAccountNumber) <= self::ACCNO_MIN_LENGTH) {
429
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid account number.').'!');
430
  }
431
- if (strlen($nnBankSortingCode) <= self::BANK_SORTCODE_LENGTH) {
432
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid bank sorting code.').'!');
433
  }
434
  if ($infoInstance->getAcdcValidationFlag() && !$infoInstance->getNnAcdc()){
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
383
  $infoInstance = $this->getInfoInstance();
384
  $infoInstance->setNnElvCountry($data->getElvCountry())
385
  ->setNnAccountHolder($data->getAccountHolder())
386
+ ->setNnAccountNumber(trim($data->getAccountNumber()))
387
+ ->setNnBankSortingCode(trim($data->getBankSortingCode()))
388
  ->setNnAcdc($data->getAcdc())
389
  ->setNnCallbackPin($data->getCallbackPin())
390
  ->setNnNewCallbackPin($data->getNewCallbackPin())
407
  }if((int)$this->getConfigData('manual_checking_amount')&& (!trim($this->getConfigData('second_product_id')) || !trim($this->getConfigData('second_tariff_id')))) {
408
  Mage::throwException(Mage::helper('novalnet')->__('Required Second Product Tariff').'!');
409
  }
410
+ //Customer_id verification
411
+ try{
412
+ $login_check = Mage::getSingleton('customer/session')->isLoggedIn();
413
+ if($login_check){
414
+ $customer_no = Mage::getSingleton('customer/session')->getCustomer()->getId();
415
+ if (empty($customer_no)){
416
+ $customer_no = $_SESSION['core']['visitor_data']['customer_id'];
417
+ }
418
+ if($customer_no==""){
419
+ Mage::log(Mage::getSingleton('customer/session')->getCustomer(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
420
+ Mage::log("Below are Order Details : ",NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
421
+ $order = Mage::getModel('checkout/cart')->getQuote()->getData();
422
+ Mage::log($order,NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
423
+ Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing. Please contact Shop Admin').'!');
424
+ }
425
+ }
426
+ }catch(Exception $e){
427
+ Mage::log($e->getMessage(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
428
+ }
429
  $this->_validateCallbackSession();
430
  $infoInstance = $this->getInfoInstance();
431
  $nnAccountHolder = $infoInstance->getNnAccountHolder();
440
  }
441
  if (preg_match("/\D/", $nnBankSortingCode)){
442
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid bank sorting code.').'!');
 
 
443
  }
444
+ if (strlen($nnAccountNumber) < self::ACCNO_MIN_LENGTH) {
445
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid account number.').'!');
446
  }
447
+ if (strlen($nnBankSortingCode) < self::BANK_SORTCODE_LENGTH) {
448
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid bank sorting code.').'!');
449
  }
450
  if ($infoInstance->getAcdcValidationFlag() && !$infoInstance->getNnAcdc()){
app/code/community/Mage/Novalnet/Model/NovalnetInvoice.php CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
@@ -158,7 +158,7 @@ class Mage_Novalnet_Model_NovalnetInvoice extends Mage_Payment_Model_Method_Abst
158
  ->setCity($billing->getCity())
159
  ->setZip($billing->getPostcode())
160
  ->setCountry($billing->getCountry())
161
- ->setLang(substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2))
162
  ->setTel($billing->getTelephone())
163
  ->setFax($billing->getFax())
164
  ->setRemoteIp(Mage::helper('novalnet')->getRealIpAddr())
@@ -320,6 +320,25 @@ class Mage_Novalnet_Model_NovalnetInvoice extends Mage_Payment_Model_Method_Abst
320
  if(!trim($this->getConfigData('merchant_id')) || !trim($this->getConfigData('auth_code')) || !trim($this->getConfigData('product_id')) || !trim($this->getConfigData('tariff_id'))) {
321
  Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing').'!');
322
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
  if(!$this->_isPlaceOrder()){
324
  parent::validate();
325
  $this->_validateCallbackSession();
@@ -553,7 +572,7 @@ class Mage_Novalnet_Model_NovalnetInvoice extends Mage_Payment_Model_Method_Abst
553
  $note .= $helper->__('Account Holder2') . " : <b>NOVALNET AG</b><br />";
554
  $note .= $helper->__('Account Number') . " : <b>" . $result->getInvoiceAccount() . "</b><br />";
555
  $note .= $helper->__('Bank Sorting Code') . " : <b>" . $result->getInvoiceBankcode() . "</b><br />";
556
- $note .= $helper->__('Bank') . " : <b>" . $result->getInvoiceBankname() . " Muenchen </b><br />";
557
  $note .= $helper->__('Amount') . " : <b>" . str_replace('.', ',', $result->getAmount()) . " EUR </b><br />";
558
  $note .= $helper->__('Reference') . " : <b>TID " . $result->getTid() . "</b><br /><br />";
559
  $note .= "<b>".$helper->__('Only for foreign transfers') . ":</b><br />";
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
158
  ->setCity($billing->getCity())
159
  ->setZip($billing->getPostcode())
160
  ->setCountry($billing->getCountry())
161
+ ->setLang(strtoupper(substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2)))
162
  ->setTel($billing->getTelephone())
163
  ->setFax($billing->getFax())
164
  ->setRemoteIp(Mage::helper('novalnet')->getRealIpAddr())
320
  if(!trim($this->getConfigData('merchant_id')) || !trim($this->getConfigData('auth_code')) || !trim($this->getConfigData('product_id')) || !trim($this->getConfigData('tariff_id'))) {
321
  Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing').'!');
322
  }
323
+ //Customer_id verification
324
+ try{
325
+ $login_check = Mage::getSingleton('customer/session')->isLoggedIn();
326
+ if($login_check){
327
+ $customer_no = Mage::getSingleton('customer/session')->getCustomer()->getId();
328
+ if (empty($customer_no)){
329
+ $customer_no = $_SESSION['core']['visitor_data']['customer_id'];
330
+ }
331
+ if($customer_no==""){
332
+ Mage::log(Mage::getSingleton('customer/session')->getCustomer(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
333
+ Mage::log("Below are Order Details : ",NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
334
+ $order = Mage::getModel('checkout/cart')->getQuote()->getData();
335
+ Mage::log($order,NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
336
+ Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing. Please contact Shop Admin').'!');
337
+ }
338
+ }
339
+ }catch(Exception $e){
340
+ Mage::log($e->getMessage(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
341
+ }
342
  if(!$this->_isPlaceOrder()){
343
  parent::validate();
344
  $this->_validateCallbackSession();
572
  $note .= $helper->__('Account Holder2') . " : <b>NOVALNET AG</b><br />";
573
  $note .= $helper->__('Account Number') . " : <b>" . $result->getInvoiceAccount() . "</b><br />";
574
  $note .= $helper->__('Bank Sorting Code') . " : <b>" . $result->getInvoiceBankcode() . "</b><br />";
575
+ $note .= $helper->__('Bank') . ": <b>" . $result->getInvoiceBankname()." ".$result->getInvoiceBankplace()."</b>";
576
  $note .= $helper->__('Amount') . " : <b>" . str_replace('.', ',', $result->getAmount()) . " EUR </b><br />";
577
  $note .= $helper->__('Reference') . " : <b>TID " . $result->getTid() . "</b><br /><br />";
578
  $note .= "<b>".$helper->__('Only for foreign transfers') . ":</b><br />";
app/code/community/Mage/Novalnet/Model/NovalnetPciAbstract.php CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
@@ -333,6 +333,25 @@ class Mage_Novalnet_Model_NovalnetPciAbstract extends Mage_Payment_Model_Method_
333
  if((int)$this->getConfigData('manual_checking_amount')&& (!trim($this->getConfigData('second_product_id')) || !trim($this->getConfigData('second_tariff_id')))) {
334
  Mage::throwException(Mage::helper('novalnet')->__('Required Second Product Tariff').'!');
335
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  return $this;
337
  }
338
 
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
 
333
  if((int)$this->getConfigData('manual_checking_amount')&& (!trim($this->getConfigData('second_product_id')) || !trim($this->getConfigData('second_tariff_id')))) {
334
  Mage::throwException(Mage::helper('novalnet')->__('Required Second Product Tariff').'!');
335
  }
336
+ //Customer_id verification
337
+ try{
338
+ $login_check = Mage::getSingleton('customer/session')->isLoggedIn();
339
+ if($login_check){
340
+ $customer_no = Mage::getSingleton('customer/session')->getCustomer()->getId();
341
+ if (empty($customer_no)){
342
+ $customer_no = $_SESSION['core']['visitor_data']['customer_id'];
343
+ }
344
+ if($customer_no==""){
345
+ Mage::log(Mage::getSingleton('customer/session')->getCustomer(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
346
+ Mage::log("Below are Order Details : ",NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
347
+ $order = Mage::getModel('checkout/cart')->getQuote()->getData();
348
+ Mage::log($order,NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
349
+ Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing. Please contact Shop Admin').'!');
350
+ }
351
+ }
352
+ }catch(Exception $e){
353
+ Mage::log($e->getMessage(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
354
+ }
355
  return $this;
356
  }
357
 
app/code/community/Mage/Novalnet/Model/NovalnetPhonepayment.php CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
@@ -476,6 +476,7 @@ class Mage_Novalnet_Model_NovalnetPhonepayment extends Mage_Payment_Model_Method
476
  $note = Mage::helper('novalnet')->__('Please transfer the amount to following account').":<br /><br />\n\n";
477
 
478
  $note.= Mage::helper('novalnet')->__('Account Holder2').": NOVALNET AG<br />\n";
 
479
  $note.= Mage::helper('novalnet')->__('Account Number').": ".$aryResponse['invoice_account']."<br />\n";
480
  $note.= Mage::helper('novalnet')->__('Bank Sorting Code').": ".$aryResponse['invoice_bankcode']."<br />\n";
481
  $note.= Mage::helper('novalnet')->__('Bank').": ".$aryResponse['invoice_bankname'].' Muenchen<br /><br />'."\n\n"; #.$aryResponse['invoice_bankplace']."\n\n";
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
476
  $note = Mage::helper('novalnet')->__('Please transfer the amount to following account').":<br /><br />\n\n";
477
 
478
  $note.= Mage::helper('novalnet')->__('Account Holder2').": NOVALNET AG<br />\n";
479
+
480
  $note.= Mage::helper('novalnet')->__('Account Number').": ".$aryResponse['invoice_account']."<br />\n";
481
  $note.= Mage::helper('novalnet')->__('Bank Sorting Code').": ".$aryResponse['invoice_bankcode']."<br />\n";
482
  $note.= Mage::helper('novalnet')->__('Bank').": ".$aryResponse['invoice_bankname'].' Muenchen<br /><br />'."\n\n"; #.$aryResponse['invoice_bankplace']."\n\n";
app/code/community/Mage/Novalnet/Model/NovalnetPrepayment.php CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
@@ -148,6 +148,25 @@ class Mage_Novalnet_Model_NovalnetPrepayment extends Mage_Payment_Model_Method_A
148
  if(!trim($this->getConfigData('merchant_id')) || !trim($this->getConfigData('auth_code')) || !trim($this->getConfigData('product_id')) || !trim($this->getConfigData('tariff_id'))) {
149
  Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing').'!');
150
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  if(!$session->getInvoiceReqData() && $this->_isPlaceOrder())
152
  {
153
  $request = $this->_buildNoInvoiceRequest();
@@ -252,7 +271,7 @@ class Mage_Novalnet_Model_NovalnetPrepayment extends Mage_Payment_Model_Method_A
252
  $note .= $helper->__('Account Holder2') . " : <b>NOVALNET AG</b><br />";
253
  $note .= $helper->__('Account Number') . " : <b>" . $result->getInvoiceAccount() . "</b><br />";
254
  $note .= $helper->__('Bank Sorting Code') . " : <b>" . $result->getInvoiceBankcode() . "</b><br />";
255
- $note .= $helper->__('Bank') . " : <b>" . $result->getInvoiceBankname() . " Muenchen</b><br />";
256
  $note .= $helper->__('Amount') . " : <b>" . str_replace('.', ',', $result->getAmount()) . " EUR</b><br />";
257
  $note .= $helper->__('Reference') . " : <b>TID " . $result->getTid() . "</b><br /><br />";
258
  $note .= "<b>".$helper->__('Only for foreign transfers') . ":</b><br />";
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
148
  if(!trim($this->getConfigData('merchant_id')) || !trim($this->getConfigData('auth_code')) || !trim($this->getConfigData('product_id')) || !trim($this->getConfigData('tariff_id'))) {
149
  Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing').'!');
150
  }
151
+ //Customer_id verification
152
+ try{
153
+ $login_check = Mage::getSingleton('customer/session')->isLoggedIn();
154
+ if($login_check){
155
+ $customer_no = Mage::getSingleton('customer/session')->getCustomer()->getId();
156
+ if (empty($customer_no)){
157
+ $customer_no = $_SESSION['core']['visitor_data']['customer_id'];
158
+ }
159
+ if($customer_no==""){
160
+ Mage::log(Mage::getSingleton('customer/session')->getCustomer(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
161
+ Mage::log("Below are Order Details : ",NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
162
+ $order = Mage::getModel('checkout/cart')->getQuote()->getData();
163
+ Mage::log($order,NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
164
+ Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing. Please contact Shop Admin').'!');
165
+ }
166
+ }
167
+ }catch(Exception $e){
168
+ Mage::log($e->getMessage(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
169
+ }
170
  if(!$session->getInvoiceReqData() && $this->_isPlaceOrder())
171
  {
172
  $request = $this->_buildNoInvoiceRequest();
271
  $note .= $helper->__('Account Holder2') . " : <b>NOVALNET AG</b><br />";
272
  $note .= $helper->__('Account Number') . " : <b>" . $result->getInvoiceAccount() . "</b><br />";
273
  $note .= $helper->__('Bank Sorting Code') . " : <b>" . $result->getInvoiceBankcode() . "</b><br />";
274
+ $note .= $helper->__('Bank') . ": <b>" . $result->getInvoiceBankname()." ".$result->getInvoiceBankplace()."</b>";
275
  $note .= $helper->__('Amount') . " : <b>" . str_replace('.', ',', $result->getAmount()) . " EUR</b><br />";
276
  $note .= $helper->__('Reference') . " : <b>TID " . $result->getTid() . "</b><br /><br />";
277
  $note .= "<b>".$helper->__('Only for foreign transfers') . ":</b><br />";
app/code/community/Mage/Novalnet/Model/NovalnetSecure.php CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
@@ -227,6 +227,25 @@ class Mage_Novalnet_Model_NovalnetSecure extends Mage_Payment_Model_Method_Cc
227
  if(preg_match('/[#%\^<>@$=*!]/', $info->getCcOwner())){
228
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid Account Holder Name'));
229
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  return $this;
231
  }
232
  /**
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
227
  if(preg_match('/[#%\^<>@$=*!]/', $info->getCcOwner())){
228
  Mage::throwException(Mage::helper('novalnet')->__('This is not a valid Account Holder Name'));
229
  }
230
+ //Customer_id verification
231
+ try{
232
+ $login_check = Mage::getSingleton('customer/session')->isLoggedIn();
233
+ if($login_check){
234
+ $customer_no = Mage::getSingleton('customer/session')->getCustomer()->getId();
235
+ if (empty($customer_no)){
236
+ $customer_no = $_SESSION['core']['visitor_data']['customer_id'];
237
+ }
238
+ if($customer_no==""){
239
+ Mage::log(Mage::getSingleton('customer/session')->getCustomer(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
240
+ Mage::log("Below are Order Details : ",NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
241
+ $order = Mage::getModel('checkout/cart')->getQuote()->getData();
242
+ Mage::log($order,NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
243
+ Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing. Please contact Shop Admin').'!');
244
+ }
245
+ }
246
+ }catch(Exception $e){
247
+ Mage::log($e->getMessage(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
248
+ }
249
  return $this;
250
  }
251
  /**
app/code/community/Mage/Novalnet/Model/Observer.php CHANGED
@@ -89,8 +89,10 @@ class Mage_Novalnet_Model_Observer extends Mage_Payment_Model_Method_Abstract
89
  *
90
  */
91
 
92
- public function SaveOrderStatus ()
93
  {
 
 
94
  $paymentmethod=Mage::getSingleton('checkout/session')->getQuote()->getPayment()->getMethodInstance()->getCode();
95
  if($paymentmethod == 'novalnetCc')
96
  {
@@ -104,7 +106,7 @@ class Mage_Novalnet_Model_Observer extends Mage_Payment_Model_Method_Abstract
104
  )->save();
105
  }
106
  }
107
-
108
  }
109
 
110
  ?>
89
  *
90
  */
91
 
92
+ public function SaveOrderStatus($observer)
93
  {
94
+ $result = Mage::helper('core')->jsonDecode($observer->getEvent()->getData('controller_action')->getResponse()->getBody());
95
+ if(trim($result['error'])=='' && $result['error']!=true) {
96
  $paymentmethod=Mage::getSingleton('checkout/session')->getQuote()->getPayment()->getMethodInstance()->getCode();
97
  if($paymentmethod == 'novalnetCc')
98
  {
106
  )->save();
107
  }
108
  }
109
+ }
110
  }
111
 
112
  ?>
app/code/community/Mage/Novalnet/etc/config.xml CHANGED
@@ -3,7 +3,7 @@
3
  <global>
4
  <template>
5
  <email>
6
- <novalnet_callback_email_template module="Mage_Novalnet">
7
  <label>Novalnet Callback Email</label>
8
  <file>novalnet/novalnet_callback_email.html</file>
9
  <type>html</type>
@@ -112,6 +112,26 @@
112
  </Mage_Novalnet>
113
  </modules>
114
  </translate>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  <layout>
116
  <updates>
117
  <novalnet>
@@ -226,4 +246,4 @@
226
  </novalnetElvatpci>
227
  </payment>
228
  </default>
229
- </config>
3
  <global>
4
  <template>
5
  <email>
6
+ <novalnet_callback_email_template module="novalnet">
7
  <label>Novalnet Callback Email</label>
8
  <file>novalnet/novalnet_callback_email.html</file>
9
  <type>html</type>
112
  </Mage_Novalnet>
113
  </modules>
114
  </translate>
115
+ <events>
116
+ <controller_action_predispatch_checkout_onepage_index>
117
+ <observers>
118
+ <Mage_Novalnet_Model_Observer>
119
+ <type>singleton</type>
120
+ <class>Mage_Novalnet_Model_Observer</class>
121
+ <method>getFormData</method>
122
+ </Mage_Novalnet_Model_Observer>
123
+ </observers>
124
+ </controller_action_predispatch_checkout_onepage_index>
125
+ <controller_action_postdispatch_checkout_onepage_saveOrder>
126
+ <observers>
127
+ <Mage_Novalnet_Model_Observer>
128
+ <type>singleton</type>
129
+ <class>Mage_Novalnet_Model_Observer</class>
130
+ <method>SaveOrderStatus</method>
131
+ </Mage_Novalnet_Model_Observer>
132
+ </observers>
133
+ </controller_action_postdispatch_checkout_onepage_saveOrder>
134
+ </events>
135
  <layout>
136
  <updates>
137
  <novalnet>
246
  </novalnetElvatpci>
247
  </payment>
248
  </default>
249
+ </config>
app/code/community/Mage/Novalnet/etc/system.xml CHANGED
@@ -211,7 +211,8 @@
211
  <label>Minimum Orders Count</label>
212
  <frontend_type>text</frontend_type>
213
  <sort_order>200</sort_order>
214
- <comment>Default: "0" for disabled check.</comment> <show_in_default>1</show_in_default>
 
215
  <show_in_website>1</show_in_website>
216
  <show_in_store>1</show_in_store>
217
  </orderscount>
@@ -308,8 +309,7 @@
308
  <show_in_store>1</show_in_store>
309
  </second_tariff_id>
310
  <callback translate="label">
311
- <comment>When activated by PIN Callback / SMS
312
- </comment>
313
  <label>PIN by Callback/SMS/E-Mail</label>
314
  <frontend_type>select</frontend_type>
315
  <source_model>novalnet/novalnet_source_callbacktypes</source_model>
@@ -407,7 +407,8 @@
407
  <label>Minimum Orders Count</label>
408
  <frontend_type>text</frontend_type>
409
  <sort_order>200</sort_order>
410
- <comment>Default: "0" for disabled check.</comment> <show_in_default>1</show_in_default>
 
411
  <show_in_website>1</show_in_website>
412
  <show_in_store>1</show_in_store>
413
  </orderscount>
211
  <label>Minimum Orders Count</label>
212
  <frontend_type>text</frontend_type>
213
  <sort_order>200</sort_order>
214
+ <comment>Default: "0" for disabled check.</comment>
215
+ <show_in_default>1</show_in_default>
216
  <show_in_website>1</show_in_website>
217
  <show_in_store>1</show_in_store>
218
  </orderscount>
309
  <show_in_store>1</show_in_store>
310
  </second_tariff_id>
311
  <callback translate="label">
312
+ <comment>When activated by PIN Callback / SMS</comment>
 
313
  <label>PIN by Callback/SMS/E-Mail</label>
314
  <frontend_type>select</frontend_type>
315
  <source_model>novalnet/novalnet_source_callbacktypes</source_model>
407
  <label>Minimum Orders Count</label>
408
  <frontend_type>text</frontend_type>
409
  <sort_order>200</sort_order>
410
+ <comment>Default: "0" for disabled check.</comment>
411
+ <show_in_default>1</show_in_default>
412
  <show_in_website>1</show_in_website>
413
  <show_in_store>1</show_in_store>
414
  </orderscount>
app/code/community/Novalnet/NovalnetPaypal/Model/Novalnetpaypal.php CHANGED
@@ -91,7 +91,26 @@ class Novalnet_NovalnetPaypal_Model_NovalnetPaypal extends Mage_Payment_Model_Me
91
  if(!trim($this->getConfigData('merchant_id')) || !trim($this->getConfigData('auth_code')) || !trim($this->getConfigData('product_id')) || !trim($this->getConfigData('tariff_id')) || !trim($this->getConfigData('paypal_api_signature')) || !trim($this->getConfigData('paypal_api_username')) || !trim($this->getConfigData('paypal_api_password')) || !trim($this->getConfigData('password'))) {
92
  Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing').'!');
93
  }
94
- return $this;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  }
96
 
97
  public function isAvailable($quote = null) {
@@ -160,7 +179,8 @@ class Novalnet_NovalnetPaypal_Model_NovalnetPaypal extends Mage_Payment_Model_Me
160
  $fieldsArr['city'] = $billing->getCity();
161
  $fieldsArr['zip'] = $billing->getPostcode();
162
  $fieldsArr['country_code'] = $billing->getCountry();
163
- $fieldsArr['lang'] = substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2);
 
164
  $fieldsArr['remote_ip'] = $this->getRealIpAddr();
165
  $fieldsArr['tel'] = $billing->getTelephone();
166
  $fieldsArr['fax'] = $billing->getFax();
@@ -172,7 +192,7 @@ class Novalnet_NovalnetPaypal_Model_NovalnetPaypal extends Mage_Payment_Model_Me
172
  $fieldsArr['order_no'] = $paymentInfo->getOrder()->getRealOrderId();
173
  $fieldsArr['input1'] = 'order_id';
174
  $fieldsArr['inputval1'] = $paymentInfo->getOrder()->getRealOrderId();
175
- $fieldsArr['user_variable_0'] = Mage::getBaseUrl();
176
  $fieldsArr['api_signature'] = $this->encode(trim($this->getConfigData('paypal_api_signature')), $this->password);
177
  $fieldsArr['api_user'] = $this->encode(trim($this->getConfigData('paypal_api_username')), $this->password);
178
  $fieldsArr['api_pw'] = $this->encode(trim($this->getConfigData('paypal_api_password')), $this->password);
91
  if(!trim($this->getConfigData('merchant_id')) || !trim($this->getConfigData('auth_code')) || !trim($this->getConfigData('product_id')) || !trim($this->getConfigData('tariff_id')) || !trim($this->getConfigData('paypal_api_signature')) || !trim($this->getConfigData('paypal_api_username')) || !trim($this->getConfigData('paypal_api_password')) || !trim($this->getConfigData('password'))) {
92
  Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing').'!');
93
  }
94
+ //Customer_id verification
95
+ try{
96
+ $login_check = Mage::getSingleton('customer/session')->isLoggedIn();
97
+ if($login_check){
98
+ $customer_no = Mage::getSingleton('customer/session')->getCustomer()->getId();
99
+ if (empty($customer_no)){
100
+ $customer_no = $_SESSION['core']['visitor_data']['customer_id'];
101
+ }
102
+ if($customer_no==""){
103
+ Mage::log(Mage::getSingleton('customer/session')->getCustomer(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
104
+ Mage::log("Below are Order Details : ",NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
105
+ $order = Mage::getModel('checkout/cart')->getQuote()->getData();
106
+ Mage::log($order,NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
107
+ Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing. Please contact Shop Admin').'!');
108
+ }
109
+ }
110
+ }catch(Exception $e){
111
+ Mage::log($e->getMessage(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
112
+ }
113
+ return $this;
114
  }
115
 
116
  public function isAvailable($quote = null) {
179
  $fieldsArr['city'] = $billing->getCity();
180
  $fieldsArr['zip'] = $billing->getPostcode();
181
  $fieldsArr['country_code'] = $billing->getCountry();
182
+ $fieldsArr['country'] = $billing->getCountry();
183
+ $fieldsArr['lang'] = strtoupper(substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2));
184
  $fieldsArr['remote_ip'] = $this->getRealIpAddr();
185
  $fieldsArr['tel'] = $billing->getTelephone();
186
  $fieldsArr['fax'] = $billing->getFax();
192
  $fieldsArr['order_no'] = $paymentInfo->getOrder()->getRealOrderId();
193
  $fieldsArr['input1'] = 'order_id';
194
  $fieldsArr['inputval1'] = $paymentInfo->getOrder()->getRealOrderId();
195
+ $fieldsArr['user_variable_0'] = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB);
196
  $fieldsArr['api_signature'] = $this->encode(trim($this->getConfigData('paypal_api_signature')), $this->password);
197
  $fieldsArr['api_user'] = $this->encode(trim($this->getConfigData('paypal_api_username')), $this->password);
198
  $fieldsArr['api_pw'] = $this->encode(trim($this->getConfigData('paypal_api_password')), $this->password);
app/code/community/Novalnet/Sofortueberweisung/Model/Sofortueberweisung.php CHANGED
@@ -12,7 +12,7 @@ class Novalnet_Sofortueberweisung_Model_Sofortueberweisung extends Mage_Payment_
12
 
13
  protected $_isGateway = false;
14
  protected $_canAuthorize = true;
15
- protected $_canCapture = true;
16
  protected $_canCapturePartial = false;
17
  protected $_canRefund = false;
18
  protected $_canVoid = false;
@@ -88,6 +88,25 @@ class Novalnet_Sofortueberweisung_Model_Sofortueberweisung extends Mage_Payment_
88
  if(!trim($this->getConfigData('merchant_id')) || !trim($this->getConfigData('auth_code')) || !trim($this->getConfigData('product_id')) || !trim($this->getConfigData('tariff_id')) || !trim($this->getConfigData('password'))) {
89
  Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing').'!');
90
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  return $this;
92
  }
93
 
@@ -164,7 +183,8 @@ class Novalnet_Sofortueberweisung_Model_Sofortueberweisung extends Mage_Payment_
164
  $fieldsArr['city'] = $billing->getCity();
165
  $fieldsArr['zip'] = $billing->getPostcode();
166
  $fieldsArr['country_code'] = $billing->getCountry();
167
- $fieldsArr['lang'] = substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2);
 
168
  $fieldsArr['remote_ip'] = $this->getRealIpAddr();
169
  $fieldsArr['tel'] = $billing->getTelephone();
170
  $fieldsArr['fax'] = $billing->getFax();
@@ -176,7 +196,7 @@ class Novalnet_Sofortueberweisung_Model_Sofortueberweisung extends Mage_Payment_
176
  $fieldsArr['input1'] = 'order_id';
177
  $fieldsArr['order_no'] = $paymentInfo->getOrder()->getRealOrderId();
178
  $fieldsArr['inputval1'] = $paymentInfo->getOrder()->getRealOrderId();
179
- $fieldsArr['user_variable_0'] = Mage::getBaseUrl();
180
 
181
  $request = '';
182
  foreach ($fieldsArr as $k => $v) {
12
 
13
  protected $_isGateway = false;
14
  protected $_canAuthorize = true;
15
+ protected $_canCapture = false;
16
  protected $_canCapturePartial = false;
17
  protected $_canRefund = false;
18
  protected $_canVoid = false;
88
  if(!trim($this->getConfigData('merchant_id')) || !trim($this->getConfigData('auth_code')) || !trim($this->getConfigData('product_id')) || !trim($this->getConfigData('tariff_id')) || !trim($this->getConfigData('password'))) {
89
  Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing').'!');
90
  }
91
+ //Customer_id verification
92
+ try{
93
+ $login_check = Mage::getSingleton('customer/session')->isLoggedIn();
94
+ if($login_check){
95
+ $customer_no = Mage::getSingleton('customer/session')->getCustomer()->getId();
96
+ if (empty($customer_no)){
97
+ $customer_no = $_SESSION['core']['visitor_data']['customer_id'];
98
+ }
99
+ if($customer_no==""){
100
+ Mage::log(Mage::getSingleton('customer/session')->getCustomer(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
101
+ Mage::log("Below are Order Details : ",NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
102
+ $order = Mage::getModel('checkout/cart')->getQuote()->getData();
103
+ Mage::log($order,NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
104
+ Mage::throwException(Mage::helper('novalnet')->__('Basic Parameter Missing. Please contact Shop Admin').'!');
105
+ }
106
+ }
107
+ }catch(Exception $e){
108
+ Mage::log($e->getMessage(),NULL,"Customerid_Missing_".Mage::getModel('core/date')->date('d-m-Y h:i:s').".log");
109
+ }
110
  return $this;
111
  }
112
 
183
  $fieldsArr['city'] = $billing->getCity();
184
  $fieldsArr['zip'] = $billing->getPostcode();
185
  $fieldsArr['country_code'] = $billing->getCountry();
186
+ $fieldsArr['country'] = $billing->getCountry();
187
+ $fieldsArr['lang'] = strtoupper(substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2));
188
  $fieldsArr['remote_ip'] = $this->getRealIpAddr();
189
  $fieldsArr['tel'] = $billing->getTelephone();
190
  $fieldsArr['fax'] = $billing->getFax();
196
  $fieldsArr['input1'] = 'order_id';
197
  $fieldsArr['order_no'] = $paymentInfo->getOrder()->getRealOrderId();
198
  $fieldsArr['inputval1'] = $paymentInfo->getOrder()->getRealOrderId();
199
+ $fieldsArr['user_variable_0'] = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB);
200
 
201
  $request = '';
202
  foreach ($fieldsArr as $k => $v) {
app/design/adminhtml/default/default/template/novalnet/cc/form.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
@@ -31,10 +31,10 @@
31
  ?>
32
  <?php if ($this->checkCustomerAccess()): ?>
33
  <fieldset class="form-list">
34
- <div style="position: relative; left: 14em; top: -2.5em; width:100px;">
35
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
36
  <?php $imgpath = "images/novalnet/". $_typeCode ."_Logo.png"; ?>
37
- <img src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='<?php echo $_typeName; ?> Logo'/>
38
  <?php endforeach; ?>
39
  </div>
40
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
31
  ?>
32
  <?php if ($this->checkCustomerAccess()): ?>
33
  <fieldset class="form-list">
34
+ <div style="width:100px;">
35
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
36
  <?php $imgpath = "images/novalnet/". $_typeCode ."_Logo.png"; ?>
37
+ <img style="height:20px;" src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='<?php echo $_typeName; ?> Logo'/>
38
  <?php endforeach; ?>
39
  </div>
40
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
app/design/adminhtml/default/default/template/novalnet/cc/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/novalnet/elvaustria/form.phtml CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
@@ -32,9 +32,9 @@
32
  ?>
33
  <?php if ($this->checkCustomerAccess()): ?>
34
  <fieldset class="form-list">
35
- <div style="position: relative; left: 14em; top: -2.5em; width:100px;">
36
  <?php $imgpath = "images/novalnet/ELV_Logo.png"; ?>
37
- <img src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='ELV Logo'/>
38
  </div>
39
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
40
  <li>
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
32
  ?>
33
  <?php if ($this->checkCustomerAccess()): ?>
34
  <fieldset class="form-list">
35
+ <div style="width:100px;">
36
  <?php $imgpath = "images/novalnet/ELV_Logo.png"; ?>
37
+ <img style="height:20px;" src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='ELV Logo'/>
38
  </div>
39
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
40
  <li>
app/design/adminhtml/default/default/template/novalnet/elvaustria/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/novalnet/elvgerman/form.phtml CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
@@ -32,9 +32,9 @@
32
  ?>
33
  <?php if ($this->checkCustomerAccess()): ?>
34
  <fieldset class="form-list">
35
- <div style="position: relative; left: 14em; top: -2.5em; width:100px;">
36
  <?php $imgpath = "images/novalnet/ELV_Logo.png"; ?>
37
- <img src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='ELV Logo'/>
38
  </div>
39
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
40
  <li>
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
32
  ?>
33
  <?php if ($this->checkCustomerAccess()): ?>
34
  <fieldset class="form-list">
35
+ <div style="width:100px;">
36
  <?php $imgpath = "images/novalnet/ELV_Logo.png"; ?>
37
+ <img style="height:20px;" src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='ELV Logo'/>
38
  </div>
39
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
40
  <li>
app/design/adminhtml/default/default/template/novalnet/elvgerman/info.phtml CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/novalnet/invoice/form.phtml CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
@@ -58,4 +58,4 @@
58
  }
59
  <?php echo "hideMe('$code');"; ?>
60
  </script>
61
- <?php endif; ?>
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
58
  }
59
  <?php echo "hideMe('$code');"; ?>
60
  </script>
61
+ <?php endif; ?>
app/design/adminhtml/default/default/template/novalnet/invoice/info.phtml CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/novalnet/pci/form.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
@@ -32,14 +32,14 @@
32
  <?php if ($this->checkCustomerAccess()):?>
33
  <fieldset class="form-list">
34
  <?php if($code!='novalnetCcpci'): ?>
35
- <div style="position: relative; left: 18em; top: -2.5em; width:100px;">
36
  <?php $imgpath = "images/novalnet/ELV_Logo.png"; ?>
37
- <img src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='ELV Logo'/>
38
  <?php else:?>
39
- <div style="position: relative; left: 13em; top: -2.5em; width:130px;">
40
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
41
  <?php $imgpath = "images/novalnet/". $_typeCode ."_Logo.png"; ?>
42
- <img src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='<?php echo $_typeName; ?> Logo'/>
43
  <?php endforeach; ?>
44
  <?php endif; ?>
45
  </div>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
32
  <?php if ($this->checkCustomerAccess()):?>
33
  <fieldset class="form-list">
34
  <?php if($code!='novalnetCcpci'): ?>
35
+ <div style="width:100px;">
36
  <?php $imgpath = "images/novalnet/ELV_Logo.png"; ?>
37
+ <img style="height:20px;" src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='ELV Logo'/>
38
  <?php else:?>
39
+ <div style="width:130px;">
40
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
41
  <?php $imgpath = "images/novalnet/". $_typeCode ."_Logo.png"; ?>
42
+ <img style="height:20px;" src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='<?php echo $_typeName; ?> Logo'/>
43
  <?php endforeach; ?>
44
  <?php endif; ?>
45
  </div>
app/design/adminhtml/default/default/template/novalnet/pci/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/novalnet/phonepayment/form.phtml CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/design/adminhtml/default/default/template/novalnet/phonepayment/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/novalnet/prepayment/form.phtml CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/design/adminhtml/default/default/template/novalnet/prepayment/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/novalnet/secure/form.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
@@ -31,10 +31,10 @@
31
  ?>
32
  <?php if ($this->checkCustomerAccess()): ?>
33
  <fieldset class="form-list">
34
- <div style="position: relative; left: 17em; top: -2.5em; width:130px;">
35
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
36
  <?php $imgpath = "images/novalnet/". $_typeCode ."_Logo.png"; ?>
37
- <img src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='<?php echo $_typeName; ?> Logo'/>
38
  <?php endforeach; ?>
39
  </div>
40
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
31
  ?>
32
  <?php if ($this->checkCustomerAccess()): ?>
33
  <fieldset class="form-list">
34
+ <div style="width:130px;">
35
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
36
  <?php $imgpath = "images/novalnet/". $_typeCode ."_Logo.png"; ?>
37
+ <img style="height:20px;" src='<?php echo Mage::getDesign()->getSkinUrl($imgpath) ?>' alt='<?php echo $_typeName; ?> Logo'/>
38
  <?php endforeach; ?>
39
  </div>
40
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
app/design/adminhtml/default/default/template/novalnet/secure/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/novalnetpaypal/info/novalnetpaypal.phtml CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
@@ -31,4 +31,4 @@
31
  <?php if ($_info->getLastTransId()!="") echo $this->__('TID: %s', $this->htmlEscape($_info->getLastTransId())) ?><br />
32
  <?php else: ?>
33
  Error in getting payment method
34
- <?php endif; ?>
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
31
  <?php if ($_info->getLastTransId()!="") echo $this->__('TID: %s', $this->htmlEscape($_info->getLastTransId())) ?><br />
32
  <?php else: ?>
33
  Error in getting payment method
34
+ <?php endif; ?>
app/design/adminhtml/default/default/template/novalnetsofortueberweisung/info/sofortueberweisung.phtml CHANGED
@@ -1,4 +1,5 @@
1
- <?php if( $this->getInfo()->getNnTestorder() ) echo '<div style="color:white;font-weight:bold;background:red;padding:5px 10px;text-align:center;font-size:15px">!',$this->__('Testorder'),'!</div>' ?><br />
2
- <strong><?php echo Mage::helper('sofortueberweisung')->__('Paymentinformations: %s',$this->getMethod()->getTitle()) ?></strong>
3
- <br />
4
- <?php echo Mage::helper('sofortueberweisung')->__('Transaction Id: %s',$this->getInfo()->getLastTransId()) ?><br />
 
1
+ <?php if( $this->getInfo()->getNnTestorder() ) echo '<div style="color:white;font-weight:bold;background:red;padding:5px 10px;text-align:center;font-size:15px">!',$this->__('Testorder'),'!</div>' ?>
2
+ <?php echo $this->__($this->htmlEscape($this->getMethod()->getTitle())) ?><br />
3
+ <?php if($this->getInfo()->getLastTransId()): ?>
4
+ <?php echo Mage::helper('sofortueberweisung')->__('TID: %s',$this->getInfo()->getLastTransId()) ?><br />
5
+ <?php endif; ?>
app/design/adminhtml/default/default/template/payment/info/pdf/cc.phtml CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/adminhtml/default/default/template/payment/info/pdf/pci.phtml CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
@@ -32,4 +32,4 @@
32
  echo $this->__('TID: %s', $this->htmlEscape($_info->getLastTransId())); ?>
33
  <?php else: ?>
34
  Error in getting payment method
35
- <?php endif; ?>
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
32
  echo $this->__('TID: %s', $this->htmlEscape($_info->getLastTransId())); ?>
33
  <?php else: ?>
34
  Error in getting payment method
35
+ <?php endif; ?>
app/design/frontend/default/default/template/novalnet/cc/form.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
@@ -31,11 +31,11 @@
31
  ?>
32
  <?php if ($this->checkCustomerAccess()):?>
33
  <fieldset class="form-list">
34
- <div style="position: relative; left: 11em; top: -2.5em">
35
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
36
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
37
  <?php $imgpath = "https://www.novalnet.de/img/". $_typeCode ."_Logo.png"; ?>
38
- <img src='<?php echo $imgpath; ?>' alt='Visa & MasterCard' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
39
  <?php endforeach; ?>
40
  </A>
41
  </div>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
31
  ?>
32
  <?php if ($this->checkCustomerAccess()):?>
33
  <fieldset class="form-list">
34
+ <div>
35
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
36
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
37
  <?php $imgpath = "https://www.novalnet.de/img/". $_typeCode ."_Logo.png"; ?>
38
+ <img style="height:20px;" src='<?php echo $imgpath; ?>' alt='Visa & MasterCard' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
39
  <?php endforeach; ?>
40
  </A>
41
  </div>
app/design/frontend/default/default/template/novalnet/cc/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnet/elvaustria/form.phtml CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
@@ -32,10 +32,10 @@
32
  ?>
33
  <?php if ($this->checkCustomerAccess()): ?>
34
  <fieldset class="form-list">
35
- <div style="position: relative; left: 16em; top: -2.5em">
36
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
37
  <?php $imgpath = "https://www.novalnet.de/img/ELV_Logo.png"; ?>
38
- <img src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
39
  </A>
40
  </div>
41
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
32
  ?>
33
  <?php if ($this->checkCustomerAccess()): ?>
34
  <fieldset class="form-list">
35
+ <div>
36
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
37
  <?php $imgpath = "https://www.novalnet.de/img/ELV_Logo.png"; ?>
38
+ <img style="height:20px;" src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
39
  </A>
40
  </div>
41
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
app/design/frontend/default/default/template/novalnet/elvaustria/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnet/elvgerman/form.phtml CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
@@ -32,10 +32,10 @@
32
  ?>
33
  <?php if ($this->checkCustomerAccess()): ?>
34
  <fieldset class="form-list">
35
- <div style="position: relative; left: 16em; top: -2.5em">
36
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
37
  <?php $imgpath = "https://www.novalnet.de/img/ELV_Logo.png"; ?>
38
- <img src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>'/>
39
  </A>
40
  </div>
41
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
32
  ?>
33
  <?php if ($this->checkCustomerAccess()): ?>
34
  <fieldset class="form-list">
35
+ <div>
36
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
37
  <?php $imgpath = "https://www.novalnet.de/img/ELV_Logo.png"; ?>
38
+ <img style="height:20px;" src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>'/>
39
  </A>
40
  </div>
41
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
app/design/frontend/default/default/template/novalnet/elvgerman/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnet/invoice/form.phtml CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/design/frontend/default/default/template/novalnet/invoice/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnet/pci/form.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
@@ -33,14 +33,14 @@
33
  <fieldset class="form-list">
34
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
35
  <?php if($code!='novalnetCcpci'): ?>
36
- <div style="position: relative; left: 18em; top: -2.5em">
37
  <?php $imgpath = "https://www.novalnet.de/img/ELV_Logo.png"; ?>
38
- <img src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
39
  <?php else:?>
40
- <div style="position: relative; left: 13em; top: -2.5em">
41
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
42
  <?php $imgpath = "https://www.novalnet.de/img/". $_typeCode ."_Logo.png"; ?>
43
- <img src='<?php echo $imgpath; ?>' alt='Visa & MasterCard' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
44
  <?php endforeach; ?>
45
  <?php endif; ?>
46
  </A>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
33
  <fieldset class="form-list">
34
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
35
  <?php if($code!='novalnetCcpci'): ?>
36
+ <div>
37
  <?php $imgpath = "https://www.novalnet.de/img/ELV_Logo.png"; ?>
38
+ <img style="height:20px;" src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
39
  <?php else:?>
40
+ <div>
41
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
42
  <?php $imgpath = "https://www.novalnet.de/img/". $_typeCode ."_Logo.png"; ?>
43
+ <img style="height:20px;" src='<?php echo $imgpath; ?>' alt='Visa & MasterCard' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
44
  <?php endforeach; ?>
45
  <?php endif; ?>
46
  </A>
app/design/frontend/default/default/template/novalnet/pci/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnet/phonepayment/form.phtml CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
@@ -58,4 +58,4 @@
58
  }
59
  <?php echo "hideMe('$code');"; ?>
60
  </script>
61
- <?php endif; ?>
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
58
  }
59
  <?php echo "hideMe('$code');"; ?>
60
  </script>
61
+ <?php endif; ?>
app/design/frontend/default/default/template/novalnet/phonepayment/info.phtml CHANGED
@@ -20,8 +20,8 @@
20
  *
21
  * @category design_default
22
  * @package Mage
23
- * @copyright Copyright (c) 2008 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
20
  *
21
  * @category design_default
22
  * @package Mage
23
+ * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnet/prepayment/form.phtml CHANGED
@@ -21,8 +21,8 @@
21
  *
22
  * @category design_default
23
  * @package Mage
24
- * @copyright Copyright (c) 2008 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
21
  *
22
  * @category design_default
23
  * @package Mage
24
+ * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
 
app/design/frontend/default/default/template/novalnet/prepayment/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnet/secure/form.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
@@ -31,11 +31,11 @@
31
  ?>
32
  <?php if ($this->checkCustomerAccess()): ?>
33
  <fieldset class="form-list">
34
- <div style="position: relative; left: 17em; top: -2.5em">
35
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
36
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
37
  <?php $imgpath = "https://www.novalnet.de/img/". $_typeCode ."_Logo.png"; ?>
38
- <img src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
39
  <?php endforeach; ?>
40
  </A>
41
  </div>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
31
  ?>
32
  <?php if ($this->checkCustomerAccess()): ?>
33
  <fieldset class="form-list">
34
+ <div>
35
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
36
  <?php foreach($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
37
  <?php $imgpath = "https://www.novalnet.de/img/". $_typeCode ."_Logo.png"; ?>
38
+ <img style="height:20px;" src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
39
  <?php endforeach; ?>
40
  </A>
41
  </div>
app/design/frontend/default/default/template/novalnet/secure/info.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnetpaypal/form/novalnetpaypal.phtml CHANGED
@@ -22,7 +22,7 @@
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
- * @version 1.0.0
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
@@ -31,12 +31,12 @@
31
  $baseUrl=Mage::getBaseUrl('skin');
32
  ?>
33
  <fieldset class="form-list">
34
- <div style="position: relative; left: 9em; top:-3.0em">
35
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
36
  <?php $imgpath = "https://www.novalnet.de/images/paypal.gif"; ?>
37
- <img src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
38
  </A></div>
39
- <div style="position: relative; top:-2.0em">
40
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
41
  <li>
42
  <?php echo $this->__('You will be redirected to Novalnet AG website when you place an order.') ?>
22
  * @category design_default
23
  * @package Mage
24
  * @copyright Copyright (c) 2012 Novalnet AG
25
+ * @version 3.0.1
26
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
  */
28
  ?>
31
  $baseUrl=Mage::getBaseUrl('skin');
32
  ?>
33
  <fieldset class="form-list">
34
+ <div>
35
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
36
  <?php $imgpath = "https://www.novalnet.de/images/paypal.gif"; ?>
37
+ <img style="height:32px;" src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
38
  </A></div>
39
+ <div>
40
  <ul id="payment_form_<?php echo $code ?>" style="display:none">
41
  <li>
42
  <?php echo $this->__('You will be redirected to Novalnet AG website when you place an order.') ?>
app/design/frontend/default/default/template/novalnetpaypal/info/novalnetpaypal.phtml CHANGED
@@ -21,7 +21,7 @@
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
- * @version 1.0.0
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
21
  * @category design_default
22
  * @package Mage
23
  * @copyright Copyright (c) 2012 Novalnet AG
24
+ * @version 3.0.1
25
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
  */
27
  ?>
app/design/frontend/default/default/template/novalnetsofortueberweisung/form/sofortueberweisung.phtml CHANGED
@@ -2,13 +2,13 @@
2
  <?php $_code=$this->getMethodCode() ?>
3
  <?php $baseUrl = Mage::getBaseUrl('skin') ?>
4
  <fieldset class="form-list">
5
- <div style="position: relative; left: 17em; top: -2.5em">
6
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
7
  <?php $imgpath = "https://www.novalnet.de/img/Sofort_Logo_t.jpg"; ?>
8
- <img src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
9
  </A>
10
  </div>
11
- <div style="position: relative; top:-2.0em">
12
  <ul id="payment_form_<?php echo $_code ?>" style="display:none;">
13
  <li>
14
  <?php echo $this->__('You will be redirected to Novalnet AG website when you place an order.') ?>
2
  <?php $_code=$this->getMethodCode() ?>
3
  <?php $baseUrl = Mage::getBaseUrl('skin') ?>
4
  <fieldset class="form-list">
5
+ <div>
6
  <A HREF="<?php echo Mage::helper('novalnet')->nn_url();?>" TARGET="_new" style="text-decoration:none;">
7
  <?php $imgpath = "https://www.novalnet.de/img/Sofort_Logo_t.jpg"; ?>
8
+ <img style="height:32px;" src='<?php echo $imgpath; ?>' alt='<?php echo $this->getMethod()->getConfigData('title'); ?>' title='<?php echo $this->getMethod()->getConfigData('title'); ?>' />
9
  </A>
10
  </div>
11
+ <div>
12
  <ul id="payment_form_<?php echo $_code ?>" style="display:none;">
13
  <li>
14
  <?php echo $this->__('You will be redirected to Novalnet AG website when you place an order.') ?>
app/design/frontend/default/default/template/novalnetsofortueberweisung/info/sofortueberweisung.phtml CHANGED
@@ -1,10 +1,8 @@
1
  <?php if( $this->getInfo()->getNnTestorder() || Mage::getSingleton('checkout/session')->getNnInstantTestOrder() ) echo '<div style="color:white;font-weight:bold;background:red;padding:5px 10px;text-align:center;font-size:15px">!',$this->__('Testorder'),'!</div>' ?>
2
- <p><?php echo $this->getMethod()->getTitle() ?></p>
3
- <?php if($_info = $this->getInfo()):?>
4
-
5
  <?php if($this->getInfo()->getLastTransId()): ?>
6
  <?php echo $this->__('TID : %s', $this->getInfo()->getLastTransId())?><br/>
7
  <?php endif; ?>
8
  <?php else: ?>
9
-
10
  <?php endif; ?>
1
  <?php if( $this->getInfo()->getNnTestorder() || Mage::getSingleton('checkout/session')->getNnInstantTestOrder() ) echo '<div style="color:white;font-weight:bold;background:red;padding:5px 10px;text-align:center;font-size:15px">!',$this->__('Testorder'),'!</div>' ?>
2
+ <?php echo $this->getMethod()->getTitle() ?><br/>
3
+ <?php if($_info = $this->getInfo()):?>
 
4
  <?php if($this->getInfo()->getLastTransId()): ?>
5
  <?php echo $this->__('TID : %s', $this->getInfo()->getLastTransId())?><br/>
6
  <?php endif; ?>
7
  <?php else: ?>
 
8
  <?php endif; ?>
app/locale/de_AT/Novalnet_NovalnetPaypal.csv CHANGED
@@ -1,144 +1,144 @@
1
- "Enabled","Modul-Aktivierung"
2
- "New order status","Neuer Bestellstatus"
3
- "Novalnet Merchant ID","Novalnet Händler ID"
4
- "Title","Titel"
5
- "Novalnet Auth Code","Novalnet Auth Code"
6
- "Novalnet Product ID","Novalnet Produkt ID"
7
- "Novalnet Tariff ID","Novalnet Tarif ID"
8
- "Payment from applicable countries","Zahlungsmöglichkeit für"
9
- "Payment from Specific countries","Länderauswahl für Zahlungsmöglichkeit"
10
- "DE","Deutschland"
11
- "AT","Österreich"
12
- "Direct Debit","Lastschrift"
13
- "Credit Card","Kreditkarte"
14
- "Country","Buchungsland"
15
- "Name on the Card","Kreditkarteninhaber"
16
- "Name on Card","Kreditkarteninhaber"
17
- "Credit Card Type","Kreditkarten Typ"
18
- "Credit Card Number","Kartennummer"
19
- "Expiration Date","Gültigkeit (Monat/Jahr)"
20
- "Card Verification Number","CVC (Pruefziffer)"
21
- "What is this?","Wo finde ich die CVC-Nummer?"
22
- "Account Holder","Name des Kontoinhabers"
23
- "Account Number","Kontonr."
24
- "Bank Sorting Code","BLZ"
25
- "Country: ","Buchungsland: "
26
- "Account Holder: %s","Kontoinhaber: %s"
27
- "Account Number: %s","Kontonr.: %s"
28
- "Bank Sorting Code: %s","BLZ: %s"
29
- "TID: %s","TID: %s"
30
- "Name on the Card: %s","Kreditkarteninhaber: %s"
31
- "Credit Card Number: %s","Kartennummer: %s"
32
- "Credit Card Number: xxxx-%s","Kartennummer: xxxx-%s"
33
- "Credit Card Type: %s","Kreditkartentyp: %s"
34
- "Expiration Date: %s/%s","Gültig bis: %s/%s"
35
- "Credit Card Types","Mögliche Kreditkarten"
36
- "The amount will be booked immediately from your credit card<BR>with <B>%s</B> note.","Der Betrag wird sofort von Ihrer Kreditkarte mit dem<BR>Verwendungszweck "
37
- "<B>%s</B> abgebucht.",
38
- "This is not a valid account number.","Die Kontonummer ist nicht gültig!"
39
- "This is not a valid bank sorting code.","Die Bankleitzahl ist nicht gültig!"
40
- "Direct Debit","Lastschrift"
41
- "Credit Card","Kreditkarte"
42
- "Creditcard","Kreditkarte"
43
- "Credit Card 3D-Secure","Kreditkarte 3D Secure"
44
- "You will be redirected to Novalnet AG 3D-Secure in a few seconds.","Sie werden in ein paar Sekunden an das 3D-Secure Gateway der Firma Novalnet weitergeleitet"
45
- "Customer was redirected to Novalnet.","Der Kunde wurde zum Novalnet Gateway weitergeleitet"
46
- "Customer successfully returned from Novalnet","Der Kunde kehrte erfolgreich vom Novalnet Gateway zurück"
47
- "Customer was rejected by Novalnet","Der Kunde wurde vom Novalnet Gateway zurückgewiesen"
48
- "Prepayment","Vorkasse"
49
- "Note: after submitting your order an email with bank transfer data of the Novalnet AG will be sent to you.","Bemerkung: Nach dem Absenden Ihrer Bestellung wird "
50
- "Ihnen eine Email mit den Bankdaten der Novalnet AG an Sie versendet.",
51
- "Payment Duration","Zahlbar in Tagen"
52
- "--Please Select--","--Bitte wählen--"
53
- "Invoice","Rechnung"
54
- "Please transfer the amount at the latest, untill","Bitte ueberweisen Sie den Betrag spaetestens bis zum"
55
- "to following account:","auf folgendes Konto:"
56
- "I accept the ACDC check","Der acdc-Check wird akzeptiert"
57
- "This is a required field","Das ist ein Pflichtfeld"
58
- "CC","Kreditkarte"
59
- "Cc","Kreditkarte"
60
- "Method","Zahlart"
61
- "Due at","Gültig bis"
62
- "The Bank details will be emailed to you soon after the completion of checkout process","Die Bankverbindung wird Ihnen nach Abschluss Ihrer Bestellung per E-Mail "
63
- "zugeschickt",
64
- "Please transfer the amount to following account","Bitte ueberweisen sie den Betrag auf folgendes Konto"
65
- "Account Holder2","Kontoinhaber"
66
- "Bank","Bank"
67
- "Amount","Betrag"
68
- "Reference","Verwendungszweck"
69
- "to following account","auf folgendes Konto"
70
- "Please note that the Transfer can only be identified with the above mentioned Reference","Bitte beachten Sie, dass die Ueberweisung nur bearbeitet werden kann,
71
  wenn der oben angegebene Verwendungszweck verwendet wird"
72
- "The ACDC-Check accepted","Der ACDC-Check wird akzeptiert"
73
- "accepted","wird akzeptiert"
74
- "ACDC-Check","ACDC-Check"
75
- "The","Der"
76
- "Month","Monat"
77
- "Year","Jahr"
78
- "Direct Debit German","Lastschrift Deutschland"
79
- "Direct Debit Austria","Lastschrift Österreich"
80
- "Booking Reference","Verwendungszweck"
81
- "The Bankcode must have a length of at least 8 digits","Die BLZ muss mindestens 8-stellig sein"
82
- "The Bankcode must have a length of at least 5 digits","Die BLZ muss mindestens 5-stellig sein"
83
- "You must check ACDC","You must check ACDC"
84
- "Notice for Clients","Hinweis für Kunden"
85
- "Pay by Call","Per Telefon"
86
- "Phonepayment","Per Telefon"
87
- "Error","Fehler"
88
- "Order Price not found","Bestellsumme nicht gefunden"
89
- "Amount below 0.90 Euro and above 10.00 Euro is not accepted","Betraege unter 0.90 Euro und ueber 10.00 Euro koennen nicht verarbeitet werden bzw. werden nicht "
90
- "akzeptiert!",
91
- "Params (aryResponse) missing","Params (aryResponse) fehlt"
92
- "Following steps are required to complete the telephone payment process","Folgende Schritte sind noetig um Ihre Zahlung abzuschliessen"
93
- "Step","Schritt"
94
- "Please dial this number","Bitte rufen Sie diese Telefonnummer an"
95
- "Please wait for the Signal tone and hangup the reciever","Bitte warten Sie auf den Signalton und legen Sie dann den Hoerer auf"
96
- "Please click on continue after your successive call","Nach Ihrem erfolgreichen Anruf klicken Sie bitte unten auf Weiter"
97
- "This call costs","Dieser Anruf kostet einmalig"
98
- "inclusive tax","inkl. MwSt."
99
- "and is only possible from German Landline Telefon connection","und ist nur vom Deutschen Festnetzanschluss moeglich"
100
- "Response contains no XML data","Response enthält keine XML Daten"
101
- "Did you called this number","Did you called this number"
102
- "Billing Addr. not found","Rechnungsadresse nicht gefunden"
103
- "User Group Excluded","Ausgeschlossene Benutzergruppe"
104
- "Parameter missing","Parameter fehlt"
105
- "Comment","Bemerkung"
106
- "Email address missing","Emailadresse nicht vorhanden"
107
- "Instant Bank Transfer","Sofortüberweisung"
108
- "Customer successfully returned from Novalnet","Besteller von Novalnet erfolgreich zurückgeleitet"
109
- "Customer was redirected to Novalnet","Besteller zu Novalnet umgeleitet"
110
- "Customer aborted payment process","Besteller hat den Bezahlvorgang abgebrochen"
111
- "Customer was rejected by Novalnet","Besteller von Novalnet abgelehnt"
112
- "Novalnet Password","Novalnet-Passwort"
113
- "Test Mode","Testmodus"
114
- "Live Mode","Livemodus"
115
- "Testorder","Testbestellung"
116
- "Credit Card PCI","Kreditkarte PCI"
117
- "Direct Debit German PCI","Lastschrift Deutschland PCI"
118
- "Direct Debit Austria PCI","Lastschrift Österreich PCI"
119
- "Novalnet Phonepayment","Novalnet Telefonpayment"
120
- "Novalnet Prepayment","Novalnet Vorauskasse"
121
- "Novalnet Invoice","Novalnet Kauf auf Rechnung"
122
- "Novalnet Direct Debit","Novalnet Lastschrift"
123
- "Novalnet Credit Card","Novalnet Kreditkarte"
124
- "Novalnet Creditcard","Novalnet Kreditkarte"
125
- "Novalnet Credit Card 3D-Secure","Novalnet Kreditkarte 3D Secure"
126
- "Novalnet Credit Card PCI","Novalnet Kreditkarte PCI"
127
- "Novalnet Direct Debit German PCI","Novalnet Lastschrift Deutschland PCI"
128
- "Novalnet Direct Debit Austria PCI","Novalnet Lastschrift Österreich PCI"
129
- "Novalnet Instant Bank Transfer","Novalnet Sofortüberweisung"
130
- "You will be redirected to Novalnet AG 3D-Secure in a few seconds.","Sie werden gleich auf die Novalnet AG 3D-Secure Schnittstelle umgeleitet."
131
- "You will be redirected to Novalnet AG website when you place an order.","Sie werden auf das Novalnet Payment Gateway umgeleitet, wenn Sie eine Bestellung
132
  aufgeben."
133
- "Novalnet Direct Debit German","Novalnet Lastschrift Deutschland"
134
- "Novalnet Direct Debit Austria","Novalnet Lastschrift Österreich"
135
- "Only for foreign transfers","Nur bei Auslandsüberweisungen"
136
- "Please transfer the invoice amount with the following information to our payment provider Novalnet AG","Bitte überweisen Sie den Betrag mit der folgenden "
137
- "Information an unseren Zahlungsdienstleister Novalnet AG",
138
- "You will be redirected to Novalnet AG in a few seconds","Sie werden nach ein paar Sekunden auf das Gateway der Novalnet AG umgeleitet"
139
- "Customer was redirected to Novalnet","Endkunde wurde auf das Gateway der Novalnet AG umgeleitet"
140
- "You will be redirected to Novalnet AG website when you place an order.","Sie werden dann auf das Gateway der Novalnet AG umgeleitet."
141
- "Minimum Order Total","Mindestwert für Gesamtbestellung"
142
- "Maximum Order Total","Höchstwert für Gesamtbestellung"
143
- "Minimum Orders Count","Mindestanzahl an Bestellungen"
144
- "Die Hashfunktionen sind nicht verf&uuml;gbar!","Die Hashfunktionen sind nicht verf&uuml;gbar!"
1
+ "Enabled";"Modul-Aktivierung"
2
+ "New order status";"Neuer Bestellstatus"
3
+ "Novalnet Merchant ID";"Novalnet Händler ID"
4
+ "Title";"Titel"
5
+ "Novalnet Auth Code";"Novalnet Auth Code"
6
+ "Novalnet Product ID";"Novalnet Produkt ID"
7
+ "Novalnet Tariff ID";"Novalnet Tarif ID"
8
+ "Payment from applicable countries";"Zahlungsmöglichkeit für"
9
+ "Payment from Specific countries";"Länderauswahl für Zahlungsmöglichkeit"
10
+ "DE";"Deutschland"
11
+ "AT";"Österreich"
12
+ "Direct Debit";"Lastschrift"
13
+ "Credit Card";"Kreditkarte"
14
+ "Country";"Buchungsland"
15
+ "Name on the Card";"Kreditkarteninhaber"
16
+ "Name on Card";"Kreditkarteninhaber"
17
+ "Credit Card Type";"Kreditkarten Typ"
18
+ "Credit Card Number";"Kartennummer"
19
+ "Expiration Date";"Gültigkeit (Monat/Jahr)"
20
+ "Card Verification Number";"CVC (Pruefziffer)"
21
+ "What is this?";"Wo finde ich die CVC-Nummer?"
22
+ "Account Holder";"Name des Kontoinhabers"
23
+ "Account Number";"Kontonummer"
24
+ "Bank Sorting Code";"Bankleitzahl"
25
+ "Country: ";"Buchungsland: "
26
+ "Account Holder: %s";"Kontoinhaber: %s"
27
+ "Account Number: %s";"Kontonummer: %s"
28
+ "Bank Sorting Code: %s";"Bankleitzahl: %s"
29
+ "TID: %s";"TID: %s"
30
+ "Name on the Card: %s";"Kreditkarteninhaber: %s"
31
+ "Credit Card Number: %s";"Kartennummer: %s"
32
+ "Credit Card Number: xxxx-%s";"Kartennummer: xxxx-%s"
33
+ "Credit Card Type: %s";"Kreditkartentyp: %s"
34
+ "Expiration Date: %s/%s";"Gültigkeit (Monat/Jahr): %s/%s"
35
+ "Credit Card Types";"Mögliche Kreditkarten"
36
+ "The amount will be booked immediately from your credit card<BR>with <B>%s</B> note.";"Der Betrag wird sofort von Ihrer Kreditkarte mit dem<BR>Verwendungszweck "
37
+ "<B>%s</B> abgebucht.";
38
+ "This is not a valid account number.";"Die Kontonummer ist nicht gültig!"
39
+ "This is not a valid bank sorting code.";"Die Bankleitzahl ist nicht gültig!"
40
+ "Direct Debit";"Lastschrift"
41
+ "Credit Card";"Kreditkarte"
42
+ "Creditcard";"Kreditkarte"
43
+ "Credit Card 3D-Secure";"Kreditkarte 3D Secure"
44
+ "You will be redirected to Novalnet AG 3D-Secure in a few seconds.";"Sie werden in ein paar Sekunden an das 3D-Secure Gateway der Firma Novalnet weitergeleitet"
45
+ "Customer was redirected to Novalnet.";"Der Kunde wurde zum Novalnet Gateway weitergeleitet"
46
+ "Customer successfully returned from Novalnet";"Der Kunde kehrte erfolgreich vom Novalnet Gateway zurück"
47
+ "Customer was rejected by Novalnet";"Der Kunde wurde vom Novalnet Gateway zurückgewiesen"
48
+ "Prepayment";"Vorkasse"
49
+ "Note: after submitting your order an email with bank transfer data of the Novalnet AG will be sent to you.";"Bemerkung: Nach dem Absenden Ihrer Bestellung wird "
50
+ "Ihnen eine Email mit den Bankdaten der Novalnet AG an Sie versendet.";
51
+ "Payment Duration";"Zahlbar in Tagen"
52
+ "--Please Select--";"--Bitte wählen--"
53
+ "Invoice";"Rechnung"
54
+ "Please transfer the amount at the latest, untill";"Bitte ueberweisen Sie den Betrag spaetestens bis zum"
55
+ "to following account:";"auf folgendes Konto:"
56
+ "I accept the ACDC check";"Der acdc-Check wird akzeptiert"
57
+ "This is a required field";"Das ist ein Pflichtfeld"
58
+ "CC";"Kreditkarte"
59
+ "Cc";"Kreditkarte"
60
+ "Method";"Zahlart"
61
+ "Due at";"Gültig bis"
62
+ "The Bank details will be emailed to you soon after the completion of checkout process";"Die Bankverbindung wird Ihnen nach Abschluss Ihrer Bestellung per E-Mail "
63
+ "zugeschickt";
64
+ "Please transfer the amount to following account";"Bitte ueberweisen sie den Betrag auf folgendes Konto"
65
+ "Account Holder2";"Kontoinhaber"
66
+ "Bank";"Bank"
67
+ "Amount";"Betrag"
68
+ "Reference";"Verwendungszweck"
69
+ "to following account";"auf folgendes Konto"
70
+ "Please note that the Transfer can only be identified with the above mentioned Reference";"Bitte beachten Sie, dass die Ueberweisung nur bearbeitet werden kann,
71
  wenn der oben angegebene Verwendungszweck verwendet wird"
72
+ "The ACDC-Check accepted";"Der ACDC-Check wird akzeptiert"
73
+ "accepted";"wird akzeptiert"
74
+ "ACDC-Check";"ACDC-Check"
75
+ "The";"Der"
76
+ "Month";"Monat"
77
+ "Year";"Jahr"
78
+ "Direct Debit German";"Lastschrift Deutschland"
79
+ "Direct Debit Austria";"Lastschrift Österreich"
80
+ "Booking Reference";"Verwendungszweck"
81
+ "The Bankcode must have a length of at least 8 digits";"Die BLZ muss mindestens 8-stellig sein"
82
+ "The Bankcode must have a length of at least 5 digits";"Die BLZ muss mindestens 5-stellig sein"
83
+ "You must check ACDC";"You must check ACDC"
84
+ "Notice for Clients";"Hinweis für Kunden"
85
+ "Pay by Call";"Per Telefon"
86
+ "Phonepayment";"Per Telefon"
87
+ "Error";"Fehler"
88
+ "Order Price not found";"Bestellsumme nicht gefunden"
89
+ "Amount below 0.90 Euro and above 10.00 Euro is not accepted";"Betraege unter 0.90 Euro und ueber 10.00 Euro koennen nicht verarbeitet werden bzw. werden nicht "
90
+ "akzeptiert!";
91
+ "Params (aryResponse) missing";"Params (aryResponse) fehlt"
92
+ "Following steps are required to complete the telephone payment process";"Folgende Schritte sind noetig um Ihre Zahlung abzuschliessen"
93
+ "Step";"Schritt"
94
+ "Please dial this number";"Bitte rufen Sie diese Telefonnummer an"
95
+ "Please wait for the Signal tone and hangup the reciever";"Bitte warten Sie auf den Signalton und legen Sie dann den Hoerer auf"
96
+ "Please click on continue after your successive call";"Nach Ihrem erfolgreichen Anruf klicken Sie bitte unten auf Weiter"
97
+ "This call costs";"Dieser Anruf kostet einmalig"
98
+ "inclusive tax";"inkl. MwSt."
99
+ "and is only possible from German Landline Telefon connection";"und ist nur vom Deutschen Festnetzanschluss moeglich"
100
+ "Response contains no XML data";"Response enthält keine XML Daten"
101
+ "Did you called this number";"Did you called this number"
102
+ "Billing Addr. not found";"Rechnungsadresse nicht gefunden"
103
+ "User Group Excluded";"Ausgeschlossene Benutzergruppe"
104
+ "Parameter missing";"Parameter fehlt"
105
+ "Comment";"Bemerkung"
106
+ "Email address missing";"Emailadresse nicht vorhanden"
107
+ "Instant Bank Transfer";"Sofortüberweisung"
108
+ "Customer successfully returned from Novalnet";"Besteller von Novalnet erfolgreich zurückgeleitet"
109
+ "Customer was redirected to Novalnet";"Besteller zu Novalnet umgeleitet"
110
+ "Customer aborted payment process";"Besteller hat den Bezahlvorgang abgebrochen"
111
+ "Customer was rejected by Novalnet";"Besteller von Novalnet abgelehnt"
112
+ "Novalnet Password";"Novalnet-Passwort"
113
+ "Test Mode";"Testmodus"
114
+ "Live Mode";"Livemodus"
115
+ "Testorder";"Testbestellung"
116
+ "Credit Card PCI";"Kreditkarte PCI"
117
+ "Direct Debit German PCI";"Lastschrift Deutschland PCI"
118
+ "Direct Debit Austria PCI";"Lastschrift Österreich PCI"
119
+ "Novalnet Phonepayment";"Novalnet Telefonpayment"
120
+ "Novalnet Prepayment";"Novalnet Vorauskasse"
121
+ "Novalnet Invoice";"Novalnet Kauf auf Rechnung"
122
+ "Novalnet Direct Debit";"Novalnet Lastschrift"
123
+ "Novalnet Credit Card";"Novalnet Kreditkarte"
124
+ "Novalnet Creditcard";"Novalnet Kreditkarte"
125
+ "Novalnet Credit Card 3D-Secure";"Novalnet Kreditkarte 3D Secure"
126
+ "Novalnet Credit Card PCI";"Novalnet Kreditkarte PCI"
127
+ "Novalnet Direct Debit German PCI";"Novalnet Lastschrift Deutschland PCI"
128
+ "Novalnet Direct Debit Austria PCI";"Novalnet Lastschrift Österreich PCI"
129
+ "Novalnet Instant Bank Transfer";"Novalnet Sofortüberweisung"
130
+ "You will be redirected to Novalnet AG 3D-Secure in a few seconds.";"Sie werden gleich auf die Novalnet AG 3D-Secure Schnittstelle umgeleitet."
131
+ "You will be redirected to Novalnet AG website when you place an order.";"Sie werden auf das Novalnet Payment Gateway umgeleitet, wenn Sie eine Bestellung
132
  aufgeben."
133
+ "Novalnet Direct Debit German";"Novalnet Lastschrift Deutschland"
134
+ "Novalnet Direct Debit Austria";"Novalnet Lastschrift Österreich"
135
+ "Only for foreign transfers";"Nur bei Auslandsüberweisungen"
136
+ "Please transfer the invoice amount with the following information to our payment provider Novalnet AG";"Bitte überweisen Sie den Betrag mit der folgenden "
137
+ "Information an unseren Zahlungsdienstleister Novalnet AG";
138
+ "You will be redirected to Novalnet AG in a few seconds";"Sie werden nach ein paar Sekunden auf das Gateway der Novalnet AG umgeleitet"
139
+ "Customer was redirected to Novalnet";"Endkunde wurde auf das Gateway der Novalnet AG umgeleitet"
140
+ "You will be redirected to Novalnet AG website when you place an order.";"Sie werden dann auf das Gateway der Novalnet AG umgeleitet."
141
+ "Minimum Order Total";"Mindestwert für Gesamtbestellung"
142
+ "Maximum Order Total";"Höchstwert für Gesamtbestellung"
143
+ "Minimum Orders Count";"Mindestanzahl an Bestellungen"
144
+ "Die Hashfunktionen sind nicht verf&uuml;gbar!";"Die Hashfunktionen sind nicht verf&uuml;gbar!"
app/locale/de_CH/Novalnet_NovalnetPaypal.csv CHANGED
@@ -1,144 +1,144 @@
1
- "Enabled","Modul-Aktivierung"
2
- "New order status","Neuer Bestellstatus"
3
- "Novalnet Merchant ID","Novalnet Händler ID"
4
- "Title","Titel"
5
- "Novalnet Auth Code","Novalnet Auth Code"
6
- "Novalnet Product ID","Novalnet Produkt ID"
7
- "Novalnet Tariff ID","Novalnet Tarif ID"
8
- "Payment from applicable countries","Zahlungsmöglichkeit für"
9
- "Payment from Specific countries","Länderauswahl für Zahlungsmöglichkeit"
10
- "DE","Deutschland"
11
- "AT","Österreich"
12
- "Direct Debit","Lastschrift"
13
- "Credit Card","Kreditkarte"
14
- "Country","Buchungsland"
15
- "Name on the Card","Kreditkarteninhaber"
16
- "Name on Card","Kreditkarteninhaber"
17
- "Credit Card Type","Kreditkarten Typ"
18
- "Credit Card Number","Kartennummer"
19
- "Expiration Date","Gültigkeit (Monat/Jahr)"
20
- "Card Verification Number","CVC (Pruefziffer)"
21
- "What is this?","Wo finde ich die CVC-Nummer?"
22
- "Account Holder","Name des Kontoinhabers"
23
- "Account Number","Kontonr."
24
- "Bank Sorting Code","BLZ"
25
- "Country: ","Buchungsland: "
26
- "Account Holder: %s","Kontoinhaber: %s"
27
- "Account Number: %s","Kontonr.: %s"
28
- "Bank Sorting Code: %s","BLZ: %s"
29
- "TID: %s","TID: %s"
30
- "Name on the Card: %s","Kreditkarteninhaber: %s"
31
- "Credit Card Number: %s","Kartennummer: %s"
32
- "Credit Card Number: xxxx-%s","Kartennummer: xxxx-%s"
33
- "Credit Card Type: %s","Kreditkartentyp: %s"
34
- "Expiration Date: %s/%s","Gültig bis: %s/%s"
35
- "Credit Card Types","Mögliche Kreditkarten"
36
- "The amount will be booked immediately from your credit card<BR>with <B>%s</B> note.","Der Betrag wird sofort von Ihrer Kreditkarte mit dem<BR>Verwendungszweck "
37
- "<B>%s</B> abgebucht.",
38
- "This is not a valid account number.","Die Kontonummer ist nicht gültig!"
39
- "This is not a valid bank sorting code.","Die Bankleitzahl ist nicht gültig!"
40
- "Direct Debit","Lastschrift"
41
- "Credit Card","Kreditkarte"
42
- "Creditcard","Kreditkarte"
43
- "Credit Card 3D-Secure","Kreditkarte 3D Secure"
44
- "You will be redirected to Novalnet AG 3D-Secure in a few seconds.","Sie werden in ein paar Sekunden an das 3D-Secure Gateway der Firma Novalnet weitergeleitet"
45
- "Customer was redirected to Novalnet.","Der Kunde wurde zum Novalnet Gateway weitergeleitet"
46
- "Customer successfully returned from Novalnet","Der Kunde kehrte erfolgreich vom Novalnet Gateway zurück"
47
- "Customer was rejected by Novalnet","Der Kunde wurde vom Novalnet Gateway zurückgewiesen"
48
- "Prepayment","Vorkasse"
49
- "Note: after submitting your order an email with bank transfer data of the Novalnet AG will be sent to you.","Bemerkung: Nach dem Absenden Ihrer Bestellung wird "
50
- "Ihnen eine Email mit den Bankdaten der Novalnet AG an Sie versendet.",
51
- "Payment Duration","Zahlbar in Tagen"
52
- "--Please Select--","--Bitte wählen--"
53
- "Invoice","Rechnung"
54
- "Please transfer the amount at the latest, untill","Bitte ueberweisen Sie den Betrag spaetestens bis zum"
55
- "to following account:","auf folgendes Konto:"
56
- "I accept the ACDC check","Der acdc-Check wird akzeptiert"
57
- "This is a required field","Das ist ein Pflichtfeld"
58
- "CC","Kreditkarte"
59
- "Cc","Kreditkarte"
60
- "Method","Zahlart"
61
- "Due at","Gültig bis"
62
- "The Bank details will be emailed to you soon after the completion of checkout process","Die Bankverbindung wird Ihnen nach Abschluss Ihrer Bestellung per E-Mail "
63
- "zugeschickt",
64
- "Please transfer the amount to following account","Bitte ueberweisen sie den Betrag auf folgendes Konto"
65
- "Account Holder2","Kontoinhaber"
66
- "Bank","Bank"
67
- "Amount","Betrag"
68
- "Reference","Verwendungszweck"
69
- "to following account","auf folgendes Konto"
70
- "Please note that the Transfer can only be identified with the above mentioned Reference","Bitte beachten Sie, dass die Ueberweisung nur bearbeitet werden kann,
71
  wenn der oben angegebene Verwendungszweck verwendet wird"
72
- "The ACDC-Check accepted","Der ACDC-Check wird akzeptiert"
73
- "accepted","wird akzeptiert"
74
- "ACDC-Check","ACDC-Check"
75
- "The","Der"
76
- "Month","Monat"
77
- "Year","Jahr"
78
- "Direct Debit German","Lastschrift Deutschland"
79
- "Direct Debit Austria","Lastschrift Österreich"
80
- "Booking Reference","Verwendungszweck"
81
- "The Bankcode must have a length of at least 8 digits","Die BLZ muss mindestens 8-stellig sein"
82
- "The Bankcode must have a length of at least 5 digits","Die BLZ muss mindestens 5-stellig sein"
83
- "You must check ACDC","You must check ACDC"
84
- "Notice for Clients","Hinweis für Kunden"
85
- "Pay by Call","Per Telefon"
86
- "Phonepayment","Per Telefon"
87
- "Error","Fehler"
88
- "Order Price not found","Bestellsumme nicht gefunden"
89
- "Amount below 0.90 Euro and above 10.00 Euro is not accepted","Betraege unter 0.90 Euro und ueber 10.00 Euro koennen nicht verarbeitet werden bzw. werden nicht "
90
- "akzeptiert!",
91
- "Params (aryResponse) missing","Params (aryResponse) fehlt"
92
- "Following steps are required to complete the telephone payment process","Folgende Schritte sind noetig um Ihre Zahlung abzuschliessen"
93
- "Step","Schritt"
94
- "Please dial this number","Bitte rufen Sie diese Telefonnummer an"
95
- "Please wait for the Signal tone and hangup the reciever","Bitte warten Sie auf den Signalton und legen Sie dann den Hoerer auf"
96
- "Please click on continue after your successive call","Nach Ihrem erfolgreichen Anruf klicken Sie bitte unten auf Weiter"
97
- "This call costs","Dieser Anruf kostet einmalig"
98
- "inclusive tax","inkl. MwSt."
99
- "and is only possible from German Landline Telefon connection","und ist nur vom Deutschen Festnetzanschluss moeglich"
100
- "Response contains no XML data","Response enthält keine XML Daten"
101
- "Did you called this number","Did you called this number"
102
- "Billing Addr. not found","Rechnungsadresse nicht gefunden"
103
- "User Group Excluded","Ausgeschlossene Benutzergruppe"
104
- "Parameter missing","Parameter fehlt"
105
- "Comment","Bemerkung"
106
- "Email address missing","Emailadresse nicht vorhanden"
107
- "Instant Bank Transfer","Sofortüberweisung"
108
- "Customer successfully returned from Novalnet","Besteller von Novalnet erfolgreich zurückgeleitet"
109
- "Customer was redirected to Novalnet","Besteller zu Novalnet umgeleitet"
110
- "Customer aborted payment process","Besteller hat den Bezahlvorgang abgebrochen"
111
- "Customer was rejected by Novalnet","Besteller von Novalnet abgelehnt"
112
- "Novalnet Password","Novalnet-Passwort"
113
- "Test Mode","Testmodus"
114
- "Live Mode","Livemodus"
115
- "Testorder","Testbestellung"
116
- "Credit Card PCI","Kreditkarte PCI"
117
- "Direct Debit German PCI","Lastschrift Deutschland PCI"
118
- "Direct Debit Austria PCI","Lastschrift Österreich PCI"
119
- "Novalnet Phonepayment","Novalnet Telefonpayment"
120
- "Novalnet Prepayment","Novalnet Vorauskasse"
121
- "Novalnet Invoice","Novalnet Kauf auf Rechnung"
122
- "Novalnet Direct Debit","Novalnet Lastschrift"
123
- "Novalnet Credit Card","Novalnet Kreditkarte"
124
- "Novalnet Creditcard","Novalnet Kreditkarte"
125
- "Novalnet Credit Card 3D-Secure","Novalnet Kreditkarte 3D Secure"
126
- "Novalnet Credit Card PCI","Novalnet Kreditkarte PCI"
127
- "Novalnet Direct Debit German PCI","Novalnet Lastschrift Deutschland PCI"
128
- "Novalnet Direct Debit Austria PCI","Novalnet Lastschrift Österreich PCI"
129
- "Novalnet Instant Bank Transfer","Novalnet Sofortüberweisung"
130
- "You will be redirected to Novalnet AG 3D-Secure in a few seconds.","Sie werden gleich auf die Novalnet AG 3D-Secure Schnittstelle umgeleitet."
131
- "You will be redirected to Novalnet AG website when you place an order.","Sie werden auf das Novalnet Payment Gateway umgeleitet, wenn Sie eine Bestellung
132
  aufgeben."
133
- "Novalnet Direct Debit German","Novalnet Lastschrift Deutschland"
134
- "Novalnet Direct Debit Austria","Novalnet Lastschrift Österreich"
135
- "Only for foreign transfers","Nur bei Auslandsüberweisungen"
136
- "Please transfer the invoice amount with the following information to our payment provider Novalnet AG","Bitte überweisen Sie den Betrag mit der folgenden "
137
- "Information an unseren Zahlungsdienstleister Novalnet AG",
138
- "You will be redirected to Novalnet AG in a few seconds","Sie werden nach ein paar Sekunden auf das Gateway der Novalnet AG umgeleitet"
139
- "Customer was redirected to Novalnet","Endkunde wurde auf das Gateway der Novalnet AG umgeleitet"
140
- "You will be redirected to Novalnet AG website when you place an order.","Sie werden dann auf das Gateway der Novalnet AG umgeleitet."
141
- "Minimum Order Total","Mindestwert für Gesamtbestellung"
142
- "Maximum Order Total","Höchstwert für Gesamtbestellung"
143
- "Minimum Orders Count","Mindestanzahl an Bestellungen"
144
- "Die Hashfunktionen sind nicht verf&uuml;gbar!","Die Hashfunktionen sind nicht verf&uuml;gbar!"
1
+ "Enabled";"Modul-Aktivierung"
2
+ "New order status";"Neuer Bestellstatus"
3
+ "Novalnet Merchant ID";"Novalnet Händler ID"
4
+ "Title";"Titel"
5
+ "Novalnet Auth Code";"Novalnet Auth Code"
6
+ "Novalnet Product ID";"Novalnet Produkt ID"
7
+ "Novalnet Tariff ID";"Novalnet Tarif ID"
8
+ "Payment from applicable countries";"Zahlungsmöglichkeit für"
9
+ "Payment from Specific countries";"Länderauswahl für Zahlungsmöglichkeit"
10
+ "DE";"Deutschland"
11
+ "AT";"Österreich"
12
+ "Direct Debit";"Lastschrift"
13
+ "Credit Card";"Kreditkarte"
14
+ "Country";"Buchungsland"
15
+ "Name on the Card";"Kreditkarteninhaber"
16
+ "Name on Card";"Kreditkarteninhaber"
17
+ "Credit Card Type";"Kreditkarten Typ"
18
+ "Credit Card Number";"Kartennummer"
19
+ "Expiration Date";"Gültigkeit (Monat/Jahr)"
20
+ "Card Verification Number";"CVC (Pruefziffer)"
21
+ "What is this?";"Wo finde ich die CVC-Nummer?"
22
+ "Account Holder";"Name des Kontoinhabers"
23
+ "Account Number";"Kontonummer"
24
+ "Bank Sorting Code";"Bankleitzahl"
25
+ "Country: ";"Buchungsland: "
26
+ "Account Holder: %s";"Kontoinhaber: %s"
27
+ "Account Number: %s";"Kontonummer: %s"
28
+ "Bank Sorting Code: %s";"Bankleitzahl: %s"
29
+ "TID: %s";"TID: %s"
30
+ "Name on the Card: %s";"Kreditkarteninhaber: %s"
31
+ "Credit Card Number: %s";"Kartennummer: %s"
32
+ "Credit Card Number: xxxx-%s";"Kartennummer: xxxx-%s"
33
+ "Credit Card Type: %s";"Kreditkartentyp: %s"
34
+ "Expiration Date: %s/%s";"Gültigkeit (Monat/Jahr): %s/%s"
35
+ "Credit Card Types";"Mögliche Kreditkarten"
36
+ "The amount will be booked immediately from your credit card<BR>with <B>%s</B> note.";"Der Betrag wird sofort von Ihrer Kreditkarte mit dem<BR>Verwendungszweck "
37
+ "<B>%s</B> abgebucht.";
38
+ "This is not a valid account number.";"Die Kontonummer ist nicht gültig!"
39
+ "This is not a valid bank sorting code.";"Die Bankleitzahl ist nicht gültig!"
40
+ "Direct Debit";"Lastschrift"
41
+ "Credit Card";"Kreditkarte"
42
+ "Creditcard";"Kreditkarte"
43
+ "Credit Card 3D-Secure";"Kreditkarte 3D Secure"
44
+ "You will be redirected to Novalnet AG 3D-Secure in a few seconds.";"Sie werden in ein paar Sekunden an das 3D-Secure Gateway der Firma Novalnet weitergeleitet"
45
+ "Customer was redirected to Novalnet.";"Der Kunde wurde zum Novalnet Gateway weitergeleitet"
46
+ "Customer successfully returned from Novalnet";"Der Kunde kehrte erfolgreich vom Novalnet Gateway zurück"
47
+ "Customer was rejected by Novalnet";"Der Kunde wurde vom Novalnet Gateway zurückgewiesen"
48
+ "Prepayment";"Vorkasse"
49
+ "Note: after submitting your order an email with bank transfer data of the Novalnet AG will be sent to you.";"Bemerkung: Nach dem Absenden Ihrer Bestellung wird "
50
+ "Ihnen eine Email mit den Bankdaten der Novalnet AG an Sie versendet.";
51
+ "Payment Duration";"Zahlbar in Tagen"
52
+ "--Please Select--";"--Bitte wählen--"
53
+ "Invoice";"Rechnung"
54
+ "Please transfer the amount at the latest, untill";"Bitte ueberweisen Sie den Betrag spaetestens bis zum"
55
+ "to following account:";"auf folgendes Konto:"
56
+ "I accept the ACDC check";"Der acdc-Check wird akzeptiert"
57
+ "This is a required field";"Das ist ein Pflichtfeld"
58
+ "CC";"Kreditkarte"
59
+ "Cc";"Kreditkarte"
60
+ "Method";"Zahlart"
61
+ "Due at";"Gültig bis"
62
+ "The Bank details will be emailed to you soon after the completion of checkout process";"Die Bankverbindung wird Ihnen nach Abschluss Ihrer Bestellung per E-Mail "
63
+ "zugeschickt";
64
+ "Please transfer the amount to following account";"Bitte ueberweisen sie den Betrag auf folgendes Konto"
65
+ "Account Holder2";"Kontoinhaber"
66
+ "Bank";"Bank"
67
+ "Amount";"Betrag"
68
+ "Reference";"Verwendungszweck"
69
+ "to following account";"auf folgendes Konto"
70
+ "Please note that the Transfer can only be identified with the above mentioned Reference";"Bitte beachten Sie, dass die Ueberweisung nur bearbeitet werden kann,
71
  wenn der oben angegebene Verwendungszweck verwendet wird"
72
+ "The ACDC-Check accepted";"Der ACDC-Check wird akzeptiert"
73
+ "accepted";"wird akzeptiert"
74
+ "ACDC-Check";"ACDC-Check"
75
+ "The";"Der"
76
+ "Month";"Monat"
77
+ "Year";"Jahr"
78
+ "Direct Debit German";"Lastschrift Deutschland"
79
+ "Direct Debit Austria";"Lastschrift Österreich"
80
+ "Booking Reference";"Verwendungszweck"
81
+ "The Bankcode must have a length of at least 8 digits";"Die BLZ muss mindestens 8-stellig sein"
82
+ "The Bankcode must have a length of at least 5 digits";"Die BLZ muss mindestens 5-stellig sein"
83
+ "You must check ACDC";"You must check ACDC"
84
+ "Notice for Clients";"Hinweis für Kunden"
85
+ "Pay by Call";"Per Telefon"
86
+ "Phonepayment";"Per Telefon"
87
+ "Error";"Fehler"
88
+ "Order Price not found";"Bestellsumme nicht gefunden"
89
+ "Amount below 0.90 Euro and above 10.00 Euro is not accepted";"Betraege unter 0.90 Euro und ueber 10.00 Euro koennen nicht verarbeitet werden bzw. werden nicht "
90
+ "akzeptiert!";
91
+ "Params (aryResponse) missing";"Params (aryResponse) fehlt"
92
+ "Following steps are required to complete the telephone payment process";"Folgende Schritte sind noetig um Ihre Zahlung abzuschliessen"
93
+ "Step";"Schritt"
94
+ "Please dial this number";"Bitte rufen Sie diese Telefonnummer an"
95
+ "Please wait for the Signal tone and hangup the reciever";"Bitte warten Sie auf den Signalton und legen Sie dann den Hoerer auf"
96
+ "Please click on continue after your successive call";"Nach Ihrem erfolgreichen Anruf klicken Sie bitte unten auf Weiter"
97
+ "This call costs";"Dieser Anruf kostet einmalig"
98
+ "inclusive tax";"inkl. MwSt."
99
+ "and is only possible from German Landline Telefon connection";"und ist nur vom Deutschen Festnetzanschluss moeglich"
100
+ "Response contains no XML data";"Response enthält keine XML Daten"
101
+ "Did you called this number";"Did you called this number"
102
+ "Billing Addr. not found";"Rechnungsadresse nicht gefunden"
103
+ "User Group Excluded";"Ausgeschlossene Benutzergruppe"
104
+ "Parameter missing";"Parameter fehlt"
105
+ "Comment";"Bemerkung"
106
+ "Email address missing";"Emailadresse nicht vorhanden"
107
+ "Instant Bank Transfer";"Sofortüberweisung"
108
+ "Customer successfully returned from Novalnet";"Besteller von Novalnet erfolgreich zurückgeleitet"
109
+ "Customer was redirected to Novalnet";"Besteller zu Novalnet umgeleitet"
110
+ "Customer aborted payment process";"Besteller hat den Bezahlvorgang abgebrochen"
111
+ "Customer was rejected by Novalnet";"Besteller von Novalnet abgelehnt"
112
+ "Novalnet Password";"Novalnet-Passwort"
113
+ "Test Mode";"Testmodus"
114
+ "Live Mode";"Livemodus"
115
+ "Testorder";"Testbestellung"
116
+ "Credit Card PCI";"Kreditkarte PCI"
117
+ "Direct Debit German PCI";"Lastschrift Deutschland PCI"
118
+ "Direct Debit Austria PCI";"Lastschrift Österreich PCI"
119
+ "Novalnet Phonepayment";"Novalnet Telefonpayment"
120
+ "Novalnet Prepayment";"Novalnet Vorauskasse"
121
+ "Novalnet Invoice";"Novalnet Kauf auf Rechnung"
122
+ "Novalnet Direct Debit";"Novalnet Lastschrift"
123
+ "Novalnet Credit Card";"Novalnet Kreditkarte"
124
+ "Novalnet Creditcard";"Novalnet Kreditkarte"
125
+ "Novalnet Credit Card 3D-Secure";"Novalnet Kreditkarte 3D Secure"
126
+ "Novalnet Credit Card PCI";"Novalnet Kreditkarte PCI"
127
+ "Novalnet Direct Debit German PCI";"Novalnet Lastschrift Deutschland PCI"
128
+ "Novalnet Direct Debit Austria PCI";"Novalnet Lastschrift Österreich PCI"
129
+ "Novalnet Instant Bank Transfer";"Novalnet Sofortüberweisung"
130
+ "You will be redirected to Novalnet AG 3D-Secure in a few seconds.";"Sie werden gleich auf die Novalnet AG 3D-Secure Schnittstelle umgeleitet."
131
+ "You will be redirected to Novalnet AG website when you place an order.";"Sie werden auf das Novalnet Payment Gateway umgeleitet, wenn Sie eine Bestellung
132
  aufgeben."
133
+ "Novalnet Direct Debit German";"Novalnet Lastschrift Deutschland"
134
+ "Novalnet Direct Debit Austria";"Novalnet Lastschrift Österreich"
135
+ "Only for foreign transfers";"Nur bei Auslandsüberweisungen"
136
+ "Please transfer the invoice amount with the following information to our payment provider Novalnet AG";"Bitte überweisen Sie den Betrag mit der folgenden "
137
+ "Information an unseren Zahlungsdienstleister Novalnet AG";
138
+ "You will be redirected to Novalnet AG in a few seconds";"Sie werden nach ein paar Sekunden auf das Gateway der Novalnet AG umgeleitet"
139
+ "Customer was redirected to Novalnet";"Endkunde wurde auf das Gateway der Novalnet AG umgeleitet"
140
+ "You will be redirected to Novalnet AG website when you place an order.";"Sie werden dann auf das Gateway der Novalnet AG umgeleitet."
141
+ "Minimum Order Total";"Mindestwert für Gesamtbestellung"
142
+ "Maximum Order Total";"Höchstwert für Gesamtbestellung"
143
+ "Minimum Orders Count";"Mindestanzahl an Bestellungen"
144
+ "Die Hashfunktionen sind nicht verf&uuml;gbar!";"Die Hashfunktionen sind nicht verf&uuml;gbar!"
app/locale/de_DE/Novalnet_NovalnetPaypal.csv CHANGED
@@ -1,144 +1,144 @@
1
- "Enabled","Modul-Aktivierung"
2
- "New order status","Neuer Bestellstatus"
3
- "Novalnet Merchant ID","Novalnet Händler ID"
4
- "Title","Titel"
5
- "Novalnet Auth Code","Novalnet Auth Code"
6
- "Novalnet Product ID","Novalnet Produkt ID"
7
- "Novalnet Tariff ID","Novalnet Tarif ID"
8
- "Payment from applicable countries","Zahlungsmöglichkeit für"
9
- "Payment from Specific countries","Länderauswahl für Zahlungsmöglichkeit"
10
- "DE","Deutschland"
11
- "AT","Österreich"
12
- "Direct Debit","Lastschrift"
13
- "Credit Card","Kreditkarte"
14
- "Country","Buchungsland"
15
- "Name on the Card","Kreditkarteninhaber"
16
- "Name on Card","Kreditkarteninhaber"
17
- "Credit Card Type","Kreditkarten Typ"
18
- "Credit Card Number","Kartennummer"
19
- "Expiration Date","Gültigkeit (Monat/Jahr)"
20
- "Card Verification Number","CVC (Pruefziffer)"
21
- "What is this?","Wo finde ich die CVC-Nummer?"
22
- "Account Holder","Name des Kontoinhabers"
23
- "Account Number","Kontonr."
24
- "Bank Sorting Code","BLZ"
25
- "Country: ","Buchungsland: "
26
- "Account Holder: %s","Kontoinhaber: %s"
27
- "Account Number: %s","Kontonr.: %s"
28
- "Bank Sorting Code: %s","BLZ: %s"
29
- "TID: %s","TID: %s"
30
- "Name on the Card: %s","Kreditkarteninhaber: %s"
31
- "Credit Card Number: %s","Kartennummer: %s"
32
- "Credit Card Number: xxxx-%s","Kartennummer: xxxx-%s"
33
- "Credit Card Type: %s","Kreditkartentyp: %s"
34
- "Expiration Date: %s/%s","Gültig bis: %s/%s"
35
- "Credit Card Types","Mögliche Kreditkarten"
36
- "The amount will be booked immediately from your credit card<BR>with <B>%s</B> note.","Der Betrag wird sofort von Ihrer Kreditkarte mit dem<BR>Verwendungszweck "
37
- "<B>%s</B> abgebucht.",
38
- "This is not a valid account number.","Die Kontonummer ist nicht gültig!"
39
- "This is not a valid bank sorting code.","Die Bankleitzahl ist nicht gültig!"
40
- "Direct Debit","Lastschrift"
41
- "Credit Card","Kreditkarte"
42
- "Creditcard","Kreditkarte"
43
- "Credit Card 3D-Secure","Kreditkarte 3D Secure"
44
- "You will be redirected to Novalnet AG 3D-Secure in a few seconds.","Sie werden in ein paar Sekunden an das 3D-Secure Gateway der Firma Novalnet weitergeleitet"
45
- "Customer was redirected to Novalnet.","Der Kunde wurde zum Novalnet Gateway weitergeleitet"
46
- "Customer successfully returned from Novalnet","Der Kunde kehrte erfolgreich vom Novalnet Gateway zurück"
47
- "Customer was rejected by Novalnet","Der Kunde wurde vom Novalnet Gateway zurückgewiesen"
48
- "Prepayment","Vorkasse"
49
- "Note: after submitting your order an email with bank transfer data of the Novalnet AG will be sent to you.","Bemerkung: Nach dem Absenden Ihrer Bestellung wird "
50
- "Ihnen eine Email mit den Bankdaten der Novalnet AG an Sie versendet.",
51
- "Payment Duration","Zahlbar in Tagen"
52
- "--Please Select--","--Bitte wählen--"
53
- "Invoice","Rechnung"
54
- "Please transfer the amount at the latest, untill","Bitte ueberweisen Sie den Betrag spaetestens bis zum"
55
- "to following account:","auf folgendes Konto:"
56
- "I accept the ACDC check","Der acdc-Check wird akzeptiert"
57
- "This is a required field","Das ist ein Pflichtfeld"
58
- "CC","Kreditkarte"
59
- "Cc","Kreditkarte"
60
- "Method","Zahlart"
61
- "Due at","Gültig bis"
62
- "The Bank details will be emailed to you soon after the completion of checkout process","Die Bankverbindung wird Ihnen nach Abschluss Ihrer Bestellung per E-Mail "
63
- "zugeschickt",
64
- "Please transfer the amount to following account","Bitte ueberweisen sie den Betrag auf folgendes Konto"
65
- "Account Holder2","Kontoinhaber"
66
- "Bank","Bank"
67
- "Amount","Betrag"
68
- "Reference","Verwendungszweck"
69
- "to following account","auf folgendes Konto"
70
- "Please note that the Transfer can only be identified with the above mentioned Reference","Bitte beachten Sie, dass die Ueberweisung nur bearbeitet werden kann,
71
  wenn der oben angegebene Verwendungszweck verwendet wird"
72
- "The ACDC-Check accepted","Der ACDC-Check wird akzeptiert"
73
- "accepted","wird akzeptiert"
74
- "ACDC-Check","ACDC-Check"
75
- "The","Der"
76
- "Month","Monat"
77
- "Year","Jahr"
78
- "Direct Debit German","Lastschrift Deutschland"
79
- "Direct Debit Austria","Lastschrift Österreich"
80
- "Booking Reference","Verwendungszweck"
81
- "The Bankcode must have a length of at least 8 digits","Die BLZ muss mindestens 8-stellig sein"
82
- "The Bankcode must have a length of at least 5 digits","Die BLZ muss mindestens 5-stellig sein"
83
- "You must check ACDC","You must check ACDC"
84
- "Notice for Clients","Hinweis für Kunden"
85
- "Pay by Call","Per Telefon"
86
- "Phonepayment","Per Telefon"
87
- "Error","Fehler"
88
- "Order Price not found","Bestellsumme nicht gefunden"
89
- "Amount below 0.90 Euro and above 10.00 Euro is not accepted","Betraege unter 0.90 Euro und ueber 10.00 Euro koennen nicht verarbeitet werden bzw. werden nicht "
90
- "akzeptiert!",
91
- "Params (aryResponse) missing","Params (aryResponse) fehlt"
92
- "Following steps are required to complete the telephone payment process","Folgende Schritte sind noetig um Ihre Zahlung abzuschliessen"
93
- "Step","Schritt"
94
- "Please dial this number","Bitte rufen Sie diese Telefonnummer an"
95
- "Please wait for the Signal tone and hangup the reciever","Bitte warten Sie auf den Signalton und legen Sie dann den Hoerer auf"
96
- "Please click on continue after your successive call","Nach Ihrem erfolgreichen Anruf klicken Sie bitte unten auf Weiter"
97
- "This call costs","Dieser Anruf kostet einmalig"
98
- "inclusive tax","inkl. MwSt."
99
- "and is only possible from German Landline Telefon connection","und ist nur vom Deutschen Festnetzanschluss moeglich"
100
- "Response contains no XML data","Response enthält keine XML Daten"
101
- "Did you called this number","Did you called this number"
102
- "Billing Addr. not found","Rechnungsadresse nicht gefunden"
103
- "User Group Excluded","Ausgeschlossene Benutzergruppe"
104
- "Parameter missing","Parameter fehlt"
105
- "Comment","Bemerkung"
106
- "Email address missing","Emailadresse nicht vorhanden"
107
- "Instant Bank Transfer","Sofortüberweisung"
108
- "Customer successfully returned from Novalnet","Besteller von Novalnet erfolgreich zurückgeleitet"
109
- "Customer was redirected to Novalnet","Besteller zu Novalnet umgeleitet"
110
- "Customer aborted payment process","Besteller hat den Bezahlvorgang abgebrochen"
111
- "Customer was rejected by Novalnet","Besteller von Novalnet abgelehnt"
112
- "Novalnet Password","Novalnet-Passwort"
113
- "Test Mode","Testmodus"
114
- "Live Mode","Livemodus"
115
- "Testorder","Testbestellung"
116
- "Credit Card PCI","Kreditkarte PCI"
117
- "Direct Debit German PCI","Lastschrift Deutschland PCI"
118
- "Direct Debit Austria PCI","Lastschrift Österreich PCI"
119
- "Novalnet Phonepayment","Novalnet Telefonpayment"
120
- "Novalnet Prepayment","Novalnet Vorauskasse"
121
- "Novalnet Invoice","Novalnet Kauf auf Rechnung"
122
- "Novalnet Direct Debit","Novalnet Lastschrift"
123
- "Novalnet Credit Card","Novalnet Kreditkarte"
124
- "Novalnet Creditcard","Novalnet Kreditkarte"
125
- "Novalnet Credit Card 3D-Secure","Novalnet Kreditkarte 3D Secure"
126
- "Novalnet Credit Card PCI","Novalnet Kreditkarte PCI"
127
- "Novalnet Direct Debit German PCI","Novalnet Lastschrift Deutschland PCI"
128
- "Novalnet Direct Debit Austria PCI","Novalnet Lastschrift Österreich PCI"
129
- "Novalnet Instant Bank Transfer","Novalnet Sofortüberweisung"
130
- "You will be redirected to Novalnet AG 3D-Secure in a few seconds.","Sie werden gleich auf die Novalnet AG 3D-Secure Schnittstelle umgeleitet."
131
- "You will be redirected to Novalnet AG website when you place an order.","Sie werden auf das Novalnet Payment Gateway umgeleitet, wenn Sie eine Bestellung
132
  aufgeben."
133
- "Novalnet Direct Debit German","Novalnet Lastschrift Deutschland"
134
- "Novalnet Direct Debit Austria","Novalnet Lastschrift Österreich"
135
- "Only for foreign transfers","Nur bei Auslandsüberweisungen"
136
- "Please transfer the invoice amount with the following information to our payment provider Novalnet AG","Bitte überweisen Sie den Betrag mit der folgenden "
137
- "Information an unseren Zahlungsdienstleister Novalnet AG",
138
- "You will be redirected to Novalnet AG in a few seconds","Sie werden nach ein paar Sekunden auf das Gateway der Novalnet AG umgeleitet"
139
- "Customer was redirected to Novalnet","Endkunde wurde auf das Gateway der Novalnet AG umgeleitet"
140
- "You will be redirected to Novalnet AG website when you place an order.","Sie werden dann auf das Gateway der Novalnet AG umgeleitet."
141
- "Minimum Order Total","Mindestwert für Gesamtbestellung"
142
- "Maximum Order Total","Höchstwert für Gesamtbestellung"
143
- "Minimum Orders Count","Mindestanzahl an Bestellungen"
144
- "Die Hashfunktionen sind nicht verf&uuml;gbar!","Die Hashfunktionen sind nicht verf&uuml;gbar!"
1
+ "Enabled";"Modul-Aktivierung"
2
+ "New order status";"Neuer Bestellstatus"
3
+ "Novalnet Merchant ID";"Novalnet Händler ID"
4
+ "Title";"Titel"
5
+ "Novalnet Auth Code";"Novalnet Auth Code"
6
+ "Novalnet Product ID";"Novalnet Produkt ID"
7
+ "Novalnet Tariff ID";"Novalnet Tarif ID"
8
+ "Payment from applicable countries";"Zahlungsmöglichkeit für"
9
+ "Payment from Specific countries";"Länderauswahl für Zahlungsmöglichkeit"
10
+ "DE";"Deutschland"
11
+ "AT";"Österreich"
12
+ "Direct Debit";"Lastschrift"
13
+ "Credit Card";"Kreditkarte"
14
+ "Country";"Buchungsland"
15
+ "Name on the Card";"Kreditkarteninhaber"
16
+ "Name on Card";"Kreditkarteninhaber"
17
+ "Credit Card Type";"Kreditkarten Typ"
18
+ "Credit Card Number";"Kartennummer"
19
+ "Expiration Date";"Gültigkeit (Monat/Jahr)"
20
+ "Card Verification Number";"CVC (Pruefziffer)"
21
+ "What is this?";"Wo finde ich die CVC-Nummer?"
22
+ "Account Holder";"Name des Kontoinhabers"
23
+ "Account Number";"Kontonummer"
24
+ "Bank Sorting Code";"Bankleitzahl"
25
+ "Country: ";"Buchungsland: "
26
+ "Account Holder: %s";"Kontoinhaber: %s"
27
+ "Account Number: %s";"Kontonummer: %s"
28
+ "Bank Sorting Code: %s";"Bankleitzahl: %s"
29
+ "TID: %s";"TID: %s"
30
+ "Name on the Card: %s";"Kreditkarteninhaber: %s"
31
+ "Credit Card Number: %s";"Kartennummer: %s"
32
+ "Credit Card Number: xxxx-%s";"Kartennummer: xxxx-%s"
33
+ "Credit Card Type: %s";"Kreditkartentyp: %s"
34
+ "Expiration Date: %s/%s";"Gültigkeit (Monat/Jahr): %s/%s"
35
+ "Credit Card Types";"Mögliche Kreditkarten"
36
+ "The amount will be booked immediately from your credit card<BR>with <B>%s</B> note.";"Der Betrag wird sofort von Ihrer Kreditkarte mit dem<BR>Verwendungszweck "
37
+ "<B>%s</B> abgebucht.";
38
+ "This is not a valid account number.";"Die Kontonummer ist nicht gültig!"
39
+ "This is not a valid bank sorting code.";"Die Bankleitzahl ist nicht gültig!"
40
+ "Direct Debit";"Lastschrift"
41
+ "Credit Card";"Kreditkarte"
42
+ "Creditcard";"Kreditkarte"
43
+ "Credit Card 3D-Secure";"Kreditkarte 3D Secure"
44
+ "You will be redirected to Novalnet AG 3D-Secure in a few seconds.";"Sie werden in ein paar Sekunden an das 3D-Secure Gateway der Firma Novalnet weitergeleitet"
45
+ "Customer was redirected to Novalnet.";"Der Kunde wurde zum Novalnet Gateway weitergeleitet"
46
+ "Customer successfully returned from Novalnet";"Der Kunde kehrte erfolgreich vom Novalnet Gateway zurück"
47
+ "Customer was rejected by Novalnet";"Der Kunde wurde vom Novalnet Gateway zurückgewiesen"
48
+ "Prepayment";"Vorkasse"
49
+ "Note: after submitting your order an email with bank transfer data of the Novalnet AG will be sent to you.";"Bemerkung: Nach dem Absenden Ihrer Bestellung wird "
50
+ "Ihnen eine Email mit den Bankdaten der Novalnet AG an Sie versendet.";
51
+ "Payment Duration";"Zahlbar in Tagen"
52
+ "--Please Select--";"--Bitte wählen--"
53
+ "Invoice";"Rechnung"
54
+ "Please transfer the amount at the latest, untill";"Bitte ueberweisen Sie den Betrag spaetestens bis zum"
55
+ "to following account:";"auf folgendes Konto:"
56
+ "I accept the ACDC check";"Der acdc-Check wird akzeptiert"
57
+ "This is a required field";"Das ist ein Pflichtfeld"
58
+ "CC";"Kreditkarte"
59
+ "Cc";"Kreditkarte"
60
+ "Method";"Zahlart"
61
+ "Due at";"Gültig bis"
62
+ "The Bank details will be emailed to you soon after the completion of checkout process";"Die Bankverbindung wird Ihnen nach Abschluss Ihrer Bestellung per E-Mail "
63
+ "zugeschickt";
64
+ "Please transfer the amount to following account";"Bitte ueberweisen sie den Betrag auf folgendes Konto"
65
+ "Account Holder2";"Kontoinhaber"
66
+ "Bank";"Bank"
67
+ "Amount";"Betrag"
68
+ "Reference";"Verwendungszweck"
69
+ "to following account";"auf folgendes Konto"
70
+ "Please note that the Transfer can only be identified with the above mentioned Reference";"Bitte beachten Sie, dass die Ueberweisung nur bearbeitet werden kann,
71
  wenn der oben angegebene Verwendungszweck verwendet wird"
72
+ "The ACDC-Check accepted";"Der ACDC-Check wird akzeptiert"
73
+ "accepted";"wird akzeptiert"
74
+ "ACDC-Check";"ACDC-Check"
75
+ "The";"Der"
76
+ "Month";"Monat"
77
+ "Year";"Jahr"
78
+ "Direct Debit German";"Lastschrift Deutschland"
79
+ "Direct Debit Austria";"Lastschrift Österreich"
80
+ "Booking Reference";"Verwendungszweck"
81
+ "The Bankcode must have a length of at least 8 digits";"Die BLZ muss mindestens 8-stellig sein"
82
+ "The Bankcode must have a length of at least 5 digits";"Die BLZ muss mindestens 5-stellig sein"
83
+ "You must check ACDC";"You must check ACDC"
84
+ "Notice for Clients";"Hinweis für Kunden"
85
+ "Pay by Call";"Per Telefon"
86
+ "Phonepayment";"Per Telefon"
87
+ "Error";"Fehler"
88
+ "Order Price not found";"Bestellsumme nicht gefunden"
89
+ "Amount below 0.90 Euro and above 10.00 Euro is not accepted";"Betraege unter 0.90 Euro und ueber 10.00 Euro koennen nicht verarbeitet werden bzw. werden nicht "
90
+ "akzeptiert!";
91
+ "Params (aryResponse) missing";"Params (aryResponse) fehlt"
92
+ "Following steps are required to complete the telephone payment process";"Folgende Schritte sind noetig um Ihre Zahlung abzuschliessen"
93
+ "Step";"Schritt"
94
+ "Please dial this number";"Bitte rufen Sie diese Telefonnummer an"
95
+ "Please wait for the Signal tone and hangup the reciever";"Bitte warten Sie auf den Signalton und legen Sie dann den Hoerer auf"
96
+ "Please click on continue after your successive call";"Nach Ihrem erfolgreichen Anruf klicken Sie bitte unten auf Weiter"
97
+ "This call costs";"Dieser Anruf kostet einmalig"
98
+ "inclusive tax";"inkl. MwSt."
99
+ "and is only possible from German Landline Telefon connection";"und ist nur vom Deutschen Festnetzanschluss moeglich"
100
+ "Response contains no XML data";"Response enthält keine XML Daten"
101
+ "Did you called this number";"Did you called this number"
102
+ "Billing Addr. not found";"Rechnungsadresse nicht gefunden"
103
+ "User Group Excluded";"Ausgeschlossene Benutzergruppe"
104
+ "Parameter missing";"Parameter fehlt"
105
+ "Comment";"Bemerkung"
106
+ "Email address missing";"Emailadresse nicht vorhanden"
107
+ "Instant Bank Transfer";"Sofortüberweisung"
108
+ "Customer successfully returned from Novalnet";"Besteller von Novalnet erfolgreich zurückgeleitet"
109
+ "Customer was redirected to Novalnet";"Besteller zu Novalnet umgeleitet"
110
+ "Customer aborted payment process";"Besteller hat den Bezahlvorgang abgebrochen"
111
+ "Customer was rejected by Novalnet";"Besteller von Novalnet abgelehnt"
112
+ "Novalnet Password";"Novalnet-Passwort"
113
+ "Test Mode";"Testmodus"
114
+ "Live Mode";"Livemodus"
115
+ "Testorder";"Testbestellung"
116
+ "Credit Card PCI";"Kreditkarte PCI"
117
+ "Direct Debit German PCI";"Lastschrift Deutschland PCI"
118
+ "Direct Debit Austria PCI";"Lastschrift Österreich PCI"
119
+ "Novalnet Phonepayment";"Novalnet Telefonpayment"
120
+ "Novalnet Prepayment";"Novalnet Vorauskasse"
121
+ "Novalnet Invoice";"Novalnet Kauf auf Rechnung"
122
+ "Novalnet Direct Debit";"Novalnet Lastschrift"
123
+ "Novalnet Credit Card";"Novalnet Kreditkarte"
124
+ "Novalnet Creditcard";"Novalnet Kreditkarte"
125
+ "Novalnet Credit Card 3D-Secure";"Novalnet Kreditkarte 3D Secure"
126
+ "Novalnet Credit Card PCI";"Novalnet Kreditkarte PCI"
127
+ "Novalnet Direct Debit German PCI";"Novalnet Lastschrift Deutschland PCI"
128
+ "Novalnet Direct Debit Austria PCI";"Novalnet Lastschrift Österreich PCI"
129
+ "Novalnet Instant Bank Transfer";"Novalnet Sofortüberweisung"
130
+ "You will be redirected to Novalnet AG 3D-Secure in a few seconds.";"Sie werden gleich auf die Novalnet AG 3D-Secure Schnittstelle umgeleitet."
131
+ "You will be redirected to Novalnet AG website when you place an order.";"Sie werden auf das Novalnet Payment Gateway umgeleitet, wenn Sie eine Bestellung
132
  aufgeben."
133
+ "Novalnet Direct Debit German";"Novalnet Lastschrift Deutschland"
134
+ "Novalnet Direct Debit Austria";"Novalnet Lastschrift Österreich"
135
+ "Only for foreign transfers";"Nur bei Auslandsüberweisungen"
136
+ "Please transfer the invoice amount with the following information to our payment provider Novalnet AG";"Bitte überweisen Sie den Betrag mit der folgenden "
137
+ "Information an unseren Zahlungsdienstleister Novalnet AG";
138
+ "You will be redirected to Novalnet AG in a few seconds";"Sie werden nach ein paar Sekunden auf das Gateway der Novalnet AG umgeleitet"
139
+ "Customer was redirected to Novalnet";"Endkunde wurde auf das Gateway der Novalnet AG umgeleitet"
140
+ "You will be redirected to Novalnet AG website when you place an order.";"Sie werden dann auf das Gateway der Novalnet AG umgeleitet."
141
+ "Minimum Order Total";"Mindestwert für Gesamtbestellung"
142
+ "Maximum Order Total";"Höchstwert für Gesamtbestellung"
143
+ "Minimum Orders Count";"Mindestanzahl an Bestellungen"
144
+ "Die Hashfunktionen sind nicht verf&uuml;gbar!";"Die Hashfunktionen sind nicht verf&uuml;gbar!"
callback_novalnet2magento.php CHANGED
@@ -51,52 +51,77 @@ $logFile = 'novalnet_callback_script_'.date('Y-m-d').'.log';
51
  $log = false;//false|true; adapt
52
  $debug = false; //false|true; adapt: set to false for go-live
53
  $test = false; //false|true; adapt: set to false for go-live
54
- $createInvoice = true; //false|true; adapt
55
- $useZendEmail = true;//false|true; adapt
56
  $lineBreak = empty($_SERVER['HTTP_HOST'])? PHP_EOL: '<br />';
57
  $addSubsequentTidToDb = true;//whether to add the new tid to db; adapt if necessary
58
 
59
  $aPaymentTypes = array('INVOICE_CREDIT');//adapt here if needed; Options are:
60
  /*
61
- COLLECTION_REVERSAL_AT
62
- COLLECTION_REVERSAL_DE
63
- CREDITCARD
64
- CREDITCARD_BOOKBACK
65
- CREDITCARD_CHARGEBACK
66
- CREDITCARD_REPRESENTMENT
67
- CREDIT_ENTRY_AT
68
- CREDIT_ENTRY_CREDITCARD
69
- CREDIT_ENTRY_DE
70
- DEBT_COLLECTION_AT
71
- DEBT_COLLECTION_CREDITCARD
72
- DEBT_COLLECTION_DE
73
- DIRECT_DEBIT_AT
74
- DIRECT_DEBIT_DE
75
- DIRECT_DEBIT_ES
76
- DIRECT_DEBIT_SEPA
77
- INVOICE
78
- INVOICE_CREDIT
79
- INVOICE_START
80
- NC_CONVERT
81
- NC_CREDIT
82
- NC_DEBIT
83
- NC_ENCASH
84
- NC_PAYOUT
85
- NOVALCARD
86
- NOVALTEL_DE
87
- NOVALTEL_DE_CB_REVERSAL
88
- NOVALTEL_DE_CHARGEBACK
89
- NOVALTEL_DE_COLLECTION
90
- ONLINE_TRANSFER
91
- PAYPAL
92
- PAYSAFECARD
93
- REFUND_BY_BANK_TRANSFER_EU
94
- RETURN_DEBIT_AT
95
- RETURN_DEBIT_DE
96
- REVERSAL
97
- WAP_CREDITCARD
98
- WAP_DIRECT_DEBIT_AT
99
- WAP_DIRECT_DEBIT_DE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  */
101
 
102
  // Order State/Status Settings
@@ -108,22 +133,23 @@ $aPaymentTypes = array('INVOICE_CREDIT');//adapt here if needed; Options are:
108
  5. canceled
109
  */
110
  $orderState = Mage_Sales_Model_Order::STATE_PROCESSING; //Note: Mage_Sales_Model_Order::STATE_COMPLETE => NOK, Refer to function setOrderStatus()
111
- $orderStatus = Mage_Sales_Model_Order::STATE_COMPLETE;//adapt for your need
112
  $orderComment = $lineBreak.date('d.m.Y H:i:s').': Novalnet callback script changed order state to '.$orderState.' and order status to '. $orderStatus;
113
 
114
  //Security Setting; only this IP is allowed for call back script
115
  $ipAllowed = '195.143.189.210'; //Novalnet IP, is a fixed value, DO NOT CHANGE!!!!!
 
116
 
117
  //Reporting Email Addresses Settings
118
- $shopInfo = 'Magento '.$lineBreak; //adapt for your need
119
- $mailHost = Mage::getStoreConfig('system/smtp/host');//'mail.novalnet.de';//adapt or Mage::getStoreConfig('system/smtp/host')
120
- $mailPort = Mage::getStoreConfig('system/smtp/port');//25;//adapt or Mage::getStoreConfig('system/smtp/port')
121
- $emailFromAddr = 'test@novalnet.de';//sender email addr., adapt
122
- $emailToAddr = 'test@novalnet.de';//recipient email addr., adapt
123
  $emailSubject = 'Novalnet Callback Script Access Report'; //adapt if necessary;
124
- $emailBody = 'Novalnet Callback Script Access Report.';//Email text, adapt
125
- $emailFromName = "Magento Onlineshop"; // Sender name, adapt
126
- $emailToName = "test@novalnet.de"; // Recipient name, adapt
127
 
128
  //Parameters Settings
129
  $hParamsRequired = array(
@@ -134,10 +160,6 @@ $hParamsRequired = array(
134
  'amount' => '',
135
  'order_no' => '');
136
 
137
- if (in_array('INVOICE_CREDIT', $aPaymentTypes)){
138
- $hParamsRequired['tid_payment'] = '';
139
- }
140
-
141
  $hParamsTest = array(
142
  'vendor_id' => '4',
143
  'status' => '100',
@@ -147,17 +169,20 @@ $hParamsTest = array(
147
  'order_no' => '200000008', // Order number
148
  );
149
 
150
- if (in_array('INVOICE_CREDIT', $aPaymentTypes)){
 
151
  $hParamsTest['tid_payment'] = '12497500001209615'; //orig. tid; must be avail. in shop database; adapt for test;
152
  }
 
 
153
 
154
  //Test Data Settings
155
  if ($test){
156
  $_REQUEST = $hParamsTest;
157
  $emailFromName = "Novalnet test"; // Sender name, adapt
158
  $emailToName = "Novalnet test"; // Recipient name, adapt
159
- $emailFromAddr = 'test@novalnet.de';//adapt
160
- $emailToAddr = 'test@novalnet.de';//adapt
161
  $emailSubject = $emailSubject.' - TEST';//adapt
162
  }
163
 
@@ -165,12 +190,11 @@ if ($test){
165
  try {
166
  //Check Params
167
  if (checkIP($_REQUEST)){
168
- if (checkPaymentTypeAndStatus($_REQUEST['payment_type'], $_REQUEST['status'])){
169
- if (checkParams($_REQUEST)){
170
- //Get Order ID and Set New Order Status
171
- if ($ordercheckstatus = BasicValidation($_REQUEST)){
172
- setOrderStatus($_REQUEST['order_no']);//and send error mails if any
173
- }
174
  }
175
  }
176
  }
@@ -247,7 +271,7 @@ function sendEmailMagento($emailBody){
247
  ini_set('SMTP', $mailHost);
248
  ini_set('smtp_port', $mailPort);
249
 
250
- try {
251
  if ($debug){
252
  echo __FUNCTION__.': Sending Email suceeded!'.$lineBreak;
253
  }
@@ -299,33 +323,26 @@ function showDebug(){
299
  echo $emailBody;
300
  }
301
  }
302
- function checkPaymentTypeAndStatus($paymentType, $status){
303
- global $emailBody, $aPaymentTypes;
304
- if (empty($paymentType)){
305
- $emailBody .= "Novalnet callback received. But Param payment_type missing $lineBreak";
306
- return false;
307
- }
308
-
309
- if (!in_array($paymentType, $aPaymentTypes)){
310
- $emailBody .= "Novalnet callback received. But passed payment_type ($paymentType) not defined in \$aPaymentTypes: (".implode('; ', $aPaymentTypes).")$lineBreak";
311
- return false;
312
- }
313
-
314
- if(empty($status) or 100 != $status) {
315
- $emailBody .= 'The status codes [' . $_request['status'] . '] is not valid: Only 100 is allowed.' . "$lineBreak$lineBreak".$lineBreak;
316
- return false;
317
- }
318
- return true;
319
- }
320
  function checkParams($_request){
321
- global $lineBreak, $hParamsRequired, $emailBody;
322
  $error = false;
323
  $emailBody = '';
324
 
325
  if(!$_request){
326
  $emailBody .= 'No params passed over!'.$lineBreak;
327
  return false;
328
- }elseif($hParamsRequired){
 
 
 
 
 
 
 
 
 
 
 
329
  foreach ($hParamsRequired as $k=>$v){
330
  if (!isset($_request[$k])){
331
  $error = true;
@@ -336,24 +353,29 @@ function checkParams($_request){
336
  return false;
337
  }
338
  }
 
 
 
 
339
  return true;
340
  }
341
  function BasicValidation($_request){
342
  global $lineBreak, $tableOrderPayment, $tableOrder, $emailBody, $debug;
343
  $orderDetails = array();
344
- $orderDetails = getOrderByIncrementId($_request['order_no']);
345
- if ($debug) {echo'Order Details:<pre>'; print_r($orderDetails);echo'</pre>';}
 
346
 
347
  //check amount
348
  $amount = $_request['amount'];
349
- $_amount = isset($orderDetails['base_grand_total']) ? $orderDetails['base_grand_total'] * 100 : 0;
350
 
351
  if(!$_amount || (intval("$_amount") != intval("$amount"))) {
352
  $emailBody .= "The order amount ($_amount) does not match with the request amount ($amount)$lineBreak$lineBreak";
353
  return false;
354
  }
355
 
356
- $order = getOrderByIncrementId($orderDetails['increment_id']);
357
  $paymentType = getPaymentMethod($order);
358
  if(!in_array($paymentType, array('novalnetPrepayment', 'novalnetInvoice'))) {
359
  $emailBody .= "The order payment type ($paymentType) is not Prepayment/Invoice!$lineBreak$lineBreak";
@@ -374,7 +396,8 @@ function setOrderStatus ($incrementId) {
374
  if ($invoice = $order->getInvoiceCollection()->getFirstItem()) {
375
  $order->setState($orderState, true, 'Novalnet callback set state '.$orderState.' for Order-ID = ' . $incrementId); //processing: ok; complete: not ok -> would cause the error msg: 'Der Bestellzustand "complete" darf nicht manuell gesetzt werden'
376
  $order->addStatusToHistory($orderStatus, 'Novalnet callback added order status '. $orderStatus);// this line must be located after $order->setState()
377
- $emailBody .= 'Novalnet callback set state to '.$orderState.' ... ';
 
378
  $order->save();
379
 
380
  //Add subsequent TID to DB column last_trans_id
51
  $log = false;//false|true; adapt
52
  $debug = false; //false|true; adapt: set to false for go-live
53
  $test = false; //false|true; adapt: set to false for go-live
54
+ $createInvoice = true; //false|true; adapt for your need
55
+ $useZendEmail = true;//false|true; adapt for your need
56
  $lineBreak = empty($_SERVER['HTTP_HOST'])? PHP_EOL: '<br />';
57
  $addSubsequentTidToDb = true;//whether to add the new tid to db; adapt if necessary
58
 
59
  $aPaymentTypes = array('INVOICE_CREDIT');//adapt here if needed; Options are:
60
  /*
61
+ COLLECTION_REVERSAL_AT (7)
62
+ COLLECTION_REVERSAL_DE (7)
63
+ CREDITCARD (1)
64
+ CREDITCARD_BOOKBACK (4)
65
+ CREDITCARD_CHARGEBACK (3)
66
+ CREDITCARD_REPRESENTMENT (5)
67
+ CREDIT_ENTRY_AT (5)
68
+ CREDIT_ENTRY_CREDITCARD (5)
69
+ CREDIT_ENTRY_DE (5)
70
+ DEBT_COLLECTION_AT (6)
71
+ DEBT_COLLECTION_CREDITCARD (6)
72
+ DEBT_COLLECTION_DE (6)
73
+ DIRECT_DEBIT_AT (1)
74
+ DIRECT_DEBIT_DE (1)
75
+ DIRECT_DEBIT_ES (1)
76
+ DIRECT_DEBIT_SEPA (1)
77
+ INVOICE (8)
78
+ INVOICE_CREDIT (2)
79
+ INVOICE_START (2)
80
+ NC_CONVERT (8)
81
+ NC_CREDIT (8)
82
+ NC_DEBIT (8)
83
+ NC_ENCASH (8)
84
+ NC_PAYOUT (8)
85
+ NOVALCARD (8)
86
+ NOVALTEL_DE (1)
87
+ NOVALTEL_DE_CB_REVERSAL (7)
88
+ NOVALTEL_DE_CHARGEBACK (3)
89
+ NOVALTEL_DE_COLLECTION (6)
90
+ ONLINE_TRANSFER (1)
91
+ PAYPAL (1)
92
+ PAYSAFECARD (1)
93
+ REFUND_BY_BANK_TRANSFER_EU (4)
94
+ RETURN_DEBIT_AT (3)
95
+ RETURN_DEBIT_DE (3)
96
+ REVERSAL (8)
97
+ WAP_CREDITCARD (1)
98
+ WAP_DIRECT_DEBIT_AT (1)
99
+ WAP_DIRECT_DEBIT_DE (1)
100
+
101
+ NOTES:
102
+ (1) Diese Zahlungsarten bedeuten eine unmittelbare Gutschrift f�r den H�ndler (bei Kreditkarte nicht durch uns, sondern durch den Acquirer; bei Paypal durch Paypal selbst).
103
+ (1) These payment types implicate a credit for the merchant. (For credit card payments, this is not done by us, but through the acquirer; PayPal payments are processed directly by PayPal).
104
+
105
+ (2) Bei Rechnung/Vorkasse wird zun�chst nur der Rechnungsstart (INVOICE_START) eingetragen, die Gutschrift (INVOICE_CREDIT) erfolgt, sobald der Endkunde an uns �berwiesen hat
106
+ (2) For Invoice/prepayment, there will only be an Invoice start recorded (INVOICE_START), and the final Credit (INVOICE_CREDIT) will follow as soon as the payment goes through.
107
+
108
+ (3) Diese Zahlungsarten bedeuten jeweils eine R�ckbelastung, weil der Endkunde der Zahlung widerspricht oder eine Belastung letztlich nicht m�glich ist.
109
+ (3)These payment types imply a book back or a charge back, as the end customer has denied making the transaction, or the booking could not take place for a particular reason.
110
+
111
+ (4) Diese Zahlungsarten kommen in Frage, wenn der H�ndler von sich aus dem Endkunden das Geld zur�ck erstattet.
112
+ (4) These payment types play a role only when the merchant credits the transactional amount back to the end customer.
113
+
114
+ (5) Nach einer R�ckbelastung begleichen manche Kunden von sich aus die offene Forderung.
115
+ (5) After a chargeback some customers voluntarily pay the open amount.
116
+
117
+ (6)Diese Zahlungsarten bedeuten, dass das Geld �ber Inkasso hereinkommt.
118
+ (6) These payment types imply that the amount has been retrieved by the debt collection department/company.
119
+
120
+ (7) Gelegentlich muss aus technischen Gr�nden eine R�ckbelastung oder eine Inkasso-Gutschrift storniert werden.
121
+ (7) Occasionally, due to technical reasons, a chargeback or a debt collection credit needs to be cancelled or aborted.
122
+
123
+ (8) Diese Zahlungsarten werden zurzeit noch gar nicht verwendet.
124
+ (8) These payment types are not being used at all.
125
  */
126
 
127
  // Order State/Status Settings
133
  5. canceled
134
  */
135
  $orderState = Mage_Sales_Model_Order::STATE_PROCESSING; //Note: Mage_Sales_Model_Order::STATE_COMPLETE => NOK, Refer to function setOrderStatus()
136
+ $orderStatus = Mage_Sales_Model_Order::STATE_PROCESSING;//adapt for your need
137
  $orderComment = $lineBreak.date('d.m.Y H:i:s').': Novalnet callback script changed order state to '.$orderState.' and order status to '. $orderStatus;
138
 
139
  //Security Setting; only this IP is allowed for call back script
140
  $ipAllowed = '195.143.189.210'; //Novalnet IP, is a fixed value, DO NOT CHANGE!!!!!
141
+ //$ipAllowed = '182.72.184.185'; //Novalnet IP, is a fixed value, DO NOT CHANGE!!!!!
142
 
143
  //Reporting Email Addresses Settings
144
+ $shopInfo = 'Magento '.$lineBreak; //manditory;adapt for your need
145
+ $mailHost = Mage::getStoreConfig('system/smtp/host');//adapt or Mage::getStoreConfig('system/smtp/host')
146
+ $mailPort = Mage::getStoreConfig('system/smtp/port');//adapt or Mage::getStoreConfig('system/smtp/port')
147
+ $emailFromAddr = '';//sender email addr., manditory, adapt it
148
+ $emailToAddr = '';//recipient email addr., manditory, adapt it
149
  $emailSubject = 'Novalnet Callback Script Access Report'; //adapt if necessary;
150
+ $emailBody = 'Novalnet Callback Script Access Report.';//Email text's 1. line, can be let blank, adapt for your need
151
+ $emailFromName = ""; // Sender name, adapt
152
+ $emailToName = ""; // Recipient name, adapt
153
 
154
  //Parameters Settings
155
  $hParamsRequired = array(
160
  'amount' => '',
161
  'order_no' => '');
162
 
 
 
 
 
163
  $hParamsTest = array(
164
  'vendor_id' => '4',
165
  'status' => '100',
169
  'order_no' => '200000008', // Order number
170
  );
171
 
172
+ if (in_array('INVOICE_CREDIT', $aPaymentTypes) and isset($_REQUEST['payment_type']) and $_REQUEST['payment_type'] == 'INVOICE_CREDIT'){
173
+ $hParamsRequired['tid_payment'] = '';
174
  $hParamsTest['tid_payment'] = '12497500001209615'; //orig. tid; must be avail. in shop database; adapt for test;
175
  }
176
+ ksort($hParamsRequired);
177
+ ksort($hParamsTest);
178
 
179
  //Test Data Settings
180
  if ($test){
181
  $_REQUEST = $hParamsTest;
182
  $emailFromName = "Novalnet test"; // Sender name, adapt
183
  $emailToName = "Novalnet test"; // Recipient name, adapt
184
+ $emailFromAddr = 'test@novalnet.de';//manditory for test; adapt
185
+ $emailToAddr = 'test@novalnet.de';//manditory for test; adapt
186
  $emailSubject = $emailSubject.' - TEST';//adapt
187
  }
188
 
190
  try {
191
  //Check Params
192
  if (checkIP($_REQUEST)){
193
+ if (checkParams($_REQUEST)){
194
+ //Get Order ID and Set New Order Status
195
+ if ($ordercheckstatus = BasicValidation($_REQUEST)){
196
+ $orderNo = $_REQUEST['order_no']? $_REQUEST['order_no']: $_REQUEST['order_id'];
197
+ setOrderStatus($orderNo);//and send error mails if any
 
198
  }
199
  }
200
  }
271
  ini_set('SMTP', $mailHost);
272
  ini_set('smtp_port', $mailPort);
273
 
274
+ try{
275
  if ($debug){
276
  echo __FUNCTION__.': Sending Email suceeded!'.$lineBreak;
277
  }
323
  echo $emailBody;
324
  }
325
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
  function checkParams($_request){
327
+ global $lineBreak, $hParamsRequired, $emailBody, $aPaymentTypes;
328
  $error = false;
329
  $emailBody = '';
330
 
331
  if(!$_request){
332
  $emailBody .= 'No params passed over!'.$lineBreak;
333
  return false;
334
+ }
335
+ if (!isset($_request['payment_type'])){
336
+ $emailBody .= "Novalnet callback received. But Param payment_type missing$lineBreak";
337
+ return false;
338
+ }
339
+
340
+ if (!in_array($_request['payment_type'], $aPaymentTypes)){
341
+ $emailBody .= "Novalnet callback received. But passed payment_type (".$_request['payment_type'].") not defined in \$aPaymentTypes: (".implode('; ', $aPaymentTypes).")$lineBreak";
342
+ return false;
343
+ }
344
+
345
+ if($hParamsRequired){
346
  foreach ($hParamsRequired as $k=>$v){
347
  if (!isset($_request[$k])){
348
  $error = true;
353
  return false;
354
  }
355
  }
356
+ if(!isset($_request['status']) or 100 != $_request['status']) {
357
+ $emailBody .= 'The status codes [' . $_request['status'] . '] is not valid: Only 100 is allowed.' . "$lineBreak$lineBreak".$lineBreak;
358
+ return false;
359
+ }
360
  return true;
361
  }
362
  function BasicValidation($_request){
363
  global $lineBreak, $tableOrderPayment, $tableOrder, $emailBody, $debug;
364
  $orderDetails = array();
365
+ $orderNo = $_request['order_no']? $_request['order_no']: $_request['order_id'];
366
+ $order = getOrderByIncrementId($orderNo);
367
+ if ($debug) {echo'Order Details:<pre>'; print_r($order);echo'</pre>';}
368
 
369
  //check amount
370
  $amount = $_request['amount'];
371
+ $_amount = isset($order['base_grand_total']) ? $order['base_grand_total'] * 100 : 0;
372
 
373
  if(!$_amount || (intval("$_amount") != intval("$amount"))) {
374
  $emailBody .= "The order amount ($_amount) does not match with the request amount ($amount)$lineBreak$lineBreak";
375
  return false;
376
  }
377
 
378
+ #$order = getOrderByIncrementId($orderDetails['increment_id']);
379
  $paymentType = getPaymentMethod($order);
380
  if(!in_array($paymentType, array('novalnetPrepayment', 'novalnetInvoice'))) {
381
  $emailBody .= "The order payment type ($paymentType) is not Prepayment/Invoice!$lineBreak$lineBreak";
396
  if ($invoice = $order->getInvoiceCollection()->getFirstItem()) {
397
  $order->setState($orderState, true, 'Novalnet callback set state '.$orderState.' for Order-ID = ' . $incrementId); //processing: ok; complete: not ok -> would cause the error msg: 'Der Bestellzustand "complete" darf nicht manuell gesetzt werden'
398
  $order->addStatusToHistory($orderStatus, 'Novalnet callback added order status '. $orderStatus);// this line must be located after $order->setState()
399
+ $emailBody .= 'Novalnet callback set state to '.$orderState.$lineBreak;
400
+ $emailBody .= 'Novalnet callback set status to '.$orderStatus.' ... '.$lineBreak;
401
  $order->save();
402
 
403
  //Add subsequent TID to DB column last_trans_id
package.xml CHANGED
@@ -1,23 +1,28 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Novalnet</name>
4
- <version>3.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Novalnet AG ist ein deutsches EPayment - Unternehmen, bietet alle relevanten Zahlungsarten weltweit. / Novalnet is a German based payment service provider, which offers all the available payments and solutions worldwide.</summary>
10
  <description>The NOVALNET AG is an essential component of e-Payment platform that facilitates your company to process all type of payments. As one of the leading company in Online-Payment the NOVALNET AG provides its customers an individual, technically qualified secured Payment system and also the best possible support throughout. NOVALNET AG is not only an e-Payment provider but also we offer our Merchants an optimal strategic solution for easy payment processing which is pocket-friendly for our customer.</description>
11
- <notes>3.0.0 is now loaded with Iframe functionality&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
12
- 1.3 database table name is now fetched from system.1.2.9 the same as 1.2.7 only because Magento upload did not work correctly.1.2.8 the same as 1.2.7 only because Magento upload did not work correctly.1.2.7Bugfix:FC;r ELV DE, ELV AT und CC wurde die W&amp;amp;amp;amp;amp;amp;amp;amp;#xE4;hrung fix als &amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;EUR&amp;amp;amp;amp;amp;amp;amp;amp;amp;apos; &amp;amp;amp;amp;amp;amp;amp;amp;#xFC;bergeben.&amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
13
- &amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
14
- The parameter currency was passed over as fixed value &amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;EUR&amp;amp;amp;amp;amp;amp;amp;amp;amp;apos; for payment modules &amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;Direct Debit German&amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;, &amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;Direct Debit Austria&amp;amp;amp;amp;amp;amp;amp;amp;amp;apos; and &amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;Credir Card&amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;.Allgemeine Bemerkung:Die Cache-Ordner var/cache und var/session m&amp;amp;amp;amp;amp;amp;amp;amp;#xFC;ssen wie immer nach Aktualisierungen geleert werden.&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
15
- &amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
 
 
 
 
 
16
  Notice: the cache folders var/cache and var/session must be emptied after updates.</notes>
17
  <authors><author><name>Dixon Rajdaniel</name><user>Novalnet</user><email>dr@novalnet.de</email></author></authors>
18
- <date>2012-09-27</date>
19
- <time>11:00:59</time>
20
- <contents><target name="magecommunity"><dir name="Mage"><dir><dir name="Novalnet"><dir name="Block"><dir name="Cc"><file name="Form.php" hash="a5f3906a5c884b0d907165584a2bf227"/><file name="Info.php" hash="e83912f1083cd2e3812317ccd52946c6"/></dir><dir name="Elvaustria"><file name="Form.php" hash="bcad4b791f589da7a0b5b02e8984d722"/><file name="Info.php" hash="8421515a0d1b539c118f0ae75271a96f"/></dir><dir name="Elvgerman"><file name="Form.php" hash="8326c73336b9a5a99886caa2d2b0f985"/><file name="Info.php" hash="5449c4c1a9bfe39bb42de37c404fb63d"/></dir><dir name="Invoice"><file name="Form.php" hash="21f5ee0ecd50cfc66219265089d92aa4"/><file name="Info.php" hash="b10d8bdf5c18ff0725cd0cabb845226b"/></dir><dir name="Pci"><file name="Form.php" hash="cd494ca7dc3c48d613adb5fdb705ee32"/><file name="Info.php" hash="13dd3fd8a064e7ed2f9e971c5534cf27"/><file name="Redirect.php" hash="fd0edc155ba31fe6731846a048c25070"/></dir><dir name="Phonepayment"><file name="Form.php" hash="0a378f5d2501e3ee737405020b54e930"/><file name="Info.php" hash="bc306834268bdef996bb9998ab010b59"/></dir><dir name="Prepayment"><file name="Form.php" hash="f228a0ef5ee5da05a82936d2935d7645"/><file name="Info.php" hash="e106d2f44eb2ffdfb4733167798ddf7a"/></dir><dir name="Secure"><file name="Form.php" hash="4701c66723891b9968cfa95ceab1ca1a"/><file name="Info.php" hash="c338d57f65c99582fec5468b2bf509cb"/><file name="Redirect.php" hash="da3ae9034328b652deea8f3767db82b5"/></dir></dir><dir name="Helper"><file name="Data.php" hash="652d853eef3a4be808ef3f708d63f8ff"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="39edfcc97c0c2b7c182795976c85e2d6"/></dir><dir name="Novalnet"><file name="Request.php" hash="c0234e4b26de88337c559f1bb1aacaba"/><file name="Result.php" hash="a8e0b204eedf4b9db7bbf93341e71f0c"/><dir name="Source"><file name="Callbacktypes.php" hash="e4abd034b15f40e934785ce0c1ade5d5"/><file name="Cctype.php" hash="73385a8e1f6acc8c4562d8e2d96128d0"/></dir></dir><file name="NovalnetCc.php" hash="6ac304c784871f20fe5c65146ec6b3a7"/><file name="NovalnetCcpci.php" hash="8578d9175f2f4da91f70ed9ca0de65d0"/><file name="NovalnetElvatpci.php" hash="547c8a282a1056fd3b13793fa7fb3a4b"/><file name="NovalnetElvaustria.php" hash="999dd22f4ca1aac2a5205dd7b53525e1"/><file name="NovalnetElvdepci.php" hash="e0d6d39390f134871b700b24684e1ff9"/><file name="NovalnetElvgerman.php" hash="ecc8669017fea8e03a850ecacbba479a"/><file name="NovalnetInvoice.php" hash="ae1f3f28df4f189427e717d2b93f0ec7"/><file name="NovalnetPciAbstract.php" hash="bc79b37ae17ab487e31b27ad4ba5c719"/><file name="NovalnetPhonepayment.php" hash="803b9e3441e59051141e136e830317a9"/><file name="NovalnetPrepayment.php" hash="dec31bb255dfef101949e242f2b0c800"/><file name="NovalnetSecure.php" hash="5184ac8510d3fef1a954654e4c8f9628"/><file name="Observer.php" hash="9abb1775b80f9e75395b107619028bea"/></dir><dir name="controllers"><file name="InvoiceController.php" hash="9edb4e285fce673a09b0ef20fb4ebf40"/><file name="PciController.php" hash="56134660cc5fa22e8e8a0c96391e0907"/><file name="SecureController.php" hash="179f900f01f60028da23ecd3a30209b2"/></dir><dir name="etc"><file name="config.xml" hash="7d964452cdc649945a94c3664c42f16f"/><file name="system.xml" hash="0a126130c1ab62cfd7bdbadbd9a0200f"/></dir><dir name="sql"><dir name="novalnet_setup"><file name="mysql4-install-1.0.0.php" hash="32990c8b75f5da216c8751d0644e4680"/></dir></dir></dir></dir></dir><dir name="Novalnet"><dir><dir name="NovalnetPaypal"><dir name="Block"><dir name="Form"><file name="Novalnetpaypal.php" hash="de7ea13bc68dede626abb236a47f4953"/></dir><dir name="Info"><file name="Novalnetpaypal.php" hash="aa6a20a2ca7837d184a4d7e377a24335"/></dir><file name="Infobox.php" hash="73e6c1d32c25651fcaa903c62881589a"/><file name="Novalnetpaypal.php" hash="68493bb80d80b2364e1d898f91224233"/><file name="Novalnetpaypalerrornotice.php" hash="f6fca10039b3d640b5580bcd02f2fefe"/><file name="Novalnetpaypalnotice.php" hash="5202b936e310cc19d7fccc9ada75079a"/></dir><dir name="Helper"><file name="Data.php" hash="8e7e13e72a0295189736978c5399d773"/></dir><dir name="Model"><dir name="Convert"><file name="Order.php" hash="4282bb92fd050f2ca2331d94ac7a4849"/><file name="Quote.php" hash="cc53aa00e0a463f6235c56e6a6e36028"/></dir><dir name="Mysql4"><dir name="NovalnetPaypal"><file name="Collection.php" hash="9b50213a65358b67df8086208d2ed372"/></dir><file name="Novalnetpaypal.php" hash="b2cffababa7331c0b4aa03e140b3b8ce"/><file name="Setup.php" hash="bf62e4eafd28dbbcd3f82007de645fd2"/></dir><file name="Novalnetpaypal.php" hash="8158e19a1191f02f23f12aa73ea58cca"/></dir><dir name="controllers"><file name="NovalnetpaypalController.php" hash="687cf1206d40359e6e525faac6d44dab"/></dir><dir name="etc"><file name="config.xml" hash="87a3f4a07e722dfdfdcbdc3ff445cbc0"/><file name="system.xml" hash="eef9eea1a5fa2293a8ac037983faffc3"/></dir><dir name="sql"><dir name="novalnetpaypal_setup"><file name="mysql4-install-1.0.0.php" hash="289f0b2b374ac83c8c5b4f58340e62aa"/></dir></dir></dir><dir name="Sofortueberweisung"><dir name="Block"><dir name="Form"><file name="Sofortueberweisung.php" hash="9620b256d5fe3f8be79921c0039b0a05"/></dir><dir name="Info"><file name="Sofortueberweisung.php" hash="d4da3d969166fc7463ba6058310a9740"/></dir><file name="Sofortueberweisung.php" hash="a1008bd242a9f0e8223a7c445fbcd533"/></dir><dir name="Helper"><file name="Data.php" hash="57df7bd9fcd4cb3696d7efd051208cec"/></dir><dir name="Model"><dir name="Convert"><file name="Order.php" hash="a918b59093e0689b4a53b2b05d995ddf"/><file name="Quote.php" hash="5f81c5a7758346c3129e338247bd3bec"/></dir><dir name="Data"><dir name="Form"><dir name="Element"><file name="Link.php" hash="cae04aa06b48555f5798f81e71975259"/></dir></dir></dir><dir name="Mysql4"><file name="Setup.php" hash="563fbfc017ce9ffab25e3e749fbf3b80"/><dir name="Sofortueberweisung"><file name="Collection.php" hash="da19275e5c48467101e221fd48f58c50"/></dir><file name="Sofortueberweisung.php" hash="640114f57c27b9a1caeffaf6c4d041ef"/></dir><file name="Sofortueberweisung.php" hash="316184c88cb96dd0ba0befd716a94736"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SofortueberweisungController.php" hash="41cea197ffa498ec5becba85116c365a"/></dir><file name="PcsofortueberweisungController.php" hash="4670ef27f56f29207165fcaa8da80688"/><file name="SofortueberweisungController.php" hash="05f52083a238d1c2dbcf47d8907c1ede"/></dir><dir name="etc"><file name="config.xml" hash="c933bab41794770922b26d56ca64d820"/><file name="system.xml" hash="b98075bdb3ed43665a512bd76a167836"/></dir><dir name="sql"><dir name="sofortueberweisung_setup"><file name="mysql4-install-1.0.0.php" hash="941f70d07d3e2342e98de594162453d5"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="novalnet"><dir><dir name="cc"><file name="form.phtml" hash="55b93ac6daf4cd141bda95be7c876636"/><file name="info.phtml" hash="96b44ace09209376fb6f2649e39e4b53"/></dir><dir name="elvaustria"><file name="form.phtml" hash="b3e41127bade8412655d2eae20d7993e"/><file name="info.phtml" hash="6aefe97ee24d093d43c9e42d12294367"/></dir><dir name="elvgerman"><file name="form.phtml" hash="11af6ce01317e9a76a01f4d71332b03d"/><file name="info.phtml" hash="e7ef9efd9fef8fb497b2f0db06dcc131"/></dir><dir name="invoice"><file name="form.phtml" hash="2648529fd204a27dc4f7f25fa2cd5fb2"/><file name="info.phtml" hash="cfc62c76287fb274401056d35466ba4e"/></dir><dir name="pci"><file name="form.phtml" hash="7ea7ca805550fa8984f25582cbcd9f5d"/><file name="info.phtml" hash="f1e33b5091c7a3a239d2c1dd4d7b878e"/></dir><dir name="phonepayment"><file name="form.phtml" hash="fd28693300a828307e953445c91dee10"/><file name="info.phtml" hash="05ea5a9244a079b5066aa35178d8e170"/></dir><dir name="prepayment"><file name="form.phtml" hash="031bc41e08b0fd0a8e08d9d447bc3395"/><file name="info.phtml" hash="05ea5a9244a079b5066aa35178d8e170"/></dir><dir name="secure"><file name="form.phtml" hash="9d2973e37a011b724853837d0abbc5d9"/><file name="info.phtml" hash="309ddfdb95ea18fd8796f4886d25c18a"/></dir></dir></dir><dir name="novalnetpaypal"><dir><dir name="form"><file name="novalnetpaypal.phtml" hash="00c5cede3befa08ab40cd474c73c3169"/></dir><dir name="info"><file name="novalnetpaypal.phtml" hash="823248576e75f4401064180183a61ebd"/><dir name="pdf"><file name="novalnetpaypal.phtml" hash="4b83ecc1e92715ddee12087c77e62fdc"/></dir></dir></dir></dir><dir name="novalnetsofortueberweisung"><dir><dir name="form"><file name="sofortueberweisung.phtml" hash="a8698665bb3f30cc713c39f8be56f643"/></dir><dir name="info"><dir name="pdf"><file name="paycode.phtml" hash="60695cf5ed91dc1c2476ecc87c9976bd"/><file name="sofortueberweisung.phtml" hash="931238aeea2e2645eae61b2579f40417"/></dir><file name="sofortueberweisung.phtml" hash="23d0e7a7321dcf63b5fd42cf5b0ce72b"/></dir></dir></dir><dir name="payment"><dir name="info"><dir name="pdf"><file name="cc.phtml" hash="a51468ac8d36a15fd8ff476cd1067e93"/><file name="pci.phtml" hash="975007b7c3f7dceb66feb4147852a712"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="novalnet.xml" hash="9719cc5bc7407947b6e9d3bc1a2e482f"/><file name="sofortueberweisung.xml" hash="5f85ce99d53d90e542e94c144c920ebf"/></dir><dir name="template"><dir name="novalnet"><dir><dir name="cc"><file name="form.phtml" hash="712c375605f065970478ca80458be57c"/><file name="info.phtml" hash="640dc12dbf88a8ac313a3d97c1219c6d"/><file name="pciiframe.phtml" hash="777bd7163dcac6a0526ad1e2ac5d93af"/></dir><dir name="elvaustria"><file name="form.phtml" hash="e0ca224a357cef25bc44921304ea7020"/><file name="info.phtml" hash="67d1a6da1df2da3bbe101105b032d6a8"/></dir><dir name="elvgerman"><file name="form.phtml" hash="03f47c34d50ac3ea0fc8b078db54e7e3"/><file name="info.phtml" hash="67d1a6da1df2da3bbe101105b032d6a8"/></dir><dir name="invoice"><file name="form.phtml" hash="9d668db5a29678610e43246ea150a865"/><file name="info.phtml" hash="be33cbf32f1d1f14209198e2377df3da"/></dir><dir name="pci"><file name="form.phtml" hash="d7dc16d3372626e080ea3ac118707d22"/><file name="info.phtml" hash="005c83ddb2629f03e4491ee4ae5d1a5a"/></dir><dir name="phonepayment"><file name="form.phtml" hash="6c9886f70020bdf314ff82f6b9b10332"/><file name="info.phtml" hash="20d616ec133984652b8d83474c72b4c8"/></dir><dir name="prepayment"><file name="form.phtml" hash="3848984ddb41eb3b7501c2bacc63b4f1"/><file name="info.phtml" hash="832cda3dd4b0356f61042ae6ccc1ee16"/></dir><dir name="secure"><file name="form.phtml" hash="bc9b360f579e763d017847b8d4b5e8da"/><file name="info.phtml" hash="e889e5d66ccbb53362560808b2ce1923"/></dir></dir></dir><dir name="novalnetpaypal"><file name="errornotice.phtml" hash="a9862596ff313bb129b122fee07791b1"/><dir><dir name="form"><file name="novalnetpaypal.phtml" hash="27efab2198d78639a4333182c2d6c0cf"/></dir><dir name="info"><file name="novalnetpaypal.phtml" hash="e45f12fae53a4d70c074ce12654aa3ce"/></dir></dir><file name="infobox.phtml" hash="7fb6159ded397e11926f82b71c6120ee"/><file name="notice.phtml" hash="a1d4bc5dca8fe79c373d5d9321ed8ebf"/></dir><dir name="novalnetsofortueberweisung"><dir><dir name="form"><file name="sofortueberweisung.phtml" hash="ef133368aed60dce6c893af3389de076"/></dir><dir name="info"><file name="sofortueberweisung.phtml" hash="4299026d2f3ef622e1199a0b1f8660d4"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Novalnet.xml" hash="71217c898352b41ed08facc218335405"/><file name="Novalnet_NovalnetPaypal.xml" hash="a1d656cde7b9ac1c2314016b126447fd"/><file name="Novalnet_Sofortueberweisung.xml" hash="a765244a198aaf5f70912e2a9c2423b8"/></dir></target><target name="magelocale"><dir name="de_AT"><file name="Mage_Novalnet.csv" hash="e7e69a72b493d62ec75e0fcc9797a1f1"/><file name="Novalnet_NovalnetPaypal.csv" hash="dab6998f1267704cc0a89d553ee0e2a9"/><file name="Novalnet_Sofortueberweisung.csv" hash="d887fca76932a4020fa0aa16a9c8b19c"/><dir><dir name="template"><dir name="email"><dir name="novalnet"><file name="novalnet_callback_email.html" hash="e05460c3973cdb9845c15e8639b353b4"/></dir></dir></dir></dir></dir><dir name="de_CH"><file name="Mage_Novalnet.csv" hash="e7e69a72b493d62ec75e0fcc9797a1f1"/><file name="Novalnet_NovalnetPaypal.csv" hash="dab6998f1267704cc0a89d553ee0e2a9"/><file name="Novalnet_Sofortueberweisung.csv" hash="d887fca76932a4020fa0aa16a9c8b19c"/><dir><dir name="template"><dir name="email"><dir name="novalnet"><file name="novalnet_callback_email.html" hash="e05460c3973cdb9845c15e8639b353b4"/></dir></dir></dir></dir></dir><dir name="de_DE"><file name="Mage_Novalnet.csv" hash="e7e69a72b493d62ec75e0fcc9797a1f1"/><file name="Novalnet_NovalnetPaypal.csv" hash="dab6998f1267704cc0a89d553ee0e2a9"/><file name="Novalnet_Sofortueberweisung.csv" hash="d887fca76932a4020fa0aa16a9c8b19c"/><dir><dir name="template"><dir name="email"><dir name="novalnet"><file name="novalnet_callback_email.html" hash="e05460c3973cdb9845c15e8639b353b4"/></dir></dir></dir></dir></dir><dir name="en_US"><file name="Mage_Novalnet.csv" hash="065c5b5ced6f0ff06cdb43eebe4febfa"/><file name="Novalnet_NovalnetPaypal.csv" hash="4a41fdec76effdc66ae2557af903940a"/><file name="Novalnet_Sofortueberweisung.csv" hash="993bd7accc64c64da5843b34fbb46e75"/><dir name="template"><dir name="email"><dir name="novalnet"><file name="novalnet_callback_email.html" hash="e05460c3973cdb9845c15e8639b353b4"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="novalnet"><file name="AE_Logo.png" hash="ed3b558031a1f03e1bd536ecf1233e0e"/><file name="ELV_Logo.png" hash="b265493a083f03e4da7d24c23cc55b67"/><file name="MC_Logo.png" hash="cd17acdae3de28aeff7da7952d2ef802"/><file name="NN_Logo.png" hash="e17794ee0b984fd6e1ec2b884da1a29b"/><file name="NN_Logo_T.png" hash="4d442efcb94c9fee7749022478a9d1f3"/><file name="VI_Logo.png" hash="5e963373aa1db58369730238cf311548"/><file name="acdc_info.png" hash="fa69e3f3098c4f85d9d3c796d82bdf0a"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="novalnet"><file name="AE_Logo.png" hash="ed3b558031a1f03e1bd536ecf1233e0e"/><file name="ELV_Logo.png" hash="b265493a083f03e4da7d24c23cc55b67"/><file name="MC_Logo.png" hash="cd17acdae3de28aeff7da7952d2ef802"/><file name="NN_Logo.png" hash="e17794ee0b984fd6e1ec2b884da1a29b"/><file name="NN_Logo_T.png" hash="4d442efcb94c9fee7749022478a9d1f3"/><file name="VI_Logo.png" hash="5e963373aa1db58369730238cf311548"/><file name="acdc_info.png" hash="fa69e3f3098c4f85d9d3c796d82bdf0a"/><dir><dir name="novalnetpaypal"><file name="lockbox_150x47.gif" hash="3b5f83843dc7f4a8bbbbd5fed4c0f16e"/></dir><dir name="sofortueberweisung"><file name="Sofort_Logo_t.jpg" hash="3b88302d88393b582c1cccd152e267bc"/></dir></dir></dir></dir><dir name="js"><file name="novalnet.js" hash="441e691f60878a015849ec52131367df"/></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="callback_novalnet2magento.php" hash="9ab398c1c4d02308c44e33960c181c25"/></dir></target></contents>
21
  <compatible/>
22
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
23
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Novalnet</name>
4
+ <version>3.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Novalnet AG ist ein deutsches EPayment - Unternehmen, bietet alle relevanten Zahlungsarten weltweit. / Novalnet is a German based payment service provider, which offers all the available payments and solutions worldwide.</summary>
10
  <description>The NOVALNET AG is an essential component of e-Payment platform that facilitates your company to process all type of payments. As one of the leading company in Online-Payment the NOVALNET AG provides its customers an individual, technically qualified secured Payment system and also the best possible support throughout. NOVALNET AG is not only an e-Payment provider but also we offer our Merchants an optimal strategic solution for easy payment processing which is pocket-friendly for our customer.</description>
11
+ <notes>3.0.1 is now loaded with Iframe functionality&amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
12
+ &#xD;
13
+ 1.3 database table name is now fetched from system.1.2.9 the same as 1.2.7 only because Magento upload did not work correctly.1.2.8 the same as 1.2.7 only because Magento upload did not work correctly.1.2.7Bugfix:FC;r ELV DE, ELV AT und CC wurde die W&amp;amp;amp;amp;amp;amp;amp;amp;amp;#xE4;hrung fix als &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;EUR&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos; &amp;amp;amp;amp;amp;amp;amp;amp;amp;#xFC;bergeben.&amp;amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
14
+ &#xD;
15
+ &amp;amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
16
+ &#xD;
17
+ The parameter currency was passed over as fixed value &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;EUR&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos; for payment modules &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;Direct Debit German&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;, &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;Direct Debit Austria&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos; and &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;Credir Card&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;apos;.Allgemeine Bemerkung:Die Cache-Ordner var/cache und var/session m&amp;amp;amp;amp;amp;amp;amp;amp;amp;#xFC;ssen wie immer nach Aktualisierungen geleert werden.&amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
18
+ &#xD;
19
+ &amp;amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;amp;#xD;&amp;amp;amp;amp;#xD;&amp;amp;amp;#xD;&amp;amp;#xD;&amp;#xD;&#xD;
20
+ &#xD;
21
  Notice: the cache folders var/cache and var/session must be emptied after updates.</notes>
22
  <authors><author><name>Dixon Rajdaniel</name><user>Novalnet</user><email>dr@novalnet.de</email></author></authors>
23
+ <date>2012-12-15</date>
24
+ <time>10:57:22</time>
25
+ <contents><target name="magecommunity"><dir name="Mage"><dir><dir name="Novalnet"><dir name="Block"><dir name="Cc"><file name="Form.php" hash="3729e25e10b5d938177ed2a76dcf8991"/><file name="Info.php" hash="e78a568b263a7dc14da490e23a3bd420"/></dir><dir name="Elvaustria"><file name="Form.php" hash="f87bbb3686707a0aaafd306d31c5aca9"/><file name="Info.php" hash="d5998638701300420f00046bc7168ace"/></dir><dir name="Elvgerman"><file name="Form.php" hash="ecd6cf2b64b9061bc97a8bc852f751b2"/><file name="Info.php" hash="c0fe37f8575a0aaa703f080601ea8b5a"/></dir><dir name="Invoice"><file name="Form.php" hash="01146f0be058000d8c7c266f72473af2"/><file name="Info.php" hash="5eee5a7666b14908bd5f06fed5f87b93"/></dir><dir name="Pci"><file name="Form.php" hash="9337a84d681cfa34f68b37b39881f0e3"/><file name="Info.php" hash="5aaacaede4e53846bb24aa22a1411c0f"/><file name="Redirect.php" hash="224558daf641e3dc67ec2fcb5f43ffd3"/></dir><dir name="Phonepayment"><file name="Form.php" hash="5226816230f411aca148b52d76bfbdb6"/><file name="Info.php" hash="d0d6b115a9d63e02452a1a56f81326a7"/></dir><dir name="Prepayment"><file name="Form.php" hash="0d293cd566e225d6ab9da60e061ba969"/><file name="Info.php" hash="fcc35c7b0377220edb907f462d52854b"/></dir><dir name="Secure"><file name="Form.php" hash="f2c21acdee4ad57a4a444027e40f8e9f"/><file name="Info.php" hash="df710fb1abbb7ed615acd9c93f67e4ca"/><file name="Redirect.php" hash="ae4003c0e0aadf528481171019f40356"/></dir></dir><dir name="Helper"><file name="Data.php" hash="5a68034cfd47391d3992c2f321561381"/></dir><dir name="Model"><dir name="Mysql4"><file name="Setup.php" hash="c8eef36d27c0809af8adbd4292d243a5"/></dir><dir name="Novalnet"><file name="Request.php" hash="3e949baa7211af96711b84b3c294e611"/><file name="Result.php" hash="a8e0b204eedf4b9db7bbf93341e71f0c"/><dir name="Source"><file name="Callbacktypes.php" hash="e4abd034b15f40e934785ce0c1ade5d5"/><file name="Cctype.php" hash="73385a8e1f6acc8c4562d8e2d96128d0"/></dir></dir><file name="NovalnetCc.php" hash="0fa231e0c23f2896376e0d80f566cfdd"/><file name="NovalnetCcpci.php" hash="41c7d52317f894256d5c951580dd917c"/><file name="NovalnetElvatpci.php" hash="75c2168f6121a31f772a1803faf739f3"/><file name="NovalnetElvaustria.php" hash="ed87ff387c3ddc608a39d1dd4150b997"/><file name="NovalnetElvdepci.php" hash="025cb66c7c3d29f596aa58234a2777fc"/><file name="NovalnetElvgerman.php" hash="26451adf1d0de2335d309ca69d4adae8"/><file name="NovalnetInvoice.php" hash="e751d3e722523dddc38f334b576c19c3"/><file name="NovalnetPciAbstract.php" hash="0edf2180e0312afeb699691610437764"/><file name="NovalnetPhonepayment.php" hash="8204e2098335d7a08d01b42830f8e4b8"/><file name="NovalnetPrepayment.php" hash="755fa1b10642f0e094ee7dfd15076aac"/><file name="NovalnetSecure.php" hash="1bf606247201c16fbf7dbf0b87683659"/><file name="Observer.php" hash="dbae661b2bcc148872ea495d99947d7e"/></dir><dir name="controllers"><file name="InvoiceController.php" hash="9edb4e285fce673a09b0ef20fb4ebf40"/><file name="PciController.php" hash="56134660cc5fa22e8e8a0c96391e0907"/><file name="SecureController.php" hash="179f900f01f60028da23ecd3a30209b2"/></dir><dir name="etc"><file name="config.xml" hash="ab59b8c40ad1dbfdd0bfa851905d3cfb"/><file name="system.xml" hash="755210bbcca030951084376db62735fb"/></dir><dir name="sql"><dir name="novalnet_setup"><file name="mysql4-install-1.0.0.php" hash="32990c8b75f5da216c8751d0644e4680"/></dir></dir></dir></dir></dir><dir name="Novalnet"><dir><dir name="NovalnetPaypal"><dir name="Block"><dir name="Form"><file name="Novalnetpaypal.php" hash="de7ea13bc68dede626abb236a47f4953"/></dir><dir name="Info"><file name="Novalnetpaypal.php" hash="aa6a20a2ca7837d184a4d7e377a24335"/></dir><file name="Infobox.php" hash="73e6c1d32c25651fcaa903c62881589a"/><file name="Novalnetpaypal.php" hash="68493bb80d80b2364e1d898f91224233"/><file name="Novalnetpaypalerrornotice.php" hash="f6fca10039b3d640b5580bcd02f2fefe"/><file name="Novalnetpaypalnotice.php" hash="5202b936e310cc19d7fccc9ada75079a"/></dir><dir name="Helper"><file name="Data.php" hash="8e7e13e72a0295189736978c5399d773"/></dir><dir name="Model"><dir name="Convert"><file name="Order.php" hash="4282bb92fd050f2ca2331d94ac7a4849"/><file name="Quote.php" hash="cc53aa00e0a463f6235c56e6a6e36028"/></dir><dir name="Mysql4"><dir name="NovalnetPaypal"><file name="Collection.php" hash="9b50213a65358b67df8086208d2ed372"/></dir><file name="Novalnetpaypal.php" hash="b2cffababa7331c0b4aa03e140b3b8ce"/><file name="Setup.php" hash="bf62e4eafd28dbbcd3f82007de645fd2"/></dir><file name="Novalnetpaypal.php" hash="f1bd84711b9fd02639cc91250f57ba30"/></dir><dir name="controllers"><file name="NovalnetpaypalController.php" hash="687cf1206d40359e6e525faac6d44dab"/></dir><dir name="etc"><file name="config.xml" hash="87a3f4a07e722dfdfdcbdc3ff445cbc0"/><file name="system.xml" hash="eef9eea1a5fa2293a8ac037983faffc3"/></dir><dir name="sql"><dir name="novalnetpaypal_setup"><file name="mysql4-install-1.0.0.php" hash="289f0b2b374ac83c8c5b4f58340e62aa"/></dir></dir></dir><dir name="Sofortueberweisung"><dir name="Block"><dir name="Form"><file name="Sofortueberweisung.php" hash="9620b256d5fe3f8be79921c0039b0a05"/></dir><dir name="Info"><file name="Sofortueberweisung.php" hash="d4da3d969166fc7463ba6058310a9740"/></dir><file name="Sofortueberweisung.php" hash="a1008bd242a9f0e8223a7c445fbcd533"/></dir><dir name="Helper"><file name="Data.php" hash="57df7bd9fcd4cb3696d7efd051208cec"/></dir><dir name="Model"><dir name="Convert"><file name="Order.php" hash="a918b59093e0689b4a53b2b05d995ddf"/><file name="Quote.php" hash="5f81c5a7758346c3129e338247bd3bec"/></dir><dir name="Data"><dir name="Form"><dir name="Element"><file name="Link.php" hash="cae04aa06b48555f5798f81e71975259"/></dir></dir></dir><dir name="Mysql4"><file name="Setup.php" hash="563fbfc017ce9ffab25e3e749fbf3b80"/><dir name="Sofortueberweisung"><file name="Collection.php" hash="da19275e5c48467101e221fd48f58c50"/></dir><file name="Sofortueberweisung.php" hash="640114f57c27b9a1caeffaf6c4d041ef"/></dir><file name="Sofortueberweisung.php" hash="281d63a6daa9a969a6c2080b92d73f12"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="SofortueberweisungController.php" hash="41cea197ffa498ec5becba85116c365a"/></dir><file name="PcsofortueberweisungController.php" hash="4670ef27f56f29207165fcaa8da80688"/><file name="SofortueberweisungController.php" hash="05f52083a238d1c2dbcf47d8907c1ede"/></dir><dir name="etc"><file name="config.xml" hash="c933bab41794770922b26d56ca64d820"/><file name="system.xml" hash="b98075bdb3ed43665a512bd76a167836"/></dir><dir name="sql"><dir name="sofortueberweisung_setup"><file name="mysql4-install-1.0.0.php" hash="941f70d07d3e2342e98de594162453d5"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="novalnet"><dir><dir name="cc"><file name="form.phtml" hash="5f768ebab7b0b450f5da5538ac6a5c52"/><file name="info.phtml" hash="2a9e63b12bd7741efb5436f9b4f8dbb4"/></dir><dir name="elvaustria"><file name="form.phtml" hash="776f23439b832aa7411a3a6c1aac26ce"/><file name="info.phtml" hash="058fa2c56538e35c7f053dde58568770"/></dir><dir name="elvgerman"><file name="form.phtml" hash="efd4b7a39f6332320bdf5a62a4233eef"/><file name="info.phtml" hash="82f0a7835d65726be1913f6f9ed15433"/></dir><dir name="invoice"><file name="form.phtml" hash="2c1ad7973b46de226c87eeffc635ef86"/><file name="info.phtml" hash="d6cde88193ce544f9c6d7b9620396cde"/></dir><dir name="pci"><file name="form.phtml" hash="97deaa7f40387f0615776976562c5c2a"/><file name="info.phtml" hash="a187a3ef022e7e331e09a7aa4e1520c5"/></dir><dir name="phonepayment"><file name="form.phtml" hash="dacaf2dbae9a3db4f8e5b3e252e3e7e7"/><file name="info.phtml" hash="b821e48d0ca9594db3dc963bc8ae12b1"/></dir><dir name="prepayment"><file name="form.phtml" hash="920c6659ce2e219fc9fc238eefee9901"/><file name="info.phtml" hash="b821e48d0ca9594db3dc963bc8ae12b1"/></dir><dir name="secure"><file name="form.phtml" hash="5b96b81db8601c3d0f4c0f68d4cc8320"/><file name="info.phtml" hash="d70665e217a99a8bba4b4c20a556edaf"/></dir></dir></dir><dir name="novalnetpaypal"><dir><dir name="form"><file name="novalnetpaypal.phtml" hash="00c5cede3befa08ab40cd474c73c3169"/></dir><dir name="info"><file name="novalnetpaypal.phtml" hash="9a83499b60da3d91f0affab396d7ac34"/><dir name="pdf"><file name="novalnetpaypal.phtml" hash="4b83ecc1e92715ddee12087c77e62fdc"/></dir></dir></dir></dir><dir name="novalnetsofortueberweisung"><dir><dir name="form"><file name="sofortueberweisung.phtml" hash="a8698665bb3f30cc713c39f8be56f643"/></dir><dir name="info"><dir name="pdf"><file name="paycode.phtml" hash="60695cf5ed91dc1c2476ecc87c9976bd"/><file name="sofortueberweisung.phtml" hash="931238aeea2e2645eae61b2579f40417"/></dir><file name="sofortueberweisung.phtml" hash="9dce0ea7cf98cc1d6c58d8dd78c4a12e"/></dir></dir></dir><dir name="payment"><dir name="info"><dir name="pdf"><file name="cc.phtml" hash="d0e7cf5e8ac459e00355cd2c1122e2c9"/><file name="pci.phtml" hash="d6d2411d2d6a27f8d5429c256e83f707"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="novalnet.xml" hash="9719cc5bc7407947b6e9d3bc1a2e482f"/><file name="sofortueberweisung.xml" hash="5f85ce99d53d90e542e94c144c920ebf"/></dir><dir name="template"><dir name="novalnet"><dir><dir name="cc"><file name="form.phtml" hash="e0c6bd086c23248adb0cf7cd13172e3b"/><file name="info.phtml" hash="18bbef4efe21f114186a82cd107a4af3"/><file name="pciiframe.phtml" hash="777bd7163dcac6a0526ad1e2ac5d93af"/></dir><dir name="elvaustria"><file name="form.phtml" hash="14d316474e9a5cd23ed4e0ae9021a278"/><file name="info.phtml" hash="fd21e9b16f52342106770d9e025e7004"/></dir><dir name="elvgerman"><file name="form.phtml" hash="485e51cd52c13d866d378f6244e52376"/><file name="info.phtml" hash="fd21e9b16f52342106770d9e025e7004"/></dir><dir name="invoice"><file name="form.phtml" hash="3ac3fb6a474b1990870aff4e6055044d"/><file name="info.phtml" hash="55a24913f3b36a9cb71c2d8dbd21a0e2"/></dir><dir name="pci"><file name="form.phtml" hash="3467f7019a20ba04be1c89ba9e100de2"/><file name="info.phtml" hash="b05792da0e4bf61005cafdedc4760e0a"/></dir><dir name="phonepayment"><file name="form.phtml" hash="dacaf2dbae9a3db4f8e5b3e252e3e7e7"/><file name="info.phtml" hash="e325aa35e1309ad51fa9ca4d43a9fab5"/></dir><dir name="prepayment"><file name="form.phtml" hash="01f41892df8e64a16d1e6d160fff2b45"/><file name="info.phtml" hash="cc55df6d6e12a38cd37f97e3ce4971d7"/></dir><dir name="secure"><file name="form.phtml" hash="4b7b684b8f104e94f621798e7b44067b"/><file name="info.phtml" hash="cff2b719da7fbaa6724d337a5beb48db"/></dir></dir></dir><dir name="novalnetpaypal"><file name="errornotice.phtml" hash="a9862596ff313bb129b122fee07791b1"/><dir><dir name="form"><file name="novalnetpaypal.phtml" hash="89cfd83392d483cbd02e25e1ad47da59"/></dir><dir name="info"><file name="novalnetpaypal.phtml" hash="8af46f45c0216d14e180c87aa13f8cb3"/></dir></dir><file name="infobox.phtml" hash="7fb6159ded397e11926f82b71c6120ee"/><file name="notice.phtml" hash="a1d4bc5dca8fe79c373d5d9321ed8ebf"/></dir><dir name="novalnetsofortueberweisung"><dir><dir name="form"><file name="sofortueberweisung.phtml" hash="ee51ee5bf3a6342fda34680515fb8cba"/></dir><dir name="info"><file name="sofortueberweisung.phtml" hash="faccf56daf9f6ab4bfd3e75ab26f7d10"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Novalnet.xml" hash="71217c898352b41ed08facc218335405"/><file name="Novalnet_NovalnetPaypal.xml" hash="a1d656cde7b9ac1c2314016b126447fd"/><file name="Novalnet_Sofortueberweisung.xml" hash="a765244a198aaf5f70912e2a9c2423b8"/></dir></target><target name="magelocale"><dir name="de_AT"><file name="Mage_Novalnet.csv" hash="e7e69a72b493d62ec75e0fcc9797a1f1"/><file name="Novalnet_NovalnetPaypal.csv" hash="5b073da0667714d0c472428be481f192"/><file name="Novalnet_Sofortueberweisung.csv" hash="d887fca76932a4020fa0aa16a9c8b19c"/><dir><dir name="template"><dir name="email"><dir name="novalnet"><file name="novalnet_callback_email.html" hash="e05460c3973cdb9845c15e8639b353b4"/></dir></dir></dir></dir></dir><dir name="de_CH"><file name="Mage_Novalnet.csv" hash="e7e69a72b493d62ec75e0fcc9797a1f1"/><file name="Novalnet_NovalnetPaypal.csv" hash="5b073da0667714d0c472428be481f192"/><file name="Novalnet_Sofortueberweisung.csv" hash="d887fca76932a4020fa0aa16a9c8b19c"/><dir><dir name="template"><dir name="email"><dir name="novalnet"><file name="novalnet_callback_email.html" hash="e05460c3973cdb9845c15e8639b353b4"/></dir></dir></dir></dir></dir><dir name="de_DE"><file name="Mage_Novalnet.csv" hash="e7e69a72b493d62ec75e0fcc9797a1f1"/><file name="Novalnet_NovalnetPaypal.csv" hash="5b073da0667714d0c472428be481f192"/><file name="Novalnet_Sofortueberweisung.csv" hash="d887fca76932a4020fa0aa16a9c8b19c"/><dir><dir name="template"><dir name="email"><dir name="novalnet"><file name="novalnet_callback_email.html" hash="e05460c3973cdb9845c15e8639b353b4"/></dir></dir></dir></dir></dir><dir name="en_US"><file name="Mage_Novalnet.csv" hash="065c5b5ced6f0ff06cdb43eebe4febfa"/><file name="Novalnet_NovalnetPaypal.csv" hash="4a41fdec76effdc66ae2557af903940a"/><file name="Novalnet_Sofortueberweisung.csv" hash="993bd7accc64c64da5843b34fbb46e75"/><dir name="template"><dir name="email"><dir name="novalnet"><file name="novalnet_callback_email.html" hash="e05460c3973cdb9845c15e8639b353b4"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="novalnet"><file name="AE_Logo.png" hash="ed3b558031a1f03e1bd536ecf1233e0e"/><file name="ELV_Logo.png" hash="b265493a083f03e4da7d24c23cc55b67"/><file name="MC_Logo.png" hash="cd17acdae3de28aeff7da7952d2ef802"/><file name="NN_Logo.png" hash="e17794ee0b984fd6e1ec2b884da1a29b"/><file name="NN_Logo_T.png" hash="4d442efcb94c9fee7749022478a9d1f3"/><file name="VI_Logo.png" hash="5e963373aa1db58369730238cf311548"/><file name="acdc_info.png" hash="fa69e3f3098c4f85d9d3c796d82bdf0a"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><dir name="novalnet"><file name="AE_Logo.png" hash="ed3b558031a1f03e1bd536ecf1233e0e"/><file name="ELV_Logo.png" hash="b265493a083f03e4da7d24c23cc55b67"/><file name="MC_Logo.png" hash="cd17acdae3de28aeff7da7952d2ef802"/><file name="NN_Logo.png" hash="e17794ee0b984fd6e1ec2b884da1a29b"/><file name="NN_Logo_T.png" hash="4d442efcb94c9fee7749022478a9d1f3"/><file name="VI_Logo.png" hash="5e963373aa1db58369730238cf311548"/><file name="acdc_info.png" hash="fa69e3f3098c4f85d9d3c796d82bdf0a"/><dir><dir name="novalnetpaypal"><file name="lockbox_150x47.gif" hash="3b5f83843dc7f4a8bbbbd5fed4c0f16e"/></dir><dir name="sofortueberweisung"><file name="Sofort_Logo_t.jpg" hash="3b88302d88393b582c1cccd152e267bc"/></dir></dir></dir></dir><dir name="js"><file name="novalnet.js" hash="84b63943fb1124ba5e2b7949fbf4687a"/></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="callback_novalnet2magento.php" hash="ce0800aa9e308529dc99704634e34bcd"/></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
28
  </package>
skin/frontend/default/default/js/novalnet.js CHANGED
@@ -878,6 +878,13 @@ Novalnet.prototype = {
878
  {
879
  document.getElementById('review-buttons-container-novalnet').style.display='none';
880
  }
 
 
 
 
 
 
 
881
  document.getElementById('nn_iframe').style.display='block';
882
  }else
883
  {
878
  {
879
  document.getElementById('review-buttons-container-novalnet').style.display='none';
880
  }
881
+ var login = document.getElementById('opc-login');
882
+ if(login) { login.setAttribute('class', 'section'); }
883
+ document.getElementById('opc-billing').setAttribute('class', 'section');
884
+ document.getElementById('opc-shipping').setAttribute('class', 'section');
885
+ document.getElementById('opc-shipping_method').setAttribute('class', 'section');
886
+ document.getElementById('opc-payment').setAttribute('class', 'section');
887
+ document.getElementById('opc-review').setAttribute('class', 'section');
888
  document.getElementById('nn_iframe').style.display='block';
889
  }else
890
  {