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.

CommentFileSizeAuthor
drupal 7 conditions.png253.49 KBquann
drupal 6 conditions.png537.53 KBquann

Comments

bwynants’s picture

having 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.

quann’s picture

I wonder why it's not built in like it was in ubercart for drupal 6.

tr’s picture

Assigned: quann » Unassigned
Priority: Major » Normal
Status: Active » Fixed
bwynants’s picture

@TR that does not work!

quann’s picture

I figured it out with data comparison condition. If you have any questions, let me know.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

AlexanderPop’s picture

I 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

hockey2112’s picture

quann, can you please detail how you accomplished this?