A place to log my programming solutions.

Responses

  1. Worked perfectly. Thanks!

  2. At first it seemed that this solution worked perfectly. But it seems that “Guest” is not selected by default in IE 6. Any suggestions would be fantastic. This is a great tip.

  3. anoop

    thanks..its great…:)

  4. Tiago

    Eric, in post #10 from the thread of which this article is based on you can see how to correct the internet explorer error. Basically you need to use this code instead in login.phtml

    Event.observe(window, ‘load’, function() {
    // fix for IE
    var cb = $(“login:guest”);
    cb.checked = true;

    checkout.setMethod();
    });

  5. Ramona

    Hi,
    it doesn’t work…and I dont understand why…..
    I have also the billing form hide…
    Please help me!!!

    Thanks

  6. Luci

    I am getting a message when placed a order.

    “Sorry, guest checkout is not enabled. Please try again or contact store owner”.

    Do you have any idea how fix this issue?

    I am running in Magento 1.4.0

  7. Worked like a charm using IE update posted by @Tiago.

    Thanks to both of you.

    P.S. for those using Magento V 1.4.1 if you can’t find the files onepage.phtml and onepage/login.phtml look under
    app/design/frontend/base/defalt/template/checkout/

  8. Matt

    This works brilliantly!

    Is it possible to use a similar method to skip shipping info / shipping method / payment information?

    All of these are defaults on the store I’m creating and so it would be useful to skip them.

    Matt

  9. I am getting error on Checkout Now button (onepage checkout last step), the error is:
    “Please check billing address information. Please enter first name. Please enter last name. Please enter street. Please enter city. Please enter telephone. Please enter zip/postal code. Please enter country. Please enter state/province.”

    Please help me to remove this issues.

    Thanks
    Noman

  10. Ior

    This worked, thanks!

Leave a Response

About NVNCBL and Myself

Contact Me