<?xml version="1.0" encoding="iso-8859-1"?>
<extension
	type="module"
	version="1.7"
	client="site"
	method="upgrade">
    <name>S5 Column Cart AJAX</name>
    <creationDate>7/2/2009</creationDate>
    <author>Shape 5</author>
    <copyright>Copyright (C) 2009 Shape 5 LLC. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
    <authorEmail>contact@shape5.com</authorEmail>
    <authorUrl>www.shape5.com</authorUrl>
    <version>1.7.3</version>
    <description>Column Cart updated to include AJAX support. Shows cart price and quantity, individual cart items are visible when button is clicked. By Shape5.com</description>
	<files>
		<filename module="mod_vm_s5_column_cart_AJAX">mod_vm_s5_column_cart_AJAX.php</filename>
		<filename>helper.php</filename>		
		<folder>s5_columncart</folder>
		<folder>js</folder>
		<folder>tmpl</folder>
		<folder>helpers</folder>		
	</files>
	<languages>
		<language tag="en-GB">en-GB.mod_vm_s5_column_cart_AJAX.ini</language>
		<language tag="en-GB">en-GB.mod_vm_s5_column_cart_AJAX.sys.ini</language>
	</languages>	
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field
					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" />
				<field
					name="fontcolor"
					type="text"
					default="FFFFFF"
					label="Box Font Color"
					description="This is font color displayed for your items and intro text" />
				<field
					name="introtext"
					type="text"
					default="Your Cart:"
					label="Title Text"
					description="This is the text that is displayed at the top of the cart" />
				<field
					name="individual_price"
					type="text"
					default="Price"
					label="Individual Price Text"
					description="This is the text that is displayed for the Individual Price" />
				<field
					name="order_total"
					type="text"
					default="Order Total"
					label="Order Total Text"
					description="This is the text that is displayed for the Order Total" />
				<field
					name="items"
					type="text"
					default="Items"
					label="Items Text"
					description="This is the text that is displayed for the Items" />
				<field
					name="show_cart"
					type="text"
					default="Show Cart"
					label="Show Cart Text"
					description="This is the text that is displayed for the Show Cart button" />
			</fieldset>
		</fields>	
	</config>
</extension>
