Your IP : 216.73.216.231


Current Path : /home/digilove/public_html/modules/mod_sellerview/
Upload File :
Current File : /home/digilove/public_html/modules/mod_sellerview/mod_sellerview.xml

<?xml version="1.0" encoding="utf-8"?>
<extension
	type="module"
	version="3.0"
	client="site"
	method="upgrade">

	<name>Marketplace Seller View</name>

	<creationDate>March 2014</creationDate>
	<license>GNU General Public License version 2 or later; see	LICENSE.txt</license>
	<author>Webkul Software Pvt. Ltd.</author>
	<authorEmail>admin@webkul.com</authorEmail>
	<authorUrl>http://webkul.com</authorUrl>
	<copyright>webkul.com</copyright>
	<version>5.2</version>
	<description>Marketplace Seller View module for Virtuemart.</description>
	<files>
		<filename module="mod_sellerview">mod_sellerview.php</filename>
		<filename module="mod_sellerview">helper.php</filename>
		<filename>index.html</filename>
		<filename>mod_sellerview.xml</filename>
		<folder>css</folder>
	</files>
	<help key="JHELP_EXTENSIONS_MODULE_MANAGER_MENU" />
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field
					name="show_seller_name"
					type="radio"
					default="1"
					label="SELLER_NAME"
					description="SELLER_NAME_DESC" class="btn-group btn-group-yesno">
					<option value="1">SAY_YES</option>
					<option value="0" >SAY_NO</option>
				</field>
				<field
					name="module_height"
					type="text"
					default="350"
					size="20"
					label="SET_MODULE_HEIGHT"
					description="SET_MODULE_HEIGHT_DESC">
					<option value="1">GRID_VIEW</option>
					<option value="0" >LIST_VIEW</option>
				</field>
			</fieldset>
			<fieldset name="advanced">
				<field
					name="moduleclass_sfx"
					type="text"
					label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" default=""
					description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />

				<field
					name="cache"
					type="list"
					default="1"
					label="COM_MODULES_FIELD_CACHING_LABEL"
					description="COM_MODULES_FIELD_CACHING_DESC">
					<option
						value="1">JGLOBAL_USE_GLOBAL</option>
					<option
						value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
				</field>
				<field
					name="cache_time"
					type="text"
					default="900"
					label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
					description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
				<field
					name="cachemode"
					type="hidden"
					default="itemid">
					<option
						value="itemid"></option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>