Version Notes
1.2.0.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Mage_Ogone_Official |
Version | 1.2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.1.1.0 to 1.2.0.0
- app/code/core/Mage/Ogone/Block/Form.php +1 -1
- app/code/core/Mage/Ogone/Block/Info.php +1 -1
- app/code/core/Mage/Ogone/Block/Paypage.php +1 -1
- app/code/core/Mage/Ogone/Block/Placeform.php +1 -1
- app/code/core/Mage/Ogone/Helper/Data.php +1 -1
- app/code/core/Mage/Ogone/Model/Api.php +1 -1
- app/code/core/Mage/Ogone/Model/Api/Debug.php +4 -2
- app/code/core/Mage/Ogone/Model/Config.php +1 -1
- app/code/core/Mage/Ogone/Model/Mysql4/Api/Debug.php +3 -1
- app/code/core/Mage/Ogone/Model/Source/PaymentAction.php +1 -1
- app/code/core/Mage/Ogone/Model/Source/Pmlist.php +1 -1
- app/code/core/Mage/Ogone/Model/Source/Template.php +1 -1
- app/code/core/Mage/Ogone/controllers/ApiController.php +1 -1
- app/code/core/Mage/Ogone/etc/config.xml +7 -6
- app/code/core/Mage/Ogone/etc/system.xml +1 -1
- app/code/core/Mage/Ogone/sql/ogone_setup/install-1.6.0.0.php +28 -0
- app/code/core/Mage/Ogone/sql/ogone_setup/mysql4-install-0.0.1.php +1 -1
- app/design/adminhtml/default/default/template/ogone/info.phtml +1 -1
- app/design/frontend/base/default/layout/ogone.xml +59 -0
- app/design/frontend/base/default/template/ogone/form.phtml +33 -0
- app/design/frontend/base/default/template/ogone/info.phtml +27 -0
- app/design/frontend/base/default/template/ogone/paypage.phtml +28 -0
- app/design/frontend/base/default/template/ogone/placeform.phtml +45 -0
- app/etc/modules/Mage_Ogone.xml +1 -1
- app/locale/en_US/Mage_Ogone.csv +9 -16
- package.xml +6 -6
app/code/core/Mage/Ogone/Block/Form.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Block/Info.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Block/Paypage.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Block/Placeform.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Helper/Data.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Model/Api.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Model/Api/Debug.php
CHANGED
@@ -20,13 +20,15 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
28 |
* Ogone debug model
|
29 |
-
|
|
|
|
|
30 |
class Mage_Ogone_Model_Api_Debug extends Mage_Core_Model_Abstract
|
31 |
{
|
32 |
/**
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
28 |
* Ogone debug model
|
29 |
+
*
|
30 |
+
* @deprecated - used core/log_adapter for debugging
|
31 |
+
*/
|
32 |
class Mage_Ogone_Model_Api_Debug extends Mage_Core_Model_Abstract
|
33 |
{
|
34 |
/**
|
app/code/core/Mage/Ogone/Model/Config.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Model/Mysql4/Api/Debug.php
CHANGED
@@ -20,12 +20,14 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
28 |
* Ogone Debug
|
|
|
|
|
29 |
*/
|
30 |
class Mage_Ogone_Model_Mysql4_Api_Debug extends Mage_Core_Model_Mysql4_Abstract
|
31 |
{
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
28 |
* Ogone Debug
|
29 |
+
*
|
30 |
+
* @deprecated - used core/log_adapter for debugging
|
31 |
*/
|
32 |
class Mage_Ogone_Model_Mysql4_Api_Debug extends Mage_Core_Model_Mysql4_Abstract
|
33 |
{
|
app/code/core/Mage/Ogone/Model/Source/PaymentAction.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Model/Source/Pmlist.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/Model/Source/Template.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/controllers/ApiController.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/code/core/Mage/Ogone/etc/config.xml
CHANGED
@@ -21,28 +21,29 @@
|
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Ogone
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Mage_Ogone>
|
31 |
-
<version>0.0
|
32 |
</Mage_Ogone>
|
33 |
</modules>
|
34 |
<global>
|
35 |
<models>
|
36 |
<ogone>
|
37 |
<class>Mage_Ogone_Model</class>
|
38 |
-
<resourceModel>
|
39 |
</ogone>
|
40 |
-
<
|
41 |
-
<class>
|
|
|
42 |
<entities>
|
43 |
<api_debug><table>ogone_api_debug</table></api_debug>
|
44 |
</entities>
|
45 |
-
</
|
46 |
</models>
|
47 |
<resources>
|
48 |
<ogone_setup>
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Ogone
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Mage_Ogone>
|
31 |
+
<version>1.6.0.0</version>
|
32 |
</Mage_Ogone>
|
33 |
</modules>
|
34 |
<global>
|
35 |
<models>
|
36 |
<ogone>
|
37 |
<class>Mage_Ogone_Model</class>
|
38 |
+
<resourceModel>ogone_resource</resourceModel>
|
39 |
</ogone>
|
40 |
+
<ogone_resource>
|
41 |
+
<class>Mage_Ogone_Model_Resource</class>
|
42 |
+
<deprecatedNode>ogone_mysql4</deprecatedNode>
|
43 |
<entities>
|
44 |
<api_debug><table>ogone_api_debug</table></api_debug>
|
45 |
</entities>
|
46 |
+
</ogone_resource>
|
47 |
</models>
|
48 |
<resources>
|
49 |
<ogone_setup>
|
app/code/core/Mage/Ogone/etc/system.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Ogone
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Ogone
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/code/core/Mage/Ogone/sql/ogone_setup/install-1.6.0.0.php
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category Mage
|
22 |
+
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
$installer = $this;
|
28 |
+
/* @var $installer Mage_Core_Model_Resource_Setup */
|
app/code/core/Mage/Ogone/sql/ogone_setup/mysql4-install-0.0.1.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Ogone
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
app/design/adminhtml/default/default/template/ogone/info.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/base/default/layout/ogone.xml
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
<layout version="0.1.0">
|
29 |
+
<ogone_api_paypage>
|
30 |
+
<remove name="right"/>
|
31 |
+
<remove name="left"/>
|
32 |
+
<remove name="catalog.topnav"/>
|
33 |
+
<reference name="header">
|
34 |
+
<remove name="top.links"/>
|
35 |
+
<remove name="top.search"/>
|
36 |
+
<remove name="store_language"/>
|
37 |
+
<remove name="top.container"/>
|
38 |
+
</reference>
|
39 |
+
<reference name="footer">
|
40 |
+
<remove name="cms_footer_links"/>
|
41 |
+
<remove name="footer_links"/>
|
42 |
+
<remove name="store_switcher"/>
|
43 |
+
</reference>
|
44 |
+
<reference name="root">
|
45 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
46 |
+
</reference>
|
47 |
+
<reference name="content">
|
48 |
+
<block type="ogone/paypage" name="ogone_paypage" template="ogone/paypage.phtml"/>
|
49 |
+
</reference>
|
50 |
+
</ogone_api_paypage>
|
51 |
+
|
52 |
+
<ogone_api_placeform>
|
53 |
+
<remove name="right"/>
|
54 |
+
<remove name="left"/>
|
55 |
+
<reference name="content">
|
56 |
+
<block type="ogone/placeform" name="ogone_placeform" template="ogone/placeform.phtml"/>
|
57 |
+
</reference>
|
58 |
+
</ogone_api_placeform>
|
59 |
+
</layout>
|
app/design/frontend/base/default/template/ogone/form.phtml
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
|
28 |
+
<?php $_code=$this->getMethodCode() ?>
|
29 |
+
<ul class="form-list" id="payment_form_<?php echo $_code ?>" style="display:none;">
|
30 |
+
<li>
|
31 |
+
<?php echo $this->__('You will be redirected to Ogone website when you place an order.') ?>
|
32 |
+
</li>
|
33 |
+
</ul>
|
app/design/frontend/base/default/template/ogone/info.phtml
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<p><?php echo $this->htmlEscape($this->getMethod()->getTitle()) ?></p>
|
app/design/frontend/base/default/template/ogone/paypage.phtml
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
|
28 |
+
$$$PAYMENT ZONE$$$
|
app/design/frontend/base/default/template/ogone/placeform.phtml
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
|
28 |
+
<p><strong><?php echo Mage::helper('ogone')->__('Please, wait a moment. This page will transfer your data to Ogone payment gateway in a few seconds.'); ?></strong></p>
|
29 |
+
<form name="ogone" id="ogone_review_form" action="<?php echo $this->getFormAction();?>" method="post" accept-charset="ISO-8859-1">
|
30 |
+
<?php if ($formData = $this->getFormData()): ?>
|
31 |
+
<fieldset>
|
32 |
+
<?php foreach ($formData as $name => $value) { ?>
|
33 |
+
<input type="hidden" name="<?php echo $this->escapeHtml($name); ?>" value="<?php echo $this->escapeHtml($value); ?>" />
|
34 |
+
<?php }?>
|
35 |
+
</fieldset>
|
36 |
+
<?php endif; ?>
|
37 |
+
</form>
|
38 |
+
<script type="text/javascript">
|
39 |
+
//<![CDATA[
|
40 |
+
var review = new VarienForm('ogone_review_form', '');
|
41 |
+
Event.observe(window, 'load', function() {
|
42 |
+
review.submit();
|
43 |
+
});
|
44 |
+
//]]>
|
45 |
+
</script>
|
app/etc/modules/Mage_Ogone.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Ogone
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category Mage
|
23 |
* @package Mage_Ogone
|
24 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/locale/en_US/Mage_Ogone.csv
CHANGED
@@ -1,23 +1,10 @@
|
|
1 |
-
"
|
2 |
-
Use in posting data from Magento to Ogone. <br/>
|
3 |
-
Use in data checking by Ogone before the payment.
|
4 |
-
","
|
5 |
-
Use in posting data from Magento to Ogone. <br/>
|
6 |
-
Use in data checking by Ogone before the payment.
|
7 |
-
"
|
8 |
-
"
|
9 |
-
Use in posting data from Ogone to Magento. <br/>
|
10 |
-
Use in feedback data checking by Magento
|
11 |
-
","
|
12 |
-
Use in posting data from Ogone to Magento. <br/>
|
13 |
-
Use in feedback data checking by Magento
|
14 |
-
"
|
15 |
"Authorization","Authorization"
|
16 |
"Authorization Waiting from Ogone","Authorization Waiting from Ogone"
|
17 |
"Authorization not known: A technical problem arose during authorization process, giving unpredictable result","Authorization not known: A technical problem arose during authorization process, giving unpredictable result"
|
18 |
"Background Color of Ogone Template","Background Color of Ogone Template"
|
19 |
"Button Background Color of the Ogone Template","Button Background Color of the Ogone Template"
|
20 |
"Button Text Color of the Ogone Template","Button Text Color of the Ogone Template"
|
|
|
21 |
"Cancelled Ogone","Cancelled Ogone"
|
22 |
"Debug","Debug"
|
23 |
"Declined Ogone","Declined Ogone"
|
@@ -27,10 +14,13 @@
|
|
27 |
"E.g: ""black"".","E.g: ""black""."
|
28 |
"E.g: ""white"".","E.g: ""white""."
|
29 |
"Enabled","Enabled"
|
|
|
30 |
"Exception not defined","Exception not defined"
|
31 |
"Font Family of the Ogone Template","Font Family of the Ogone Template"
|
32 |
"For production, replace ""test"" with ""prod"". Example: https://secure.ogone.com/ncol/prod/orderstandard.asp","For production, replace ""test"" with ""prod"". Example: https://secure.ogone.com/ncol/prod/orderstandard.asp"
|
33 |
"Gateway URL","Gateway URL"
|
|
|
|
|
34 |
"Horizontally grouped logo with group name on left","Horizontally grouped logo with group name on left"
|
35 |
"Horizontally grouped logo with no group name","Horizontally grouped logo with no group name"
|
36 |
"If you choose ""No Operation"", Ogone will use default payment procedure setup in Ogone configuration.","If you choose ""No Operation"", Ogone will use default payment procedure setup in Ogone configuration."
|
@@ -51,8 +41,8 @@
|
|
51 |
"Processed Ogone Payment","Processed Ogone Payment"
|
52 |
"Processed by Ogone","Processed by Ogone"
|
53 |
"Processing Ogone Payment","Processing Ogone Payment"
|
54 |
-
"SHA-
|
55 |
-
"SHA-
|
56 |
"Start Ogone Processing","Start Ogone Processing"
|
57 |
"Table Background Color of the Ogone Template","Table Background Color of the Ogone Template"
|
58 |
"Table Text Color of the Ogone Template","Table Text Color of the Ogone Template"
|
@@ -65,8 +55,11 @@
|
|
65 |
"The order was canceled on ogone side.","The order was canceled on ogone side."
|
66 |
"Title","Title"
|
67 |
"Title of the Ogone Template","Title of the Ogone Template"
|
|
|
68 |
"URL/filename of the logo.<br />The URL must be absolute and stored on a secure server.","URL/filename of the logo.<br />The URL must be absolute and stored on a secure server."
|
69 |
"Unknown exception","Unknown exception"
|
|
|
|
|
70 |
"Verical list","Verical list"
|
71 |
"Waiting Authorization","Waiting Authorization"
|
72 |
"You can arrange the layout/list of the payment methods on Ogone payment page.","You can arrange the layout/list of the payment methods on Ogone payment page."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
"Authorization","Authorization"
|
2 |
"Authorization Waiting from Ogone","Authorization Waiting from Ogone"
|
3 |
"Authorization not known: A technical problem arose during authorization process, giving unpredictable result","Authorization not known: A technical problem arose during authorization process, giving unpredictable result"
|
4 |
"Background Color of Ogone Template","Background Color of Ogone Template"
|
5 |
"Button Background Color of the Ogone Template","Button Background Color of the Ogone Template"
|
6 |
"Button Text Color of the Ogone Template","Button Text Color of the Ogone Template"
|
7 |
+
"Can\'t detect Ogone payment action","Can\'t detect Ogone payment action"
|
8 |
"Cancelled Ogone","Cancelled Ogone"
|
9 |
"Debug","Debug"
|
10 |
"Declined Ogone","Declined Ogone"
|
14 |
"E.g: ""black"".","E.g: ""black""."
|
15 |
"E.g: ""white"".","E.g: ""white""."
|
16 |
"Enabled","Enabled"
|
17 |
+
"Enabling this feature needs adjusting ""Technical information > Global security parameters"" on merchant administration.","Enabling this feature needs adjusting ""Technical information > Global security parameters"" on merchant administration."
|
18 |
"Exception not defined","Exception not defined"
|
19 |
"Font Family of the Ogone Template","Font Family of the Ogone Template"
|
20 |
"For production, replace ""test"" with ""prod"". Example: https://secure.ogone.com/ncol/prod/orderstandard.asp","For production, replace ""test"" with ""prod"". Example: https://secure.ogone.com/ncol/prod/orderstandard.asp"
|
21 |
"Gateway URL","Gateway URL"
|
22 |
+
"Hash All Parameters","Hash All Parameters"
|
23 |
+
"Hashing Algorithm","Hashing Algorithm"
|
24 |
"Horizontally grouped logo with group name on left","Horizontally grouped logo with group name on left"
|
25 |
"Horizontally grouped logo with no group name","Horizontally grouped logo with no group name"
|
26 |
"If you choose ""No Operation"", Ogone will use default payment procedure setup in Ogone configuration.","If you choose ""No Operation"", Ogone will use default payment procedure setup in Ogone configuration."
|
41 |
"Processed Ogone Payment","Processed Ogone Payment"
|
42 |
"Processed by Ogone","Processed by Ogone"
|
43 |
"Processing Ogone Payment","Processing Ogone Payment"
|
44 |
+
"SHA-IN Pass Phrase","SHA-IN Pass Phrase"
|
45 |
+
"SHA-OUT Pass Phrase","SHA-OUT Pass Phrase"
|
46 |
"Start Ogone Processing","Start Ogone Processing"
|
47 |
"Table Background Color of the Ogone Template","Table Background Color of the Ogone Template"
|
48 |
"Table Text Color of the Ogone Template","Table Text Color of the Ogone Template"
|
55 |
"The order was canceled on ogone side.","The order was canceled on ogone side."
|
56 |
"Title","Title"
|
57 |
"Title of the Ogone Template","Title of the Ogone Template"
|
58 |
+
"To hash <strong>all parameters</strong>, select the following options in the ""Global security parameters"" fieldset: <ul><li>Each parameter followed by the pass phrase.</li><li>""Hash algorithm"" same as ""Hashing Algorithm"" below</li><li>UTF-8</li></ul>","To hash <strong>all parameters</strong>, select the following options in the ""Global security parameters"" fieldset: <ul><li>Each parameter followed by the pass phrase.</li><li>""Hash algorithm"" same as ""Hashing Algorithm"" below</li><li>UTF-8</li></ul>"
|
59 |
"URL/filename of the logo.<br />The URL must be absolute and stored on a secure server.","URL/filename of the logo.<br />The URL must be absolute and stored on a secure server."
|
60 |
"Unknown exception","Unknown exception"
|
61 |
+
"Use in posting data from Magento to Ogone.<br/>Use in data checking by Ogone before the payment.","Use in posting data from Magento to Ogone.<br/>Use in data checking by Ogone before the payment."
|
62 |
+
"Use in posting data from Ogone to Magento.<br/>Use in feedback data checking by Magento.","Use in posting data from Ogone to Magento.<br/>Use in feedback data checking by Magento."
|
63 |
"Verical list","Verical list"
|
64 |
"Waiting Authorization","Waiting Authorization"
|
65 |
"You can arrange the layout/list of the payment methods on Ogone payment page.","You can arrange the layout/list of the payment methods on Ogone payment page."
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Ogone_Official</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Official Ogone Payment Services Integration Module</summary>
|
10 |
<description>This extension provides Ogone payment services integration.</description>
|
11 |
-
<notes>1.
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
-
<date>2011-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecore"><dir name="Mage"><dir name="Ogone"><dir name="Block"><file name="Form.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Ogone_Official</name>
|
4 |
+
<version>1.2.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Official Ogone Payment Services Integration Module</summary>
|
10 |
<description>This extension provides Ogone payment services integration.</description>
|
11 |
+
<notes>1.2.0.0</notes>
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2011-08-18</date>
|
14 |
+
<time>08:30:14</time>
|
15 |
+
<contents><target name="magecore"><dir name="Mage"><dir name="Ogone"><dir name="Block"><file name="Form.php" hash="ab00d68f391544ee10a6533e2265ff93"/><file name="Info.php" hash="660b20cc8e9d3f3214535ac3ae041f52"/><file name="Paypage.php" hash="4f88844d886c045348a5b2aa07b9a6b6"/><file name="Placeform.php" hash="c789da45eb5881d8406bf80c72956b99"/></dir><dir name="Helper"><file name="Data.php" hash="c3cd62bfd7e5d8fcd45cac0597ab972f"/></dir><dir name="Model"><dir name="Api"><file name="Debug.php" hash="574e38a4eaa8c1ce5a006832d0d845f9"/></dir><file name="Api.php" hash="0e37fd057b755e59dedb9a632d26c893"/><file name="Config.php" hash="3c50b64e2a31e877ec1ae9c937d9858a"/><dir name="Mysql4"><dir name="Api"><file name="Debug.php" hash="ffc441f1ef09111762d7e16b796e46b9"/></dir></dir><dir name="Source"><file name="PaymentAction.php" hash="ef9df57eb46f1a209e57b361ae1246f7"/><file name="Pmlist.php" hash="02760c47dd4b9318a49a0e9882f8ac99"/><file name="Template.php" hash="6311631209ad45f21989e21ba399de77"/></dir></dir><dir name="controllers"><file name="ApiController.php" hash="ef83646697f4b75782ebd5bd176cc464"/></dir><dir name="etc"><file name="config.xml" hash="8eb3cad9d20fb23269997667b1f112f5"/><file name="system.xml" hash="cd35d7f1438754a4ead706ea883f3b07"/></dir><dir name="sql"><dir name="ogone_setup"><file name="install-1.6.0.0.php" hash="d9bef9a476d6c98810759f7e9dbfcf96"/><file name="mysql4-install-0.0.1.php" hash="11fad6ceeb373f782e7496cd9ffe0acb"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Ogone.xml" hash="d25bcd574e0182c4fc64ea5994684da6"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ogone"><file name="form.phtml" hash="cb8e999f90db8c9daf0b27171f25aa4e"/><file name="info.phtml" hash="58e1364960f47c53aa659dcd697726f2"/><file name="paypage.phtml" hash="2d873a0ea8c8c64b32301413871422e2"/><file name="placeform.phtml" hash="2e4078f5fab885f6db0559dd912134e2"/></dir></dir><dir name="layout"><file name="ogone.xml" hash="2c97d3d3792fbfe2eddcba303f3a4914"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="ogone"><file name="info.phtml" hash="54c3621f08b90ca4f9c3331da16d9263"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_Ogone.csv" hash="e23ef05c79f21e4cbdb4d08c00f59223"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.6.0.0</min><max>1.6.1.0</max></package></required></dependencies>
|
18 |
</package>
|