| Virtuemart Featured Product Grid Documentation |
|
|
|
InstallationInstall as normal using the Joomla installer. ParametersModule Type. The module parameters are illustrated below. The 'Show Type' parameter is used to select the type of product listing required. The options available are: random, most popular, most recently added, and products on special offer. Product Categories. The results can be filtered by category, either using a selected category list, or the current category. To use selected categories, set the Category IDs parameter: this can be a single Virtuemart product category id, a comma-separated list of categories, or can be blank to use all categories. Please note that the category id is the value in the far right column under 'id' when viewing the Virtuemart category tree. Alternatively the module can filter the results for the current category when the category browse page or product details page is being viewed. To use this feature, set the 'Use Request Category' parameter to 'yes'. When other pages are being viewed, the module will display results for the categories listed for the Category IDs parameter.
Transition Type. The transition types (for the alternative images) available are scroll, fade or none.
Editing the StyleThe style sheet for the module is in the module file assets/gallery.css. You should be able to style it as you wish simply by editing this file.
Some example stylings are:-
Making the product description visible in the grid view as well as list view.
Find the line
div.gridview div.browseImageHolder div.productDesc{display:none;}
and change the style to display:block
Moving the Product name to the top
Find the line
div.featuredProdGrid div.productName{
Change 'bottom:0px' to 'top:0px'.
If you also uncomment the code /*opacity:0.5;-moz-opacity:0.5; the product name will appear in a nice transparent overlay.
|











