Guest Posted May 28, 2006 Posted May 28, 2006 HI there... I made a Fast Link button to the checkout on the front page at the top right in header.php (so it will show on every page!...nice&fast for users) ...but the user is routed back to login, every time...to https://secure.mysite.com/catalog/login.php even if they are already logged in! (not good...) How do I fix this to work, please?...click and go directly to checkout, if logged in, or login and then go to checkout My link: https://secure.mysite.com/catalog/checkout_payment.php My latest attempt: <td valign="middle"><td align="right"><?php echo '<a href="https://secure.mysite.com/catalog/checkout_payment.php" target="">' . tep_image(DIR_WS_IMAGES . '4cards.jpg', '4 Cards', 'https://secure.mysite.com/catalog/checkout_payment.php') . '</a>'; ?></td> Many thanks...I know this is stupid, but experience :thumbsup: shows (or the lack of it! :( ) Tender loving care for the customer! ...THANK YOU!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.