Jump to content

Remove Address Step, In Guest Checkout Prestashop 1.7


soussi

Recommended Posts

Hey Guys, 

Can someone enlighten me on how to skip those 3 steps, so that when a customer clicks CHECKOUT,  they'll see the CONFIRMATION page right away with payment process?

No need Address to fill the address coordinates.

I tried to comment :

 

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

In OrderController.php 

But I am stuck with payment steps which I can't confirm my order 

This would really help me to speed up the checkout process.

Thanks in advance 

Like
Link to comment
Share on other sites

  • 2 years later...

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...