Quote:
In the featured product sections whatever we will add in admin is showing in store page.If I add 16 or 20 products as a featured products from admin then it will show in store page.I want to display 4 or 8 products in featured products section in store front and remaining will show in second page that is I want navigation's in featured product sections.How to do that?
|
Currently travelling at the moment, hence the late reply. This might work, I am not so sure...
skin/reboot/customer/main/featured.tpl
Before...
Code:
{include file="customer/main/products.tpl" products=$f_products featured="Y"}
Insert...
Code:
{if $navigation eq "Y"}
{include file="customer/main/navigation.tpl"}
<br />
{/if}
If not, take it to a ticket. Some additional tweaks possibly required.
In reBOOT v3, featured/on sale/new products can be displayed as carousels.