Not working for me...
I changed
toCode:<div align="center"><form target="_blank" name="login" action="' . $login_as_customer . '" method="post"> <input type="hidden" name="firstname" id="firstname" value="' . $c_firstname . '"> <input type="hidden" name="lastname" id="lastname" value="' . $c_lastname . '"> <input type="hidden" name="email_addr" id="login-email-address" value="' . $email_address . '"> <input type="hidden" name="password" id="login-password" value="' . $pass . '"> <input type="image" src="' . $place_order_button . '"> </form></div>
But still get the same problem...Code:<div align="center"><form target="_blank" name="login" action="' . $login_as_customer . '" method="post"> <input type="hidden" name="firstname" id="firstname" value="' . $c_firstname . '"> <input type="hidden" name="lastname" id="lastname" value="' . $c_lastname . '"> <input type="hidden" name="email_addr" id="login-email-address" value="' . $email_address . '"> <input type="hidden" name="password" id="login-password" value="' . $pass . '"> <input type="hidden" name="securityToken" id="securityToken" value="' . $_SESSION['securityToken'] . '"> <input type="image" src="' . $place_order_button . '"> </form></div>
Any idea?
sanji


Reply With Quote
