CodeIgniter Forums
Suggestions for a gift registry - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Suggestions for a gift registry (/showthread.php?tid=49130)



Suggestions for a gift registry - El Forum - 02-08-2012

[eluser]duellsy[/eluser]
Hey gang,

I'm looking into creating a gift registry site for a client which will require people to create an account on the site, and select products to add to their registry. They then tell people about the registry who can then come and purchase those products, or help pay for a portion of a product.

I'm currently looking at using GoCart (gocartdv.com) and modifying it to allow for this functionality.

Anybody got any other suggestions? Not limited to using Code Igniter, but I'd much rather stick with it if I can.

Cheers.


Suggestions for a gift registry - El Forum - 02-08-2012

[eluser]CroNiX[/eluser]
You tried CI's cart class?


Suggestions for a gift registry - El Forum - 02-08-2012

[eluser]duellsy[/eluser]
[quote author="CroNiX" date="1328764991"]You tried CI's cart class?[/quote]
I have, but I'm more looking for existing frameworks that already have the basics covered like user registration, product catalogue, checkout etc (and done well) rather than building completely from scratch