Re: X-Cart Thumbnail Candy
OK, I did manage to get the Thumbnail Candy working on product pages by changing not only everything in the common files but also in the skin I personally use. BUT... now the thumbnails are not centered in the thumbnail container. I tried replacing with the following text in skin/common_files/modules/Thumbnail_Candy/thumbnail_wrapper_above.tp
.candy_wrapper_{/literal}{$product.productid}{literal} {
position: relative;
width: {/literal}{if $product.tmbn_x}{$product.tmbn_x}{else}{$product.i mage_x}{/if}{literal}px;
z-index: 999;
margin: 0 auto;
}
But that didn't help at all. Any good suggestions??
Thanks, Kristina
|