kiranpatil353 / google-checkout-php-sample-code

Automatically exported from code.google.com/p/google-checkout-php-sample-code
0 stars 0 forks source link

Carrier-Calculated Shipping #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I need to know if I can add carrier-calculated shipping to certain items
individually in the cart.  In my situation, some products -- although
ordered in one cart -- need to be calculated separately for shipping due to
extra large size.  Smaller items can be combined into one box.

I've reviewed the coding and it states that all items must be shipped in
one box.  Are there any workarounds?  Only need this to work with FedEX.

I am using a MAC. Presently, I have the site online with carrier-calculated
shipping (FedEX only)--that ships everything in one box.

Site URL:  www.kl-receptacles.com

Original issue reported on code.google.com by goo...@egrafxx.com on 8 Aug 2009 at 6:45

GoogleCodeExporter commented 8 years ago
unfortunately, there's no way to specify shipping methods specific to an item.  
However, you could use merchant calculations to perform your own shipping logic

Original comment by peng.y...@gmail.com on 13 Sep 2010 at 10:43