Re: Need manufacturer link to open in new window
I found the solution: The following HTML code will enable you to open all of your links in a new window. Place this code between your <HEAD> and </HEAD> tags in your /customer/home.tpl
<base target="main">
|