Jump to content

Remove Featured Products On Front Page


Recommended Posts

If you have no products selected as featured, it won't show. I coulda sworn there was an option to turn if off all together somewheres but I can't find it.

 

Alternatively, you can hard code it out, going to your skin folder so, for example;

/skin/foundation/templates/box.featured.php

and comment it out, like so;

 

<!--

{if $featured}
	<div class="panel" id="box-featured">
		<h3>{$LANG.catalogue.title_feature}</h3>
		<a class="th" href="{$featured.url}" title="{$featured.name}">
			<img src="{$featured.image}" alt="{$featured.name}">
		</a>
		<h4><a href="{$featured.url}" title="{$featured.name}">{$featured.name}</a></h4>
		{if $featured.ctrl_sale}
		<span class="old_price">{$featured.price}</span> <span class="sale_price">{$featured.sale_price}</span>
		{else}
		{$featured.price}
		{/if}
	</div>
{/if}

--->

 

You could also just delete the link(or the file) but you might want it back at somepoint, so prolly best to leave it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...