Jump to content

Developing theme with themeconfigurator


Recommended Posts

Hi :)

I am developing new theme from scratch .

I am stuck with a "combo"issue of module/tpl. 

I am trying to use  themeconfigurator to manage the content of the site.

 

In my case :

 

-> I have positioned the module themeconfigurator in the right bar .

-> Defined a content in themeconfigurator with photo html etc etc...  in the hook right of themeconfigurator.

-> Enabled all the checkboxes.

-> Enable default column in the theme.

-> Enable all filter in the pages.

-> Defined a *.tpl header.tpl  with :

<div id="mysidebar" >
        {$HOOK_RIGHT_COLUMN}
</div>

I don't see the content edited in themeconfigurator. :(

 

var_dump($HOOK_RIGHT_COLUMN) <- return an empty string.

Adding a new module in the  same position (right column) like cart or other stuff working fine.

 

I am using  prestashop 1.6 / themeconfgurator 0.10.

What  do you think about this problem? Did I miss something?

 

Thank you.

Regards.

 

 

 

 

 

Link to comment
Share on other sites

×
×
  • Create New...