This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcom_j2store.xml
executable file
·89 lines (82 loc) · 3.13 KB
/
com_j2store.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="component" method="upgrade">
<name>J2Store</name>
<author>Ramesh Elamathi</author>
<creationDate>MAY 2024</creationDate>
<copyright>Copyright (c) 2024 Cartrabbit. All rights reserved.</copyright>
<authorEmail>support@j2store.org</authorEmail>
<authorUrl>https://www.j2store.org</authorUrl>
<version>4.0.5</version>
<license>https://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description><![CDATA[<h3>J2 Store V4 Professional</h3>
Flexible and native Joomla shopping cart solution. <br />
Use Joomla articles as products and get your shop online in less than 10 minutes. <br />
Start setting up your store now. <br />
Learn more from the <a target="_blank" href="https://www.j2store.org/support/user-guide/getting-started-with-j2store.html">Getting started guide</a>]]>
</description>
<!-- Public front end files -->
<files folder="components/com_j2store">
<filename>index.html</filename>
<filename>router.php</filename>
<filename>j2store.php</filename>
<folder>views</folder>
<folder>controllers</folder>
<folder>models</folder>
</files>
<!-- Frontend translation files -->
<languages folder="language/frontend">
<language tag="en-GB">en-GB/en-GB.com_j2store.ini</language>
</languages>
<updateservers>
<server type="extension" name="J2Store Professional">https://cdn.j2store.net/j2store4.xml</server>
</updateservers>
<!-- SQL query files to execute on installation -->
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install/mysql/install.j2store.sql</file>
<file driver="mysql">sql/install/mysql/install.j2store.sql</file>
<file driver="mysqli" charset="utf8">sql/install/mysql/install.j2store.sql</file>
<file driver="mysqli">sql/install/mysql/install.j2store.sql</file>
</sql>
</install>
<!-- Media files -->
<media destination="j2store" folder="media/j2store">
<folder>fonts</folder>
<folder>css</folder>
<folder>images</folder>
<folder>js</folder>
<filename>index.html</filename>
</media>
<!-- Administrator back-end section -->
<administration>
<!-- Administration menu -->
<menu view="cpanel">J2Store</menu>
<!-- Back-end files -->
<files folder="administrator/components/com_j2store">
<folder>controllers</folder>
<folder>sql</folder>
<folder>views</folder>
<folder>library</folder>
<folder>helpers</folder>
<folder>models</folder>
<folder>tables</folder>
<folder>fof</folder>
<folder>layouts</folder>
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>fof.xml</filename>
<filename>index.html</filename>
<filename>j2store.php</filename>
<filename>toolbar.php</filename>
<filename>dispatcher.php</filename>
<filename>version.php</filename>
</files>
<!-- Back-end translation files -->
<languages folder="language/backend">
<language tag="en-GB">en-GB/en-GB.com_j2store.ini</language>
<language tag="en-GB">en-GB/en-GB.com_j2store.sys.ini</language>
</languages>
</administration>
<!-- Installation / uninstallation PHP scripts -->
<scriptfile>script.j2store.php</scriptfile>
</extension>