Как убрать некоторые категории из Home New Products нашел, в homenewproducts.tpl добавил
	
	
	
		
 
В
	
	
	
		
 
товары не отображаются, но вместо них остается пустое поле.
 
Может кто подскажет как это исправить.
	
		
			
		
		
	
				
			
		Код:
	
	style="{if $product.id_category_default == НОМЕР КАТЕГОРИИ}display:none;{/if}"В
		Код:
	
	{foreach from=$new_products item=product name=newProducts}
<li class="ajax_block_product {if $smarty.foreach.newProducts.first}first_item
{elseif $smarty.foreach.newProducts.last}last_item{else}item{/if}
{if $smarty.foreach.newProducts.iteration%$nbItemsPerLine == 0}last_item_of_line
{elseif $smarty.foreach.newProducts.iteration%$nbItemsPerLine == 1}clear{/if}
{if $smarty.foreach.newProducts.iteration > ($smarty.foreach.newProducts.total - ($smarty.foreach.newProducts.total % $nbItemsPerLine))}last_line{/if}"
style="{if $product.id_category_default == НОМЕР КАТЕГОРИИ}display:none;{/if}">товары не отображаются, но вместо них остается пустое поле.
Может кто подскажет как это исправить.
 
				