Cart Stepping

Phoca Cart - complex e-commerce extension
mjmartino
Phoca Enthusiast
Phoca Enthusiast
Posts: 74
Joined: 10 Jun 2019, 15:53

Cart Stepping

Post by mjmartino »

Hi Jan.

This is possible turn off stepping 1 -> 2 ->3 -> 4 ->5 in cart
I want to open all "Tab" and without save and next step.

This is possible without massive programming to get a purchase without saving data unnecessarily.

Regards.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49138
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Cart Stepping

Post by Jan »

Hi, yes, this is not so easy and such task then needs to be created by AJAX (and all parts need to be updated). The problem is that shipping and payment methods include rules. So shipping rules are based on stored user address, payment rules are based on stored shipping address, etc. So to apply e.g. shipping or payment, the data in address need to be stored, etc. :idea:

Jan
If you find Phoca extensions useful, please support the project
mjmartino
Phoca Enthusiast
Phoca Enthusiast
Posts: 74
Joined: 10 Jun 2019, 15:53

Re: Cart Stepping

Post by mjmartino »

Thank you Jan for explanation :)
Post Reply