Resources
*** UC Wish List has been ported to D6 and completed by Ryan; available at http://drupal.org/project/uc_wishlist. ***
ABOUT
uc_wishlist is a module that adds wish list/gift registry support to Ubercart. This module has been tested with Ubercart 1.6.
INSTALLATION
Download the latest release of this module below. Uncompress the archive in your Ubercart contrib directory. Enable the wish list module under 'Ubercart - extra' in the Drupal module administration page.
FEATURES
This module enables users to create a gift list for use as a personal shopping list or a public gift registry. An 'add to wish list' button is added wherever there is an 'add to cart' button.
DETAILS
The number of products purchased from a user's wish list is tracked through a uc_order hook. When an item is added to the shopping cart from a wish list, the source wish list is stored with the item. When a sale is completed (and the order state changes to post_checkout) the order is checked for items that came from a wish list. If any are found, the corresponding wish list items are updated, and information about the order (the order id, order product id, user id, and time) are added to the purchase field in the wish list products table.
Development
| Preview | Attachment | Size |
|---|---|---|
| uc_wishlist-0.7.tar.gz | 23.64 KB |










Hey, glad to see this contribution pop up in the recent posts.
I've put a few thoughts on the patch in the wish list thread.