Version Notes
v. 1.3.7
1. Updated error handling code if upload directory is not correct for catalog exports.
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
3. Text edits: Change subject title to "Catalog Export Results”. Fixed typo on shipping block in admin
Download this release
Release Info
Developer | Shane Bogdan |
Extension | pitneybowes_gsp |
Version | 1.3.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.7 to 1.3.7.1
- 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 +3 -3
- 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 +26 -12
- app/code/local/Pb/Pbgsp/Model/Catalog/Product.php +3 -3
- app/code/local/Pb/Pbgsp/Model/Credentials.php +3 -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 +4 -4
- 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/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 +3 -3
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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
6 |
|
7 |
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
6 |
-
* Last Modified: 2016-04-
|
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.7)
|
5 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
6 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
6 |
-
* Last Modified: 2016-04-
|
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.7)
|
5 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
6 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
6 |
|
7 |
*/
|
8 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Api.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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 |
*/
|
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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
6 |
-
* Last Modified: 2016-04-
|
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 |
*/
|
@@ -501,7 +501,7 @@ class Pb_Pbgsp_Model_Catalog_File {
|
|
501 |
if(count($notificationFiles) > 0) {
|
502 |
$mail = new Zend_Mail();
|
503 |
$mail->setFrom('no-reply@pb.com','Pitney Bowes');
|
504 |
-
$subject = 'Catalog Export
|
505 |
$mail->addTo($adminEmail)
|
506 |
|
507 |
->setBodyText('Catalog Export Error. Please see attached files.');
|
@@ -516,7 +516,7 @@ class Pb_Pbgsp_Model_Catalog_File {
|
|
516 |
else if($this->_endsWith($notificationFile,'.ok')) {
|
517 |
if(Pb_Pbgsp_Model_Credentials::isCatalogSuccessNotificationEnabled()) {
|
518 |
$attachFile = true;
|
519 |
-
$subject = 'Catalog Export
|
520 |
//$mail->setSubject('Catalog Export Successful');
|
521 |
}
|
522 |
|
@@ -717,10 +717,21 @@ class Pb_Pbgsp_Model_Catalog_File {
|
|
717 |
Pb_Pbgsp_Model_Util::log("CD to $tmpSFTPDir");
|
718 |
$sftpDumpFile->cd($tmpSFTPDir);
|
719 |
Pb_Pbgsp_Model_Util::log("Uploading $fileName");
|
720 |
-
$sftpDumpFile->write($exportedFile, file_get_contents($fileName));
|
721 |
-
|
722 |
-
|
723 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
724 |
}
|
725 |
$sftpDumpFile->close();
|
726 |
|
@@ -734,9 +745,12 @@ class Pb_Pbgsp_Model_Catalog_File {
|
|
734 |
Pb_Pbgsp_Model_Util::log("Pb catalog file upload ended");
|
735 |
|
736 |
$this->_removeExportedFiles($exportedFiles);
|
737 |
-
$
|
738 |
-
|
739 |
-
|
|
|
|
|
|
|
740 |
}
|
741 |
|
742 |
private function _getExportedFilesVariable() {
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Product: Pb_Pbgsp (1.3.7)
|
5 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
6 |
+
* Last Modified: 2016-04-14T14:05:10+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 |
*/
|
501 |
if(count($notificationFiles) > 0) {
|
502 |
$mail = new Zend_Mail();
|
503 |
$mail->setFrom('no-reply@pb.com','Pitney Bowes');
|
504 |
+
$subject = 'Catalog Export Results';
|
505 |
$mail->addTo($adminEmail)
|
506 |
|
507 |
->setBodyText('Catalog Export Error. Please see attached files.');
|
516 |
else if($this->_endsWith($notificationFile,'.ok')) {
|
517 |
if(Pb_Pbgsp_Model_Credentials::isCatalogSuccessNotificationEnabled()) {
|
518 |
$attachFile = true;
|
519 |
+
$subject = 'Catalog Export Results';
|
520 |
//$mail->setSubject('Catalog Export Successful');
|
521 |
}
|
522 |
|
717 |
Pb_Pbgsp_Model_Util::log("CD to $tmpSFTPDir");
|
718 |
$sftpDumpFile->cd($tmpSFTPDir);
|
719 |
Pb_Pbgsp_Model_Util::log("Uploading $fileName");
|
720 |
+
$result = $sftpDumpFile->write($exportedFile, file_get_contents($fileName));
|
721 |
+
if($result) {
|
722 |
+
Pb_Pbgsp_Model_Util::log("Moving ".$tmpSFTPDir."/$exportedFile"." to ".$inboundDir."/$exportedFile");
|
723 |
+
$result = $sftpDumpFile->mv($tmpSFTPDir."/$exportedFile",$inboundDir."/$exportedFile");
|
724 |
+
if($result) {
|
725 |
+
$uploadedFiles[] = $exportedFile;
|
726 |
+
}
|
727 |
+
else {
|
728 |
+
Pb_Pbgsp_Model_Util::log("Could not move file from ".$tmpSFTPDir."/$exportedFile"." to ".$inboundDir."/$exportedFile check the paths are correct.");
|
729 |
+
}
|
730 |
+
}
|
731 |
+
else {
|
732 |
+
Pb_Pbgsp_Model_Util::log("Could not upload file $fileName to $tmpSFTPDir check the path.");
|
733 |
+
}
|
734 |
+
|
735 |
}
|
736 |
$sftpDumpFile->close();
|
737 |
|
745 |
Pb_Pbgsp_Model_Util::log("Pb catalog file upload ended");
|
746 |
|
747 |
$this->_removeExportedFiles($exportedFiles);
|
748 |
+
if(count($uploadedFiles) > 0) {
|
749 |
+
$this->updateLastCategoryUpload();
|
750 |
+
$this->updateLastProductUpload();
|
751 |
+
$this->_logExportedFileInDB($uploadedFiles);
|
752 |
+
}
|
753 |
+
|
754 |
}
|
755 |
|
756 |
private function _getExportedFilesVariable() {
|
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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Credentials.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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 |
*/
|
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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
6 |
* File: app/code/local/Pb/Pbgsp/Model/Observer.php
|
7 |
* Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
|
8 |
*/
|
@@ -367,7 +367,7 @@ class Pb_Pbgsp_Model_Observer {
|
|
367 |
<span>".$cpOrderNumber->getHubCity()."</span><br/>
|
368 |
<strong>Hub Country</strong>
|
369 |
<span>".$cpOrderNumber->getHubCountry()."</span><br/>
|
370 |
-
<strong>Original
|
371 |
<span>".$cpOrderNumber->getOriginalShippingAddress()."</span><br/>
|
372 |
</fieldset>
|
373 |
</div>";
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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 |
*/
|
367 |
<span>".$cpOrderNumber->getHubCity()."</span><br/>
|
368 |
<strong>Hub Country</strong>
|
369 |
<span>".$cpOrderNumber->getHubCountry()."</span><br/>
|
370 |
+
<strong>Original Shipping Address</strong>
|
371 |
<span>".$cpOrderNumber->getOriginalShippingAddress()."</span><br/>
|
372 |
</fieldset>
|
373 |
</div>";
|
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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
6 |
|
7 |
*/
|
8 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
6 |
*/
|
7 |
|
8 |
class Pb_Pbgsp_Adminhtml_CategorysettingsController extends Mage_Adminhtml_Controller_Action {
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Product: Pb_Pbgsp (1.3.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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.7</version>
|
6 |
</Pb_Pbgsp>
|
7 |
</modules>
|
8 |
<global>
|
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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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-
|
5 |
-
* Last Modified: 2016-04-
|
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.7)
|
4 |
+
* Packaged: 2016-06-01T14:02:28+00:00
|
5 |
+
* Last Modified: 2016-04-14T14:05:10+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,6 +1,6 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
-
<name>
|
4 |
<version>1.3.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
@@ -32,8 +32,8 @@ To learn more, go to <a href="http://www.pb.com/ecom">http://www.pb.com/ec
|
|
32 |
</notes>
|
33 |
<authors><author><name>Shane Bogdan</name><user>pbecommerce</user><email>shane.bogdan@pb.com</email></author></authors>
|
34 |
<date>2016-06-01</date>
|
35 |
-
<time>18:
|
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.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
32 |
</notes>
|
33 |
<authors><author><name>Shane Bogdan</name><user>pbecommerce</user><email>shane.bogdan@pb.com</email></author></authors>
|
34 |
<date>2016-06-01</date>
|
35 |
+
<time>20:18:22</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="e2a5ea47ff0c92c68cb3d5f143071e3b"/></dir><file name="Categorysettings.php" hash="27e0ba4d45eb3d5741839997ae67fde9"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="41dc3f4b521ae46a7b608bb315d985fe"/></dir><file name="Totals.php" hash="b452f8c1b39ab9949c432daf7f34bc66"/></dir></dir><file name="Version.php" hash="300f8c47766a8b20d7a562dfeb361467"/></dir><dir name="Checkout"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="d8211bc3dfff6d7252fcd88688a314bc"/></dir></dir></dir><file name="Form.php" hash="df8ded82cc66ff13bc95dfeeae7e90b3"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="7e18a73c7f1333f63ad0c90bb32b0232"/></dir><file name="Totals.php" hash="7331b516e1e902325f85f1291014cad1"/></dir></dir><dir name="Tax"><dir name="Checkout"><file name="Tax.php" hash="a6f71796c324b9d7d9d97d998b87ef7d"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="d2e2906fa2959b1ded03ee6a5c64096a"/></dir><dir name="Model"><file name="Api.php" hash="e4c2356353cdf3cd099cc2e77763f5f1"/><dir name="Carrier"><file name="ShippingMethod.php" hash="73510dd578710e45129547a322de1fd1"/></dir><dir name="Catalog"><file name="Category.php" hash="203bd71a8e414a2a347290b3f574ee69"/><file name="Cron.php" hash="54e2ff7262484a518ff8132670f731f8"/><file name="File.php" hash="093ce7a6ff7d9a3b9f530db1930a2a15"/><file name="Product.php" hash="29d12f94ba075bcc596f1899cbd2a270"/></dir><file name="Credentials.php" hash="9c71f191cf69ade944de0cd7d8c92132"/><dir name="Creditmemo"><file name="Duty.php" hash="4ad29ff51f13aca493717f5890bca010"/></dir><file name="Environmentconfig.php" hash="d00b267c0a4a0d3b8747a9d4f9df9e5e"/><file name="Handlingoptions.php" hash="73b3a621259285591b1b107e98665bbb"/><file name="Helper.php" hash="a4e975d57449038009be66bf7fc0d2c7"/><file name="Inboundparcel.php" hash="01d7c3a7b406e2564642d4342629ba4a"/><dir name="Invoice"><file name="Duty.php" hash="2ac4208255d85c9afa049350d137daa8"/></dir><file name="Messages.php" hash="a0eaab7e92320aad43afa42d291da5cf"/><dir name="Mysql4"><dir name="Inboundparcel"><file name="Collection.php" hash="707bff3731b260f83764d00c067a0010"/></dir><file name="Inboundparcel.php" hash="39d7dcc8cc322ffeb3964e0db12ff62b"/><dir name="Ordernumber"><file name="Collection.php" hash="da57ce80a4ff166b009aa9a71335ed6d"/></dir><file name="Ordernumber.php" hash="ee147e4c30f33a7d1c9a4278b3d19b29"/><dir name="Variable"><file name="Collection.php" hash="2ad59b753d95201309259bf40eb65b13"/></dir><file name="Variable.php" hash="7724d9c51a6a59ca0e4dddcbf6450361"/></dir><file name="Observer.php" hash="b19fbbb27f87cb49f209c898a6f4d62d"/><file name="Ordernumber.php" hash="fa7b4a056e38314dc25c9481bc07d5ef"/><dir name="Pdf"><file name="Tax.php" hash="33fc416f108b4779edd5f85f265d057b"/></dir><dir name="Productattributesource"><file name="Productconditions.php" hash="8658d76387ab6d29e41d35ee6018d143"/></dir><dir name="Quote"><file name="Duty.php" hash="679cf41e983c16a69702031f2b797ec7"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="a2dd2a38ccd4ba33ec0397912b4e8adc"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Shipment.php" hash="5dba395766111334ee35fc2feef7bb05"/></dir></dir><file name="Util.php" hash="e4da19b8d85c4c9540039da755161aa0"/><file name="Variable.php" hash="4828fa5bf095bd29b56cc70a51e4696d"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CategorysettingsController.php" hash="e6a0494b0e75ad94bcb221e48f3f6e0d"/></dir></dir><dir name="data"><dir name="pb_pbgsp_setup"><file name="data-install-1.0.0.php" hash="8289d708e7b0662a3d6eed485eb9431e"/></dir></dir><dir name="etc"><file name="config.xml" hash="c75ec01dd111f076e53aad87453d7101"/><file name="system.xml" hash="5eb02356a582356024156e95ed0502bb"/></dir><dir name="sql"><dir name="pbgsp_setup"><file name="mysql4-install-1.0.0.php" hash="3896c39b0e92ddb5da0fd33730ab9cc7"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="3ea172f012458e4052d554a97b51e879"/><file name="mysql4-upgrade-1.1.1-1.1.2.php" hash="031b10bdd28653dad47d788d7eacae39"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="4bb8280bec8c0fb9634e0b209444c355"/><file name="mysql4-upgrade-1.3.0-1.3.1.php" hash="e547ddc78699c8ed777dd1967cc57ef0"/><file name="mysql4-upgrade-1.3.5-1.3.6.php" hash="b40b9167ef9db07df4a54dc71588c4f5"/></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>
|
37 |
<compatible/>
|
38 |
<dependencies><required><php><min>5.1.0</min><max>5.6.10</max></php></required></dependencies>
|
39 |
</package>
|