Hi all
I made this little navigation bar that is very simple but can be handy to use with themes
Upload the content inside the UPLOAD folder to your Prestashop rootThe wizwnavbar.tpl file needs to be at your root theme folder in use, sample:
Prestashop/themes/prestashop/TPL_file_Goes_here
and you need to add this code to your header.tpl file:<div>{include file=$tpl_dir./wizwnavbar.tpl}</div>Here is a sample where the code is add on to show just like in the picture:
<!-- Header -->
<div>
<h1 id="logo"><a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}logo.jpg" alt="{$shop_name|escape:'htmlall':'UTF-8'}"></a></h1>
<div id="header">
{$HOOK_TOP}
</div>
</div>
<div>{include file=$tpl_dir./wizwnavbar.tpl}</div>
<!-- Left -->Search is off by default if you need it on delete line 12 in wizwnavbar.tpl file and save!
Any adjustments that you need to match your theme will be at the wizwnavbar folder like change the images or
minor adjustments at the css file.Cheers!!





