Hello guys!
My question here is about possibility of a multipage checkout process. I would like to have cart "frozen" (not editable) before asking for an address, shipping, payment etc... Is there a way to have it on multiple pages like a step by step confirmation?
Have someone done this? Is there any template working like this?
If not, I am ready to change code, but not sure I can do this without some hints from you.
Thanks a lot.
PS: I am impressed of Jan's work, phoca cart is really a nice looking and well administrable component!
Multipage checkout
- Jan
- Phoca Hero
- Posts: 48850
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multipage checkout
Hi, for now, there is no such option as mostly the checkout went from multiple pages to one page checkout.
The only idea I have for now, is to hide not active elements on checkout page in checkout output. So, for example, if shipping is active, this means, then all other parts like payment or address are inactive. So hiding them and change the output to arrows or similar - to navigate between the parts - can be maybe a solution
Jan
The only idea I have for now, is to hide not active elements on checkout page in checkout output. So, for example, if shipping is active, this means, then all other parts like payment or address are inactive. So hiding them and change the output to arrows or similar - to navigate between the parts - can be maybe a solution

Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 07 Jul 2021, 14:56
Re: Multipage checkout
I thought it will be something like this. So I will use CSS styling then to hide blocks in template.
However I am still curious why should I let user change cart after he had chosen shipping and payment method :/ But ok, I can live with that unless it makes an error in calculation :)
Thanks Jan
However I am still curious why should I let user change cart after he had chosen shipping and payment method :/ But ok, I can live with that unless it makes an error in calculation :)
Thanks Jan
- Jan
- Phoca Hero
- Posts: 48850
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Multipage checkout
why should I let user change cart after he had chosen shipping and payment method


If you find Phoca extensions useful, please support the project