marabax Posted February 12, 2005 Share Posted February 12, 2005 My USPS shipping calculations aren't being displayed properly. The Priority Mail is showing up as more expensive than the Parcel Post. Also the weight instead of being 1 lbs is showing up as 1.1 lb. Please see below: Shipping Method This is currently the only shipping method available to use on this order. Free Shipping Only Available for an order of $100.00 minimum United States Postal Service (1 x 1.1lbs) Express Mail $17.85 Priority Mail $3.95 Parcel Post $4.48 Quote Link to comment Share on other sites More sharing options...
OceanRanch Posted February 12, 2005 Share Posted February 12, 2005 (edited) The standard catalog/includes/modules/shipping/usps.php has the USPS quotes in the following order. I don't believe it sorts them after the quote. You could change them around to suit your preferences. $this->types = array('Express' => 'Express Mail', 'First Class' => 'First-Class Mail', 'Priority' => 'Priority Mail', 'Parcel' => 'Parcel Post'); In admin->configuration->shipping/packaging set the "Package Tare Weight" (i.e. weight of boxes and wrapping etc.). Your's is probably set to .1 HTH Tom Edited February 12, 2005 by OceanRanch Quote Link to comment Share on other sites More sharing options...
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.