Your IP : 216.73.216.247


Current Path : /opt/allsoanup/public_html/modules/mod_vp_compare/
Upload File :
Current File : //opt/allsoanup/public_html/modules/mod_vp_compare/mod_vp_compare.xml

<?xml version="1.0" encoding="utf-8"?>
<extension
	type="module"
	version="3.1"
	client="site"
	method="upgrade">
	
	<name>VP Compare</name>
	<version>1.1</version>
	<creationDate>June 2015</creationDate>
	<author>Abhishek Das</author>
	<authorEmail>info@virtueplanet.com</authorEmail>
	<authorUrl>http://www.virtueplanet.com</authorUrl>
	<copyright>Copyright © 2012-2015 VirtuePlanet Services LLP. All Rights Reserved</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<description>Ajax Compare Product Module for VirtueMart 3+. Works only under Joomla! 3 templates built with VP Framework.</description>
	
	<files>
		<filename module="mod_vp_compare">mod_vp_compare.php</filename>
		<filename>helper.php</filename>
		<filename>index.html</filename>
		<folder>assets</folder>
		<folder>tmpl</folder>
	</files>

	<config>
		<fields name="params">
			<fieldset 
				name="basic">
				<field 
					name="show_price"
					type="radio" 
					default="1"
					class="btn-group btn-group-yesno"
					label="Show Total Price"
					description="If yes, cart total will be displayed.">
					<option value="1">Yes</option>
					<option value="0">No</option>
				</field>
				<field 
					name="show_product_list" 
					type="radio" 
					default="1"
					class="btn-group btn-group-yesno"
					label="Show Product List"
					description="If yes, list of products in cart will be displayed">
					<option value="1">Yes</option>
					<option value="0">No</option>
				</field>
			</fieldset>
			<fieldset
				name="advanced">
				<field
					name="layout"
					type="modulelayout"
					label="JFIELD_ALT_LAYOUT_LABEL"
					description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
				<field
					name="moduleclass_sfx"
					type="textarea" 
					rows="3"
					label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
					description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
				<field
					name="cache"
					type="hidden"
					default="0"
					label="COM_MODULES_FIELD_CACHING_LABEL"
					description="COM_MODULES_FIELD_CACHING_DESC" />
				<field
					name="owncache"
					type="hidden"
					default="0"/>
			</fieldset>
		</fields>
	</config>

</extension>