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();
    });

Leave a Response

About NVNCBL and Myself

Contact Me