If SRFX is using the cloud to interface with webstores like eBay, what then is the function of the local database? Will SH eventually be entirely cloud-centric with only minimal settings on each local PC?
↧
SR Cloud
↧
Fedex Smartpost
I compared a package that I shipped with SRFX against eBay FX and on eBay it offered me (among other options) a SmartPost rate but not a Home Delivery rate, on SRFX I got a HD rate but no SP rate. And yes I've had SP enabled and in use on my account for years.
Same package, same weight, same dimensions, same address, Why the difference?
And only as an observation, eBay FX offers me Ground for a residential address...
Same package, same weight, same dimensions, same address, Why the difference?
And only as an observation, eBay FX offers me Ground for a residential address...
↧
↧
UPS Mail Innovations
UPS Mail Innovations is a shipping type that used to work via ShipRush for Endicia. Is there a way to provide this shipping type in the new stamps.com version or the ups basic version of shiprush? Is shiprush for endicia still supported?
Thanks.
Thanks.
↧
Multiple items on one order
Our web site's order management portal exports an excel file that is uploaded into Ship Rush and works fine for single item orders. When a multiple item order is exported from our site, it appears on the excel sheet as another order but with the same orderid. Ship rush then lists it as two separate orders. Is there a way that ship rush can recognize the multiple lines as a single order? If not, are there additional fields that can be added for additional items? My objective is to find a way to have the multiple items listed on the packing list.
Thanks,
Ryan
Thanks,
Ryan
↧
SDK Question
Not sure why I don't have access to the SDK forum.... anyway...
We have a customer who is currently running ShipRush UPS v.8. Last night I discovered that the 2015 rate update does not work with v.8 (accessorials.csv no longer contains entries that ShipRush v.8 is looking for, don't know what else after that might be a problem). So I want to update them to the latest version. Has the XML interface changed between v.8 and v.10 (latest version?) in ways that would make our existing application that works with v.8 incompatible with v.10?
We have a customer who is currently running ShipRush UPS v.8. Last night I discovered that the 2015 rate update does not work with v.8 (accessorials.csv no longer contains entries that ShipRush v.8 is looking for, don't know what else after that might be a problem). So I want to update them to the latest version. Has the XML interface changed between v.8 and v.10 (latest version?) in ways that would make our existing application that works with v.8 incompatible with v.10?
↧
↧
Stamps.com and Magento - Not sending shipping emails...
Hi,
I recently setup Stamps.com to work with our Magento 1.9.1 store (http://www.eholster.com). It imports the orders into Stamps.com fine, I can print the labels fine and it exports the data back into Magento fine (inputs the tracking information and sets order status to Completed).
However, the shipping emails to the customers (that contain tracking information) are not being sent ("Customer - Not notified" being shown in Magento order information). We have to manually click the "Send Shipping Email" button inside each order to sent the emails.
As part of the Stamps.com integration we have configured the ShippingZSettings.php file. Here is the code in the file that we think performs this function... define("Magento_SendsShippingEmail",1); as you can see we have this set to 1 which should send the emails. I have attached the entire file as well.
Is there a setting or something in the ShippingZSetting.php file or somewhere else that we are missing?
Thanks for your help with this.
Scott
ShippingZSettings.zip
I recently setup Stamps.com to work with our Magento 1.9.1 store (http://www.eholster.com). It imports the orders into Stamps.com fine, I can print the labels fine and it exports the data back into Magento fine (inputs the tracking information and sets order status to Completed).
However, the shipping emails to the customers (that contain tracking information) are not being sent ("Customer - Not notified" being shown in Magento order information). We have to manually click the "Send Shipping Email" button inside each order to sent the emails.
As part of the Stamps.com integration we have configured the ShippingZSettings.php file. Here is the code in the file that we think performs this function... define("Magento_SendsShippingEmail",1); as you can see we have this set to 1 which should send the emails. I have attached the entire file as well.
Is there a setting or something in the ShippingZSetting.php file or somewhere else that we are missing?
Thanks for your help with this.
Scott
ShippingZSettings.zip
↧
Writeback of freight amount to GP
We are trying to write the freight amount back to GP 2013 using Shiprush SQL. The SQL script uses sample code with the following after decalrations and code to update tracking numner to comments which works fine
UPDATE SOP10100
SET FRTAMT = @shipcharge, ORFRTAMT = @shipcharge, DOCAMNT = DOCAMNT + @shipcharge
Where SOPNUMBE = @RecID
UPDATE SOP10100
SET FRTAMT = @shipcharge, ORFRTAMT = @shipcharge, DOCAMNT = DOCAMNT + @shipcharge
Where SOPNUMBE = @RecID
↧
Write back freight to GP using Shiprush SQL
We are trying to write the freight amount back to GP 2013 using Shiprush SQL. The SQL script uses sample code with the following after decalrations and code to update tracking numner to comments which works fine. Freight amount in GP is not updated
UPDATE SOP10100
SET FRTAMT = @shipcharge, ORFRTAMT = @shipcharge, DOCAMNT = DOCAMNT + @shipcharge
Where SOPNUMBE = @RecID
UPDATE SOP10100
SET FRTAMT = @shipcharge, ORFRTAMT = @shipcharge, DOCAMNT = DOCAMNT + @shipcharge
Where SOPNUMBE = @RecID
↧
XML for Plug-in
Im using the ship rush plug-in fedex how do i indicate the international shipping in the xml also how do i indicate third party (I cannot find sample code of the xml for the above.) Thanks
↧
↧
ShipRush End of Day Report for UPS not working
Hi...our IT person has left and we keep getting the attached error message so we cannot run an "end of day" report for ups... our ups guy is not happy.... hope someone can help... thanks
↧
OpenCart Setup / Install
Hello - I was wondering if there is any documentation out there for installing with OpenCart.
My client has asked that I install ShipRush into his ecommerce store. I have gotten the all the files download and honestly i am just guessing at this point. But i have tried a few things.
I have placed all the ShippingZ files into the root directory on the server.
I have ran the file ShippingZOpencartBootstrap.php and fixed the PDO issue.
After running the ShippingZOpencart.php file i realized that i need to edit the ShippingZSettings.php.
I have done the steps in ShippingZSettings.php and edited the line to be
define("SHIPPING_ACCESS_TOKEN","Thacrube6tEDRedAPh 2MaDRacr6cETh");
now when i run ShippingZOpencart.php i am getting an xml response with this...
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>1</Code>
<Description>
Authentication failed. Invalid shipping_access_token specified.
</Description>
<Version>3.0.6.7128</Version>
</Error>
I am sort of lost and no idea if i am close to getting it to work or way off here. Any help on the proper steps to setting this up with OpenCart would be awesome!
Thanks,
T
My client has asked that I install ShipRush into his ecommerce store. I have gotten the all the files download and honestly i am just guessing at this point. But i have tried a few things.
I have placed all the ShippingZ files into the root directory on the server.
I have ran the file ShippingZOpencartBootstrap.php and fixed the PDO issue.
After running the ShippingZOpencart.php file i realized that i need to edit the ShippingZSettings.php.
I have done the steps in ShippingZSettings.php and edited the line to be
define("SHIPPING_ACCESS_TOKEN","Thacrube6tEDRedAPh 2MaDRacr6cETh");
now when i run ShippingZOpencart.php i am getting an xml response with this...
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>1</Code>
<Description>
Authentication failed. Invalid shipping_access_token specified.
</Description>
<Version>3.0.6.7128</Version>
</Error>
I am sort of lost and no idea if i am close to getting it to work or way off here. Any help on the proper steps to setting this up with OpenCart would be awesome!
Thanks,
T
↧
Integration now showing shipments
So i just went into edit mode for an WebStore and and did a manual pull and it says that we have 3 orders downloaded. But i cant seem to find these orders anywhere? Could we be missing a configuration part to view these orders? I have attached a screen grab in case it helps.
↧
Upgrade to v10.3?
Hi there,
We've been told by our partner that ShipRush informed them that changes to UPS servers requires any client to be on v10.3 or higher to be compatible. The deadline for the upgrade is February 27, 2015, and if we "do not upgrade, shipping will break."
I didn't see anything else about this elsewhere on your site or the forums, but if this is indeed the case, what is the procedure for upgrading? (Our customer is on 10.2.0.60024.) Just downloading the latest package and installing it on server and each client? Will all settings remain as is, or would they have to be re-entered? Please advise.
Thanks!
We've been told by our partner that ShipRush informed them that changes to UPS servers requires any client to be on v10.3 or higher to be compatible. The deadline for the upgrade is February 27, 2015, and if we "do not upgrade, shipping will break."
I didn't see anything else about this elsewhere on your site or the forums, but if this is indeed the case, what is the procedure for upgrading? (Our customer is on 10.2.0.60024.) Just downloading the latest package and installing it on server and each client? Will all settings remain as is, or would they have to be re-entered? Please advise.
Thanks!
↧
↧
Shopify integration - incorrect shipping method being sent?
hi there,
We've been experiencing this issue since installing the app, but not sure who we should contact.
Basically, orders from our Shopify store seem to be *all* being sent to stamps.com as standard First Class service, regardless of the shipping class that the customer selected during checkout. All our shipping rates are generated automatically by the USPS api.
As an example, on a recent order the customer selected "USPS Priority Mail 2-Day" at a cost of around $7. When logging in to stamps.com, that very same customer appears, the shipping service is set as simply 'First Class' - at a cost of around $2.
Has any one else experienced thee issues? What is causing it or what can be done? This is causing a lot of issue with our distributor and some customers complaining that they didn't get what they paid for in terms of shipping arrangement. :(
We've been experiencing this issue since installing the app, but not sure who we should contact.
Basically, orders from our Shopify store seem to be *all* being sent to stamps.com as standard First Class service, regardless of the shipping class that the customer selected during checkout. All our shipping rates are generated automatically by the USPS api.
As an example, on a recent order the customer selected "USPS Priority Mail 2-Day" at a cost of around $7. When logging in to stamps.com, that very same customer appears, the shipping service is set as simply 'First Class' - at a cost of around $2.
Has any one else experienced thee issues? What is causing it or what can be done? This is causing a lot of issue with our distributor and some customers complaining that they didn't get what they paid for in terms of shipping arrangement. :(
↧
Unable to connect to Volusion store
I fixed it. It is working! Some extra stuff generated at the end of the URL. I took it off and it downloaded the orders. Thanks.
See my original question below. I spoke to the FedEx programmer who set up our Ship Rush and she told me how to generate the URL through Volusion. I put in the link up at my.shiprush but its still not downloading orders. Does it need to be reset by you?
Thanks.
We did have a password change and I see where it says EncryptedPassword= I know the new password to get into Volusion but I don't know where to get the encrypted version of it.
Unable to connect to your Volusion store. This can happen if your Volusion password changed, or API access is lost. Please recreate your Volusion API URL and enter it into the Web Store.
Connection: close? Content-Length: 0? Cache-Control: private? Date: Mon, 16 Feb 2015 18:16:03 GMT? Set-Cookie: ASP.NET_SessionId=5akhpc4ou5rqitnqktg0bur5; path=/; HttpOnly? Server: Microsoft-IIS/6.0? X-AspNet-Version: 4.0.30319? X-Powered-By: ASP.NET? ?
Thanks.
See my original question below. I spoke to the FedEx programmer who set up our Ship Rush and she told me how to generate the URL through Volusion. I put in the link up at my.shiprush but its still not downloading orders. Does it need to be reset by you?
Thanks.
We did have a password change and I see where it says EncryptedPassword= I know the new password to get into Volusion but I don't know where to get the encrypted version of it.
Unable to connect to your Volusion store. This can happen if your Volusion password changed, or API access is lost. Please recreate your Volusion API URL and enter it into the Web Store.
Connection: close? Content-Length: 0? Cache-Control: private? Date: Mon, 16 Feb 2015 18:16:03 GMT? Set-Cookie: ASP.NET_SessionId=5akhpc4ou5rqitnqktg0bur5; path=/; HttpOnly? Server: Microsoft-IIS/6.0? X-AspNet-Version: 4.0.30319? X-Powered-By: ASP.NET? ?
Thanks.
↧
Please do this to me.
Hi,
I am totally new to Shiprush and here I would like to hire someone who can do this for me.
I have MS Access DB that I connect to ERP DB and I download the following information.
Order No, Contact, Address 1, address 2, City, State, Zip, Phone No, Item No, Weight, Ship Via
I need to feed this information to Shiprush UPS (Basic).
I looked at Northwind DB but I need to put Weight information, Order No and Item No as reference.
Also, I want to pull tracking number and shipping charge information back to MS Access DB (so that I can upload to ERP).
This has to be done sometime next week but I simply do not have time to study Shiprush.
Please help.
Regards,
I am totally new to Shiprush and here I would like to hire someone who can do this for me.
I have MS Access DB that I connect to ERP DB and I download the following information.
Order No, Contact, Address 1, address 2, City, State, Zip, Phone No, Item No, Weight, Ship Via
I need to feed this information to Shiprush UPS (Basic).
I looked at Northwind DB but I need to put Weight information, Order No and Item No as reference.
Also, I want to pull tracking number and shipping charge information back to MS Access DB (so that I can upload to ERP).
This has to be done sometime next week but I simply do not have time to study Shiprush.
Please help.
Regards,
↧
Package Dimension - Drop down list?
Since 2015, UPS and FedEx changed the rule of Dimensional Weight, now it is more important for us to input Package sizes in the shipping screen. Does the ShipRush have easier way to input the sizes instead of manually input three lengths every time?
We use 8 different box sizes in the daily operation. If we can create the list of the box sizes and ShipRush can make the drop down list, it is one of the good options. Also, ShipRush can allow to populate the package size by one scan of barcode scanner, that is easy too. About the drop down list, I found the same request in a past forum. The thread says you created a Case 16807 for the future development request. Have you ever made the function?
Thank you.
We use 8 different box sizes in the daily operation. If we can create the list of the box sizes and ShipRush can make the drop down list, it is one of the good options. Also, ShipRush can allow to populate the package size by one scan of barcode scanner, that is easy too. About the drop down list, I found the same request in a past forum. The thread says you created a Case 16807 for the future development request. Have you ever made the function?
Thank you.
↧
↧
Ebay Connection
I am trying to make a connection to ebay with my shiprush and I am following the instructions and I am using version 10.3.7. There is no "Add Store" button in the bottom left corner as specified in Step 2?
↧
Printer Issue
Hello,
Today I switched the paper labels temporarily in our shipping printer and now it doesn't print out the packing list in our labels. We have a windows computer and a Z550 printer. What should we do since it doesn't have anything to do with our shiprush settings (they have not changed).
Thanks!
Today I switched the paper labels temporarily in our shipping printer and now it doesn't print out the packing list in our labels. We have a windows computer and a Z550 printer. What should we do since it doesn't have anything to do with our shiprush settings (they have not changed).
Thanks!
↧
Fedex label stopping short
Hello!
I have a user their labels appear to be stopping short (see image below) and not printing the tracking number after the bar code at the bottom. Also having issues getting the info contained to doc-tab properly.
A result of all this is that he cannot print consecutive labels, so he has to stop and readjust label after each printing
![Name: label.jpg
Views: 4
Size: 158.8 KB]()
Printer: Zebra ZP 500
Label: 4" x 6" Doc-Tab 156148-434 RIT2 05/10
Label Stock Settings: 4x6" Doc-tab label (tab at the top - Fedex Style)
Label margins- all are set to 10 - Print Reverse is checked
Tried:
recalibrating ( holding down feed button +waiting for light sequence)
selecting different printer types
reinstalling drivers
user needs info on doc tab because he peels it off prior to shipping, and recipients needs the tracking number displayed on main label,
I have a user their labels appear to be stopping short (see image below) and not printing the tracking number after the bar code at the bottom. Also having issues getting the info contained to doc-tab properly.
A result of all this is that he cannot print consecutive labels, so he has to stop and readjust label after each printing
Printer: Zebra ZP 500
Label: 4" x 6" Doc-Tab 156148-434 RIT2 05/10
Label Stock Settings: 4x6" Doc-tab label (tab at the top - Fedex Style)
Label margins- all are set to 10 - Print Reverse is checked
Tried:
recalibrating ( holding down feed button +waiting for light sequence)
selecting different printer types
reinstalling drivers
user needs info on doc tab because he peels it off prior to shipping, and recipients needs the tracking number displayed on main label,
↧