<?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 Shopping Cart</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 a shopping cart for your customers.</description>
	<files>
		<filename module="mod_virtuemart_cart">mod_virtuemart_cart.php</filename>
	</files>
	<params>
		<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="vmCartDirection" type="radio" default="0"
			label="Cart Direction"
			description="Select whether the newest product is displayed first or last in the cart.">
			<option value="0">First</option>
			<option value="1">Last</option>
		</param>
		<param name="vmEnableGreyBox" type="radio" default="0"
			label="Display Cart in Grey Box"
			description="Select whether to display the cart in a grey box">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
	</params>
</install>
