Version Notes
1. Fixed an error with the AddCommodity At Checkout. Changed category reference from name to ID
2. Updated the tracking link in the Magento admin to link to the new PB tracking URL
3. Fixed an issue with the domestic tracking link in admin to use default tracking link instead of PB tracking link
Download this release
Release Info
Developer | Shane Bogdan |
Extension | pitneybowes_gsp |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings/Grid.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Version.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Form.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php +2 -2
- app/code/local/Pb/Pbgsp/Block/Tax/Checkout/Tax.php +2 -2
- app/code/local/Pb/Pbgsp/Helper/Data.php +2 -2
- app/code/local/Pb/Pbgsp/Helper/Shipping.php +42 -0
- app/code/local/Pb/Pbgsp/Model/Api.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Catalog/Category.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Catalog/File.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Catalog/Product.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Credentials.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Environmentconfig.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Handledata.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Handlingoptions.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Helper.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Inboundparcel.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Messages.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Mysql4/Shipmentemail.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Mysql4/Shipmentemail/Collection.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Newhandlingoptions.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Observer.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Ordernumber.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Productattributesource/Productconditions.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Quote/Duty.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Shipmentemail.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Util.php +2 -2
- app/code/local/Pb/Pbgsp/Model/Variable.php +2 -2
- app/code/local/Pb/Pbgsp/controllers/Adminhtml/CategorysettingsController.php +2 -2
- app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php +2 -2
- app/code/local/Pb/Pbgsp/etc/config.xml +11 -2
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php +2 -2
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php +2 -2
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.1.1-1.1.2.php +2 -2
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.2.0-1.2.1.php +2 -2
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.0-1.3.1.php +2 -2
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.5-1.3.6.php +2 -2
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.4.0-1.4.1.php +2 -2
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.4.1-1.4.2.php +2 -2
- package.xml +9 -14
app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
*/
|
7 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
*/
|
7 |
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings/Grid.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
*/
|
7 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
*/
|
7 |
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Version.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
|
7 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
|
7 |
|
app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.4.
|
5 |
-
* Packaged: 2016-
|
6 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
7 |
* File: app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
|
8 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.4.2)
|
5 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
6 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
7 |
* File: app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
|
8 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Form.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Form.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Form.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Block/Tax/Checkout/Tax.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.4.
|
5 |
-
* Packaged: 2016-
|
6 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
7 |
*/
|
8 |
class Pb_Pbgsp_Block_Tax_Checkout_Tax extends Mage_Tax_Block_Checkout_Tax
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.4.2)
|
5 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
6 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
7 |
*/
|
8 |
class Pb_Pbgsp_Block_Tax_Checkout_Tax extends Mage_Tax_Block_Checkout_Tax
|
app/code/local/Pb/Pbgsp/Helper/Data.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
|
7 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
|
7 |
*/
|
app/code/local/Pb/Pbgsp/Helper/Shipping.php
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Created by PhpStorm.
|
5 |
+
* User: Muhammad
|
6 |
+
* Date: 9/16/2016
|
7 |
+
* Time: 10:54 PM
|
8 |
+
*/
|
9 |
+
class Pb_Pbgsp_Helper_Shipping extends Mage_Shipping_Helper_Data
|
10 |
+
{
|
11 |
+
public function getTrackingPopupUrlBySalesModel($model)
|
12 |
+
{
|
13 |
+
$url = "https://parceltracking.pb.com/app/#/dashboard/";
|
14 |
+
if ($model instanceof Mage_Sales_Model_Order) {
|
15 |
+
$cpord = Pb_Pbgsp_Model_Util::getCPORD($model);
|
16 |
+
if($cpord) {
|
17 |
+
$email = $model->getCustomerEmail();
|
18 |
+
return $url."$cpord/$email";
|
19 |
+
}
|
20 |
+
return parent::getTrackingPopupUrlBySalesModel($model);
|
21 |
+
} elseif ($model instanceof Mage_Sales_Model_Order_Shipment) {
|
22 |
+
$order = $model->getOrder();
|
23 |
+
$cpord = Pb_Pbgsp_Model_Util::getCPORD($order);
|
24 |
+
if($cpord) {
|
25 |
+
$email = $order->getCustomerEmail();
|
26 |
+
return $url."$cpord/$email";
|
27 |
+
}
|
28 |
+
return parent::getTrackingPopupUrlBySalesModel($model);
|
29 |
+
|
30 |
+
} elseif ($model instanceof Mage_Sales_Model_Order_Shipment_Track) {
|
31 |
+
return parent::getTrackingPopupUrlBySalesModel($model);
|
32 |
+
// $order = Mage::getModel("sales/order")->load($model->getOrderId());
|
33 |
+
// $cpord = Pb_Pbgsp_Model_Util::getCPORD($order);
|
34 |
+
// if($cpord) {
|
35 |
+
// $email = $order->getCustomerEmail();
|
36 |
+
// return $url."$cpord/$email";
|
37 |
+
// }
|
38 |
+
// return parent::getTrackingPopupUrlBySalesModel($model);
|
39 |
+
}
|
40 |
+
return '';
|
41 |
+
}
|
42 |
+
}
|
app/code/local/Pb/Pbgsp/Model/Api.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
|
7 |
|
@@ -180,7 +180,7 @@ class Pb_Pbgsp_Model_Api
|
|
180 |
$category_name= array();
|
181 |
foreach ($cats as $category_id) {
|
182 |
$_cat = Mage::getModel('catalog/category')->load($category_id) ;
|
183 |
-
$category_name[]= array("merchantCatRefId" =>$_cat->
|
184 |
}
|
185 |
$shortDescription = Pb_Pbgsp_Model_Util::stripHtml($actualProduct -> getShortDescription());
|
186 |
$shortDescription = preg_replace("/[^A-Za-z0-9 .\-\+=;:\\(){}\[\]@?%$#]/",'',$shortDescription);
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
|
7 |
|
180 |
$category_name= array();
|
181 |
foreach ($cats as $category_id) {
|
182 |
$_cat = Mage::getModel('catalog/category')->load($category_id) ;
|
183 |
+
$category_name[]= array("merchantCatRefId" =>$_cat->getId());
|
184 |
}
|
185 |
$shortDescription = Pb_Pbgsp_Model_Util::stripHtml($actualProduct -> getShortDescription());
|
186 |
$shortDescription = preg_replace("/[^A-Za-z0-9 .\-\+=;:\\(){}\[\]@?%$#]/",'',$shortDescription);
|
app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Catalog/File.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.4.
|
5 |
-
* Packaged: 2016-
|
6 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
|
8 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.4.2)
|
5 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
6 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
|
8 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Credentials.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Credentials.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Credentials.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Environmentconfig.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Environmentconfig.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Environmentconfig.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Handledata.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Helper.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Helper.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Helper.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Messages.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Messages.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Messages.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Shipmentemail.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Shipmentemail/Collection.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Newhandlingoptions.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Observer.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Observer.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Observer.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Ordernumber.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Productattributesource/Productconditions.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
|
7 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
|
7 |
*/
|
app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Shipmentemail.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Util.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Util.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Util.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/Model/Variable.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/controllers/Adminhtml/CategorysettingsController.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
*/
|
7 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
*/
|
7 |
|
app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pb_Pbgsp>
|
5 |
-
<version>1.4.
|
6 |
</Pb_Pbgsp>
|
7 |
</modules>
|
8 |
<global>
|
@@ -208,7 +208,11 @@
|
|
208 |
<pbgsp>
|
209 |
<class>Pb_Pbgsp_Helper</class>
|
210 |
</pbgsp>
|
211 |
-
|
|
|
|
|
|
|
|
|
212 |
</helpers>
|
213 |
</global>
|
214 |
<resources>
|
@@ -579,6 +583,11 @@
|
|
579 |
<sort_order>0</sort_order>
|
580 |
<action>adminhtml/categorysettings</action>
|
581 |
</items>
|
|
|
|
|
|
|
|
|
|
|
582 |
</children>
|
583 |
</pbgsp>
|
584 |
</menu>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pb_Pbgsp>
|
5 |
+
<version>1.4.2</version>
|
6 |
</Pb_Pbgsp>
|
7 |
</modules>
|
8 |
<global>
|
208 |
<pbgsp>
|
209 |
<class>Pb_Pbgsp_Helper</class>
|
210 |
</pbgsp>
|
211 |
+
<shipping>
|
212 |
+
<rewrite>
|
213 |
+
<data>Pb_Pbgsp_Helper_Shipping</data>
|
214 |
+
</rewrite>
|
215 |
+
</shipping>
|
216 |
</helpers>
|
217 |
</global>
|
218 |
<resources>
|
583 |
<sort_order>0</sort_order>
|
584 |
<action>adminhtml/categorysettings</action>
|
585 |
</items>
|
586 |
+
<!--<claims module="pbgsp">-->
|
587 |
+
<!--<title>Submit Claim</title>-->
|
588 |
+
<!--<sort_order>1</sort_order>-->
|
589 |
+
<!--<action>adminhtml/pbclaims</action>-->
|
590 |
+
<!--</claims>-->
|
591 |
</children>
|
592 |
</pbgsp>
|
593 |
</menu>
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.1.1-1.1.2.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.2.0-1.2.1.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.0-1.3.1.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.5-1.3.6.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.4.0-1.4.1.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.4.1-1.4.2.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.4.
|
4 |
-
* Packaged: 2016-
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.4.2)
|
4 |
+
* Packaged: 2016-09-21T11:45:00+00:00
|
5 |
* Last Modified: 2016-09-13T10:50:00+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>pitneybowes_gsp</name>
|
4 |
-
<version>1.4.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -22,20 +22,15 @@ Providing full international tracking linked from your admin page
|
|
22 |
</ul>
|
23 |
To learn more, go to <a href="http://www.pb.com/ecom">http://www.pb.com/ecom</a>
|
24 |
</description>
|
25 |
-
<notes>1
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
6 Add tracking url update to use newer https://parceltracking.pb.com URL
|
31 |
-
7 Add condition to allow for tracking link to be added to custom shipment email. Add following code to custom email template to include a link in the transaction: (Track your order from <a href="{{var tracking_url}}">here.</a>)
|
32 |
-
8 Update shipping email template to include tracking link to new pb shipping tool
|
33 |
-
9 Add a delay in sending shipment notification to ensure the process isn’t triggered before PB system updates (5 minutes)
|
34 |
-
10 Fixed an issue of missing Package_Weight column in catalog export file</notes>
|
35 |
<authors><author><name>Shane Bogdan</name><user>pbecommerce</user><email>shane.bogdan@pb.com</email></author></authors>
|
36 |
-
<date>2016-09-
|
37 |
-
<time>15:
|
38 |
-
<contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Categorysettings"><file name="Grid.php" hash="
|
39 |
<compatible/>
|
40 |
<dependencies><required><php><min>5.1.0</min><max>5.6.10</max></php></required></dependencies>
|
41 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>pitneybowes_gsp</name>
|
4 |
+
<version>1.4.2</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>
|
22 |
</ul>
|
23 |
To learn more, go to <a href="http://www.pb.com/ecom">http://www.pb.com/ecom</a>
|
24 |
</description>
|
25 |
+
<notes>1. Fixed an error with the AddCommodity At Checkout. Changed category reference from name to ID
|
26 |
+

