Quote:
Do we need to change anything within the reboot module to allow the new version of Refine Filters to show on the home page (new feature).
|
You need to add the following to skin/reboot/customer/main/welcome.tpl
Code:
{if $active_modules.Refine_Filters}
{include file="modules/Refine_Filters/home_products.tpl"}
{/if}
See attached patch also (thanks David).