... Elxis version 2009.3 codename Aphrodite is out, download it from Elxis Download Center (EDC) ...

ESHOP Menu vertical multilevel

From Elxis Official Documentation

Jump to: navigation, search
This page is part of the IOS Eshop v2.x online user guide created by Ioannis Sannos (Is Open Source).

You will find all articles of this manual inside the IOS Eshop category.
Buy now IOS Eshop v2.x. Check out IOS Eshop v2.x demo.
License Commercial. Copyright (c) 2008-2010 Is Open Source. All rights reserved.


Menu vertical multilevel is a vertical oriented, multi-level, dynamic menu that displays IOS Eshop categories as well as (optionally) link to shop front-page and to other internal shop pages. The module's javascript does not requires any external javascript library and is extremely light-weight.

You can edit the module CSS to modify the menu style. You can also limit the number of categories to display by selecting only the root categories you wish to display.

Image:Eshop_menu_vertical_multilevel.jpg

There are 2 ways you can load module javascript and css, by using javascript and by loading them in your template index.php file. If you select to load them in your template then create 2 links like the ones bellow and place them into the head section of your template. You dont have to do anything if you select to load it by using javascript.

Elxis 2009.1 or older

<link href="<?php echo $mainframe->getCfg('live_site'); ?>/modules/mod_eshop_menu_vmultilevel/vmultilevel.css" 
rel="stylesheet" type="text/css" media="all" />

<script type="text/javascript" 
src="<?php echo $mainframe->getCfg('live_site'); ?>/modules/mod_eshop_menu_vmultilevel/vmultilevel.js"></script>

Elxis 2009.2 or newer

<link href="<?php echo $mainframe->getCfg('ssl_live_site'); ?>/modules/mod_eshop_menu_vmultilevel/vmultilevel.css" 
rel="stylesheet" type="text/css" media="all" />

<script type="text/javascript" 
src="<?php echo $mainframe->getCfg('ssl_live_site'); ?>/modules/mod_eshop_menu_vmultilevel/vmultilevel.js"></script>

IMPORTANT NOTICE

This module is not a real Elxis menu, it just displays links to IOS Eshop internal pages. Please make sure you have a normal menu item to component IOS Eshop published in order for the proper Itemid to be loaded.


See also: Horizontal oriented multilevel menu for IOS Eshop

Personal tools