forked from redCOMPONENT-COM/redSHOP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redshop.xml
185 lines (165 loc) · 8.03 KB
/
redshop.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="2.5" method="upgrade">
<name>COM_REDSHOP</name>
<creationDate>January 2018</creationDate>
<author>redCOMPONENT.com</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.redweb.dk</authorUrl>
<copyright>(c) Redweb.dk</copyright>
<license>GNU/GPL</license>
<version>3.0.1</version>
<description>COM_REDSHOP_DESCRIPTION</description>
<scriptfile>install.php</scriptfile>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install/mysql/install.sql</file>
<file driver="mysql" charset="utf8">sql/install/mysql/data.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/install/mysql/uninstall.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="component/site">
<folder>assets</folder>
<folder>controllers</folder>
<folder>layouts</folder>
<folder>models</folder>
<folder>views</folder>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>redshop.php</filename>
<filename>router.php</filename>
</files>
<languages folder="component/site/language">
<language tag="en-GB">en-GB/en-GB.com_redshop.ini</language>
</languages>
<!-- Medias -->
<media destination="com_redshop" folder="media/com_redshop">
<folder>css</folder>
<folder>fonts</folder>
<folder>images</folder>
<folder>js</folder>
<folder>templates</folder>
<folder>translations</folder>
<filename>index.html</filename>
</media>
<administration>
<menu img="components/com_redshop/assets/images/redshopcart16.png">COM_REDSHOP</menu>
<files folder="component/admin">
<folder>assets</folder>
<folder>config</folder>
<folder>controllers</folder>
<folder>extras</folder>
<folder>help</folder>
<folder>helpers</folder>
<folder>layouts</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>updates</folder>
<folder>views</folder>
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>redshop.php</filename>
</files>
<languages folder="component/admin/language">
<language tag="en-GB">en-GB/en-GB.com_redshop.ini</language>
<language tag="en-GB">en-GB/en-GB.com_redshop.sys.ini</language>
</languages>
</administration>
<!-- Libraries to install with the component -->
<libraries>
<library name="redshop"/>
</libraries>
<!-- Modules to install with the component -->
<modules>
<module name="mod_redshop_cart" client="site"/>
<module name="mod_redshop_search" client="site"/>
</modules>
<!-- Plugins to install with the component -->
<plugins>
<!-- Finder plugin -->
<plugin group="finder" name="redshop"/>
<!-- Quick Icon plugin -->
<plugin group="quickicon" name="redshop"/>
<!-- Alert plugin -->
<plugin group="redshop_alert" name="alert"/>
<!-- Redshop Export plugins -->
<plugin name="attribute" group="redshop_export" published="published"/>
<plugin name="category" group="redshop_export" published="published"/>
<plugin name="field" group="redshop_export" published="published"/>
<plugin name="manufacturer" group="redshop_export" published="published"/>
<plugin name="newsletter_subscriber" group="redshop_export" published="published"/>
<plugin name="product" group="redshop_export" published="published"/>
<plugin group="redshop_export" name="product_stockroom_data" published="published"/>
<plugin name="related_product" group="redshop_export" published="published"/>
<plugin name="shipping_address" group="redshop_export" published="published"/>
<plugin name="shopper_group_attribute_price" group="redshop_export" published="published"/>
<plugin name="shopper_group_product_price" group="redshop_export" published="published"/>
<plugin name="user" group="redshop_export" published="published"/>
<plugin name="order" group="redshop_export" published="published"/>
<!-- Redshop Import plugins -->
<plugin group="redshop_import" name="attribute" published="published"/>
<plugin group="redshop_import" name="category" published="published"/>
<plugin group="redshop_import" name="field" published="published"/>
<plugin group="redshop_import" name="manufacturer" published="published"/>
<plugin group="redshop_import" name="newsletter_subscriber" published="published"/>
<plugin group="redshop_import" name="product" published="published"/>
<plugin group="redshop_import" name="shipping_address" published="published"/>
<plugin group="redshop_import" name="shopper_group_product_price" published="published"/>
<plugin group="redshop_import" name="shopper_group_attribute_price" published="published"/>
<plugin group="redshop_import" name="user" published="published"/>
<plugin group="redshop_import" name="product_stockroom_data" published="published"/>
<plugin group="redshop_import" name="related_product" published="published"/>
<!-- Payments plugins -->
<plugin group="redshop_payment" name="rs_payment_banktransfer"/>
<plugin group="redshop_payment" name="rs_payment_paypal"/>
<!-- PDF library plugins -->
<plugin group="redshop_pdf" name="tcpdf" published="published"/>
<!-- Shipping plugins -->
<plugin group="redshop_shipping" name="default_shipping"/>
<!-- Joomla Search plugins -->
<plugin group="search" name="redshop_categories"/>
<plugin group="search" name="redshop_products"/>
<!-- sh404sef plugins -->
<plugin group="sh404sefextplugins" name="sh404sefextplugincom_redshop" published="published"/>
<!-- System plugins -->
<plugin group="system" name="redshop" published="published"/>
<plugin group="system" name="redgoogleanalytics"/>
<!-- redSHOP product plugin -->
<plugin group="redshop_product" name="sh404urls" published="published"/>
<!-- redSHOP Twig plugins -->
<plugin group="twig" name="cache" published="published"/>
<plugin group="twig" name="debug" published="published"/>
<plugin group="twig" name="japp" published="published"/>
<plugin group="twig" name="jarray" published="published"/>
<plugin group="twig" name="jdoc" published="published"/>
<plugin group="twig" name="jhtml" published="published"/>
<plugin group="twig" name="jlang" published="published"/>
<plugin group="twig" name="jlayout" published="published"/>
<plugin group="twig" name="jposition" published="published"/>
<plugin group="twig" name="jprofiler" published="published"/>
<plugin group="twig" name="jregistry" published="published"/>
<plugin group="twig" name="jroute" published="published"/>
<plugin group="twig" name="jsession" published="published"/>
<plugin group="twig" name="jtext" published="published"/>
<plugin group="twig" name="juri" published="published"/>
<plugin group="twig" name="juser" published="published"/>
<plugin group="twig" name="unserialize" published="published"/>
<plugin group="twig" name="redshop" published="published"/>
</plugins>
<updateservers>
<server type="extension" priority="1" name="redSHOP update">
http://updates.redcomponent.com/redshop/update.xml
</server>
</updateservers>
</extension>