Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to link to a product the proper way


Zuncan

Recommended Posts

Posted

Hi

 

I was just wondering how to link to a product the proper way?

 

I mean, if I link to a product with just <A HREF=""> the customers lose their session ID and that is not good of course..

 

Please give me a example code.

 

/Zuncan

So what?! Who care in a hundred years anyway?

Posted

In osc..the correct way is to use this format:

 

<a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>

 

 

if you want to use it in say product descriptions...you can find an excelent contrib here....

Archived

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

×
×
  • Create New...