mraccine Posted September 22, 2008 Share Posted September 22, 2008 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 More sharing options...
Jack_mcs Posted September 22, 2008 Share Posted September 22, 2008 See the embed links contribution. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
mraccine Posted September 22, 2008 Author Share Posted September 22, 2008 Thanks Jack worked like a charm. http://addons.oscommerce.com/info/2905 - Embed Link with SID in Description Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.