Hi All
I am using a bought in CS Cart Add-on that can display selected featured products and thumb nails in a java sliding banner. It currently only
shows the photo and the product name. Does anyone know what bit of coder I would need to add in the allow show price as well?
Code is below (I have uploaded a photo of how it looks) :
{* $Id: hot_deals.tpl 10435 2010-08-17 11:44:18Z alexions $ }
{* block-description:hot_deals **}
{hook name=“index:deals”}{script src=“addons/hot_deals_block/js/jquery.deals.js”}{/hook}
{$block.description} |
{section name="index" loop="6"}
{/section}
{foreach name="products" from=$items item="product"}
{if $product.product}
{foreach from=$product.category_ids key=cat_id item=cat_main}
{if $cat_main == "M"}
{include file="common_templates/image.tpl" image_width=179 image_height=179 obj_id="`$block.block_id`_`$product.product_id`" images=$product.main_pair object_type="product" capture_image=true show_thumbnail="Y"}
{assign var="category" value=","|explode:$category_list}
{/if}
{/foreach}
{/if}
{/foreach}