Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Linking to other pages from product description


mraccine

Recommended Posts

I'm trying to link to another page on the site from the Product Description text while tring to keep the Session, so the cart contents will stay there.

When I try to use the tep_href_link function in the products description, it doesn't get interpreted when printed to the screen.

 

The line in product_info.php that echo's the text to the screen is

<p><?php echo stripslashes($product_info['products_description']); ?></p>

 

How would I enter the code in the Admin->Catalog product description, to make use of the tep_href_link?

 

Here is an example of what I tried:

the product requires extra shipping. Click <a href="' . tep_href_link(FILENAME_SHIPPING) . '">here</a> to see shipping rates.

 

 

Mike

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...