Rommel Castro A Posted September 28, 2010 Share Posted September 28, 2010 hi, i have the nex problemi am making a e-commerce site with prestashop, i have the module BlockSpecial activate, but this module is show in every page in the webiste, what i need is show this module only in the Hompage, how can i do this ?- Regards Link to comment Share on other sites More sharing options...
rocky Posted September 29, 2010 Share Posted September 29, 2010 There are two ways to do this. You can go to Modules > Positions, click the edit button next to the "Specials block", then enter every page except for "index.php" under "Exceptions".The second way is to edit modules/blockspecials/blockspecials.tpl and add the following code to the top: {if $page_name == 'index'} and the following to the bottom: {/if} Link to comment Share on other sites More sharing options...
Rommel Castro A Posted September 29, 2010 Author Share Posted September 29, 2010 thanks for the reply!!! it works awesome-Regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now