GSXInternationalCheckout - Version 1.1.2

Version Notes

This is Stable version

Download this release

Release Info

Developer Srikanth
Extension GSXInternationalCheckout
Version 1.1.2
Comparing to
See all releases


Code changes from version 1.1.1 to 1.1.2

app/code/community/GSX/InternationalCheckout/etc/config.xml CHANGED
@@ -1,7 +1,7 @@
1
  <config>
2
  <modules>
3
  <GSX_InternationalCheckout>
4
- <version>1.1.1</version>
5
  </GSX_InternationalCheckout>
6
  </modules>
7
 
1
  <config>
2
  <modules>
3
  <GSX_InternationalCheckout>
4
+ <version>1.1.2</version>
5
  </GSX_InternationalCheckout>
6
  </modules>
7
 
app/design/frontend/base/default/template/internationalcheckout/international.phtml CHANGED
@@ -40,7 +40,7 @@
40
  $imgHeight = 75;
41
  }
42
 
43
- $output .= "<input type=\"hidden\" name=\"ItemImage$i\" value=\"".$this->getProductThumbnail($item)->resize($imgWidth)."\"/>\n";
44
 
45
 
46
  $output .= "<input type=\"hidden\" name=\"ImgHeight$i\" value=\"".$imgHeight."\"/>\n";
@@ -50,11 +50,10 @@
50
  }
51
 
52
  echo $output;
53
-
54
  ?>
55
 
56
  <input type="hidden" name="MerchantID" value="<?php echo $merchant_id; ?>" />
57
- <input type="hidden" name="LocalShippingEXP" value="0" />
58
  <input type="hidden" name="LocalShipping" value="10.9" />
59
  <input type="hidden" name="PrefilledCart" value="<?php echo $this->helper('core/url')->getCurrentUrl();?>"/>
60
 
40
  $imgHeight = 75;
41
  }
42
 
43
+ $output .= "<input type=\"hidden\" name=\"ProductImage$i\" value=\"".$this->getProductThumbnail($item)->resize($imgWidth)."\"/>\n";
44
 
45
 
46
  $output .= "<input type=\"hidden\" name=\"ImgHeight$i\" value=\"".$imgHeight."\"/>\n";
50
  }
51
 
52
  echo $output;
 
53
  ?>
54
 
55
  <input type="hidden" name="MerchantID" value="<?php echo $merchant_id; ?>" />
56
+ <input type="hidden" name="LocalShippingEXP" value="10.9" />
57
  <input type="hidden" name="LocalShipping" value="10.9" />
58
  <input type="hidden" name="PrefilledCart" value="<?php echo $this->helper('core/url')->getCurrentUrl();?>"/>
59
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GSXInternationalCheckout</name>
4
- <version>1.1.1</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-13</date>
14
- <time>15:40:57</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="992b26f7359e3268b30e72450249bf27"/><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"/></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.2</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-15</date>
14
+ <time>13:49:14</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="168311ba12c971094b20417169a43e63"/><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="f6e93cc516ddde138957fe0b4e1ed783"/><file name="international.phtml" hash="f6e93cc516ddde138957fe0b4e1ed783"/></dir></dir><dir name="layout"><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>