This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/cart/cart_install.xml

39 lines
1.3 KiB
XML
Raw Normal View History

2009-08-03 04:10:16 +00:00
<?xml version="1.0" encoding="ISO-8859-1" ?>
<install>
2009-08-03 04:10:16 +00:00
<!-- Tree Menu Module Properties -->
<module_properties>
2009-08-03 04:10:16 +00:00
<!-- MODULE Dependancy, this module wont be installed if the dependant modules dont exist -->
<dependancy></dependancy>
<!-- Translated display to use on the tree -->
<display></display>
<!-- Display a module in the menu tree -->
<menu_display>0</menu_display>
<!-- MODULE Name -->
<name>cart</name>
2009-08-03 04:10:16 +00:00
<!-- MODULE Notes, these notes show up in the modules table, as a description of the module -->
<notes><![CDATA[This module controls the shopping cart contents]]></notes>
2009-08-03 04:10:16 +00:00
<!-- MODULE Parent, the parent node in the tree -->
<parent>cart</parent>
<!-- SUB Modules to install with this one -->
<sub_modules></sub_modules>
<!-- MODULE Type (core|base), core modules cannot be deleted, unrecognised types are ignored. -->
2010-11-29 22:41:08 +00:00
<type></type>
</module_properties>
2009-08-03 04:10:16 +00:00
<!-- Tree Menu & Module Methods to load, they will be assigned the group permissions on install time, as selected by the user. -->
<module_method>
<admin_view>
<name>admin_view</name>
</admin_view>
<admin_add>
<name>admin_add</name>
</admin_add>
<admin_changeqty>
<name>admin_changeqty</name>
</admin_changeqty>
<ad_hoc>
<name>ad_hoc</name>
</ad_hoc>
</module_method>
</install>