To get more flexibility in the nav bar I have replaced the FOOTERGUIDE variable with the individual variables as per the online help. However, the home button doesn't appear to work.
As a test I used this bit of code which shows my menu followed by the proper NAV menu. As you can see the Home button is appearing just fine in the NAV menu (verifying that the home button is applicable to that page) but it is missing from my menu bar on the left.
Result on screen -
Any ideas why the NETQUOTEVAR:NAVBHOME button is not working?
As a test I used this bit of code which shows my menu followed by the proper NAV menu. As you can see the Home button is appearing just fine in the NAV menu (verifying that the home button is applicable to that page) but it is missing from my menu bar on the left.
Code:
| NETQUOTEVAR:NAVBHOME | NETQUOTEVAR:NAVBLOGIN | NETQUOTEVAR:NAVBCART | NETQUOTEVAR:NAVBCHECKOUT ... NETQUOTEVAR:FOOTERGUIDE
Code:
| | Login | View Basket | Checkout ... Up Home Search View Basket Checkout Contact Us Login
Comment