I've installed the mod Order_Info v.055
At fist i had a fatal error ans found it by changing this code in loging.php
around line 28 change
if (!validate_password($password, $check_customer['customers_password'])) {
to
if (!tep_validate_password($password, $check_customer['customers_password'])) {
now everything is ok but ..... when i click on "proceed directly to checkout" it brings me to the order_info page ok but after i fill in the details and click on Continue ....it brings me back to "proceed directly to checkout" page .... What could be the problem ?
Regards









