Hi,

I am using the following version of modules and drupal commerce.
Commerce Kickstart 7.x-2.4
Shipping 7.x-2.0
Flat rate 7.x-1.0-beta2

We want to change product shipping charges according to the shipment address(state) and quantity. We have divided US in three regions

Region A :California
Region B :Nevada, Arizona
Region C :All the US except California, Nevada, Arizona, Hawaii and Alaska

Following is the product shipment charges table

Quantity Region A Region B Region C
1 $10.00 $12.00 $18.00
2 $12.50 $20.00 $25.00
3 $16.00 $26.00 $40.00
4 $20.50 $32.00 $46.00
5 $23.50 $35.00 $50.00
6 $28.06 $40.00 $55.00

I have read many tutorials about shipping cost based on address or cost per item($5 for each item) but my case is different. I want to change the shipping cost with shipping address state component and number of items to ship. Shipping cost is changing randomly. So please if anyone can guide me. Can we accomplish this using configuration only or we should write our own custom module? Secondly flat rate is a right module for this task?

Comments

xeeshangulzar’s picture

Issue summary: View changes

Update the Issue

lsolesen’s picture

Project: Commerce Kickstart » Commerce Shipping
Version: 7.x-2.4 » 7.x-1.x-dev
Component: Miscellaneous » Documentation

This is probably better answered in the Shipping Issue Queue.

googletorp’s picture

Status: Active » Closed (won't fix)