hmm, you're right, i see the difference. However...it still doesn't work EITHER way, live, on my site. it redirects to the homepage, not the shopping cart.
-------------
AHA!!! Looking further, the install of the modification also has you do this:
Code: Select all
File : skins/{YOUR SKIN}/styleTemplates/content/reg.tpl
Around line 8 (8) ...
FIND this block :
</div>
<!-- END: checkout_progress -->
<!-- BEGIN: no_error -->
<p>{LANG_REGISTER_DESC}</p>
<!-- END: no_error -->
<!-- BEGIN: error -->
INSERT green text as highlighted below:
</div>
<!-- END: checkout_progress -->
<!-- BEGIN: no_error -->
<!-- start mod: Speed new customers through checkout - by Estelle -->
<p><strong>Already have an account?</strong> Please <a href='index.php?_a=login&redir=index.php%3F_g%3Dco%26_a%3Dcart' class='txtLink'>log in</a> or use the <a href='index.php?_a=forgotPass' class='txtLink'>forgot password</a> feature if you cannot remember your password.</p>
<!-- end mod: Speed new customers through checkout - by Estelle -->
<p>{LANG_REGISTER_DESC}</p>
<!-- END: no_error -->
<!-- BEGIN: error -->
So I'll let you, as the expert, say if that is what's causing the redirect problem, and what should be changed.