Mbooth standard

Mbooth - (aka. Module Booth) - this opencart extension, used by Dreamvention to manage modules on their opencart stores. It allows the user to download or even completely delete the files of the module. 

Also it provides valuable information about the module and the version change log. 

 

Mbooth xml file - this file is used by the mbooth module to download the files from the system. The files are listed in the xml format. 

 

Example of an mbooth xml file mbooth_d_quickcheckout.xml

<extension>
<id>d_quickcheckout</id>
<name>Ajax Quick Checkout</name>
<description>Ajax Quick Checkout is a sophisticated checkout solution for Opencart, that allows the user to setup the checkout process in the most user-friendly possible way to increase the sales. It removes 6 steps leaving 1 step, creating only one button for all cases. The only solution you will ever need.</description>
<type>module</type>
<version>5.0.6</version>
<license>commercial</license>
<opencart_version>2.0.0.0,2.0.1.1,2.0.2.0;2.0.3.1</opencart_version>
<mbooth_version>1.0</mbooth_version>
<author>Dreamvention</author>
<support_email>info@dreamvention.com</support_email>
<files>
<!-- xml -->
<file>system/mbooth/xml/mbooth_d_quickcheckout.xml</file>
<!-- admin -->
<file>admin/controller/module/d_quickcheckout.php</file>
<file>admin/language/english/module/d_quickcheckout.php</file>
<file>admin/view/template/module/d_quickcheckout.tpl</file>
<file>admin/view/stylesheet/d_quickcheckout.css</file>
<!-- model -->
<file>catalog/model/d_quickcheckout/order.php</file>
<!-- catalog -->
<file>catalog/controller/module/d_quickcheckout.php</file>
<file>catalog/language/english/module/d_quickcheckout.php</file>
<!-- view -->
<file>catalog/view/theme/default/template/checkout/d_quickcheckout.tpl</file>
<file>catalog/view/theme/default/template/module/d_quickcheckout.tpl</file>
<!-- vqmod -->
<file>vqmod/xml/a_vqmod_d_quickcheckout.xml</file>
<!-- system -->
<file>system/config/d_quickcheckout.php</file>
<file>system/library/ubench.php</file>
</files>
<dirs>
<dir>system/library/monolog</dir>
<dir>system/library/psr</dir>
<dir>catalog/view/javascript/d_quickcheckout</dir>
<dir>catalog/view/theme/default/image/d_quickcheckout</dir>
<dir>catalog/view/theme/default/stylesheet/d_quickcheckout</dir>
<dir>catalog/view/theme/default/template/d_quickcheckout</dir>
<dir>image/data/payment</dir>
</dirs>
<required>
<require version="5.0.0">vqmod</require>
<require version="3.0.0">shopunity</require>
</required>
<updates>
<update version="5.0.6"><![CDATA[
1. criticl issue fixed
]]></update>
<update version="5.0.5"><![CDATA[
1. criticl issue fixed
]]></update>
<update version="5.0.4"><![CDATA[
1. criticl issue fixed
]]></update>
<update version="5.0.3"><![CDATA[
1. autocompleate on. <br/>
2. address confclict fix<br/>
]]></update>
<update version="5.0.2"><![CDATA[
1. Bugfix.
]]></update>
<update version="5.0.1"><![CDATA[
1. Bugfix.
]]></update>
<update version="5.0.0"><![CDATA[
1. Updated to 2.0.0.0
]]></update>
</updates>
</extension>
 
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk