Version Notes
- Updated rates at checkout API for all carriers
Download this release
Release Info
Developer | George Plummer |
Extension | Rvtech_Starshipit |
Version | 1.6.6.0 |
Comparing to | |
See all releases |
Code changes from version 1.6.5.0 to 1.6.6.0
- app/code/community/Rvtech/Starshipit/Block/Sales/Order/View.php +4 -3
- app/code/community/Rvtech/Starshipit/Model/Carrier/Auspost.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Courierpost.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Couriersplease.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Dhlexpress.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Fastway.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Nzpost.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Pace.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Shipit.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Startrack.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Carrier/Startrackexpress.php +2 -2
- app/code/community/Rvtech/Starshipit/Model/Observer.php +2 -2
- js/shipit/adminhtml/grid.js +3 -3
- package.xml +5 -6
- skin/frontend/base/default/js/shipit/onstepcheckout.js +2 -2
- skin/frontend/base/default/js/shipit/onstepcheckout_shipping.js +2 -2
app/code/community/Rvtech/Starshipit/Block/Sales/Order/View.php
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
class Rvtech_Starshipit_Block_Sales_Order_View extends Mage_Adminhtml_Block_Widget_Form_Container
|
35 |
{
|
36 |
|
37 |
-
|
38 |
|
39 |
public function __construct()
|
40 |
{
|
@@ -199,15 +199,16 @@ class Rvtech_Starshipit_Block_Sales_Order_View extends Mage_Adminhtml_Block_Widg
|
|
199 |
));
|
200 |
}*/
|
201 |
|
202 |
-
|
203 |
$this->_addButton('order_starship', array(
|
204 |
'label' => Mage::helper('sales')->__('ShipIt'),
|
205 |
'onclick' => 'popWin(\'' . $this->getStarshipUrl() . '\', \'ShipIt\', \'width=840,height=630,top=150,left=300,location=no,status=no,scrollbars=yes,resizable=yes\')',
|
206 |
'class' => 'go'
|
207 |
));
|
|
|
208 |
}
|
209 |
|
210 |
-
|
211 |
{
|
212 |
$cur_url = Mage::helper('core/url')->getCurrentUrl();
|
213 |
$starshipUrl = Mage::helper('core/url')->addRequestParam(
|
34 |
class Rvtech_Starshipit_Block_Sales_Order_View extends Mage_Adminhtml_Block_Widget_Form_Container
|
35 |
{
|
36 |
|
37 |
+
const STARSHIP_BASE = 'https://app.shipit.click/templates/admin4/popupship.aspx';
|
38 |
|
39 |
public function __construct()
|
40 |
{
|
199 |
));
|
200 |
}*/
|
201 |
|
202 |
+
// Starship Button
|
203 |
$this->_addButton('order_starship', array(
|
204 |
'label' => Mage::helper('sales')->__('ShipIt'),
|
205 |
'onclick' => 'popWin(\'' . $this->getStarshipUrl() . '\', \'ShipIt\', \'width=840,height=630,top=150,left=300,location=no,status=no,scrollbars=yes,resizable=yes\')',
|
206 |
'class' => 'go'
|
207 |
));
|
208 |
+
|
209 |
}
|
210 |
|
211 |
+
public function getStarshipUrl()
|
212 |
{
|
213 |
$cur_url = Mage::helper('core/url')->getCurrentUrl();
|
214 |
$starshipUrl = Mage::helper('core/url')->addRequestParam(
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Auspost.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("http://auspost.com.au/track/track.html?id=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("http://auspost.com.au/track/track.html?id=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Courierpost.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("https://www.nzpost.co.nz/tools/tracking/item/".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("https://www.nzpost.co.nz/tools/tracking/item/".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Couriersplease.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("http://www2.couriersplease.com.au/37:ezytrak-results?couponid=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("http://www2.couriersplease.com.au/37:ezytrak-results?couponid=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Dhlexpress.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("http://www.dhl.com/cgi-bin/tracking.pl?AWB=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("http://www.dhl.com/cgi-bin/tracking.pl?AWB=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Fastway.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("http://www.fastway.com.au/courier-services/track-your-parcel?l=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("http://www.fastway.com.au/courier-services/track-your-parcel?l=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Nzpost.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("https://www.nzpost.co.nz/tools/tracking/item/".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("https://www.nzpost.co.nz/tools/tracking/item/".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Pace.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("https://www.nzpost.co.nz/tools/tracking/item/".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("https://www.nzpost.co.nz/tools/tracking/item/".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Shipit.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -177,4 +177,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
177 |
$status->setUrl("https://app.shipit.click/track-your-parcel?l=".$tracking);
|
178 |
return $status;
|
179 |
}
|
180 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
177 |
$status->setUrl("https://app.shipit.click/track-your-parcel?l=".$tracking);
|
178 |
return $status;
|
179 |
}
|
180 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Startrack.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("http://www.startrack.com.au/track-trace/?id=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("http://www.startrack.com.au/track-trace/?id=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Carrier/Startrackexpress.php
CHANGED
@@ -60,7 +60,7 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
-
$url = 'https://
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
@@ -178,4 +178,4 @@ implements Mage_Shipping_Model_Carrier_Interface {
|
|
178 |
$status->setUrl("http://www.startrack.com.au/track-trace/?id=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
-
}
|
60 |
$packageWeight = $request->getPackageWeight() * 1000; //Package Weight (grams)
|
61 |
$packageCurrency = $request->getPackageCurrency();
|
62 |
|
63 |
+
$url = 'https://api2.starshipit.com/rate?apiKey=' . $shipItApiKey . '&integration=magento&format=json';
|
64 |
$post_data = '{
|
65 |
"rate": {
|
66 |
"origin": {
|
178 |
$status->setUrl("http://www.startrack.com.au/track-trace/?id=".$tracking);
|
179 |
return $status;
|
180 |
}
|
181 |
+
}
|
app/code/community/Rvtech/Starshipit/Model/Observer.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
class Rvtech_Starshipit_Model_Observer extends Mage_Core_Helper_Abstract
|
3 |
{
|
4 |
-
|
5 |
protected $_noticeTitle = 'Starship Automatic Synchronization';
|
6 |
protected $_noticeStatus;
|
7 |
|
@@ -99,7 +99,7 @@ class Rvtech_Starshipit_Model_Observer extends Mage_Core_Helper_Abstract
|
|
99 |
}
|
100 |
}
|
101 |
|
102 |
-
|
103 |
{
|
104 |
$block = $observer->getEvent()->getBlock();
|
105 |
$cur_url = Mage::helper('core/url')->getCurrentUrl();
|
1 |
<?php
|
2 |
class Rvtech_Starshipit_Model_Observer extends Mage_Core_Helper_Abstract
|
3 |
{
|
4 |
+
const STARSHIP_BASE = 'https://app.shipit.click/Members/Search.aspx';
|
5 |
protected $_noticeTitle = 'Starship Automatic Synchronization';
|
6 |
protected $_noticeStatus;
|
7 |
|
99 |
}
|
100 |
}
|
101 |
|
102 |
+
public function addMassAction($observer)
|
103 |
{
|
104 |
$block = $observer->getEvent()->getBlock();
|
105 |
$cur_url = Mage::helper('core/url')->getCurrentUrl();
|
js/shipit/adminhtml/grid.js
CHANGED
@@ -35,13 +35,13 @@ varienGridMassaction.prototype.apply = function(){
|
|
35 |
this.form.action = item.url;
|
36 |
this.form.submit();
|
37 |
} else if(item.shipIt_url) {
|
38 |
-
var orders = this.getCheckedValues();
|
39 |
var re = /\s*,\s*/;
|
40 |
-
|
41 |
var orderStr = ordersList.join("_");
|
42 |
var finalURL = item.shipIt_url+'&Orders='+orderStr;
|
43 |
// alert('Final URL : '+finalURL);
|
44 |
window.location = finalURL;
|
45 |
}
|
46 |
|
47 |
-
}
|
35 |
this.form.action = item.url;
|
36 |
this.form.submit();
|
37 |
} else if(item.shipIt_url) {
|
38 |
+
var orders = this.getCheckedValues();
|
39 |
var re = /\s*,\s*/;
|
40 |
+
var ordersList = orders.split(re);
|
41 |
var orderStr = ordersList.join("_");
|
42 |
var finalURL = item.shipIt_url+'&Orders='+orderStr;
|
43 |
// alert('Final URL : '+finalURL);
|
44 |
window.location = finalURL;
|
45 |
}
|
46 |
|
47 |
+
}
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Rvtech_Starshipit</name>
|
4 |
-
<version>1.6.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -18,12 +18,11 @@ From ShipIT shipping labels can be produced, tracking of orders is supported, qu
|
|
18 |
DHL Express Worldwide is supported as well 
|
19 |

