<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/module-install.dtd">
<install type="module" version="1.5.0">
	<name>VirtueMart Multiple Display</name>
	<creationDate>05 Aug 2009</creationDate>
	<author>Jason Lim</author>
	<authorEmail>sales@eko.com.my</authorEmail>
	<authorUrl>http://www.eko-solution.com</authorUrl>
	<copyright>
		Copyright (C) 2004-2008 Soeren Eberhardt-Biermann. All rights
		reserved.
	</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<version>1.0</version>
	<description>Modified to enable more flexibility in positioning (horizontal + vertical) and space saving. Shows the latest, featured, best selling, and/or random products from VirtueMart.</description>
	<files>
		<filename module="mod_vm_multidisplay">mod_vm_multidisplay.php</filename>
	</files>
	<params>
		<param name="show_new" type="radio" default="1"
			label="Show new products?"
			description="Shows the  newest products from your portfolio.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="show_topten" type="radio" default="1"
			label="Show TopTen products?"
			description="Shows the TopTen besteller products from your portfolio.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="show_special" type="radio" default="1"
			label="Show Featured Products?"
			description="Shows featured products from your portfolio.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="show_random" type="radio" default="1"
			label="Show random products?"
			description="Show randomly choosen products from your portfolio.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<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="max_items" type="text" default="5"
			label="No of items display"
			description="Number of items to display in each tab" />
		<param name="display_style" type="list" default="horizintal"
			label="Diplay Style"
			description="Here you can decide wether the products are shown in a horizontal or vertical list">
			<option value="horizontal">Horizontal (1 Row)</option>
			<option value="vertical">Vertical (1 Column)</option>
			<option value="table">Table (X rows and Y columns)</option>
		</param>
		<param name="products_per_row" type="text" default="5"
			label="Products per row"
			description="Only when Table is selected: The Number of columns per row in the table for the product snapshots." />
		<param name="featured_tabname" type="text" default="Featured Products"
			label="Tab Lebel for 'Featured'"
			description="Text to show on the tab for featured products" />	
		<param name="new_tabname" type="text" default="New Arrival"
			label="Tab Lebel for 'New Products'"
			description="Text to show on the tab for new products" />
		<param name="topten_tabname" type="text" default="Most Popular Products"
			label="Tab Lebel for 'Most Popular'"
			description="Text to show on the tab for most popular products" />
		<param name="random_tabname" type="text" default="Random Products"
			label="Tab Lebel for 'Random'"
			description="Text to show on the tab for random products" />	
    <param name="cache" type="radio" default="0"
			label="Enable Cache"
			description="Select whether to cache the content of this module">
			<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" />
		<param name="class_sfx" type="text" default=""
			label="Menu Class Suffix"
			description="A suffix to be applied to the css class of the menu items" />
	</params>
</install>
