on the app_\BusinessLogic\ordercontroler.cs there is a method that can create the order without payment
public static void CreateStandardOrder()
you may redirect make order button click to invoke that method and create the order.
i recommend you to understand the logic of dashcommerce application. it uses a m-v-c model there for every request pass from the controller first after that the controller redirect the request to related section.
hope that helps.
Muhanad YOUNIS
MCSD.NET
My Blog ||
My Photos [Don't forget to click on Mark as answer on the post that helped you.]