|
20 |
Australia Post eParcel, CourierPost, Fastways, and more.</description>
|
21 |
-
<notes>- Updated rates at checkout API for all carriers
|
22 |
-
- Added support for recent PHP releases</notes>
|
23 |
<authors><author><name>George Plummer</name><user>GeorgeSPlummer</user><email>george@shipit.click</email></author></authors>
|
24 |
-
<date>
|
25 |
-
<time>
|
26 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Rvtech_Starshipit.xml" hash="5f957b335ffd3ef220188acc0a4261c2"/></dir></target><target name="magecommunity"><dir name="Rvtech"><dir name="Starshipit"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Create"><file name="Shipnote.php" hash="e3978a998056ca01f2c1eecadad492f9"/></dir><file name="Note.php" hash="b176725ad1d11312fc9b2e6da10300a3"/></dir></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="bef51209ace24c39e1d0933c4695665c"/><file name="Syncbutton.php" hash="1b90bc1d0ce6f8fd85783771ffc3720b"/></dir></dir></dir></dir><file name="Note.php" hash="d89159b063408b3496b5a7c1238b9f90"/><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="bcec9d256397a5c39879eba37520370e"/><file name="View.php" hash="
|
27 |
<compatible/>
|
28 |
<dependencies><required><php><min>5.1.0</min><max>7.0.10</max></php></required></dependencies>
|
29 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Rvtech_Starshipit</name>
|
4 |
+
<version>1.6.6.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
18 |
DHL Express Worldwide is supported as well 
|
19 |

