|
From: Verdon V. <ve...@us...> - 2008-12-03 20:38:03
|
Update of /cvsroot/phpwebsite-comm/modules/vshop/boost In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23489/boost Modified Files: update.php Log Message: added ability to quick-edit order status Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/vshop/boost/update.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** update.php 2 Dec 2008 19:43:12 -0000 1.1 --- update.php 3 Dec 2008 20:37:45 -0000 1.2 *************** *** 32,35 **** --- 32,36 ---- $files = array('templates/edit_item.tpl', + 'templates/set_status.tpl', 'templates/edit_settings.tpl' ); *************** *** 43,46 **** --- 44,48 ---- + added ability to set minimum shipping charge + added ability to have free shipping on orders over $xx.xx + + added ability to change order status from within list view </pre>'; |