<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="finder" method="upgrade">
	<name>Smart Search - HikaShop Products</name>
	<creationDate>29 avril 2022</creationDate>
	<version>4.5.1</version>
	<author>Hikashop</author>
	<authorEmail>dev@hikashop.com</authorEmail>
	<authorUrl>http://www.hikashop.com</authorUrl>
	<copyright>(C) 2010-2022 HIKARI SOFTWARE. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<description>This plugin enables you to index HikaShop products information for the Joomla Smart Search system</description>
	<files>
		<filename plugin="hikashop">hikashop.php</filename>
		<filename>hikashop_j3.php</filename>
		<filename>hikashop_j4.php</filename>
	</files>
	<config>
		<fields name="params" addfieldpath="/components/com_hikashop/fields">
			<fieldset name="basic">
				<field name="index_per_category" type="radio" default="0" label="INDEX_PER_CATEGORY" description="INDEX_PER_CATEGORY_DESCRIPTION">
					<option value="0">HIKASHOP_NO</option>
					<option value="1">HIKASHOP_YES</option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>
