City selection on UberCart checkout menu?
I want users to be able to select a City from a dropdown list when checking out with UberCart.
- Is there a module that 开发者_如何学运维offers this?
- If not, how do I modify this form to include only certain cities as an option?
- Does the shipping module allow for you to get access to the City information?
Basically, I want to customly calculate the shipping costs based on the City.
There is not a module for this because the list of Cities is huge and ever changing (unlike States). Look into an integration of Ubercart and CCK so you can set up your own field for this.
I don't know of a module that does this offhand but it should lead you in the right direction.
I used the form_alter hook to solve my problem.
Taxonomy will the best for cities...
精彩评论