| Current Path : /home/digilove/public_html/modules/mod_sellercategory/ |
| Current File : /home/digilove/public_html/modules/mod_sellercategory/mod_sellercategory.xml |
<?xml version="1.0" encoding="utf-8"?> <!-- /** * @copyright Copyright (c) 2016 webkul. All rights reserved. * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ --> <extension type="module" version="3.0" client="site" method="upgrade"> <name>Marketplace Seller Category</name> <creationDate>July 2014</creationDate> <author>Webkul Software Pvt. Ltd.</author> <authorEmail>support@webkul.com</authorEmail> <authorUrl>http://store.webkul.com</authorUrl> <copyright>webkul.com</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <version>5.2</version> <description> <![CDATA[ <p>This module show categories with count of products associated with that seller's products</p> ]]> </description> <files> <filename module="mod_sellercategory">mod_sellercategory.php</filename> <filename>helper.php</filename> <filename>index.html</filename> <folder>tmpl</folder> </files> <config> <fields name="params"> <fieldset name="basic"> </fieldset> <fieldset name="advanced"> <field name="layout" type="modulelayout" label="JFIELD_ALT_LAYOUT_LABEL" description="JFIELD_ALT_MODULE_LAYOUT_DESC" /> <field name="moduleclass_sfx" type="text" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" 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="static" > <option value="static"></option> </field> </fieldset> </fields> </config> </extension>