Version Notes
Easily integrate your Magento store with ShippingEasy to allow your order, tracking and fulfillment data to populate in real-time across all systems. Plug in your UPS and FedEx accounts or other marketplaces like eBay or Amazon to download all new orders and easily assign shipping preferences, rates and delivery options in real-time.
Download this release
Release Info
Developer | Kevin Cogill |
Extension | shipping_easy |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
- app/code/community/Shippingeasy/Fulfilment/Block/Adminhtml/System/Config/Links/Api.php +1 -18
- app/code/community/Shippingeasy/Fulfilment/etc/config.xml +1 -1
- app/code/community/Shippingeasy/Fulfilment/etc/system.xml +1 -1
- app/design/adminhtml/default/default/template/shippingeasy/system/config/button.phtml +1 -10
- package.xml +4 -4
app/code/community/Shippingeasy/Fulfilment/Block/Adminhtml/System/Config/Links/Api.php
CHANGED
@@ -28,21 +28,4 @@ class Shippingeasy_Fulfilment_Block_Adminhtml_System_Config_Links_Api
|
|
28 |
return $this->_toHtml();
|
29 |
}
|
30 |
|
31 |
-
|
32 |
-
* Generate button html
|
33 |
-
*
|
34 |
-
* @return string
|
35 |
-
*/
|
36 |
-
public function getButtonHtml()
|
37 |
-
{
|
38 |
-
$button = $this->getLayout()->createBlock('adminhtml/widget_button')
|
39 |
-
->setData(array(
|
40 |
-
'id' => 'shipeasy_get_api_values',
|
41 |
-
'label' => $this->helper('adminhtml')->__('Get Values'),
|
42 |
-
'onclick' => 'javascript:getValues(); return false;'
|
43 |
-
));
|
44 |
-
|
45 |
-
return $button->toHtml();
|
46 |
-
}
|
47 |
-
|
48 |
-
}
|
28 |
return $this->_toHtml();
|
29 |
}
|
30 |
|
31 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Shippingeasy/Fulfilment/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Shippingeasy_Fulfilment>
|
5 |
-
<version>0.1
|
6 |
</Shippingeasy_Fulfilment>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Shippingeasy_Fulfilment>
|
5 |
+
<version>2.0.1</version>
|
6 |
</Shippingeasy_Fulfilment>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/community/Shippingeasy/Fulfilment/etc/system.xml
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
<show_in_store>0</show_in_store>
|
51 |
</baseurl>
|
52 |
<getvalues_button translate="label">
|
53 |
-
<label
|
54 |
<frontend_type>button</frontend_type>
|
55 |
<frontend_model>Shippingeasy_Fulfilment_Block_Adminhtml_System_Config_Links_Api</frontend_model>
|
56 |
<sort_order>4</sort_order>
|
50 |
<show_in_store>0</show_in_store>
|
51 |
</baseurl>
|
52 |
<getvalues_button translate="label">
|
53 |
+
<label></label>
|
54 |
<frontend_type>button</frontend_type>
|
55 |
<frontend_model>Shippingeasy_Fulfilment_Block_Adminhtml_System_Config_Links_Api</frontend_model>
|
56 |
<sort_order>4</sort_order>
|
app/design/adminhtml/default/default/template/shippingeasy/system/config/button.phtml
CHANGED
@@ -1,10 +1 @@
|
|
1 |
-
|
2 |
-
//<![CDATA[
|
3 |
-
function getValues() {
|
4 |
-
var redirector = window.open("https://app.shippingeasy.com/settings/api_credentials", '_blank');
|
5 |
-
redirector.location;
|
6 |
-
}
|
7 |
-
//]]>
|
8 |
-
</script>
|
9 |
-
|
10 |
-
<?php echo $this->getButtonHtml() ?>
|
1 |
+
To complete the integration with ShippingEasy,<br/><a href="https://support.shippingeasy.com/hc/en-us/articles/203085049-How-to-Integrate-Magento-with-ShippingEasy-" target="_blank">follow these instructions</a>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>shipping_easy</name>
|
4 |
-
<version>2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Easily integrate your Magento store with ShippingEasy to allow your order, tracking and fulfillment data to populate in real-time across all systems. Plug in your UPS and FedEx accounts or other marketplaces like eBay or Amazon to download all new orders and easily assign shipping preferences, rates and delivery options in real-time.</description>
|
11 |
<notes>Easily integrate your Magento store with ShippingEasy to allow your order, tracking and fulfillment data to populate in real-time across all systems. Plug in your UPS and FedEx accounts or other marketplaces like eBay or Amazon to download all new orders and easily assign shipping preferences, rates and delivery options in real-time.</notes>
|
12 |
<authors><author><name>Kevin Cogill</name><user>skwerl</user><email>skwerl@gmail.com</email></author></authors>
|
13 |
-
<date>2015-07-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mage"><dir name="lib"><dir name="ShippingEasy"><dir name="ShippingEasy"><file name="ApiConnectionError.php" hash="970c3474dd2117df18c06ef9796776c3"/><file name="ApiError.php" hash="dddc54704c2efab1dff5910c8cfeb1ed"/><file name="ApiRequestor.php" hash="c302ec9023e67b7b64b13d9bb03f2c7e"/><file name="AuthenticationError.php" hash="9267d2a96c79e8ce85bd66ae5291d046"/><file name="Authenticator.php" hash="95ee778bd71cd7a750b51bd3b72bd823"/><file name="Cancellation.php" hash="7a5068bb4c79a34935b92a8eadc4902d"/><file name="Error.php" hash="a8238dfdc1bc975ef4803f1529447d28"/><file name="InvalidRequestError.php" hash="4760cc5aea86f7e48e601f11bc91cb45"/><file name="Object.php" hash="3ce899f97dd3bec21173fcffefba15c6"/><file name="Order.php" hash="d8954dbc2a8f2ae3547177ed45d961f4"/><file name="PartnerAccount.php" hash="bfc07627b36246fec0fdfbc575f0e19c"/><file name="PartnerSession.php" hash="510d94b4e2949c5a8f0973b57209eebd"/><file name="ShippingEasy.php" hash="7ab0f7272b6c294346d02ec2b4859e5d"/><file name="Signature.php" hash="dceae7f35853e19e4e07b56e42fb28a9"/><file name="SignedUrl.php" hash="57f5803fba9ec8d26f0335062e317d5f"/></dir><file name="ShippingEasy.php" hash="f0c7a50d5ff46b93ca9ad7a7672abc95"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Shippingeasy_Fulfilment.xml" hash="dbdc4045fbd6ae6fe42324f5e981a671"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="shippingeasy"><dir name="system"><dir name="config"><file name="button.phtml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.1.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>shipping_easy</name>
|
4 |
+
<version>2.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Easily integrate your Magento store with ShippingEasy to allow your order, tracking and fulfillment data to populate in real-time across all systems. Plug in your UPS and FedEx accounts or other marketplaces like eBay or Amazon to download all new orders and easily assign shipping preferences, rates and delivery options in real-time.</description>
|
11 |
<notes>Easily integrate your Magento store with ShippingEasy to allow your order, tracking and fulfillment data to populate in real-time across all systems. Plug in your UPS and FedEx accounts or other marketplaces like eBay or Amazon to download all new orders and easily assign shipping preferences, rates and delivery options in real-time.</notes>
|
12 |
<authors><author><name>Kevin Cogill</name><user>skwerl</user><email>skwerl@gmail.com</email></author></authors>
|
13 |
+
<date>2015-07-07</date>
|
14 |
+
<time>04:10:46</time>
|
15 |
+
<contents><target name="mage"><dir name="lib"><dir name="ShippingEasy"><dir name="ShippingEasy"><file name="ApiConnectionError.php" hash="970c3474dd2117df18c06ef9796776c3"/><file name="ApiError.php" hash="dddc54704c2efab1dff5910c8cfeb1ed"/><file name="ApiRequestor.php" hash="c302ec9023e67b7b64b13d9bb03f2c7e"/><file name="AuthenticationError.php" hash="9267d2a96c79e8ce85bd66ae5291d046"/><file name="Authenticator.php" hash="95ee778bd71cd7a750b51bd3b72bd823"/><file name="Cancellation.php" hash="7a5068bb4c79a34935b92a8eadc4902d"/><file name="Error.php" hash="a8238dfdc1bc975ef4803f1529447d28"/><file name="InvalidRequestError.php" hash="4760cc5aea86f7e48e601f11bc91cb45"/><file name="Object.php" hash="3ce899f97dd3bec21173fcffefba15c6"/><file name="Order.php" hash="d8954dbc2a8f2ae3547177ed45d961f4"/><file name="PartnerAccount.php" hash="bfc07627b36246fec0fdfbc575f0e19c"/><file name="PartnerSession.php" hash="510d94b4e2949c5a8f0973b57209eebd"/><file name="ShippingEasy.php" hash="7ab0f7272b6c294346d02ec2b4859e5d"/><file name="Signature.php" hash="dceae7f35853e19e4e07b56e42fb28a9"/><file name="SignedUrl.php" hash="57f5803fba9ec8d26f0335062e317d5f"/></dir><file name="ShippingEasy.php" hash="f0c7a50d5ff46b93ca9ad7a7672abc95"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Shippingeasy_Fulfilment.xml" hash="dbdc4045fbd6ae6fe42324f5e981a671"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="shippingeasy"><dir name="system"><dir name="config"><file name="button.phtml" hash="e13b6b6468965305402a8386678fcedd"/></dir></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Shippingeasy"><dir name="Fulfilment"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Links"><file name="Api.php" hash="47278fd7bda1609ad6aba96f96118925"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="80f3c2be270920a249634e37878a89ea"/></dir><dir name="controllers"><file name="IndexController.php" hash="31ab76f8a44b28c325f6e1d73d61c1fe"/></dir><dir name="etc"><file name="config.xml" hash="ce4ec46e3b540b72269a461f208f5a97"/><file name="system.xml" hash="b520477372c48c56535af0885bdaf3f4"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.1.0</max></php></required></dependencies>
|
18 |
</package>
|