Re: Product.tpl code question
This is how the code looks, but now the PriceMatch, Free shipping and the product image are not showing.
{** Dynamic Images - Tela Firma **}
{if $active_modules.Dynamic_Images}
{include file="modules/Dynamic_Images/product_image.tpl}
<table cellpadding="0" cellspacing="0">
<tr>
<td>
{include file="PriceMatch.tpl"}
</td>
<td>
{if $product.free_shipping eq "Y"} {include file="freeshipping.tpl"}{/if}
</td>
</tr>
</table>
{if $active_modules.Detailed_Product_Images ne "" && $config.Detailed_Product_Images.det_image_popup eq 'Y' && $images ne '' && $js_enabled eq 'Y'}
{include file="modules/Detailed_Product_Images/popup_image.tpl"}
{elseif $product.force_image_type eq 'W' && $product.variantid}
{include file="product_thumbnail.tpl" productid=$product.variantid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail" type="W"}
{else}
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail" type="P"}
{/if}
__________________
X-CART GOLD 4.1.7
UNIX
|