shipping and handling calculations ?
From: ppatel (anonymous_at_discussions.microsoft.com)
Date: 05/04/04
- Next message: Ken Cox [Microsoft MVP]: "Re: Where to store the DB password in a asp.net app?"
- Previous message: Ravikanth[MVP]: "RE: asp.net 1.1 and asp.net 2.0?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 20:01:05 -0700
In shopping cart I have a Product Quantity and Unitcost per product.
Should I calculate shipping (per item weight * Quantity) for each item or should I add up total weight and calculate shipping rate. See my examples,
e.g (1)
ProductID Quantity Weight(per item) subtotal calculate Shipping rate
1 3 0.5 lb 1.5 lb $ 1.30 (e.g)
2 2 1 lb 2 lb $ 2.00
Or
e.g (2)
ProductID Quantity Weight(per item) subtotal
1 3 0.5 lb 1.5 lb
2 2 1 lb 2 lb
calculate Shipping rate $ 3.00 (e.g)
Any ideas...
Are there any webservices for UPS, USPS or FedEx to query shipping and Handling rates..
Thank you.
- Next message: Ken Cox [Microsoft MVP]: "Re: Where to store the DB password in a asp.net app?"
- Previous message: Ravikanth[MVP]: "RE: asp.net 1.1 and asp.net 2.0?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|