mattpf93 Posted June 23, 2014 Posted June 23, 2014 Hello guys, when I try to use negotiated rates using my account number on UPS, I get the appropriate discount. However, on my website, I do not. I actually get "Please input valid zip code" in the box when I have this NOT commented out: if ($this->use_negotiated_rates == 'True') { $ratingServiceSelectionRequestFooter .= "<RateInformation>\n". "<NegotiatedRatesIndicator/>\n". "</RateInformation>\n"; } However, if I have it commented out, it allows me to choose a shipping method, but it's always $8.99.. which is wrong. I get the feeling I'm not supposed to have it commented out, but I really don't know what to do at this point. Any help is appreciated. Thank you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.