Version Notes
1. Fixed issue when customer uses paypal express checkout on product page or cart page. Added config to include merchant customer service phone number that will be included in paypal checkout process o avoid erring on api call.
2. Added compatibility with Shipstation. Updated create ASN on tracking number creation to work with Shipstation API
Download this release
Release Info
Developer | Shane Bogdan |
Extension | pitneybowes_gsp |
Version | 1.3.8 |
Comparing to | |
See all releases |
Code changes from version 1.3.7.1 to 1.3.8
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings/Grid.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Adminhtml/Version.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Form.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php +3 -3
- app/code/local/Pb/Pbgsp/Block/Tax/Checkout/Tax.php +3 -3
- app/code/local/Pb/Pbgsp/Helper/Data.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Api.php +31 -10
- app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Catalog/Category.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Catalog/File.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Catalog/Product.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Credentials.php +6 -3
- app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Environmentconfig.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Handlingoptions.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Helper.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Inboundparcel.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Messages.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Observer.php +30 -3
- app/code/local/Pb/Pbgsp/Model/Ordernumber.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Productattributesource/Productconditions.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Quote/Duty.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Util.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Variable.php +3 -3
- app/code/local/Pb/Pbgsp/controllers/Adminhtml/CategorysettingsController.php +3 -3
- app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php +3 -3
- app/code/local/Pb/Pbgsp/etc/config.xml +1 -1
- app/code/local/Pb/Pbgsp/etc/system.xml +9 -0
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php +3 -3
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php +3 -3
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.1.1-1.1.2.php +3 -3
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.2.0-1.2.1.php +3 -3
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.0-1.3.1.php +3 -3
- app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.5-1.3.6.php +3 -3
- package.xml +6 -11
app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
*/
|
7 |
|
8 |
class Pb_Pbgsp_Block_Adminhtml_Categorysettings extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+00:00
|
6 |
*/
|
7 |
|
8 |
class Pb_Pbgsp_Block_Adminhtml_Categorysettings extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings/Grid.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
*/
|
7 |
|
8 |
class Pb_Pbgsp_Block_Adminhtml_Categorysettings_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+00:00
|
6 |
*/
|
7 |
|
8 |
class Pb_Pbgsp_Block_Adminhtml_Categorysettings_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Block/Adminhtml/Version.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
|
7 |
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+00:00
|
6 |
|
7 |
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.3.
|
5 |
-
* Packaged: 2016-06-
|
6 |
-
* Last Modified: 2016-
|
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.
|
9 |
*/
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.3.8)
|
5 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
6 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
9 |
*/
|
app/code/local/Pb/Pbgsp/Block/Form.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Block/Form.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Block/Tax/Checkout/Tax.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.3.
|
5 |
-
* Packaged: 2016-06-
|
6 |
-
* Last Modified: 2016-
|
7 |
*/
|
8 |
class Pb_Pbgsp_Block_Tax_Checkout_Tax extends Mage_Tax_Block_Checkout_Tax
|
9 |
{
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.3.8)
|
5 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
6 |
+
* Last Modified: 2016-06-01T14:02:28+00:00
|
7 |
*/
|
8 |
class Pb_Pbgsp_Block_Tax_Checkout_Tax extends Mage_Tax_Block_Checkout_Tax
|
9 |
{
|
app/code/local/Pb/Pbgsp/Helper/Data.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
|
7 |
*/
|
8 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+00:00
|
6 |
|
7 |
*/
|
8 |
|
app/code/local/Pb/Pbgsp/Model/Api.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Api.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
@@ -160,7 +160,11 @@ class Pb_Pbgsp_Model_Api
|
|
160 |
($product->getParentItem() && $product->isChildrenCalculated())) {
|
161 |
/* @var Mage_Sales_Model_Order_Item $product */
|
162 |
|
163 |
-
|
|
|
|
|
|
|
|
|
164 |
|
165 |
// Pb_Pbgsp_Model_Util::log('discount amount '. $product->getDiscountAmount());
|
166 |
// Pb_Pbgsp_Model_Util::log('Price '. $product->getPrice());
|
@@ -172,7 +176,7 @@ class Pb_Pbgsp_Model_Api
|
|
172 |
"lineId" => $product->getSku(),
|
173 |
"commodity" => array('merchantComRefId' => $product->getSku()),
|
174 |
"unitPrice" => array('price' => array('value' => $price)),
|
175 |
-
"quantity" => intval($
|
176 |
|
177 |
)
|
178 |
);
|
@@ -213,13 +217,18 @@ class Pb_Pbgsp_Model_Api
|
|
213 |
$familyName = $address->getLastname(); //when it comes from paypal express, lastname is null, Kamran, Bigpixel Studio,
|
214 |
if(!$familyName)
|
215 |
$familyName = $address->getFirstname();
|
|
|
|
|
|
|
|
|
|
|
216 |
$consignee = array(
|
217 |
'familyName' => $familyName,
|
218 |
'givenName' => $address->getFirstname(),
|
219 |
'email' => $email,
|
220 |
'phoneNumbers' => array(
|
221 |
array(
|
222 |
-
'number' => $
|
223 |
'type' => 'other'
|
224 |
)
|
225 |
)
|
@@ -301,9 +310,15 @@ class Pb_Pbgsp_Model_Api
|
|
301 |
// ->setData('order_id', $shipment->getData('order_id'))
|
302 |
// ->save();
|
303 |
}
|
304 |
-
|
305 |
-
|
306 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
$requestBody = array(
|
308 |
'merchantOrderNumber' => $cpOrderNumber,
|
309 |
'parcelIdentificationNumber' => $number,
|
@@ -483,7 +498,13 @@ class Pb_Pbgsp_Model_Api
|
|
483 |
|
484 |
|
485 |
|
|
|
486 |
$billingAddress = $order->getBillingAddress();
|
|
|
|
|
|
|
|
|
|
|
487 |
$confirm = array(
|
488 |
'transactionId' => $order->getRealOrderId(),
|
489 |
'merchantOrderNumber' => $order->getRealOrderId(),
|
@@ -493,7 +514,7 @@ class Pb_Pbgsp_Model_Api
|
|
493 |
'email' => $order->getCustomerEmail(),
|
494 |
'phoneNumbers' => array(
|
495 |
array(
|
496 |
-
'number' => $
|
497 |
'type' => 'other'
|
498 |
)
|
499 |
)),
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+00:00
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Api.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
160 |
($product->getParentItem() && $product->isChildrenCalculated())) {
|
161 |
/* @var Mage_Sales_Model_Order_Item $product */
|
162 |
|
163 |
+
$qty = $product->getQty();
|
164 |
+
if(!$qty) {
|
165 |
+
$qty = $product->getQtyToShip();
|
166 |
+
}
|
167 |
+
$totalProducts += $qty;
|
168 |
|
169 |
// Pb_Pbgsp_Model_Util::log('discount amount '. $product->getDiscountAmount());
|
170 |
// Pb_Pbgsp_Model_Util::log('Price '. $product->getPrice());
|
176 |
"lineId" => $product->getSku(),
|
177 |
"commodity" => array('merchantComRefId' => $product->getSku()),
|
178 |
"unitPrice" => array('price' => array('value' => $price)),
|
179 |
+
"quantity" => intval($qty)
|
180 |
|
181 |
)
|
182 |
);
|
217 |
$familyName = $address->getLastname(); //when it comes from paypal express, lastname is null, Kamran, Bigpixel Studio,
|
218 |
if(!$familyName)
|
219 |
$familyName = $address->getFirstname();
|
220 |
+
$phone = $address->getTelephone();
|
221 |
+
if(!$phone)
|
222 |
+
$phone = Pb_Pbgsp_Model_Credentials::getCustomerServiceNumber();
|
223 |
+
if(!$phone)
|
224 |
+
$phone = '555-555-1234';
|
225 |
$consignee = array(
|
226 |
'familyName' => $familyName,
|
227 |
'givenName' => $address->getFirstname(),
|
228 |
'email' => $email,
|
229 |
'phoneNumbers' => array(
|
230 |
array(
|
231 |
+
'number' => $phone,
|
232 |
'type' => 'other'
|
233 |
)
|
234 |
)
|
310 |
// ->setData('order_id', $shipment->getData('order_id'))
|
311 |
// ->save();
|
312 |
}
|
313 |
+
|
314 |
+
//Pb_Pbgsp_Model_Util::log(get_class($number));
|
315 |
+
if(get_class($number) == 'SimpleXMLElement') {
|
316 |
+
$json = json_encode($number);
|
317 |
+
$array = json_decode($json,TRUE);
|
318 |
+
$number = $array[0];
|
319 |
+
}
|
320 |
+
|
321 |
+
|
322 |
$requestBody = array(
|
323 |
'merchantOrderNumber' => $cpOrderNumber,
|
324 |
'parcelIdentificationNumber' => $number,
|
498 |
|
499 |
|
500 |
|
501 |
+
|
502 |
$billingAddress = $order->getBillingAddress();
|
503 |
+
$phone = $billingAddress->getTelephone();
|
504 |
+
if(!$phone)
|
505 |
+
$phone = Pb_Pbgsp_Model_Credentials::getCustomerServiceNumber();
|
506 |
+
if(!$phone)
|
507 |
+
$phone = '555-555-1234';
|
508 |
$confirm = array(
|
509 |
'transactionId' => $order->getRealOrderId(),
|
510 |
'merchantOrderNumber' => $order->getRealOrderId(),
|
514 |
'email' => $order->getCustomerEmail(),
|
515 |
'phoneNumbers' => array(
|
516 |
array(
|
517 |
+
'number' => $phone ,
|
518 |
'type' => 'other'
|
519 |
)
|
520 |
)),
|
app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Catalog/File.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Product: Pb_Pbgsp (1.3.
|
5 |
-
* Packaged: 2016-06-
|
6 |
-
* Last Modified: 2016-
|
7 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
|
8 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
9 |
*/
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.3.8)
|
5 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
6 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
9 |
*/
|
app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Credentials.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Credentials.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
@@ -155,5 +155,8 @@ class Pb_Pbgsp_Model_Credentials {
|
|
155 |
public static function isLoggingEnabled() {
|
156 |
return Mage::getStoreConfig('carriers/pbgsp/enablelogging');
|
157 |
}
|
|
|
|
|
|
|
158 |
}
|
159 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
155 |
public static function isLoggingEnabled() {
|
156 |
return Mage::getStoreConfig('carriers/pbgsp/enablelogging');
|
157 |
}
|
158 |
+
public static function getCustomerServiceNumber() {
|
159 |
+
return Mage::getStoreConfig('carriers/pbgsp/customer_service_number');
|
160 |
+
}
|
161 |
}
|
162 |
?>
|
app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Environmentconfig.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Environmentconfig.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Helper.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Helper.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Messages.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Messages.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Observer.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Observer.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
@@ -135,6 +135,8 @@ class Pb_Pbgsp_Model_Observer {
|
|
135 |
Mage::getSingleton("customer/session")->setPbDutyAndTax(0);
|
136 |
$mageOrderNumber = Mage::getSingleton('checkout/session')->getLastRealOrderId();
|
137 |
$order = Mage::getModel('sales/order')->loadByIncrementId($mageOrderNumber);
|
|
|
|
|
138 |
Pb_Pbgsp_Model_Util::log(" createPbOrder");
|
139 |
if ($this->isPbOrder($order)) {
|
140 |
// $clearPathOrders = Mage::getModel("pb_pbgsp/ordernumber")-> getCollection();
|
@@ -154,6 +156,31 @@ class Pb_Pbgsp_Model_Observer {
|
|
154 |
|
155 |
// Save in DB
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
$orderNumber->setMageOrderNumber($mageOrderNumber);
|
158 |
//$orderNumber->setCpOrderNumber($cpOrderNumber);
|
159 |
Pb_Pbgsp_Model_Util::log($orderNumber->getHubId());
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
135 |
Mage::getSingleton("customer/session")->setPbDutyAndTax(0);
|
136 |
$mageOrderNumber = Mage::getSingleton('checkout/session')->getLastRealOrderId();
|
137 |
$order = Mage::getModel('sales/order')->loadByIncrementId($mageOrderNumber);
|
138 |
+
/* @var Mage_Sales_Model_Order $order */
|
139 |
+
|
140 |
Pb_Pbgsp_Model_Util::log(" createPbOrder");
|
141 |
if ($this->isPbOrder($order)) {
|
142 |
// $clearPathOrders = Mage::getModel("pb_pbgsp/ordernumber")-> getCollection();
|
156 |
|
157 |
// Save in DB
|
158 |
|
159 |
+
if(!$orderNumber) {
|
160 |
+
//order was not saved due to paypal checkout
|
161 |
+
$items = $order->getAllItems();
|
162 |
+
$shipMethod = $order->getShippingMethod();
|
163 |
+
$shipMethod = substr($shipMethod,strlen("pbgsp_"));
|
164 |
+
$address = $order->getShippingAddress();
|
165 |
+
$pbOrder = Pb_Pbgsp_Model_Api::createOrder($items,$shipMethod,$address);
|
166 |
+
if (!$pbOrder) {
|
167 |
+
Mage::throwException("Unable to create Pb order.");
|
168 |
+
}
|
169 |
+
$orderNumber = Mage::getModel("pb_pbgsp/ordernumber");
|
170 |
+
|
171 |
+
$orderNumber->setCpOrderNumber($pbOrder["orderId"]);
|
172 |
+
$orderNumber->setHubId($pbOrder["shipToHub"]['hubId']);
|
173 |
+
$orderNumber->setHubStreet1($pbOrder["shipToHub"]['hubAddress']['street1']);
|
174 |
+
$orderNumber->setHubStreet2($pbOrder["shipToHub"]['hubAddress']['street2']);
|
175 |
+
|
176 |
+
$orderNumber->setHubProvinceOrState($pbOrder["shipToHub"]['hubAddress']['provinceOrState']);
|
177 |
+
$orderNumber->setHubCountry($pbOrder["shipToHub"]['hubAddress']['country']);
|
178 |
+
$orderNumber->setHubPostalCode($pbOrder["shipToHub"]['hubAddress']['postalOrZipCode']);
|
179 |
+
$orderNumber->setHubCity($pbOrder["shipToHub"]['hubAddress']['city']);
|
180 |
+
$domesticShippingAdress = $address->getName()."</br>".$address->getStreetFull().", ".$address->getCity()."</br> ".$address->getRegion().", ".$address->getCountry().",".$address->getPostcode()."</br> T:".$address->getTelephone();
|
181 |
+
$orderNumber->setOriginalShippingAddress($domesticShippingAdress);
|
182 |
+
$orderNumber->save();
|
183 |
+
}
|
184 |
$orderNumber->setMageOrderNumber($mageOrderNumber);
|
185 |
//$orderNumber->setCpOrderNumber($cpOrderNumber);
|
186 |
Pb_Pbgsp_Model_Util::log($orderNumber->getHubId());
|
app/code/local/Pb/Pbgsp/Model/Ordernumber.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Productattributesource/Productconditions.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
|
7 |
*/
|
8 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+00:00
|
6 |
|
7 |
*/
|
8 |
|
app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Util.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Util.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/Model/Variable.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Variable.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/controllers/Adminhtml/CategorysettingsController.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
6 |
*/
|
7 |
|
8 |
class Pb_Pbgsp_Adminhtml_CategorysettingsController extends Mage_Adminhtml_Controller_Action {
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+00:00
|
6 |
*/
|
7 |
|
8 |
class Pb_Pbgsp_Adminhtml_CategorysettingsController extends Mage_Adminhtml_Controller_Action {
|
app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pb_Pbgsp>
|
5 |
-
<version>1.3.
|
6 |
</Pb_Pbgsp>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pb_Pbgsp>
|
5 |
+
<version>1.3.8</version>
|
6 |
</Pb_Pbgsp>
|
7 |
</modules>
|
8 |
<global>
|
app/code/local/Pb/Pbgsp/etc/system.xml
CHANGED
@@ -530,6 +530,15 @@
|
|
530 |
<show_in_website>1</show_in_website>
|
531 |
<show_in_store>1</show_in_store>
|
532 |
</return_address_zip>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
533 |
</fields>
|
534 |
</pbgsp>
|
535 |
</groups>
|
530 |
<show_in_website>1</show_in_website>
|
531 |
<show_in_store>1</show_in_store>
|
532 |
</return_address_zip>
|
533 |
+
<customer_service_number translate="label">
|
534 |
+
<label>Customer Service Phone Number</label>
|
535 |
+
<frontend_type>text</frontend_type>
|
536 |
+
|
537 |
+
<sort_order>290</sort_order>
|
538 |
+
<show_in_default>1</show_in_default>
|
539 |
+
<show_in_website>1</show_in_website>
|
540 |
+
<show_in_store>1</show_in_store>
|
541 |
+
</customer_service_number>
|
542 |
</fields>
|
543 |
</pbgsp>
|
544 |
</groups>
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.1.1-1.1.2.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.2.0-1.2.1.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.0-1.3.1.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.5-1.3.6.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Product: Pb_Pbgsp (1.3.
|
4 |
-
* Packaged: 2016-06-
|
5 |
-
* Last Modified: 2016-
|
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.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.8)
|
4 |
+
* Packaged: 2016-06-23T10:40:00+00:00
|
5 |
+
* Last Modified: 2016-06-01T14:02:28+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.
|
8 |
*/
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>pitneybowes_gsp</name>
|
4 |
-
<version>1.3.
|
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,18 +22,13 @@ 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>
|
26 |

|
27 |
-
|
28 |
-

|
29 |
-
2. Updated the Tax.php file used for the Avatax extension 3.2.1. Replaces file located in: app\code\community\OnePica\AvaTax\Model\Sales\Quote\Address\Total\Tax.php
|
30 |
-

|
31 |
-
3. Text edits: Change subject title to "Catalog Export Results”. Fixed typo on shipping block in admin 
|
32 |
-
</notes>
|
33 |
<authors><author><name>Shane Bogdan</name><user>pbecommerce</user><email>shane.bogdan@pb.com</email></author></authors>
|
34 |
-
<date>2016-06-
|
35 |
-
<time>
|
36 |
-
<contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Categorysettings"><file name="Grid.php" hash="
|
37 |
<compatible/>
|
38 |
<dependencies><required><php><min>5.1.0</min><max>5.6.10</max></php></required></dependencies>
|
39 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>pitneybowes_gsp</name>
|
4 |
+
<version>1.3.8</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 issue when customer uses paypal express checkout on product page or cart page. Added config to include merchant customer service phone number that will be included in paypal checkout process o avoid erring on api call.
|
26 |

|
27 |
+
2. Added compatibility with Shipstation. Updated create ASN on tracking number creation to work with Shipstation API</notes>
|
|
|
|
|
|
|
|
|
|
|
28 |
<authors><author><name>Shane Bogdan</name><user>pbecommerce</user><email>shane.bogdan@pb.com</email></author></authors>
|
29 |
+
<date>2016-06-23</date>
|
30 |
+
<time>15:06:24</time>
|
31 |
+
<contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Categorysettings"><file name="Grid.php" hash="ef8f558e57ce99bf6b9876a148c6a29e"/></dir><file name="Categorysettings.php" hash="c30f745daf0e9b3c9995f476fbf9d2a8"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="99ea1396e82ffc7860761f6587c011b1"/></dir><file name="Totals.php" hash="309c4168bbbe7cc14c03f162f619481b"/></dir></dir><file name="Version.php" hash="a4ea3b7d4c3d75f51fc667f46468b179"/></dir><dir name="Checkout"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="5f3cd250b969ccb4365750d63016888f"/></dir></dir></dir><file name="Form.php" hash="6b506ea1c96a0a02548cfe932143db21"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="ad5ac87312f8ccf73f599f0b2ca33497"/></dir><file name="Totals.php" hash="9bf820111589184d4b0c61fa8dccd700"/></dir></dir><dir name="Tax"><dir name="Checkout"><file name="Tax.php" hash="af6324182eed027311f5ceacddcf5d55"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="001879f53ac6c8b8ffa5764b32f6c6e6"/></dir><dir name="Model"><file name="Api.php" hash="055368083ef636d066e4c00b88d49b89"/><dir name="Carrier"><file name="ShippingMethod.php" hash="2f6359cd6363438dd7a5ad8ff8433be5"/></dir><dir name="Catalog"><file name="Category.php" hash="1d700b14d1d3205f4b0d82d43b0ae69d"/><file name="Cron.php" hash="4bfc42be16fcb8e66b99b096573dc58a"/><file name="File.php" hash="96b577552a1b074a98e3024901cbba57"/><file name="Product.php" hash="527a73fd76a46fc71ecebc19633af82f"/></dir><file name="Credentials.php" hash="95c01358b5044c52716aad8c90ae1bea"/><dir name="Creditmemo"><file name="Duty.php" hash="bdf94c762131397d53b2fda3cf77e92f"/></dir><file name="Environmentconfig.php" hash="93f8834d6a454ae706fa8484fd934a75"/><file name="Handlingoptions.php" hash="c57eb321ef5c5de138dd118d783f8e62"/><file name="Helper.php" hash="2cc8cd25e89abb2bc83195eb7f5d731e"/><file name="Inboundparcel.php" hash="9f480fcbe5720ea57db70a05e418dcdf"/><dir name="Invoice"><file name="Duty.php" hash="d34be6359cd5f82af314e3d124f4366b"/></dir><file name="Messages.php" hash="6f9843ad06b8fa355decb33afaa3e016"/><dir name="Mysql4"><dir name="Inboundparcel"><file name="Collection.php" hash="62ece29337b349756560f564fa996a56"/></dir><file name="Inboundparcel.php" hash="9a206c532453725678d6b670e1aefb8c"/><dir name="Ordernumber"><file name="Collection.php" hash="088c6fc2e2c7b26ea8cc46ff88e6e3aa"/></dir><file name="Ordernumber.php" hash="ed42d4eed2de868af0662be62d25cea2"/><dir name="Variable"><file name="Collection.php" hash="7177edcd336b9677ebfea80a150e527c"/></dir><file name="Variable.php" hash="050b0b97b7de7759fd8e42d07650477d"/></dir><file name="Observer.php" hash="89eeb2de78f5443d075f1e46db4d644f"/><file name="Ordernumber.php" hash="6a59de5cb51a29c09fd7fabca1088350"/><dir name="Pdf"><file name="Tax.php" hash="1d36fa9a88512ef7f9ffea79a49bdf96"/></dir><dir name="Productattributesource"><file name="Productconditions.php" hash="069a0ca8c773f4975dcadcce11bb150f"/></dir><dir name="Quote"><file name="Duty.php" hash="85d4dd0f55194d51cb67fa832277e387"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="38b11715670042285100b088a589bcc3"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Shipment.php" hash="936a3be2fb571279bcd66499c0830b53"/></dir></dir><file name="Util.php" hash="592bec94b85e452187f9f0ee1466933f"/><file name="Variable.php" hash="629dd5ccebe55c2106f0d3b10ced2abf"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CategorysettingsController.php" hash="acee23a9e1263e7f534d3745eb667b1d"/></dir></dir><dir name="data"><dir name="pb_pbgsp_setup"><file name="data-install-1.0.0.php" hash="2680a3431079c09db99776203e457915"/></dir></dir><dir name="etc"><file name="config.xml" hash="b6ee7df5783761f7edf054dbdf58eeb1"/><file name="system.xml" hash="1c023bc8dcc57fc2bfdb09e633baa9f1"/></dir><dir name="sql"><dir name="pbgsp_setup"><file name="mysql4-install-1.0.0.php" hash="18798c26e8533477eee034c3bba330d0"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="676f4b15355ec76d5357426e8d7d5e0b"/><file name="mysql4-upgrade-1.1.1-1.1.2.php" hash="ce70ed13f9b1ba0167030078e4dd0045"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="cf9532c44443b501cd82fffa547b01d3"/><file name="mysql4-upgrade-1.3.0-1.3.1.php" hash="5916388eaed4fab2d8963b97a666b6cf"/><file name="mysql4-upgrade-1.3.5-1.3.6.php" hash="cbe5f30b64236520850d15da41121302"/></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>
|
32 |
<compatible/>
|
33 |
<dependencies><required><php><min>5.1.0</min><max>5.6.10</max></php></required></dependencies>
|
34 |
</package>
|