Pulled a git clone of this module, sounds exactly like what I need...

However, when I pull it down there is only a README.txt file and a .git folder. Seems to be missing the .module, .info, etc.

I'm not sure if the repo has changed or needs to be updated, noticed that the name changed or something.

Am I missing something? Please let me know, thanks.

Comments

andymantell’s picture

Category: bug » support

You probably need to switch branch, i expect you have checked out the master...

As per my email though, it might be best if you were able to wait a couple of weeks assuming you don't have too tight a deadline. I will make an effort to finish it and get it released as a proper module, there's a few bits need tweaking really...

andymantell’s picture

Status: Active » Closed (works as designed)

I've made a few tweaks to the module. If you check out the 7.x-1.x branch you should be able to get up and running with it.

I've added a dependency to commerce_shipping-2.x which was missing, as the module is currently designed to filter shipping postcodes (not billing). Filtering of billing postcodes is on the todo list before I release this module (see http://drupal.org/node/1586850).

The other major feature which is missing is the treatment of postcodes in different countries. Currently countries aren't considered and the postal code filter list is global. If your site only uses one country you could get away with using the module in it's current state, otherwise I would recommend waiting until I have implemented this feature. (See http://drupal.org/node/1489444)

andymantell’s picture

Just a note to say that I have fixed the outstanding issues and I have applied for full project status.

If you want to use it in the meantime however, you can check out the 7.x-1.x branch and give it a whirl.

There is now country specific settings, and optional billing and shipping pane validation (depending on commerce_shipping-2.x).

Any problems just file a ticket and I'll take a look...

mikefyfer’s picture

Excellent! Like you, and probably all other Drupal developers in the world, I've been too busy for my own good. Thanks for finding the time to give this module some love. I'll probably install and put it to use this weekend.

I'll send you a follow up email soon and get your paypal, or you can just reply to this comment with it, so I can wire you some beer money for getting this module back in action.

Thanks again.

mikefyfer’s picture

Also, for anyone that doesn't know, to get the 7.x-1.x branch use this:

git clone http://git.drupal.org/sandbox/andymantell/1482140.git commerce_postcode_blacklist -b 7.x-1.x