Forum OpenACS Q&A: Response to Best way to configure/modify ecommerce module for manual CC procedures

You need to comment most of the the ad_schedule_proc lines in ~/tcl/ecommerce-scheduled-procs.tcl. Then, force cc_result in ~/www/ecommerce/finalize-order.tcl to some state, such as:
 #set cc_result [ec_creditcard_authorization $db $order_id]
set cc_result "confirmed"
Then, build a few pages to allow humans to move the order from the confirmed state to the other follow-on states as shown in http://www.arsdigita.com/doc/design/ecommerce I didn't putting in the manual stuff since we backed-away from on-line sales for now. There are probably a few other things that need to be done to complete a manually-cleared system.