<?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 All-In-One</name>
	<creationDate>February 2008</creationDate>
	<author>The VirtueMart Development Team</author>
	<authorEmail>soeren|at|virtuemart.net</authorEmail>
	<authorUrl>http://www.virtuemart.net</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.1.0</version>
	<description>Shows the latest, featured, best selling, and/or random products from VirtueMart.</description>
	<files>
		<filename module="mod_virtuemart_allinone">mod_virtuemart_allinone.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="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>

