Search the Community
Showing results for tags 'hook_top'.
-
Hi I'm looking for a solution to display search and top links in one div, and top menu in another. Now there is <div id="header" class="grid_9 alpha omega"> <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$logo_url}" alt="{$shop_name...
-
I am new to Prestashop and need to edit HOOK_TOP content, my website is www.amabox.com How can I do that, what I need to is add block next to the slider to either show brands, or items categories Best
- 5 replies
-
- Hook content
- Add block to theme code
-
(and 2 more)
Tagged with:
-
Hello there. I find in internet about this question and found. What I found was: http://www.prestashop.com/forums/topic/242923-where-is-hook-top-being-built/ ok I go to create a new hook and change the header with my features. To help me I tried to work as this project https://github.co...
- 3 replies
-
- hook_top
- change header
-
(and 3 more)
Tagged with:
-
the file is thems/default/header.tpl,the file content find {$HOOK_TOP} ,i wang to do front {$HOOK_TOP} change append something code ,how can i to do
-
W pliku header.tpl znajdziemy kod: <div id="header_right" class="grid_9 omega"> {$HOOK_TOP} </div> wyświetla on ładne menu: Do czego konkretnie odnosi się {$HOOK_TOP} - chciałem wyciągnąć każdy element z osobna, i włożyć w różne miejsca mojej obecnej strony. Z góry...
-
Estimados, estoy rediseñando en prestashop, ya llevo casi full editado el header de mi web, el problema es que el HOOK_TOP me carga el modulo de busqueda search_top y el userinfo, y el problema es que me carga cada modulo en lineas diferentes, lo que me interesa es que queden en la misma linea. Osea...