<?xml version="1.0" encoding="utf-8"?> <install version="1.5" type="plugin" group="search"> <name>Search - Hikashop Products</name> <author>Hikari Software</author> <creationDate>June 2010</creationDate> <copyright>Copyright (C) 2010 Hikari Software. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>hide@address.com</authorEmail> <authorUrl>www.hikashop.com</authorUrl> <version>1</version> <description>Allows Searching of Products</description> <files> <filename plugin="hikashop_products">hikashop_products.php</filename> </files> <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" description="The id of the menu to append to the URLs so that the product page uses the corresponding HikaShop options"/> <param name="full_path" type="radio" default="1" label="Full breadcrumb path" description="If the id set above is a products listing menu and that this option is toggled on, the breadcrumb path will contain the full category tree down to the product"> <option value="0">No</option> <option value="1">Yes</option> </param> <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> </params> <config> <fields name="params" addfieldpath="/components/com_hikashop/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" size="5" default="" description="The id of the menu to append to the URLs so that the product page uses the corresponding HikaShop options" /> <field name="full_path" type="radio" default="1" label="Full breadcrumb path" description="If the id set above is a products listing menu and that this option is toggled on, the breadcrumb path will contain the full category tree down to the product"> <option value="0">No</option> <option value="1">Yes</option> </field> <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> </fieldset> </fields> </config> </install>