darktangent Posted November 15, 2012 Share Posted November 15, 2012 It is intended to remove the carrier step from the Prestashop 1.5 order process. I want the order to jump from addresses to Payment step. I have found that it is being controlled by the OrderController.php and there is a switch statement which does the job. But i do not know how to manipulate it to skip the step. I had searched this forum and found a solution to use $this->autostep(3); to do so... But it is not working for me. 1 Link to comment Share on other sites More sharing options...
marcis Posted February 16, 2013 Share Posted February 16, 2013 Also interested! Link to comment Share on other sites More sharing options...
PascalVG Posted February 16, 2013 Share Posted February 16, 2013 Hi Darktangent/Marcis, Most detailed step through can be found here I think: http://www.prestashop.com/forums/topic/69969-solvedhow-to-skip-step-carrier-in-checkout/ If any additional questions, ask in detail. My 2 cents, pascal 1 Link to comment Share on other sites More sharing options...
marcis Posted February 17, 2013 Share Posted February 17, 2013 What about Prestashop 1.5? 1 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