|
20 |
Australia Post eParcel, CourierPost, Fastways, and more.</description>
|
21 |
+
<notes>- Updated rates at checkout API for all carriers</notes>
|
|
|
22 |
<authors><author><name>George Plummer</name><user>GeorgeSPlummer</user><email>george@shipit.click</email></author></authors>
|
23 |
+
<date>2017-07-11</date>
|
24 |
+
<time>23:56:25</time>
|
25 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Rvtech_Starshipit.xml" hash="5f957b335ffd3ef220188acc0a4261c2"/></dir></target><target name="magecommunity"><dir name="Rvtech"><dir name="Starshipit"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="Create"><file name="Shipnote.php" hash="e3978a998056ca01f2c1eecadad492f9"/></dir><file name="Note.php" hash="b176725ad1d11312fc9b2e6da10300a3"/></dir></dir><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="bef51209ace24c39e1d0933c4695665c"/><file name="Syncbutton.php" hash="1b90bc1d0ce6f8fd85783771ffc3720b"/></dir></dir></dir></dir><file name="Note.php" hash="d89159b063408b3496b5a7c1238b9f90"/><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="bcec9d256397a5c39879eba37520370e"/><file name="View.php" hash="3f204458c341c164ae8d38ed5d28a0f6"/></dir></dir><file name="Ship.php" hash="19080a45c06dc07b7991dd694d83708a"/><file name="Shiptracking.php" hash="a64dbb626cb60a3f62994564e0d3e288"/></dir><dir name="Helper"><file name="Data.php" hash="09a753bbbc36ce95a6222587d53cd1c1"/><file name="Starship.php" hash="ebc879a96df5c80ffae9744d11a6cac5"/></dir><dir name="Model"><dir name="Adminhtml"><file name="Observer.php" hash="2956099cbc3109242139fb0b8e07ba47"/></dir><file name="Api.php" hash="9c0c7ad4df68db05f5caf2970b91a542"/><dir name="Carrier"><file name="Auspost.php" hash="69e2f0da90c1c31f2646880011cf82e1"/><file name="Courierpost.php" hash="10ef7093bfda0184edc9b6b48badca0b"/><file name="Couriersplease.php" hash="531a1566e7c4a9c252d2da9ebfde3be2"/><file name="Dhlexpress.php" hash="8b885ca7fed176ca5e40bd7ff9a02262"/><file name="Fastway.php" hash="faab4f5cc8c9622090a8fffc38edc132"/><file name="Nzpost.php" hash="abf2d5fd0b2269bae90a20bec811209d"/><file name="Pace.php" hash="f19a62ba8dbf185fcb9efa5ee3e8c732"/><file name="Shipit.php" hash="2f30e845cd172e98649a1d0c2f920a4e"/><file name="Startrack.php" hash="9720f150e6d912e98b8b9f4080386f71"/><file name="Startrackexpress.php" hash="f22b9b5ca88f94f3f9914a351515d376"/></dir><file name="Note.php" hash="91fdbf3caa65797d8050e999a487c4ae"/><file name="Observer.php" hash="331a94fcdf4cf6d4b72a9d23bb05f344"/><file name="Orders.php" hash="5e6d34681f4ffde9b8b0fcad9f898481"/><dir name="Resource"><dir name="Note"><file name="Collection.php" hash="2526c09006bf6a74b1ddcf2d94b85bd1"/></dir><file name="Note.php" hash="188639765c95bb03abf24785bbcfabbe"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ShipItController.php" hash="7a82038aa1b2e9fd8bc543b402dcbf9a"/></dir><file name="IndexController.php" hash="20b9637c3eb1a5e7c6a97faa72a0a3fb"/></dir><dir name="etc"><file name="adminhtml.xml" hash="02121bfdaabeb4aa30733462d532b211"/><file name="api.xml" hash="03ba9d58ced7f06da747006e8ddf6861"/><file name="config.xml" hash="4b619f8ed4dbfd9ccfb7c7f2651b48a7"/><file name="system.xml" hash="837db42e1eb469603a3c002537f3d6d8"/></dir><dir name="sql"><dir name="shipnote_setup"><file name="install-1.6.2.0.php" hash="3440e960c4ae3a4036c797c02703f025"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="shipit.xml" hash="61408954f82f5ac2edcf77d859fd4591"/><file name="shipnote.xml" hash="b30f8ced0fa77550a09c3ab5ee03f28d"/></dir><dir name="template"><dir name="shipit"><dir name="system"><dir name="config"><file name="button.phtml" hash="064f053f67fc7b749d1aec40cd352ce1"/><file name="syncbutton.phtml" hash="3e67731254d4d0298891cd2598471dc9"/></dir></dir></dir><dir name="shipnote"><file name="note-create.phtml" hash="218318453338adb8a43d01dcf3aa74f3"/><file name="note.phtml" hash="dc72f98a11c955181a3d4706e9cfd297"/><dir name="sales"><dir name="order"><dir name="create"><file name="data.phtml" hash="63aa7c2343f1d801b92e61b8497b99cb"/><file name="shipnote.phtml" hash="101f8cbd09937b1c9b232a94592e72dd"/></dir><dir name="creditmemo"><dir name="create"><file name="form.phtml" hash="95b2ca2ff1b2d48519cc9f0302179804"/></dir><dir name="view"><file name="form.phtml" hash="0b851bb2da3a68d6b21195cc88d9c3a3"/></dir></dir><dir name="invoice"><dir name="create"><file name="form.phtml" hash="00a1d471675697ff345fb8744b337a54"/></dir><dir name="view"><file name="form.phtml" hash="eb85ea9873900429a859f31585ecb93b"/></dir></dir><dir name="shipment"><dir name="create"><file name="form.phtml" hash="6655a2814e346290ebefce2d45225127"/></dir><dir name="view"><file name="form.phtml" hash="1f5790819a38b162f76a32ec725a0b77"/></dir></dir><dir name="view"><dir name="tab"><file name="info.phtml" hash="66fd085aa3d4e985f914e61ef4ca6748"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="shipnote.xml" hash="4662d0b069083e71689f79ad5ce0102e"/><file name="addressautocomplete.xml" hash="88a6cbeb5077d85cac0e98632b467b2a"/><file name="shiptracking.xml" hash="cd598d60854e00759d7e201a9b819a65"/></dir><dir name="template"><dir name="shipnote"><file name="note.phtml" hash="f6199bbe2739b4689cadd2a854a3d753"/></dir><dir name="shiptracking"><file name="shiptracking.phtml" hash="dc155a0bf7d2d83579492d432de1a6f9"/><file name="trackdetail.phtml" hash="1e6967f50a922088ec1aaf9d23910163"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir><dir name="en_GB"><file name="Rvtech_StarshipitNote.csv" hash="45582b181cd95563d26e516d9dc5efe4"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="shipnote.css" hash="1cd880ba6ee2ae963fd8b6208d9e6fd8"/></dir><dir name="js"><dir name="shipit"><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/><file name="noconflict.js" hash="3179f2255b046d5f2e9a71e365287bef"/><file name="onstepcheckout.js" hash="59d30863ff6ac8ed89ed0be3fb1a4e3a"/><file name="onstepcheckout_shipping.js" hash="bd562f12bbe2a382665193bc9c371296"/></dir></dir><dir name="shiptracking"><dir name="css"><file name="shiptracking.css" hash="71583b99e56b8cc1ebd9b575e17e9414"/></dir><dir name="images"><file name="ajax-loader-tr.gif" hash="01a95f2b5387dfec28b58bab64aa32ae"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="shipit"><dir name="adminhtml"><file name="grid.js" hash="021253771131238c69a2a1e1ce22982e"/></dir></dir></dir></target></contents>
|
26 |
<compatible/>
|
27 |
<dependencies><required><php><min>5.1.0</min><max>7.0.10</max></php></required></dependencies>
|
28 |
</package>
|
skin/frontend/base/default/js/shipit/onstepcheckout.js
CHANGED
@@ -36,7 +36,7 @@ SHIPITAUTOCOMPLETE.method = {
|
|
36 |
autoFocus: true,
|
37 |
source: function( request, response ) {
|
38 |
jQuery.ajax({
|
39 |
-
url: "https://
|
40 |
dataType: "json",
|
41 |
data: {
|
42 |
apiKey: "shipit-apikey",
|
@@ -182,7 +182,7 @@ SHIPITAUTOCOMPLETE.method = {
|
|
182 |
},
|
183 |
fillInAddressShipIt : function (addressId)
|
184 |
{
|
185 |
-
jQuery.post("https://
|
186 |
{
|
187 |
apiKey: "shipit-apikey",
|
188 |
light: "true",
|
36 |
autoFocus: true,
|
37 |
source: function( request, response ) {
|
38 |
jQuery.ajax({
|
39 |
+
url: "https://api2.starshipit.com/location?integration=magento&format=json",
|
40 |
dataType: "json",
|
41 |
data: {
|
42 |
apiKey: "shipit-apikey",
|
182 |
},
|
183 |
fillInAddressShipIt : function (addressId)
|
184 |
{
|
185 |
+
jQuery.post("https://api2.starshipit.com/location?integration=magento&format=json",
|
186 |
{
|
187 |
apiKey: "shipit-apikey",
|
188 |
light: "true",
|
skin/frontend/base/default/js/shipit/onstepcheckout_shipping.js
CHANGED
@@ -36,7 +36,7 @@ SHIPITAUTOCOMPLETE_SHIPPING.method = {
|
|
36 |
autoFocus: true,
|
37 |
source: function( request, response ) {
|
38 |
jQuery.ajax({
|
39 |
-
url: "https://
|
40 |
dataType: "json",
|
41 |
data: {
|
42 |
apiKey: "shipit-apikey",
|
@@ -182,7 +182,7 @@ SHIPITAUTOCOMPLETE_SHIPPING.method = {
|
|
182 |
},
|
183 |
fillInAddressShipIt : function (addressId)
|
184 |
{
|
185 |
-
jQuery.post("https://
|
186 |
{
|
187 |
apiKey: "shipit-apikey",
|
188 |
light: "true",
|
36 |
autoFocus: true,
|
37 |
source: function( request, response ) {
|
38 |
jQuery.ajax({
|
39 |
+
url: "https://api2.starshipit.com/location?integration=magento&format=json",
|
40 |
dataType: "json",
|
41 |
data: {
|
42 |
apiKey: "shipit-apikey",
|
182 |
},
|
183 |
fillInAddressShipIt : function (addressId)
|
184 |
{
|
185 |
+
jQuery.post("https://api2.starshipit.com/location?integration=magento&format=json",
|
186 |
{
|
187 |
apiKey: "shipit-apikey",
|
188 |
light: "true",
|