This constribution presents a checkbox list of all orders in Pending status and gives the option of updating in mass.
STEP 1 - Upload the file (new so should not overwrite anything)
The only file to be uploaded is *admin*/quickship.phpSTEP 2 - Edit includes/boxes/customers.php
Find this cod:'<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a>');
Change it to this:'<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a><br>'.
'<a href="' . tep_href_link('quickship.php', '', 'NONSSL') . '" class="menuBoxContentLink">Quickship</a>');
- Overwrite the quickship.php file in the admin directory
osCommerce is a community driven organization and as such the support base will fall entirely on the forum members. I offer limited support in-between paid projects (feeding my family comes first before volunteer time).
If you use this contribution and find it useful a small donation can be made via PayPal. This will enable me to offer one-on-one support and also fund releasing other contributions.