Quote Originally Posted by Linux View Post
I add this to tpl_product_info_display.php <snip> and nothing is showing up.
You'll have to do some personal troubleshooting to determine where it's failing (because it's specific to your implementation). A very simple test would be to add the following code to the file:

Code:
<?php echo 'THIS IS A TEST'; ?>
If that works, go from there... start adding more of the "link" code... what's not showing up...