Quote:
Originally Posted by pig@pp
I got this to work correctly on our site by changing the "Link to this" code that is to be placed in product.tpl
Replaced this.
<P><A class="LinkToThis" href="javascript:void(0)" onClick="window.open('http://www.yoursite.com/store/linktothis.php?linkto='+escape(window.location.hre f),'','width=800,height=400,resizeable=true')">Lin k to this</a><!-- { $product.tmbn_url } --></P>
With this.
<P><A class="LinkToThis" href="javascript:void(0)" onClick="window.open('http://www.yoursite.com/store/linktothis.php?linkto=http://www.yoursite.com/store/product.php?productid={$product.productid}&tmbn_ur l={$product.tmbn_url}&product={$product.product|ur lencode|default:'#no_string_value_found'}','','wid th=800,height=400,resizeable=true')">Link to this</a></P>
|
Nice Work.......I totally forgot about this post......Thanks for resurecting it..........I hope people get full use of it. Its a damn cool mod (especially for products geared towards a younger crowd)
-ds