Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/plugins/search/hikamarket_vendors/ |
| [Home] [System Details] [Kill Me] |
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin"
group="search" method="upgrade">
<name>Search - HikaMarket Vendors</name>
<hikainstall ordering="0" enable="1"
report="0" />
<creationDate>20 juillet 2020</creationDate>
<version>3.1.1</version>
<author>Obsidev</author>
<authorEmail>dev@obsidev.com</authorEmail>
<authorUrl>http://www.obsidev.com</authorUrl>
<copyright>Copyright (C) 2012-2020 OBSIDEV SARL - All rights
reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html
GNU/GPL</license>
<description>Allows Searching of vendors</description>
<files>
<filename
plugin="hikamarket_vendors">hikamarket_vendors.php</filename>
</files>
<params addpath="/components/com_hikamarket/params">
<param name="search_limit" type="text"
size="5" default="50" label="Search Limit"
description="Number of Search items to return" />
<param name="item_id" type="text"
size="5" default="" label="Itemid for
vendors" description="The id of the menu to append to the URLs so
that the vendor page uses the corresponding HikaMarket options" />
<param name="new_page" type="radio"
default="1" label="New page" description="Open
links on a new page">
<option value="2">No</option>
<option value="1">Yes</option>
</param>
<param name="fields" type="vendorsearchfields"
default="vendor_name,vendor_description" label="Fields"
description="Select the fields you want to be searchable" />
<param name="add_image" type="radio"
default="0" label="Add image" description="Add an
image in the returned content">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
</params>
<config>
<fields name="params"
addfieldpath="/components/com_hikamarket/fields">
<fieldset name="basic">
<field name="search_limit" type="text"
label="Search Limit" size="5" default="50"
description="Number of Search items to return" />
<field name="item_id" type="text"
label="Itemid for vendors" size="5"
default="" description="The id of the menu to append to the
URLs so that the vendor page uses the corresponding HikaMarket
options" />
<field name="new_page" type="radio"
default="1" label="New page" description="Open
links on a new page">
<option value="2">No</option>
<option value="1">Yes</option>
</field>
<field name="fields" type="vendorsearchfields"
default="vendor_name,vendor_description" label="Fields"
description="Select the fields you want to be searchable" />
<field name="add_image" type="radio"
default="0" label="Add image" description="Add an
image in the returned content">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
</fieldset>
</fields>
</config>
</extension>