From: Verdon V. <ve...@us...> - 2009-03-04 14:42:41
|
Update of /cvsroot/phpwebsite-comm/modules/vshop/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18882/docs Modified Files: CHANGELOG TODO Log Message: working on attributes Index: TODO =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/docs/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 5 Dec 2008 15:22:52 -0000 1.2 --- TODO 4 Mar 2009 14:42:24 -0000 1.3 *************** *** 25,27 **** improve thanks screen after succesful checkout process ! CLEAN UP ORPHANS WHEN DELETING OPTION SETS, VALUES, ITEMS, ??? \ No newline at end of file --- 25,29 ---- improve thanks screen after succesful checkout process ! CLEAN UP ORPHANS WHEN DELETING OPTION SETS, VALUES, ITEMS, ??? ! ! WHAT TO DO ABOUT ADDING MULTIPLE ITEMS TO CART WITH DIFFERENT OPTIONS? \ No newline at end of file Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/docs/CHANGELOG,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CHANGELOG 5 Dec 2008 15:22:52 -0000 1.5 --- CHANGELOG 4 Mar 2009 14:42:24 -0000 1.6 *************** *** 1,6 **** ! Version 0.7.0 -- Dec 2008 ------------------------------------------------------------------ + added support for product attributes Version 0.6.0 -- Dec 2008 ------------------------------------------------------------------ --- 1,12 ---- ! Version 0.7.0 -- Dec 2008 - Feb 2009 ------------------------------------------------------------------ + added support for product attributes + + when saving an item, succes now returns with admin menu (thanks wendall) + + fixed setting links var in navLinks function (thanks wendall) + + fixed bug preventing add to cart when inventory was not being used + and qty in stock is 0 (thanks wendall) + + improved some error checking in post item function (thanks wendall) + Version 0.6.0 -- Dec 2008 ------------------------------------------------------------------ |