close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

UPS residential shipping charge

Thread began 11/18/2010 7:29 am by sandy170299 | Last modified 9/11/2011 5:51 pm by RIPAIR | 3181 views | 9 replies |

sandy170299

UPS residential shipping charge

This is from one of my clients and I'm not sure how to answer it:

This is in regards to the $2.00 that gets added for residential shipping. So is there a setting in the shopping cart/shipping to make residential the default? I don't have any option like that on what I can access.

Apparently, a $2.00 charge is being added to the shipping rate. Does this make sense to anybody?

Thanks!

Sign in to reply to this post

sandy170299

Here is more information from the client:

Yes, it is a $2.00 charge to ship to residential addresses, Sarah said they have always had that charge, and we pay it for every residential order. So, when our customer goes thru the check-out, the shipping shows, for example, $5.75...when we ship it, our charge is $7.75. The thing is, when we set-up a shipment on the UPS website, it automatically detects a residential address, and adds the charge without us doing anything...so it never occurred to me that it was something I needed to watch (sorry about that).

From what I gather, PowerStore's UPS connection is not recognizing a residential address and is returning a shipping charge to the customer that does not include the additional $2.00. What is the workaround for this?

Thank you!

Sign in to reply to this post

Jason ByrnesWebAssist

in the WA_eCart/WA_eCart_UPS_PHP.php file, change line 47:

php:
$UPS_XML .= "<PostalCode>".$UPS_Parameters["ShiptoZip"]."</PostalCode><CountryCode>".$UPS_Parameters["ShiptoCountry"]."</CountryCode></Address></ShipTo><Service><Code>".$UPS_Parameters["CarrierCode"]."</Code></Service>";





to:

php:
$UPS_XML .= "<PostalCode>".$UPS_Parameters["ShiptoZip"]."</PostalCode><CountryCode>".$UPS_Parameters["ShiptoCountry"]."</CountryCode><ResidentialAddressIndicator>1</ResidentialAddressIndicator></Address></ShipTo><Service><Code>".$UPS_Parameters["CarrierCode"]."</Code></Service>";




this will default the address type to residential.

Sign in to reply to this post

sandy170299

Thanks. The client will let me know if it's working or not.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

sandy170299

Jason, my client is just now getting back to me on this post. They are still getting charged an extra $2.00 for a residential address. Any ideas? Would you like me to attach my code?

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

RIPAIR

Shipping - Residential vs Commercial

That code was the difference. How can I set this as an option for users profile because some customers are residential and some are commercial?

Sign in to reply to this post

Jason ByrnesWebAssist

you would need to set a session to determine residential or not:

$_SESSION['addressType'] = "1";

for residential
or:

$_SESSION['addressType'] = "0";

for commercial


then change that code to:

php:
$UPS_XML .= "<PostalCode>".$UPS_Parameters["ShiptoZip"]."</PostalCode><CountryCode>".$UPS_Parameters["ShiptoCountry"]."</CountryCode><ResidentialAddressIndicator>".$_SESSION['addressType']."</ResidentialAddressIndicator></Address></ShipTo><Service><Code>".$UPS_Parameters["CarrierCode"]."</Code></Service>";
Sign in to reply to this post

RIPAIR

Shipping with UPS

UPS knows based on the Shipping address whether or not the Client is Residential or Commercial. Isn't there a way for Powerstore 4.5 to know this based on where the product is shipped to via the shipping UPS XML? Because the Checkout.php form gives you the option of changing the address, setting a checkbox variable in their profile for whether they are Residential or Commercial is not effective. If they are checked as a Commercial Shipper and they change the Shipping address on this form to a Residentail Address, they will be underbilled and we eat the difference. There has to be a fix for this.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...