Inserting custom pages into checkout process

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Inserting custom pages into checkout process

Post by ZLA » Wed Apr 01, 2009 5:49 pm

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Inserting custom pages into checkout process

Post by mazhar » Thu Apr 02, 2009 4:37 am

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.

Post Reply