Jump to content

Get order current step in order step in Prestashop 1.7


pliciweb_stephane

Recommended Posts

I would like to get the current current step in order controller.

When i use

dump($this->context->controller);

I can see  protected property "checkoutProcess" that contains all order steps, and for each steps, i have this information

        #step_is_reachable: true
        #step_is_complete: false
        #step_is_current: true

But, i cant reach this values because they are in a protected property.

Does anyone know how to get a current step in order page ?

Link to comment
Share on other sites

  • 1 year 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...