Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/modules/mod_phocacart_cart/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/modules/mod_phocacart_cart/mod_phocacart_cart.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" client="site"
method="upgrade" version="3.9">
	<name>mod_phocacart_cart</name>
	<author>Jan Pavelka (www.phoca.cz)</author>
	<creationDate>04/12/2021</creationDate>
	<authorEmail></authorEmail>
	<authorUrl>https://www.phoca.cz</authorUrl>
	<copyright>Jan Pavelka</copyright>
	<license>GNU/GPL</license>
	<version>3.5.8</version>
	<description>MOD_PHOCACART_CART_DESCRIPTION</description>
	<projectName>PhocaCartCartModule</projectName>

	<files>
		<folder>tmpl</folder>
		<filename
module="mod_phocacart_cart">index.html</filename>
		<filename
module="mod_phocacart_cart">mod_phocacart_cart.php</filename>
	</files>

	<languages>
		<language
tag="en-GB">language/en-GB/en-GB.mod_phocacart_cart.ini</language>
		<language
tag="en-GB">language/en-GB/en-GB.mod_phocacart_cart.sys.ini</language>
	</languages>
	
	<config>
		<fields name="params">
			<fieldset name="basic">
			
			<field name="display_image" type="radio"
class="btn-group btn-group-yesno" default="0"
label="MOD_PHOCACART_CART_FIELD_DISPLAY_IMAGE_LABEL"
description="MOD_PHOCACART_CART_FIELD_DISPLAY_IMAGE_DESC">
	<option value="1">MOD_PHOCACART_CART_YES</option>
	<option value="0">MOD_PHOCACART_CART_NO</option>
</field>

		<field name="display_checkout_link" type="list"
default="1"
label="MOD_PHOCACART_CART_FIELD_DISPLAY_CHECKOUT_LINK_LABEL"
description="MOD_PHOCACART_CART_FIELD_DISPLAY_CHECKOUT_LINK_DESC">
	<option value="1">MOD_PHOCACART_CART_YES</option>
	<option
value="2">MOD_PHOCACART_CART_YES_ONLY_WHEN_CART_INCLUDES_PRODUCTS</option>
	<option value="0">MOD_PHOCACART_CART_NO</option>
</field>

<field name="load_component_media" type="radio"
class="btn-group btn-group-yesno" default="1"
label="MOD_PHOCACART_CART_FIELD_LOAD_COMPONENT_MEDIA_LABEL"
description="MOD_PHOCACART_CART_FIELD_LOAD_COMPONENT_MEDIA_DESC">
	<option value="1">MOD_PHOCACART_CART_YES</option>
	<option value="0">MOD_PHOCACART_CART_NO</option>
</field>
			</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="textarea"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC"
rows="3"/>
				<field name="cache" type="list"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC"
default="1" filter="integer">
					<option value="1">JGLOBAL_USE_GLOBAL</option>
					<option
value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
				</field>
				<field name="cache_time" type="number"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC"
default="900" filter="integer"/>
				<field name="cachemode" type="hidden"
default="static">
					<option value="static"/>
				</field>
            </fieldset>
		</fields>
	</config>

	<updateservers>
		<server type="extension" name="MOD_PHOCACART_CART"
priority="1"><![CDATA[https://raw.githubusercontent.com/PhocaCz/PhocaCartCartModule/master/manifest.xml]]></server>
	</updateservers>
</extension>