Hi all,
My online shop needed to calculate the shipping cost for certain items seperately, as those items ship in their own box. The current implementations of the USPS module were returning incorrect quotes as they were assuming all items were shipped together. So, I rewrote the
USPSv4.0 module to include this functionality. My new module adds a new attribute to your product, which designates whether or not the product ships alone, or can be bundled with other products in your cart. At checkout, all "bundled" items weight are combined, and that rate is queried from USPS. Then, each "unbundled" item is queried. All queries are then added together for a final shipping price.
I have attached the installation archive to this post. Please view the README.txt for installation instructions.If you come across any bugs, please post them here. I have subscribed to this topic. I have added this functionality to the UPS shipping module as well. Please see
this post for details.
Thank you,
Reggie
Show shipping estimates before the user checks out! Download
plgSystemCartRates-USPSv5.zip
Versionsvm114-USPSv5.2010.04.05 (discontinued)- Built for VirtueMart 1.1.4
- uses v3 API, and will cease to work come April, 2011
vm11x-USPSv5.2011.02.09-BASIC- Adheres to 'drop in' concept of VirtueMart shipping modules, should work with any recent version of VirtueMart
-
Supports latest v4 domestic and v2 international USPS API (
IMPORTANT! The old v3 is being phased out.)
- Domestic/International handling fees
- allows for upcharging each service type
- mod_virtuemart_currencies support
- works with the "Cart Rates" plugin
- should work with any version of VM from 1.1.x+
vm117-USPSv5.2011.02.10-
v4 Domestic and v2 Inernational API support (
IMPORTANT! The old v3 is being phased out.)
- Bundled/Unbundled products support
- Domestic/International handling fees
- allows for upcharging each service type
- mod_virtuemart_currencies support
- works with the "Cart Rates" plugin
- Package Dimension declaration
- GXG support
- built for VirtueMart 1.1.7
-
Not yet publicly released, copies available for donationvm118-USPSv5.2011.03.25- all the features of the previous version, but ported to VirtueMart 1.1.8
-
Not yet publicly released, copies available for donation
UpdatesUpdates 2011/03/02:- Bugfix for both versions, typo prevented all services from being shown in configuration
Updates 2011/03/02:- version 5.2011.02.09-BASIC publicly released. Thank you to all the wonderful donators!
Updates 2011/01/02:- updated uspsv5 module and cart-rates plugin to accept new service names (with html entities)