redria Posted September 3, 2006 Posted September 3, 2006 hi could someone help i'm having a problem with my login page.....after someone logs in it goes to https:mydomain.com/shop/login.php?action=process&osCsid=b05a97cae594e140269db02ab8f01578 but i dont know where to change it so the button goes to account.php, ive tried to change the code from <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo tep_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN); ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> to <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo'<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . tep_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN); ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> BUT no luck could someone pleassssssssssssseeeeeeeeeeeeeeeeee help thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.