drewjw81 Posted September 18, 2013 Share Posted September 18, 2013 PrestaShop 1.5.5 UPS Module 1.3.1 Yesterday I setup the UPS shipping module for a client. No other shipping modules are setup and the following Services are checked in the UPS module. UPS Next Day Air (Available) UPS Second Day Air (Available) UPS Ground (Available) After setup I ran a test with my local address. And received rates for all three modules services. Today though, suddenly there are no results (see attached image) even though nothing has changed and the test addresses are exactly the same as yesterday. The store address is a real California and the test address is a real address in Wisconsin. I did some digging in the PHP and determined that rates are being received, but nothing is being displayed. I even tested by commenting out the line $cache = $this->getOrderShippingCostCache($wsParams); so it would always request results from UPS; UPS is sending back results (see attached txt file for print_r of results 6 for 3 services) and the getUpsShippingCost is returning values. Still nothing is being displayed. Any ideas? ups-print_r.txt Link to comment Share on other sites More sharing options...
drewjw81 Posted September 19, 2013 Author Share Posted September 19, 2013 Turns out my client turned on "Advanced Stock Management" without setting it up properly. It didn't appear in the log, so I missed it. Link to comment Share on other sites More sharing options...
Recommended Posts