Magento Onestep Checkout – Remove Payment and Shipping Method Step

In this blog post, I am attaching a module to remove both shipping method and payment method from magento onestep checkout.

This module is in continuation of 2 blogs written before on removing payment method and removing shipping method only.
Here I am just going to attach the source files of the module, as this blog is just the combination of the previous two blogs. All explanation of the source code is already giving in the previous posts.
So attached is the module


This is end result of the code
Magento Checkout - Remove Payment and Shipping Method

Magento Checkout - Remove Payment and Shipping Method

Co-Founder of Excellence Technologies and Project Manager for all Magento Projects. Having more than 5year 3months of experience in Web Development. Currently involved in managing all magento projects and other eCommerce platforms as well.
  • Michael Fanini

    Thank you so much
    I’ll try it tomorrow and give you feedback.

    Michaël.
     

  • Harsh

    Hi,

    In the review step when I click on Place Order I am getting this error and it stops there only. I am using a different theme then default. Please help me resolve issue.

    payment is not defined

    var params = Form.serialize(payment.form);

    Thanks.
    Harsh

  • Troy

    Hi Manish,

    Thank you very much for the work that went into this. This is exactly what I was looking for. Everything works until I click to checkout. The graphic just spins and send submitting order. Any idea where I could look to fix this?

    Thanks,

    Troy

  • Shaun

    Hi. I am having difficulty using this….The relevant steps seems to have dissappeared from the checkout page, OK….but i cannot get past the first checkout step….button wont continue as a guest, or registered user….can you help with this issue?  thx

  • Shaun

    Also, when i log in as a registered user….continue button doesnt work also. Pls advise….thx.

    • Shaun

       solution:  js file error!  should have spotted this….tiredness!  :)    Move it from default, to your chosen theme directory. Works great…thanks Manish…saved me a few hours work!

      • http://twitter.com/eenesduman Enes Duman

        Can u pls explain it more. Where do I find js file and where should I move it to? thanks in advance!

  • kosh

    Thank you thank you sooooooooooooooooooo much! 

  • Studio

    Hi Manish,

    Thank you very much for the work that went into this. This is exactly
    what I was looking for. Everything works until I click to checkout. The
    graphic just spins and send submitting order. Any idea where I could
    look to fix this?

    Thanks,

    Martijn

    • http://www.facebook.com/shivsharma07 Shiv Sharma

      Hi,
      I am facing the same problem. If you know the fix for it please let me know.
      Thanks in advance!

  • http://www.facebook.com/lars.vegas.583671 Lars Vegas

    Has anybody got this to work with Magento 1.7.0.2? I’m not even getting an error message, the checkout just won’t show up. All that is rendered is in the sidebar the captions “Billing information” and “Shipping information”. Anyone can give mea hint? As there is no error message nor JavaScript error nor anything else it is hard to determine where the extension fails. If I got this to work i would be more than happy.

    • http://www.facebook.com/saravanajagan.s Saravana Jagan

      hi

      i’m also using the v1.7.0.2, but i havnt tryed yet… it works or not? kindly confirm!

  • prodlog

    Hallo. How can i skip the billing and shipping informations too? The shipping, billing and payment informations are the same for all orders (and they will be automatically filled in through LDAP ). Thus, I want to skip all checkout steps and to land on “review”. How can i manage it? Thanks in advance!

    • http://www.facebook.com/shivsharma07 Shiv Sharma

      Hey, Did you get the solution for this requirement? If yes, can you please share the solution with me ? I have similar requirement.
      Thanks in advance!

  • Chirag Bhavsar

    If you are finding error at “Checkout” section kindly find removecheckout.js from this package and place it under your theme folder(/skin/frontend/default/YOURTHEME/js).