Hi

I am setting up a Store that doesn't require a Credit Card or Payment.  This is a B2B site and requires a Log in that We assign.   The Customer on Checkout needs to only supply the Shipping Address and Confirm their Order

Below are the Only Pages I need.  I have changed the C# Redirect to go from Shipping Address to Confirm but I am not Successful as I made have overlooked one of the ASPX pages.   Any Suggestions on how to accomplish this?


<ul>
        <li>
            <asp:Label runat="server" ID="lblCart" Text="Cart">
                <%=GetLocaleResourceString("OrderProgress.Cart")%>
            </asp:Label></li>
        <li>
            <asp:Label runat="server" ID="lblAddress" Text="Address">
                <%=GetLocaleResourceString("OrderProgress.Address")%>
            </asp:Label></li>
        <li>
            <asp:Label runat="server" ID="lblConfirm" Text="Confirm">
                <%=GetLocaleResourceString("OrderProgress.Confirm")%>
            </asp:Label></li>
        <li>
            <asp:Label runat="server" ID="lblComplete" Text="Complete">
                <%=GetLocaleResourceString("OrderProgress.Complete")%>
            </asp:Label></li>
    </ul>