Jump to content

Searching for help. Wiznav can not be found after upgrading from 1.37 to 1.4


Recommended Posts

This noon i upgraded my prestashop website from 1.3.7 to 1.4. Almost everything was ok except two problems.
One of those is the Wiznav bar can not be found at the front end. I wonder if anyone meet the same problem, and how to resolve it.

Link to comment
Share on other sites

  • 10 months later...

Cant add this code has its different! the header.php

 

 

$smarty->assign(array(

'HOOK_HEADER' => Module::hookExec('header'),

'HOOK_LEFT_COLUMN' => Module::hookExec('leftColumn'),

'HOOK_WIZNAV' => Module::hookExec('wiznav'),

'HOOK_TOP' => Module::hookExec('top'),

'static_token' => Tools::getToken(false),

'token' => Tools::getToken(),

'priceDisplayPrecision' => _PS_PRICE_DISPLAY_PRECISION_,

'content_only' => intval(Tools::getValue('content_only'))

));

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...