|
Catman Joomla Module for Virtuemart |
|
Catman Joomla Module allows the customer to navigate the store based on all manufacturers & categories avaliable. The manufacturer list changes dinamically based on customer selection. Basically, if customer clicks on manufacturer, category list will show all categories of products available from this manufacturer. It also works in combination. If the user presses on category after clicking on manufacturer then it will show all products available from that manufacturer in selected category.
Download Here - Version 1.1.0 - July 3rd, 2006
Module Options
-
List Type : DIV, LI, SPAN
- Modulename : (some name, such as catman) - New option in Version 1.1.0
New Features - Version 1.1.0
- Make Catman module container disappeare from sourcecode when module is not in use
- Shows Catman module only on shop.index.php & shop.browse.php
Style with CSS (it's probobly a good idea to add this to your shop.css file)
Here is an example:
/**
* Stylesheet for Catman module using SPAN tag in Module Settings
* In Module Settings - modulename = catman
*/
#catman {
text-align : left;
padding-bottom : 10px;
}
#catman span.pretext {
display : inline-block;
font-size : 1.2em;
}
#catman span.item {
display : inline-block;
}
#catman span.item {
display : inline-block;
padding-left : 5px;
padding-right : 5px;
font-size : 1.2em;
}
#catman span.posttext {
font-size : 1em;
text-align : center;
}
#catman a{
text-decoration : none;
}
#catman a:hover{
text-decoration : underline;
}
To make the container of your module disappeare, you have
- Enter name in Modulename in Module Settings, such as catman(as i used in example above)
- Create a new template position in your template/index php with something like
- You will have to create this template position in your Administrator -> Site ->
Template Manager -> Module Position, in one emply field enter "catman" as your position name.
- In your Module Settings for Catman Module, change Module Position to Catman
Download Here - Version 1.1.0 - July 3rd, 2006
|