itsmeluigi Posted June 18, 2020 Share Posted June 18, 2020 (edited) I have a module, and I want him to know which step the customer is in when he is doing the checkout process How to do that please ? Thank's you Edited June 18, 2020 by itsmeluigi (see edit history) Link to comment Share on other sites More sharing options...
lafeve Posted December 15, 2021 Share Posted December 15, 2021 Hello, Same problem for me Link to comment Share on other sites More sharing options...
NeroAdvents Posted February 22, 2022 Share Posted February 22, 2022 Hi, Anyone found the solution ? Ty Link to comment Share on other sites More sharing options...
Ress Posted February 25, 2022 Share Posted February 25, 2022 Hi, You could use the hookActionValidateStepComplete($params) hook, where you receive as a parameter the name of the completed step. $step_name = $params['step_name']; Link to comment Share on other sites More sharing options...
NeroAdvents Posted February 28, 2022 Share Posted February 28, 2022 This hook is only called on CheckoutDeliveryStep class. It will never be called if the cart is virtual. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now