Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Make checkout steps in a single page step View modes: 
User avatar
Member
Member
lovelyProgrammin - 8/1/2011 2:34:52 AM
   
Make checkout steps in a single page step
Hi,

1 - How to add fields to the registeration form in checkout process.

2 - How can Make checkout steps in a single page step


Kindly can you give me the steps to follow how to achieve ( question 2 )



User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 8/1/2011 2:53:50 AM
   
RE:Make checkout steps in a single page step
Hello,

1) For this you would have to modify the file ~CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartCheckRegistration.ascx. This is where this step is generated.

2) To achieve your desired result, you will need to do some custom development. You will need to create a custom checkout step and then combine all of the default checkout step controls into one step. All of the code files you will need can be found in the following location: " ~\CMSModules\Ecommerce\Controls\ShoppingCart\". I'm afraid there is not a whole lot of documentation for this approach, but this
documentation should get you started in the right direction.

Best regards,
Boris Pocatko