Quote:
Originally Posted by balinor
You need to call the PHP file, try this:
<img src="{$http_location}/image.php?productid={$product.productid}">
|
You mean to replace
Code:
{include file="product_thumbnail.tpl" productid=$product.productid}
With
Code:
<img src="{$http_location}/image.php?productid={$product.productid}">
??
Or just add your code into ?