Oncilla Posted April 21, 2010 Share Posted April 21, 2010 Just trying to get the featured products module to show on a custom page I have created.I have added the following code into my custom page..{if !$content_only}{$HOOK_HOME}{/if}However, the featured products module is not showing (it is appearing on the homepage though).What do I need to do here? Link to comment Share on other sites More sharing options...
Burhan BVK Posted April 21, 2010 Share Posted April 21, 2010 You need to edit the php page too: $smarty->assign('HOOK_HOME', Module::hookExec('home')); Link to comment Share on other sites More sharing options...
Recommended Posts