Jump to content

Edit part of theme


Recommended Posts

hello

this feature is a part of module called theme configurator

you can manage images on module configuration page

 

if you want to modify .tpl files you have to edit module .tpl file

it's located in directory /modules/themeconfigurator/

 

remember that this file can be overrided by template (/themes/YOUR_THEME/modules/themeconfigurator)

Link to comment
Share on other sites

Hi alirezaok,

 

What exactly do you want to do with that block? If you want to add a custom DIV on that position, you can edit the index.tpl.

 

Go to /themes/YOUR_THEME/index.tpl

 

You can see these codes:

 

{if isset($HOOK_HOME) && $HOOK_HOME|trim}
       <div class="clearfix">{$HOOK_HOME}</div>
{/if}
 
Inside the <div class="clearfix"> is where you put in your custom code.
 
If you want to change the images on that block, you can login to your Prestashop Admin Panel, and go to Modules and search for Theme Configuration.
 
I hope this is what you're looking for!
 
 
Atomic Penguins
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...