Hi

In this file:

/custom_template/includes/languages/english/product_info.php

and this section:

TEXT_MORE_INFORMATION', 'For more information, please visit this product\'s <a href="%s" target="_blank">webpage</a>.');

This is the link that shows on the product page.

I plan to use this link for a different purpose and would like the window that opens up to open without displaying the toolbar or location.


Though I don't know anything about javascript coding I am assuming I would need to use the

javascript window.open function.

I have found a ready made script but because the line is in a php file and not an html file I have no idea where it belongs or how to go about it.

Can anyone tell me where the script should be placed and how to link the "a href=" in the "TEXT_MORE_INFORMATION" phrase to the script?

Any help would be really appreciated.