Hi,
I am very appreciative that there was already a product
like this available, but it did not fit my requirements
quite so much as I needed. So I have modified the
source code quite a bit to get it to where I wanted it.
Things I have added include:
New stores table
Support for image for item
Standardisation of layout including inclusion of
titles, etc.
Inclusion of header / footer on every page.
Ability to disable wishlist functionality for all but
the admin - so that this can be used for a wedding
registry, where obviously there is only one recipient
and multiple buyers.
Functionality to automatically assign shopper records
for new users, but only to admins (related to previous
item)
Ability to configure quantity values.
New config options to support this are:
$OPT["assign_admin_shopper_to_new_users"]
$OPT["restrict_gift_list_to_admin_users_only"]
$OPT["quantity_list"]
Plus some minor changes here and there to fix up some
confusing code, as well as display a 'No Items' or 'No
Users' entry instead of headings where no data is
available.
If $OPT["restrict_gift_list_to_admin_users_only"] = 1,
the events system will also be disabled.
I hope this can be useful for some people
Logged In: YES
user_id=122222
Also added new column to items table - completed_ind, so
that once requird quantity of item has been received, the
item is not deleted, but set to completed. Provides a
useful item history without cluttering the interface. A
future enhancement would be to provide a item history.
phpgiftreg-1.5.2_PATCHED6.zip