Quote:
Originally Posted by yages
Does not show in featured products
|
I did the following mod in my featured.tpl
Please be sure to {* comment out *} the original code before changing.
In: skin/ability/customer/main/featured.tpl
Find:
Quote:
<a href="{$product.alt_url|default:$product.page_url| amp}" class="preview">{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url}</a>
|
Change To:
Quote:
<a href="{$product.alt_url|default:$product.page_url| amp}">{include file="modules/Thumbnail_Candy/thumbnail_wrapper_above.tpl"}{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url}{include file="modules/Thumbnail_Candy/thumbnail_wrapper_below.tpl"}</a>
|
Find:
Quote:
<a href="product.php?productid={$product.productid}"> {include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url}</a>
|
Change To:
Quote:
<a href="{$product.alt_url|default:$product.page_url| amp}">{include file="modules/Thumbnail_Candy/thumbnail_wrapper_above.tpl"}{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url}{include file="modules/Thumbnail_Candy/thumbnail_wrapper_below.tpl"}</a>
|
Phil, please jump in if I made any mistakes. I do all the time
