in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Per item shipping charge?

Last post 08-15-2008 11:57 AM by Corey10e. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 08-13-2008 3:10 PM

    Per item shipping charge?

    Has anybody implemented a per-item shipping charge?  One of my clients charges "reasonable" shipping on each item, for instance vacuum belts weight about 1oz a piece and are shipped via USPS, but vacuum bags weigh more.... and since there isnt a USPS provider.... also they already have 1000+ items with the shipping defined.

  • 08-14-2008 12:21 AM In reply to

    Re: Per item shipping charge?

    This should be easy to impliment.

    You get a Order object then you can iterate over the OrderItems and check the weight...

    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us!
  • 08-15-2008 11:57 AM In reply to

    Re: Per item shipping charge?

    Sorry I want to clarify.... My first post confused what I really want to do.

     Use this as an example.  A customer purchases one package of bags they get charged $4.00 for shipping anywhere in the USA.  If they purchase a second its an additional $1.30... and for the third its an additional $1.30 etc.  (Each product would have a different amount for the shipping)

     Otherwise I think I need 2 more fields in the database and just use those correct?  Has anybody else done shipping like this?  Both of the shipping providers that I can buy do not work this way.

Page 1 of 1 (3 items)