Version Notes
fix https issue on checkout
Download this release
Release Info
Developer | Ansyori |
Extension | aongkir |
Version | 1.0.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.2 to 1.0.0.4
- app/design/frontend/base/default/template/aongkir/billing.phtml +1 -1
- app/design/frontend/base/default/template/aongkir/edit.phtml +1 -1
- app/design/frontend/base/default/template/aongkir/shipping.phtml +1 -1
- app/design/frontend/rwd/default/template/aongkir/billing.phtml +1 -1
- app/design/frontend/rwd/default/template/aongkir/edit.phtml +1 -1
- app/design/frontend/rwd/default/template/aongkir/shipping.phtml +1 -1
- package.xml +5 -5
app/design/frontend/base/default/template/aongkir/billing.phtml
CHANGED
@@ -234,7 +234,7 @@ function playAjax_billing(CURRENT_CITY_ID,PROV_ID)
|
|
234 |
//var CURRENT_CITY_ID =
|
235 |
jQuery.ajax({
|
236 |
type: 'GET',
|
237 |
-
url: '<?php echo
|
238 |
data: 'prov_id='+PROV_ID,
|
239 |
dataType: 'json',
|
240 |
success: function(data){
|
234 |
//var CURRENT_CITY_ID =
|
235 |
jQuery.ajax({
|
236 |
type: 'GET',
|
237 |
+
url: '<?php echo Mage::getUrl('aongkir/index/city/', array('_secure'=>true)); ?>',
|
238 |
data: 'prov_id='+PROV_ID,
|
239 |
dataType: 'json',
|
240 |
success: function(data){
|
app/design/frontend/base/default/template/aongkir/edit.phtml
CHANGED
@@ -160,7 +160,7 @@ function playAjax(CURRENT_CITY_ID,PROV_ID)
|
|
160 |
//var CURRENT_CITY_ID =
|
161 |
jQuery.ajax({
|
162 |
type: 'GET',
|
163 |
-
url: '<?php echo
|
164 |
data: 'prov_id='+PROV_ID,
|
165 |
dataType: 'json',
|
166 |
success: function(data){
|
160 |
//var CURRENT_CITY_ID =
|
161 |
jQuery.ajax({
|
162 |
type: 'GET',
|
163 |
+
url: '<?php echo Mage::getUrl('aongkir/index/city/', array('_secure'=>true)); ?>',
|
164 |
data: 'prov_id='+PROV_ID,
|
165 |
dataType: 'json',
|
166 |
success: function(data){
|
app/design/frontend/base/default/template/aongkir/shipping.phtml
CHANGED
@@ -160,7 +160,7 @@ function playAjaxShipping(CURRENT_CITY_ID,PROV_ID)
|
|
160 |
//var CURRENT_CITY_ID =
|
161 |
jQuery.ajax({
|
162 |
type: 'GET',
|
163 |
-
url: '<?php echo
|
164 |
data: 'prov_id='+PROV_ID,
|
165 |
dataType: 'json',
|
166 |
success: function(data){
|
160 |
//var CURRENT_CITY_ID =
|
161 |
jQuery.ajax({
|
162 |
type: 'GET',
|
163 |
+
url: '<?php echo Mage::getUrl('aongkir/index/city/', array('_secure'=>true)); ?>',
|
164 |
data: 'prov_id='+PROV_ID,
|
165 |
dataType: 'json',
|
166 |
success: function(data){
|
app/design/frontend/rwd/default/template/aongkir/billing.phtml
CHANGED
@@ -234,7 +234,7 @@ function playAjax_billing(CURRENT_CITY_ID,PROV_ID)
|
|
234 |
//var CURRENT_CITY_ID =
|
235 |
jQuery.ajax({
|
236 |
type: 'GET',
|
237 |
-
url: '<?php echo
|
238 |
data: 'prov_id='+PROV_ID,
|
239 |
dataType: 'json',
|
240 |
success: function(data){
|
234 |
//var CURRENT_CITY_ID =
|
235 |
jQuery.ajax({
|
236 |
type: 'GET',
|
237 |
+
url: '<?php echo Mage::getUrl('aongkir/index/city/', array('_secure'=>true));?>',
|
238 |
data: 'prov_id='+PROV_ID,
|
239 |
dataType: 'json',
|
240 |
success: function(data){
|
app/design/frontend/rwd/default/template/aongkir/edit.phtml
CHANGED
@@ -160,7 +160,7 @@ function playAjax(CURRENT_CITY_ID,PROV_ID)
|
|
160 |
//var CURRENT_CITY_ID =
|
161 |
jQuery.ajax({
|
162 |
type: 'GET',
|
163 |
-
url: '<?php echo
|
164 |
data: 'prov_id='+PROV_ID,
|
165 |
dataType: 'json',
|
166 |
success: function(data){
|
160 |
//var CURRENT_CITY_ID =
|
161 |
jQuery.ajax({
|
162 |
type: 'GET',
|
163 |
+
url: '<?php echo Mage::getUrl('aongkir/index/city/', array('_secure'=>true)); ?>',
|
164 |
data: 'prov_id='+PROV_ID,
|
165 |
dataType: 'json',
|
166 |
success: function(data){
|
app/design/frontend/rwd/default/template/aongkir/shipping.phtml
CHANGED
@@ -160,7 +160,7 @@ function playAjaxShipping(CURRENT_CITY_ID,PROV_ID)
|
|
160 |
//var CURRENT_CITY_ID =
|
161 |
jQuery.ajax({
|
162 |
type: 'GET',
|
163 |
-
url: '<?php echo
|
164 |
data: 'prov_id='+PROV_ID,
|
165 |
dataType: 'json',
|
166 |
success: function(data){
|
160 |
//var CURRENT_CITY_ID =
|
161 |
jQuery.ajax({
|
162 |
type: 'GET',
|
163 |
+
url: '<?php echo Mage::getUrl('aongkir/index/city/', array('_secure'=>true));?>',
|
164 |
data: 'prov_id='+PROV_ID,
|
165 |
dataType: 'json',
|
166 |
success: function(data){
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>aongkir</name>
|
4 |
-
<version>1.0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>open source</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Indonesian Shippping Carriers</summary>
|
10 |
<description>Indonesian Shippping Carriers</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Ansyori</name><user>ansyori</user><email>ansyori@gmail.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Ansyori"><dir name="Aongkir"><dir name="Block"><file name="Index.php" hash="eb68794e0f3220839a02dba0f9f7f105"/></dir><dir name="Helper"><file name="Data.php" hash="053a1cbaebc94470d1c05e34f1c32571"/></dir><dir name="Model"><file name="Area.php" hash="a50294a1ead04ef920bd79c457f4bc8a"/><dir name="Carrier"><file name="Ongkir.php" hash="4bb5434fc91f2a8440c34c2fb9a41330"/></dir><file name="Cron.php" hash="df18b4f51639879ce741063dcd34ce23"/><dir name="Mysql4"><dir name="Area"><file name="Collection.php" hash="5a1d6cfd02be80f7038f3cafd27f3ec1"/></dir><file name="Area.php" hash="79392c31d15280d608e47a12bcda6685"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="City.php" hash="db48d237dd037433d142e7bfd4fbe15a"/><file name="Kurir.php" hash="6b42824b026a709f56faa600e6cf1428"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="0fecc86f6fc58a6bd23375c628cd683e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="7524c909e4c0ac821d4e0d41379c04d2"/><file name="config.xml" hash="ad9e0216ad24f345651bb8be9b096d42"/><file name="system.xml" hash="e1213117c56a0585cf75a459a5464a30"/></dir><dir name="sql"><dir name="aongkir_setup"><file name="mysql4-install-1.0.0.php" hash="4e8ba5ec0e19a30d13bb9568be4605eb"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="aongkir.xml" hash="ec81d1456c144f706915d4daa6fb14d0"/></dir><dir name="template"><dir name="aongkir"><file name="billing.phtml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>aongkir</name>
|
4 |
+
<version>1.0.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>open source</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Indonesian Shippping Carriers</summary>
|
10 |
<description>Indonesian Shippping Carriers</description>
|
11 |
+
<notes>fix https issue on checkout</notes>
|
12 |
<authors><author><name>Ansyori</name><user>ansyori</user><email>ansyori@gmail.com</email></author></authors>
|
13 |
+
<date>2015-05-12</date>
|
14 |
+
<time>05:58:36</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Ansyori"><dir name="Aongkir"><dir name="Block"><file name="Index.php" hash="eb68794e0f3220839a02dba0f9f7f105"/></dir><dir name="Helper"><file name="Data.php" hash="053a1cbaebc94470d1c05e34f1c32571"/></dir><dir name="Model"><file name="Area.php" hash="a50294a1ead04ef920bd79c457f4bc8a"/><dir name="Carrier"><file name="Ongkir.php" hash="4bb5434fc91f2a8440c34c2fb9a41330"/></dir><file name="Cron.php" hash="df18b4f51639879ce741063dcd34ce23"/><dir name="Mysql4"><dir name="Area"><file name="Collection.php" hash="5a1d6cfd02be80f7038f3cafd27f3ec1"/></dir><file name="Area.php" hash="79392c31d15280d608e47a12bcda6685"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="City.php" hash="db48d237dd037433d142e7bfd4fbe15a"/><file name="Kurir.php" hash="6b42824b026a709f56faa600e6cf1428"/></dir></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="0fecc86f6fc58a6bd23375c628cd683e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="7524c909e4c0ac821d4e0d41379c04d2"/><file name="config.xml" hash="ad9e0216ad24f345651bb8be9b096d42"/><file name="system.xml" hash="e1213117c56a0585cf75a459a5464a30"/></dir><dir name="sql"><dir name="aongkir_setup"><file name="mysql4-install-1.0.0.php" hash="4e8ba5ec0e19a30d13bb9568be4605eb"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="aongkir.xml" hash="ec81d1456c144f706915d4daa6fb14d0"/></dir><dir name="template"><dir name="aongkir"><file name="billing.phtml" hash="3ff4e7d9d8043373bae8700e8c14c467"/><file name="edit.phtml" hash="59d5befe7677f4fad38a92f8a4764074"/><file name="shipping.phtml" hash="c18bcbe1da77b90de0a11efa9138e895"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="aongkir.xml" hash="ec81d1456c144f706915d4daa6fb14d0"/></dir><dir name="template"><dir name="aongkir"><file name="billing.phtml" hash="dac284ef3d6a94bd9775f4e1b8510387"/><file name="edit.phtml" hash="59d5befe7677f4fad38a92f8a4764074"/><file name="shipping.phtml" hash="3434b8c160cd22bbe1a45a5cc6689f41"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ansyori_Aongkir.xml" hash="f7f4be17fe16141cff15994c4f202a0f"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|