Version Notes
This is Stable version
Download this release
Release Info
Developer | Srikanth |
Extension | GSXInternationalCheckout |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
app/code/community/GSX/InternationalCheckout/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<config>
|
2 |
<modules>
|
3 |
<GSX_InternationalCheckout>
|
4 |
-
<version>1.1.
|
5 |
</GSX_InternationalCheckout>
|
6 |
</modules>
|
7 |
|
1 |
<config>
|
2 |
<modules>
|
3 |
<GSX_InternationalCheckout>
|
4 |
+
<version>1.1.3</version>
|
5 |
</GSX_InternationalCheckout>
|
6 |
</modules>
|
7 |
|
app/design/frontend/base/default/template/internationalcheckout/international.phtml
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
$merchant_id = Mage::getModel('core/variable')->loadByCode('GSX_Merchant_Id')->getValue('plain');
|
|
|
|
|
3 |
|
4 |
if($merchant_id != ""){
|
5 |
$gc_url = $this->GC_URL;
|
@@ -50,11 +52,14 @@
|
|
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="
|
57 |
-
<input type="hidden" name="LocalShipping" value="
|
58 |
<input type="hidden" name="PrefilledCart" value="<?php echo $this->helper('core/url')->getCurrentUrl();?>"/>
|
59 |
|
60 |
<button title="<?php echo $this->__('Global Checkout') ?>" class="" <?php echo $this->buttonImagePath(); ?> style="background-color:none;" type="submit"><span></span></button>
|
1 |
<?php
|
2 |
$merchant_id = Mage::getModel('core/variable')->loadByCode('GSX_Merchant_Id')->getValue('plain');
|
3 |
+
$GSX_Localshipping_EXP = Mage::getModel('core/variable')->loadByCode('GSX_Localshipping_EXP')->getValue('plain');
|
4 |
+
$GSX_Localshipping = Mage::getModel('core/variable')->loadByCode('GSX_Localshipping')->getValue('plain');
|
5 |
|
6 |
if($merchant_id != ""){
|
7 |
$gc_url = $this->GC_URL;
|
52 |
}
|
53 |
|
54 |
echo $output;
|
55 |
+
|
56 |
+
if(isset($GSX_Localshipping_EXP)) $gsx_ls_exp = $GSX_Localshipping_EXP; else $gsx_ls_exp = "10.9";
|
57 |
+
if(isset($GSX_Localshipping)) $gsx_ls = $GSX_Localshipping; else $gsx_ls = "10.9";
|
58 |
?>
|
59 |
|
60 |
<input type="hidden" name="MerchantID" value="<?php echo $merchant_id; ?>" />
|
61 |
+
<input type="hidden" name="LocalShippingEXP" value="<?php echo $gsx_ls_exp; ?>" />
|
62 |
+
<input type="hidden" name="LocalShipping" value="<?php echo $gsx_ls; ?>" />
|
63 |
<input type="hidden" name="PrefilledCart" value="<?php echo $this->helper('core/url')->getCurrentUrl();?>"/>
|
64 |
|
65 |
<button title="<?php echo $this->__('Global Checkout') ?>" class="" <?php echo $this->buttonImagePath(); ?> style="background-color:none;" type="submit"><span></span></button>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>GSXInternationalCheckout</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/gpl-license">GPL</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
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>
|
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="
|
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.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/gpl-license">GPL</license>
|
7 |
<channel>community</channel>
|
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>16:12: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 name="etc"><file name="config.xml" hash="8ac1f8c270ae9b4647fbe9a45926955d"/><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="0c2af0e125262f82a2a82680f07e2e01"/><file name="international.phtml" hash="0c2af0e125262f82a2a82680f07e2e01"/></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>
|