Hi,
I'm using cs-cart 4.1.x
Is it possible to to display only one feature on brand scroller in frontpage?
The code to be changed is located in themes>templatename>templates>blocks>our_brands.tpl
{foreach from=$brands item="brand" name="for_brands"}
{assign var="obj_id" value="scr_`$block.block_id`000`$brand.variant_id`"}
{include file="common/image.tpl" assign="object_img" class="grayscale" image_width=$block.properties.thumbnail_width image_height=$block.properties.thumbnail_width images=$brand.image_pair no_ids=true}
{/foreach}
after the {foreach} I tried {if $feature_id == “117”} but that doesn't work.Does anyone know how to specify only items from a specific feature id?
Thanks in advance.