GSXInternationalCheckout - Version 1.1.0

Version Notes

This is Stable version

Download this release

Release Info

Developer Srikanth
Extension GSXInternationalCheckout
Version 1.1.0
Comparing to
See all releases


Code changes from version 1.0.8 to 1.1.0

app/code/community/GSX/InternationalCheckout/etc/config.xml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <config>
2
+ <modules>
3
+ <GSX_InternationalCheckout>
4
+ <version>1.1.0</version>
5
+ </GSX_InternationalCheckout>
6
+ </modules>
7
+
8
+ <global>
9
+ <blocks>
10
+ <internationalcheckout>
11
+ <class>GSX_InternationalCheckout_Block</class>
12
+ </internationalcheckout>
13
+ </blocks>
14
+ <helpers>
15
+ <internationalcheckout>
16
+ <class>GSX_InternationalCheckout_Helper</class>
17
+ </internationalcheckout>
18
+ </helpers>
19
+ </global>
20
+
21
+ <frontend>
22
+ <layout>
23
+ <updates>
24
+ <internationalcheckout>
25
+ <file>internationalcheckout.xml</file>
26
+ </internationalcheckout>
27
+ </updates>
28
+ </layout>
29
+ </frontend>
30
+
31
+ <default>
32
+ <checkout>
33
+ <internationalcheckout>
34
+ <image_width>75</image_width>
35
+ <image_height>75</image_height>
36
+ </internationalcheckout>
37
+ </checkout>
38
+ </default>
39
+
40
+ </config>
app/code/community/GSX/InternationalCheckout/etc/system.xml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <sections>
4
+ <checkout>
5
+ <groups>
6
+ <internationalcheckout translate="label" module="checkout">
7
+ <label>GSX International Checkout</label>
8
+ <frontend_type>text</frontend_type>
9
+ <sort_order>13</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
+ <fields>
14
+ </fields>
15
+ </internationalcheckout>
16
+ </groups>
17
+ </checkout>
18
+ </sections>
19
+ </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GSXInternationalCheckout</name>
4
- <version>1.0.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/gpl-license">GPL</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>Installs International Checkout Button in your cart</description>
11
  <notes>This is Stable version</notes>
12
  <authors><author><name>Srikanth</name><user>skyalekara</user><email>sky8973@gmail.com</email></author></authors>
13
- <date>2012-03-09</date>
14
- <time>16:35:38</time>
15
- <contents><target name="mageetc"><dir><dir name="modules"><file name="GSX_InternationalCheckout.xml" hash="87aba4b6648f7a0b22855cab679c48a1"/></dir></dir></target><target name="magecommunity"><dir><dir name="GSX"><dir><dir name="InternationalCheckout"><dir name="Block"><file name="International.php" hash="4c64a3f48669606215bd9484b597c364"/></dir><dir name="Helper"><file name="Data.php" hash="d8a7158a95e55c8258d3f9ce50765417"/></dir><dir name="Model"><file name="International.php" hash="d14d71c1c7ca9b1cd0ead5d8dca339b6"/><file name="Servers.php" hash="2460f3985e80eddad55e08c6c15c947c"/><file name="Shippingmethods.php" hash="fa7dd994638cddb5c7c54abca859cbd3"/></dir></dir></dir><dir name="InternationalCheckout"><dir name="Block"><file name="International.php" hash="4c64a3f48669606215bd9484b597c364"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="internationalcheckout"><file name="international.phtml" hash="4f32b920d92fa4f1fdeeac18138cf9dc"/><file name="international.phtml" hash="4f32b920d92fa4f1fdeeac18138cf9dc"/></dir></dir><dir name="layout"><file name="internationalcheckout.xml" hash="53ddc41716851ef5b7b1dd4af937f1a4"/><file name="internationalcheckout.xml" hash="53ddc41716851ef5b7b1dd4af937f1a4"/></dir></dir></dir></dir></dir></target><target name="magemedia"><dir><dir name="GSX"><dir name="images"><dir name="default"><file name="gc_button.gif" hash="5bf110e37bef7098754c13bb392894b5"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>4.0.1</min><max>5.3.8</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GSXInternationalCheckout</name>
4
+ <version>1.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/gpl-license">GPL</license>
7
  <channel>community</channel>
10
  <description>Installs International Checkout Button in your cart</description>
11
  <notes>This is Stable version</notes>
12
  <authors><author><name>Srikanth</name><user>skyalekara</user><email>sky8973@gmail.com</email></author></authors>
13
+ <date>2012-03-10</date>
14
+ <time>09:04:27</time>
15
+ <contents><target name="mageetc"><dir><dir name="modules"><file name="GSX_InternationalCheckout.xml" hash="87aba4b6648f7a0b22855cab679c48a1"/></dir></dir></target><target name="magecommunity"><dir><dir name="GSX"><dir><dir name="InternationalCheckout"><dir name="Block"><file name="International.php" hash="4c64a3f48669606215bd9484b597c364"/></dir><dir name="Helper"><file name="Data.php" hash="d8a7158a95e55c8258d3f9ce50765417"/></dir><dir name="Model"><file name="International.php" hash="d14d71c1c7ca9b1cd0ead5d8dca339b6"/><file name="Servers.php" hash="2460f3985e80eddad55e08c6c15c947c"/><file name="Shippingmethods.php" hash="fa7dd994638cddb5c7c54abca859cbd3"/></dir><dir name="etc"><file name="config.xml" hash="bdae516b87a588b4222f4ae2401e5476"/><file name="system.xml" hash="151a38f9269475c6b654ddd687ab5903"/></dir></dir></dir><dir name="InternationalCheckout"><dir name="Block"><file name="International.php" hash="4c64a3f48669606215bd9484b597c364"/></dir></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="internationalcheckout"><file name="international.phtml" hash="4f32b920d92fa4f1fdeeac18138cf9dc"/><file name="international.phtml" hash="4f32b920d92fa4f1fdeeac18138cf9dc"/></dir></dir><dir name="layout"><file name="internationalcheckout.xml" hash="53ddc41716851ef5b7b1dd4af937f1a4"/><file name="internationalcheckout.xml" hash="53ddc41716851ef5b7b1dd4af937f1a4"/></dir></dir></dir></dir></dir></target><target name="magemedia"><dir><dir name="GSX"><dir name="images"><dir name="default"><file name="gc_button.gif" hash="5bf110e37bef7098754c13bb392894b5"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>4.0.1</min><max>5.3.8</max></php></required></dependencies>
18
  </package>