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

23 lines
499 B
XML
Raw Normal View History

<install>
<module_properties>
<name>cart</name>
<parent>cart</parent>
<notes><![CDATA[This module controls the shopping cart contents]]></notes>
</module_properties>
<sql_inserts>
<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>
</sql_inserts>
</install>