Page 1 of 1

Inserting custom pages into checkout process

Posted: Wed Apr 01, 2009 5:49 pm
by ZLA
The current checkout process for multiple destinations goes from billing address to shipping destinations to shipping methods to payment. If I wanted to add an extra step between shipping destinations and shipping methods, is that customizable or is that something that requires source code?

Thanks.

Re: Inserting custom pages into checkout process

Posted: Thu Apr 02, 2009 4:37 am
by mazhar
This is customizable without source code. In fact checkout process makes use of ConLib/OnePageCheckout control. All you need is to place another panel into that control and put some show/hide logic to control its display.