|
27 |
+
2. Updated the tracking link in the Magento admin to link to the new PB tracking URL
|
28 |
+

|
29 |
+
3. Fixed an issue with the domestic tracking link in admin to use default tracking link instead of PB tracking link</notes>
|
|
|
|
|
|
|
|
|
|
|
30 |
<authors><author><name>Shane Bogdan</name><user>pbecommerce</user><email>shane.bogdan@pb.com</email></author></authors>
|
31 |
+
<date>2016-09-21</date>
|
32 |
+
<time>15:54:12</time>
|
33 |
+
<contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Categorysettings"><file name="Grid.php" hash="e68757f2f8a6f3b8cec19cd40f310218"/></dir><file name="Categorysettings.php" hash="28203620d677c062afb3331706bff473"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="fdff9edd1cf790b559ea15d35ad0071c"/></dir><file name="Totals.php" hash="2afa2d7c71cdb5d202b334a6c755b24f"/></dir></dir><file name="Version.php" hash="819fee219d88e971df8fe56634fcbe38"/></dir><dir name="Checkout"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="13ef8023717fdce768d173a56c42af9b"/></dir></dir></dir><file name="Form.php" hash="95027f7480bacc8185cf1d5635d03d99"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="f3925d1e7f3c38cab80f099c0b198829"/></dir><file name="Totals.php" hash="b56d250a3815373809787da7d891f223"/></dir></dir><dir name="Tax"><dir name="Checkout"><file name="Tax.php" hash="3c2eaf989417bc25f085a5670a0ca9dd"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ce946f57f8c34cffa942aa8f9ac51d45"/><file name="Shipping.php" hash="3d68b32dee60fba0894e168980f9f2ac"/></dir><dir name="Model"><file name="Api.php" hash="cf65cb3a54855071f397aaa2fba98d9e"/><dir name="Carrier"><file name="ShippingMethod.php" hash="2058040f81ced89b33577c99ead8036d"/></dir><dir name="Catalog"><file name="Category.php" hash="ec1e8853c37c0806e497bcfa78b931a2"/><file name="Cron.php" hash="857657fedacc8a15cf9f3a0d2d7f4fc0"/><file name="File.php" hash="5f5dfb04e0d98ed9f4656e5a847a48bb"/><file name="Product.php" hash="8e52afbf96076f37f2633c4d2fc6f4e7"/></dir><file name="Credentials.php" hash="c72531fa817cbb82c3b29a9c7a7f1564"/><dir name="Creditmemo"><file name="Duty.php" hash="f2e075fc27b840c380a09eddc5108136"/></dir><file name="Environmentconfig.php" hash="9c15e82ba4650a7bdb63d13486a378a6"/><file name="Handledata.php" hash="02b05609acedc514ea3a42d12a72c617"/><file name="Handlingoptions.php" hash="fe5a2010db7c6116ee9dff966c341d23"/><file name="Helper.php" hash="12eafb864449f71a5a697f511d8b73be"/><file name="Inboundparcel.php" hash="01fa1ecb09059a692491e06358a9887b"/><dir name="Invoice"><file name="Duty.php" hash="230c541a1eec1a98400e7d33eba1384a"/></dir><file name="Messages.php" hash="b9770fb453799a845fc0ec3ea14b47a1"/><dir name="Mysql4"><dir name="Inboundparcel"><file name="Collection.php" hash="0fdc0fb319a156385351ca502dce67fb"/></dir><file name="Inboundparcel.php" hash="4484865a554650ecb41065cdba599781"/><dir name="Ordernumber"><file name="Collection.php" hash="80f175d36c6a7bfc4fbbb3af44869b25"/></dir><file name="Ordernumber.php" hash="6ff701371ed7b86e2fbd9e612a896d92"/><dir name="Shipmentemail"><file name="Collection.php" hash="0171d55bd117bd29b3ea04aefbe572a1"/></dir><file name="Shipmentemail.php" hash="56271702a906697cf3fbb7e100905a5b"/><dir name="Variable"><file name="Collection.php" hash="9acd320528d2d7ac21996ed08188c635"/></dir><file name="Variable.php" hash="c454710d36ae1fc98befa1470f51d593"/></dir><file name="Newhandlingoptions.php" hash="3c7476b35dfe4b8bea0f10a31b3f4e8a"/><file name="Observer.php" hash="623793d82aec6d0ddbe4e6aa676ddf2f"/><file name="Ordernumber.php" hash="feaddd574c2c871df3225aab8a6ddf13"/><dir name="Pdf"><file name="Tax.php" hash="48cda040593728ec5b6aca08bbaf747f"/></dir><file name="Phonetype.php" hash="9a5a5d3af53a6f137c578ba391626d27"/><dir name="Productattributesource"><file name="Productconditions.php" hash="f6e0986df8003e1e2c8b45f7e7897219"/></dir><dir name="Quote"><file name="Duty.php" hash="54c5eb913cd6462100a8d2ef443e1ee3"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="0f760c32678ae85b07bb0305df70598d"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Shipment.php" hash="d654d4b27a164961b2d5bc42ecaed31e"/></dir></dir><file name="Sellertype.php" hash="0f966b509b0c84ebaedb292abbea8929"/><file name="Shipmentemail.php" hash="66a0c69822a0e645646dfe5d145af4ac"/><file name="Util.php" hash="8a911d7ce589d58923fe317c49efd024"/><file name="Variable.php" hash="3d9f3a552b3bae5e3ef5fb4179582c35"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CategorysettingsController.php" hash="c69b002ab5cdb2c8e3b5afce920ca901"/></dir></dir><dir name="data"><dir name="pb_pbgsp_setup"><file name="data-install-1.0.0.php" hash="54ca7505fb0c7ba446d52933804c2777"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="df090fe6dcdfe68acdb012d6e2405cef"/><file name="config.xml" hash="062a41fb06160ccfae484a2d0c73bc91"/><file name="system.xml" hash="3d39b59e89c4b307dadcc4021e7723ef"/></dir><dir name="sql"><dir name="pbgsp_setup"><file name="mysql4-install-1.0.0.php" hash="32cedce0d64b1be126c41429ef5fabb8"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="f1454a90d82c6791cb8baf96e2cfb9ba"/><file name="mysql4-upgrade-1.1.1-1.1.2.php" hash="4c0d6ab3c9e5b94dd28b7b0e0a597298"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="0da10ce82060210e4fbb0085afa706c2"/><file name="mysql4-upgrade-1.3.0-1.3.1.php" hash="bb323c6f8c87454a4c40bfa661a696e9"/><file name="mysql4-upgrade-1.3.5-1.3.6.php" hash="0ffce11db7816944eae456bd7dc2a5e7"/><file name="mysql4-upgrade-1.4.0-1.4.1.php" hash="a7f7aad136f08e10c55d1edbe55c776b"/><file name="mysql4-upgrade-1.4.1-1.4.2.php" hash="f8905338abcbff4c678cbda90241d7d3"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pb_Pbgsp.xml" hash="8475d60d4719f8ea7761a4ca39016e48"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Pb_Clearpath.csv" hash="aa4b7a650feb1709a34b6c053b56811c"/><dir name="template"><dir name="email"><file name="pbgsp_shipment_new.html" hash="0fb628e37654a9768babe0ed06df4960"/></dir></dir></dir></target><target name="mageweb"><dir name="."><file name="ReadMe.txt" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="PBGSP_Manual_Catalog_Export.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
|
34 |
<compatible/>
|
35 |
<dependencies><required><php><min>5.1.0</min><max>5.6.10</max></php></required></dependencies>
|
36 |
</package>
|