Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/plugins/hikashop/myuserfield/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/plugins/hikashop/myuserfield/myuserfield.xml

<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin"
group="hikashop" method="upgrade">
	<name>HikaShop: My User Custom Field</name>
	<creationDate>27 octobre 2021</creationDate>
	<version>4.4.4</version>
	<author>Obsidev</author>
	<authorEmail>dev@obsidev.com</authorEmail>
	<authorUrl>http://www.obsidev.com</authorUrl>
	<copyright>Copyright (C) 2012-2021 OBSIDEV SARL - All rights
reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html
GNU/GPL</license>
	<description>HikaShop: My User Custom Field</description>
	<files>
		<filename
plugin="myuserfield">myuserfield.php</filename>
		<filename>myuserfield_class.php</filename>
		<filename>script.php</filename>
		<filename>jquery-ui-i18n.js</filename>
	</files>
	<params addpath="/components/com_hikashop/params">
	</params>
	<config>
		<fields name="params"
addfieldpath="/components/com_hikashop/fields">
			<fieldset name="basic">
				<field
					name="customfield"
					type="sql"
					default=""
					label="User custom field"
					description="Select the field which you want Parent to select
their children when shopping"
					query="SELECT field_namekey AS value, field_realname AS
customfield FROM #__hikashop_field"
					header="Please select your coustom field" />
			</fieldset>
		</fields>
	</config>
</extension>