View Single Post
  #21  
Old 03-19-2012, 11:06 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default Re: X-Cart Thumbnail Candy

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
__________________
WooCommerce as of 10/2022
Reply With Quote