Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Do I Specify And Absolute Url Using Tep_href_link?


Guest

Recommended Posts

Hello All

 

I need to pass my session ID to an external site any idea how I would do this using tep_href_link, when I try it adds the site domain name before the absolute URL I want to link to go to.

 

Any Ideas?

 

Paul

Link to comment
Share on other sites

SOLVED

 

I'm sending the ocSID variable as a hidden form field using this code.

 

<form name="thule" action="http://thule.fasteronline.co.uk" method="post">
					<?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('addtocart.gif', IMAGE_BUTTON_IN_CART) . tep_hide_session_id(); ?>	  
</form>

 

Just thought I'd let you guys know in case this is useful to anyone else

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...