<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://www.joomla.org/xml/dtd/1.5/module-install.dtd">
<install type="module" version="1.5.0">
	<name>VTEM VirtueMart Scroller</name>
	<creationDate>01/10/2010</creationDate>
	<author>Nguyen Van Tuyen</author>
	<authorEmail>tuyen0110@gmail.com</authorEmail>
	<authorUrl>http://www.vtem.net</authorUrl>
	<copyright>Copyright (C) 2010 VTEM.NET. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<version>1.0</version>
	<description>Shows products from VirtueMart.</description>
	<files>
		<filename module="mod_vtem_virtuemart_scroller">mod_vtem_virtuemart_scroller.php</filename>
		<folder>common/</folder>
	</files>
	<params>
	    <param name="moduleID" type="text" default="VtemScroller1" label="Module unique ID" description="Unique ID for module (must be unique if you have two or more modules on one page) (i.e. slideshow1)"/>
		<param name="display_style" type="radio" default="horizontal"
			label="Layout"
			description="Here you can decide wether the products are shown in a horizontal or vertical list">
			<option value="horizontal">Horizontal</option>
			<option value="vertical">Vertical</option>
		</param>
		<param name="nav_style" type="list" default="style1" label="Navigation style" description="Navigation style options">
			<option value="style1">Style1</option>
			<option value="style2">Style2</option>
			<option value="style3">Style3</option>
	  	</param>
		<param name="module_width" type="text" default="600" label="Module width (px)" description="Width of the whole module" />
		<param name="module_height" type="text" default="250" label="Module height (px)" description="Height of the whole module" />
		<param name="slide_size" type="text" default="200" label="Slide size (px)" description="Size of one slide. When aligned vertical it's the slide height. When aligned horizontal it's the slide width." />
		<param name="slide_interval" type="text" default="5000" label="Slide interval (ms)" description="Time interval of changing between items when autoplay on in milliseconds" />
		<param name="autoplay" type="radio" default="1" label="Autoplay" description="Changing between items automatically">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="category_id" type="text" default=""
			label="Category ID(s)"
			description="Here you can fill in one or more category IDs (comma-separated list), so that only products from this special Category are displayed. Just leave blank if you want to display featured products from all categories." />
		<param name="max_items" type="text" default="8"
			label="Number of products"
			description="This defines the number of products which will be displayed in the module." />
		<param name="show_price" type="list" default="1"
			label="Show Product Price?"
			description="Defines wether the product price is displayed or not.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="show_addtocart" type="list" default="1"
			label="Show Add-To-Cart Link?"
			description="Defines wether the Add-To-Cart Link is displayed or not.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="feature" type="radio" default="0" label="Featured Products only" description="">
			<option value="0">No</option>
		    <option value="1">Yes</option>
		</param>
		<param name="order" type="list" default="c_dsc" label="Ordering" description="Ordering options">
			<option value="c_dsc">Recently Added First</option>
			<option value="name">Product name</option>
			<option value="rnd">Randomize</option>
	  	</param>
		<param name="image_size" type="radio" default="0" label="Image resize" description="Set image resize">
			<option value="0">No</option>
		    <option value="1">Yes</option>
		</param>
		<param name="image_width" type="text" default="150" label="Image width(px)" description="this is the width of the Image in Sideshow (Example:100px)." />
		<param name="image_height" type="text" default="100" label="Image height(px)" description="this is the height of the Image in Sideshow (Example:70px)." />
		<param name="background" type="radio" default="1" label="Show background" description="Show or hide background for the module">
		    <option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="loadscript" type="radio" default="1" label="Mootools" description="Enable or Disable mootools script">
		    <option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="moduleclass_sfx" type="text" default=""
			label="Module Class Suffix"
			description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
</params>
</install>
