ChronoPay - Version 1.0.4

Version Notes

1.0.4

Download this release

Release Info

Developer Magento Core Team
Extension ChronoPay
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.4

app/code/community/Magazento/Chrono/Block/Developer.php CHANGED
@@ -3,7 +3,7 @@
3
  class Magazento_Chrono_Block_Developer extends Mage_Adminhtml_Block_System_Config_Form_Fieldset {
4
 
5
  public function render(Varien_Data_Form_Element_Abstract $element) {
6
- $content.= '<p></p>';
7
  $content.= '<style>';
8
  $content.= '.magazento {
9
  background:#FAFAFA;
3
  class Magazento_Chrono_Block_Developer extends Mage_Adminhtml_Block_System_Config_Form_Fieldset {
4
 
5
  public function render(Varien_Data_Form_Element_Abstract $element) {
6
+ $content = '<p></p>';
7
  $content.= '<style>';
8
  $content.= '.magazento {
9
  background:#FAFAFA;
app/code/community/Magazento/Chrono/etc/system.xml CHANGED
@@ -9,7 +9,7 @@
9
  <sort_order>103</sort_order>
10
  <show_in_default>1</show_in_default>
11
  <show_in_website>1</show_in_website>
12
- <show_in_store>0</show_in_store>
13
 
14
  <fields>
15
  <active translate="label">
@@ -19,7 +19,7 @@
19
  <sort_order>1</sort_order>
20
  <show_in_default>1</show_in_default>
21
  <show_in_website>1</show_in_website>
22
- <show_in_store>0</show_in_store>
23
  </active>
24
  <product_id translate="label">
25
  <label>Product ID</label>
@@ -27,7 +27,7 @@
27
  <sort_order>2</sort_order>
28
  <show_in_default>1</show_in_default>
29
  <show_in_website>1</show_in_website>
30
- <show_in_store>0</show_in_store>
31
  </product_id>
32
  <sharedsec translate="label">
33
  <label>Sharedsec</label>
@@ -35,7 +35,7 @@
35
  <sort_order>3</sort_order>
36
  <show_in_default>1</show_in_default>
37
  <show_in_website>1</show_in_website>
38
- <show_in_store>0</show_in_store>
39
  </sharedsec>
40
  <title translate="label">
41
  <label>Title</label>
@@ -43,7 +43,7 @@
43
  <sort_order>11</sort_order>
44
  <show_in_default>1</show_in_default>
45
  <show_in_website>1</show_in_website>
46
- <show_in_store>0</show_in_store>
47
  </title>
48
  <info translate="label">
49
  <label>Text for info</label>
@@ -51,7 +51,7 @@
51
  <sort_order>12</sort_order>
52
  <show_in_default>1</show_in_default>
53
  <show_in_website>1</show_in_website>
54
- <show_in_store>0</show_in_store>
55
  </info>
56
  <redirecttext translate="label">
57
  <label>Text for redirect</label>
@@ -59,7 +59,7 @@
59
  <sort_order>13</sort_order>
60
  <show_in_default>1</show_in_default>
61
  <show_in_website>1</show_in_website>
62
- <show_in_store>0</show_in_store>
63
  </redirecttext>
64
  <!-- <client_id translate="label">
65
  <label>Client ID</label>
@@ -67,7 +67,7 @@
67
  <sort_order>5</sort_order>
68
  <show_in_default>1</show_in_default>
69
  <show_in_website>1</show_in_website>
70
- <show_in_store>0</show_in_store>
71
  </client_id>
72
  <site_id translate="label">
73
  <label>Site ID</label>
@@ -75,7 +75,7 @@
75
  <sort_order>6</sort_order>
76
  <show_in_default>1</show_in_default>
77
  <show_in_website>1</show_in_website>
78
- <show_in_store>0</show_in_store>
79
  </site_id>-->
80
  <order_status translate="label">
81
  <label>New order status</label>
@@ -84,7 +84,7 @@
84
  <sort_order>22</sort_order>
85
  <show_in_default>1</show_in_default>
86
  <show_in_website>1</show_in_website>
87
- <show_in_store>0</show_in_store>
88
  </order_status>
89
  <allowspecific translate="label">
90
  <label>Payment from applicable countries</label>
@@ -93,7 +93,7 @@
93
  <source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
94
  <show_in_default>1</show_in_default>
95
  <show_in_website>1</show_in_website>
96
- <show_in_store>0</show_in_store>
97
  </allowspecific>
98
  <specificcountry translate="label">
99
  <label>Payment from Specific countries</label>
@@ -102,7 +102,7 @@
102
  <source_model>adminhtml/system_config_source_country</source_model>
103
  <show_in_default>1</show_in_default>
104
  <show_in_website>1</show_in_website>
105
- <show_in_store>0</show_in_store>
106
  </specificcountry>
107
  <!-- <about translate="label">
108
  <label>Developer</label>
@@ -117,7 +117,7 @@
117
  </chrono>
118
  <developer>
119
  <frontend_model>chrono/developer</frontend_model>
120
- <sort_order>9999</sort_order>
121
  <show_in_default>1</show_in_default>
122
  <show_in_website>1</show_in_website>
123
  <show_in_store>1</show_in_store>
9
  <sort_order>103</sort_order>
10
  <show_in_default>1</show_in_default>
11
  <show_in_website>1</show_in_website>
12
+ <show_in_store>1</show_in_store>
13
 
14
  <fields>
15
  <active translate="label">
19
  <sort_order>1</sort_order>
20
  <show_in_default>1</show_in_default>
21
  <show_in_website>1</show_in_website>
22
+ <show_in_store>1</show_in_store>
23
  </active>
24
  <product_id translate="label">
25
  <label>Product ID</label>
27
  <sort_order>2</sort_order>
28
  <show_in_default>1</show_in_default>
29
  <show_in_website>1</show_in_website>
30
+ <show_in_store>1</show_in_store>
31
  </product_id>
32
  <sharedsec translate="label">
33
  <label>Sharedsec</label>
35
  <sort_order>3</sort_order>
36
  <show_in_default>1</show_in_default>
37
  <show_in_website>1</show_in_website>
38
+ <show_in_store>1</show_in_store>
39
  </sharedsec>
40
  <title translate="label">
41
  <label>Title</label>
43
  <sort_order>11</sort_order>
44
  <show_in_default>1</show_in_default>
45
  <show_in_website>1</show_in_website>
46
+ <show_in_store>1</show_in_store>
47
  </title>
48
  <info translate="label">
49
  <label>Text for info</label>
51
  <sort_order>12</sort_order>
52
  <show_in_default>1</show_in_default>
53
  <show_in_website>1</show_in_website>
54
+ <show_in_store>1</show_in_store>
55
  </info>
56
  <redirecttext translate="label">
57
  <label>Text for redirect</label>
59
  <sort_order>13</sort_order>
60
  <show_in_default>1</show_in_default>
61
  <show_in_website>1</show_in_website>
62
+ <show_in_store>1</show_in_store>
63
  </redirecttext>
64
  <!-- <client_id translate="label">
65
  <label>Client ID</label>
67
  <sort_order>5</sort_order>
68
  <show_in_default>1</show_in_default>
69
  <show_in_website>1</show_in_website>
70
+ <show_in_store>1</show_in_store>
71
  </client_id>
72
  <site_id translate="label">
73
  <label>Site ID</label>
75
  <sort_order>6</sort_order>
76
  <show_in_default>1</show_in_default>
77
  <show_in_website>1</show_in_website>
78
+ <show_in_store>1</show_in_store>
79
  </site_id>-->
80
  <order_status translate="label">
81
  <label>New order status</label>
84
  <sort_order>22</sort_order>
85
  <show_in_default>1</show_in_default>
86
  <show_in_website>1</show_in_website>
87
+ <show_in_store>1</show_in_store>
88
  </order_status>
89
  <allowspecific translate="label">
90
  <label>Payment from applicable countries</label>
93
  <source_model>adminhtml/system_config_source_payment_allspecificcountries</source_model>
94
  <show_in_default>1</show_in_default>
95
  <show_in_website>1</show_in_website>
96
+ <show_in_store>1</show_in_store>
97
  </allowspecific>
98
  <specificcountry translate="label">
99
  <label>Payment from Specific countries</label>
102
  <source_model>adminhtml/system_config_source_country</source_model>
103
  <show_in_default>1</show_in_default>
104
  <show_in_website>1</show_in_website>
105
+ <show_in_store>1</show_in_store>
106
  </specificcountry>
107
  <!-- <about translate="label">
108
  <label>Developer</label>
117
  </chrono>
118
  <developer>
119
  <frontend_model>chrono/developer</frontend_model>
120
+ <sort_order>65</sort_order>
121
  <show_in_default>1</show_in_default>
122
  <show_in_website>1</show_in_website>
123
  <show_in_store>1</show_in_store>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ChronoPay</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Chrono</summary>
10
- <description>Chrono</description>
11
- <notes>1.0.2</notes>
12
  <authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
13
  <date>2011-04-13</date>
14
- <time>09:14:05</time>
15
- <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="magazento"><dir name="chrono"><file name="form.phtml" hash="5f2a6f09578dc497411a6299249161d0"/><file name="info.phtml" hash="289ab12c3774a99b4dd5adf9a1ab0b71"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="magazento"><dir name="chrono"><file name="form.phtml" hash="5f2a6f09578dc497411a6299249161d0"/><file name="info.phtml" hash="289ab12c3774a99b4dd5adf9a1ab0b71"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Magazento_Chrono.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="promo"><file name="magazento.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Magazento"><dir name="Chrono"><dir name="Block"><file name="Developer.php" hash="56b5deab3aaf72a2cb16f71a4b9acf19"/><file name="Form.php" hash="39332138c0d574426a340ef274a718bc"/><file name="Info.php" hash="a5b3a59c8a7f80c0f13bc271ae06dc5d"/><file name="Redirect.php" hash="5b422cc2281e7ea39b2fcda1520242e5"/></dir><dir name="controllers"><file name="RedirectController.php" hash="ea0ff3572bb821ab7c8fbd2db6075de9"/></dir><dir name="etc"><file name="config.xml" hash="3af08e11a901143f9e740cb0b40b035a"/><file name="system.xml" hash="baa5e8a8b51da62259a7bcf3c213b122"/></dir><dir name="Helper"><file name="Data.php" hash="8f90ed4d0d4a1770e14025a66e0f886f"/></dir><dir name="Model"><file name="Checkout.php" hash="e5082535310d3461bdf1f4051215a7b4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Chrono.xml" hash="e74bec1539bb55d9672937ba855eafc7"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ChronoPay</name>
4
+ <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>ChronoPay payment method integration - free community extension.</summary>
10
+ <description>ChronoPay payment method integration - free community extension.</description>
11
+ <notes>1.0.4</notes>
12
  <authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
13
  <date>2011-04-13</date>
14
+ <time>13:37:30</time>
15
+ <contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="magazento"><dir name="chrono"><file name="form.phtml" hash="5f2a6f09578dc497411a6299249161d0"/><file name="info.phtml" hash="289ab12c3774a99b4dd5adf9a1ab0b71"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="magazento"><dir name="chrono"><file name="form.phtml" hash="5f2a6f09578dc497411a6299249161d0"/><file name="info.phtml" hash="289ab12c3774a99b4dd5adf9a1ab0b71"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Magazento_Chrono.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="promo"><file name="magazento.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Magazento"><dir name="Chrono"><dir name="Block"><file name="Developer.php" hash="11e9a2a01d4baa761ba2511001e4e5a9"/><file name="Form.php" hash="39332138c0d574426a340ef274a718bc"/><file name="Info.php" hash="a5b3a59c8a7f80c0f13bc271ae06dc5d"/><file name="Redirect.php" hash="5b422cc2281e7ea39b2fcda1520242e5"/></dir><dir name="controllers"><file name="RedirectController.php" hash="ea0ff3572bb821ab7c8fbd2db6075de9"/></dir><dir name="etc"><file name="config.xml" hash="3af08e11a901143f9e740cb0b40b035a"/><file name="system.xml" hash="661f85b9f73c41c7e9540af56e71ad78"/></dir><dir name="Helper"><file name="Data.php" hash="8f90ed4d0d4a1770e14025a66e0f886f"/></dir><dir name="Model"><file name="Checkout.php" hash="e5082535310d3461bdf1f4051215a7b4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Chrono.xml" hash="e74bec1539bb55d9672937ba855eafc7"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>