Jump to content

[1.7 Chekout] Merge personnal information and addresses


Stkado

Recommended Posts

Hello,

I would like to know if it's possible to merge personnal information step and addresses step.

Is there any way by overriding addstep process in Order Controller ?

->addStep(new CheckoutPersonalInformationStep(
                $this->context,
                $translator,
                $this->makeLoginForm(),
                $this->makeCustomerForm()
            ))
            ->addStep(new CheckoutAddressesStep(
                $this->context,
                $translator,
                $this->makeAddressForm()
            ));

 

Thanks for your answers

Guillaume

Link to comment
Share on other sites

  • 1 year later...

I am exactly in the same process. There is not (probably) any free solution as they want to commercialize the entire thing. It's unfair though as it's something very basic for commercial operation. Especially the hidden steps are just awful.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...