Nope no go. This is what I ended up with..
Code:
<a href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url tmbn_path_p=$products[product].p_image_path tmbn_link="false" tmbn_width="100"}</a>
Quote:
Originally Posted by mrkenzie
You are right. I did not notice it because I am not using the multi-column format for my product listings.
So find this line of code:
Code:
<a href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}">{include file="product_thumbnail.tpl" .... }
and add this before the }
Code:
tmbn_path_p=$products[product].p_image_path tmbn_link="false" tmbn_width="100"
That should fix it.
Thanks for pointing that out!
Let me know if it does not work for you.
|