Re: wish list development update
Wish list/gift registry module (22 replies) Tue, 10/02/2007 - 15:18
- Re: Wish list/gift registry module (03/15/2010 - 10:43)
- Howdy, I really like this (03/12/2010 - 11:11)
- Another interested party (01/04/2009 - 17:22)
- Re: Wish list/gift registry module (12/30/2008 - 02:03)
- Disabling address requirement for Wishlist? (05/26/2008 - 21:43)
- notification (03/14/2008 - 16:41)
- detour, cool mod!
How would (01/15/2008 - 02:41)
- Re: detour, cool mod!
How would (01/16/2008 - 12:15)
- Re: Re: detour, cool mod! How would (01/18/2008 - 01:21)
- Re: detour, cool mod!
How would (01/16/2008 - 12:15)
- wish list module update (10/18/2007 - 20:12)
- Re: wish list module update (10/19/2007 - 12:06)
- Re: Re: wish list module update (10/19/2007 - 13:27)
- Re: Re: Re: wish list module update (10/19/2007 - 17:04)
- Re: Re: wish list module update (10/19/2007 - 13:27)
- Re: wish list module update (10/19/2007 - 12:06)
- wish list development update (10/18/2007 - 01:21)
- Re: wish list development update (01/18/2008 - 18:53)
- KillerJerseys,
Thanks for (01/23/2008 - 13:24)
- functionality (03/13/2008 - 09:46)
- KillerJerseys,
Thanks for (01/23/2008 - 13:24)
- Re: wish list development update (10/18/2007 - 08:06)
- Excellent work detour I'll (10/18/2007 - 06:11)
- Re: wish list development update (01/18/2008 - 18:53)
- Re: Wish list/gift registry module (10/09/2007 - 16:00)
- detour,
This project sounds (10/03/2007 - 07:57)
- Re: detour, This project sounds (10/11/2007 - 04:55)

A quick thought on the need for a patch... instead of doing that, you can really just use hook_form_alter() for the checkout form. If the conditions pass (no existing order - check $_SESSION['cart_order'] - and items only come from one wishlist), then set the default values to the address fields for the wishlist.
About the address handling, I've been thinking about this some more and would be open to discussing it if you started a thread in the development forum. I just don't have any good ideas on design/implementation at the moment. Well, I have some, I just don't know if they're good or not.