ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Problem with shipping integration
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem with shipping integration

 Post Reply Post Reply
Author
Message
jfusion View Drop Down
Newbie
Newbie
Avatar

Joined: 04-June-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote jfusion Quote  Post ReplyReply Direct Link To This Post Topic: Problem with shipping integration
    Posted: 09-July-2010 at 8:14pm
Hi everybody,
It's almost time for the weekend, but...I've gotten the shipping integrated on my client's cart just fine except for one thing: UPS Next Day Air always returns $0.00 for shipping. Has anyone else had this or a similar problem? How did you fix it, or how do you even begin to search for the issue?

Thanks!
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 10-July-2010 at 12:26am
You do have weights on your products, correct?  There is a tool on the troubleshooting menu that identifies products with no weight.
Back to Top
jfusion View Drop Down
Newbie
Newbie
Avatar

Joined: 04-June-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote jfusion Quote  Post ReplyReply Direct Link To This Post Posted: 12-July-2010 at 11:09am
I made sure I have the weights in, and the prices for all the other shipping options for both UPS and FedEx and coming up. It's only the UPS Next Day Air that's coming up $0, and it does it for all products.

I'm not even really sure where to start to troubleshoot this problem. It's the only thing holding us back as we're almost ready to launch the site!
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 12-July-2010 at 12:52pm
This is not something that we've heard before. If a shipping service is not supported, it should not be shown. The fact that it is shown, but with a zero price seems really strange. You might want to contact UPS and bring this up with them. It might have something to do with the Ship From or Ship To location not supporting that particular shipping service.

Of course, if you have modified any of the source code, make sure to restore all default files to see if a code change is affecting this feature.

With regard to launching the store, you can disable that particular shipping service and add it back on when the issue has been resolved.
The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
jfusion View Drop Down
Newbie
Newbie
Avatar

Joined: 04-June-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote jfusion Quote  Post ReplyReply Direct Link To This Post Posted: 15-July-2010 at 6:58pm
My developers found it. Something in the way ProductCart was parsing the information from UPS.
Back to Top
RedLeafDev View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 12-January-2010
Location: Portsmouth, NH
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote RedLeafDev Quote  Post ReplyReply Direct Link To This Post Posted: 19-July-2010 at 1:35pm
I have a customer who is having the same issue. What was the resolution? (If you could provided specific steps to fix it that would be great!) Is your customer using negotiated rates?

Thanks!
Amy
Red Leaf Development

Certified ProductCart Developers

www.redleafdevelopment.com
Back to Top
jfusion View Drop Down
Newbie
Newbie
Avatar

Joined: 04-June-2010
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote jfusion Quote  Post ReplyReply Direct Link To This Post Posted: 19-July-2010 at 7:28pm
Amy -
Sorry, I wish I could provide specific steps but I can't. Here is what my developers told me:

"
It looks their code doesn't show the correct price. Today, we changed the code of pc/opc_chooseShpmnt.asp from lines 610 to 625 as follows:

if iCheckUPSNextDayAir = 1 then
    Dim iTempValueUPSNextDayAir
    iTempValueUPSNextDayAir = tempRateDisplay
    iTempValueUPSNextDayAir = Replace(iTempValueUPSNextDayAir, "$", "")
    strUPS=strUPS&"</td><td>"&"$"&CStr(CDbl(iTempValueUPSNextDayAir) + CDbl(shipDetailsArray(3))) &"</td></tr>"
else
    strUPS=strUPS&"</td><td>"&tempRateDisplay &"</td></tr>"
end if
"

I hope that helps!
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.094 seconds.