
Originally Posted by
raffuj
It's going to take a little while. I've hacked up my 1.3.7 installation quite a bit and I need to decide how best to rip it out. It's not easy -- ZC's shipping architecture isn't set up to handle this kind of thing.
Some things you might consider in the meantime...
The usps.php module is using the old 'Rate' calculator, not the 'RateV3' that is documented on the usps webtools site. The container strings are different and are not compatible. The return schema has also been changed so if you do modify the rate request and it's accepted by by usps, zen won't properly display what it gets back.
Since yours is a single product deal, you could hard code the product id in the shipping module and duplicate the regular priority request so that it also fetches a flat rate one. All you would really need to do is change the '$request->container' and the $request->service when you see that product in the order.
Bookmarks