Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"Fast link" button in header.php to checkout...


Guest

Recommended Posts

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...