Jump to content

How to Remove 4th Step " Shipping" During the Checkout Process?


mithunv

Recommended Posts

Hi there I want to delete the 4th Step " Shipping" in the checkout process ie my buyer dont want to see the shipping details, bcoz we have different carriers which we use at different times, after order when we start shipping we will sen the email for tracking the order. During order we want to skip that step

 

My need is to show only 4 steps in the Order page? where i have to edit to delete this step?

 

 

Regards,

Mithun

post-1226031-0-65440200-1459320158_thumb.jpg

Link to comment
Share on other sites

You may try to create a override classes to make related changes changes in /override/controllers/front/OrderController.php, the order steps is controlled in this file.

you can try to prepare the shipping carrier inside the code and then redirect to payment selection page.

 

you will also need to modify the file to change order steps GUI

/themes/YourThemeFolder/order-steps.tpl

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