I would like to have my DRUPAL 7 site allow flat rate shipping depending on the customers location.
Within 15 miles from the business we would like to charge $50 for delivery.
16-30 miles from the business we would like to charge $100 for delivery.
Any ideas on how I might set this up? attached is the conditional actions contained within drupal 6, but not in drupal 7. Do I need to create such a condition or something?
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal 7 conditions.png | 253.49 KB | quann | |
| drupal 6 conditions.png | 537.53 KB | quann |
Comments
Comment #1
bwynants commentedhaving a similar issue, i tried 'data:data comparison' to compare the country but when the country is switched the 'flat rate' list is not updated.
Comment #2
quann commentedI wonder why it's not built in like it was in ubercart for drupal 6.
Comment #3
tr commentedSee #1214396: Check an order's shipping country
Comment #4
bwynants commented@TR that does not work!
Comment #5
quann commentedI figured it out with data comparison condition. If you have any questions, let me know.
Comment #7
AlexanderPop commentedI remember in d5 ubercart it was possible use wild card for zipcodes like 1234*
in d7 UC in conditional I see i need input every zip code as separate conditional. Is it possible to do as in d5? do i miss something?
thanks
Comment #8
hockey2112 commentedquann, can you please detail how you accomplished this?