forked from PhocaCz/PhocaCart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphocacart.xml
executable file
·147 lines (133 loc) · 10.3 KB
/
phocacart.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" method="upgrade" version="4.0">
<name>com_phocacart</name>
<author>Jan Pavelka (www.phoca.cz)</author>
<creationDate>12/09/2024</creationDate>
<authorEmail></authorEmail>
<authorUrl>https://www.phoca.cz</authorUrl>
<copyright>Jan Pavelka</copyright>
<license>GNU/GPL</license>
<version>4.0.11</version>
<description>COM_PHOCACART_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<projectName>PhocaCart</projectName>
<install>
<sql>
<file driver="mysql" charset="utf8">install/sql/mysql/install.utf8.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">install/sql/mysql/uninstall.utf8.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">update/sql/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<folder>controllers</folder>
<folder>helpers</folder>
<folder>views</folder>
<folder>assets</folder>
<folder>layouts</folder>
<folder>models</folder>
<filename>index.html</filename>
<filename>phocacart.php</filename>
<filename>router.php</filename>
<filename>controller.php</filename>
</files>
<media destination="com_phocacart" folder="media">
<folder>duotone</folder>
<folder>css</folder>
<folder>js</folder>
<folder>images</folder>
<filename>index.html</filename>
</media>
<languages folder="admin/language">
<language tag="en-GB" client="site">en-GB/en-GB.com_phocacart.ini</language>
<language tag="en-GB" client="site">en-GB/en-GB.com_phocacart.sys.ini</language>
</languages>
<administration>
<menu img="class:cp" alt="COM_PHOCACART" link="option=com_phocacart">COM_PHOCACART</menu>
<submenu>
<menu img="class:cp" alt="COM_PHOCACART_CONTROLPANEL" view="phocacartcp" link="option=com_phocacart&view=phocacartcp">COM_PHOCACART_CONTROLPANEL</menu>
<menu img="class:items" alt="COM_PHOCACART_PRODUCTS" view="phocacartitems" link="option=com_phocacart&view=phocacartitems">COM_PHOCACART_PRODUCTS</menu>
<menu img="class:categories" alt="COM_PHOCACART_CATEGORIES" view="phocacartcategories" link="option=com_phocacart&view=phocacartcategories">COM_PHOCACART_CATEGORIES</menu>
<menu img="class:specifications" alt="COM_PHOCACART_SPECIFICATIONS" view="phocacartspecifications" link="option=com_phocacart&view=phocacartspecifications">COM_PHOCACART_SPECIFICATIONS</menu>
<menu img="class:manufacturers" alt="COM_PHOCACART_MANUFACTURERS" view="phocacartmanufacturers" link="option=com_phocacart&view=phocacartmanufacturers">COM_PHOCACART_MANUFACTURERS</menu>
<menu img="class:orders" alt="COM_PHOCACART_ORDERS" view="phocacartorders" link="option=com_phocacart&view=phocacartorders">COM_PHOCACART_ORDERS</menu>
<menu img="class:orderstatuses" alt="COM_PHOCACART_ORDER_STATUSES" view="phocacartstatuses" link="option=com_phocacart&view=phocacartstatuses">COM_PHOCACART_ORDER_STATUSES</menu>
<menu img="class:stockstatuses" alt="COM_PHOCACART_STOCK_STATUSES" view="phocacartstockstatuses" link="option=com_phocacart&view=phocacartstockstatuses">COM_PHOCACART_STOCK_STATUSES</menu>
<menu img="class:shippings" alt="COM_PHOCACART_SHIPPING" view="phocacartshippings" link="option=com_phocacart&view=phocacartshippings">COM_PHOCACART_SHIPPING</menu>
<menu img="class:countries" alt="COM_PHOCACART_COUNTRIES" view="phocacartcountries" link="option=com_phocacart&view=phocacartcountries">COM_PHOCACART_COUNTRIES</menu>
<menu img="class:regions" alt="COM_PHOCACART_REGIONS" view="phocacartregions" link="option=com_phocacart&view=phocacartregions">COM_PHOCACART_REGIONS</menu>
<menu img="class:zones" alt="COM_PHOCACART_ZONES" view="phocacartzones" link="option=com_phocacart&view=phocacartzones">COM_PHOCACART_ZONES</menu>
<menu img="class:payments" alt="COM_PHOCACART_PAYMENT" view="phocacartpayments" link="option=com_phocacart&view=phocacartpayments">COM_PHOCACART_PAYMENT</menu>
<menu img="class:currencies" alt="COM_PHOCACART_CURRENCIES" view="phocacartcurrencies" link="option=com_phocacart&view=phocacartcurrencies">COM_PHOCACART_CURRENCIES</menu>
<menu img="class:taxes" alt="COM_PHOCACART_TAXES" view="phocacarttaxes" link="option=com_phocacart&view=phocacarttaxes">COM_PHOCACART_TAXES</menu>
<menu img="class:users" alt="COM_PHOCACART_CUSTOMERS" view="phocacartusers" link="option=com_phocacart&view=phocacartusers">COM_PHOCACART_CUSTOMERS</menu>
<menu img="class:groups" alt="COM_PHOCACART_CUSTOMER_GROUPS" view="phocacartgroups" link="option=com_phocacart&view=phocacartgroups">COM_PHOCACART_CUSTOMER_GROUPS</menu>
<menu img="class:rewards" alt="COM_PHOCACART_REWARD_POINTS" view="phocacartrewards" link="option=com_phocacart&view=phocacartrewards">COM_PHOCACART_REWARD_POINTS</menu>
<menu img="class:formfields" alt="COM_PHOCACART_FORM_FIELDS" view="phocacartformfields" link="option=com_phocacart&view=phocacartformfields">COM_PHOCACART_FORM_FIELDS</menu>
<menu img="class:reviews" alt="COM_PHOCACART_REVIEWS" view="phocacartreviews" link="option=com_phocacart&view=phocacartreviews">COM_PHOCACART_REVIEWS</menu>
<menu img="class:coupons" alt="COM_PHOCACART_COUPONS" view="phocacartcoupons" link="option=com_phocacart&view=phocacartcoupons">COM_PHOCACART_COUPONS</menu>
<menu img="class:discounts" alt="COM_PHOCACART_DISCOUNTS" view="phocacartdiscounts" link="option=com_phocacart&view=phocacartdiscounts">COM_PHOCACART_DISCOUNTS</menu>
<menu img="class:downloads" alt="COM_PHOCACART_DOWNLOADS" view="phocacartdownloads" link="option=com_phocacart&view=phocacartdownloads">COM_PHOCACART_DOWNLOADS</menu>
<menu img="class:tags" alt="COM_PHOCACART_TAGS" view="phocacarttags" link="option=com_phocacart&view=phocacarttags">COM_PHOCACART_TAGS</menu>
<menu img="class:parameters" alt="COM_PHOCACART_PARAMETERS" view="phocacartparameters" link="option=com_phocacart&view=phocacartparameters">COM_PHOCACART_PARAMETERS</menu>
<menu img="class:parametervalues" alt="COM_PHOCACART_PARAMETER_VALUES" view="phocacartparametervalues" link="option=com_phocacart&view=phocacartparametervalues">COM_PHOCACART_PARAMETER_VALUES</menu>
<menu img="class:fieldgroups" alt="JGLOBAL_FIELD_GROUPS" view="phocacartfieldgroups" link="option=com_fields&view=groups&context=com_phocacart.phocacartitem">JGLOBAL_FIELD_GROUPS</menu>
<menu img="class:fields" alt="JGLOBAL_FIELDS" view="phocacartfields" link="option=com_fields&context=com_phocacart.phocacartitem">JGLOBAL_FIELDS</menu>
<menu img="class:feeds" alt="COM_PHOCACART_XML_FEEDS" view="phocacartfeeds" link="option=com_phocacart&view=phocacartfeeds">COM_PHOCACART_XML_FEEDS</menu>
<menu img="class:wishlists" alt="COM_PHOCACART_WISH_LISTS" view="phocacartwishlists" link="option=com_phocacart&view=phocacartwishlists">COM_PHOCACART_WISH_LISTS</menu>
<menu img="class:questions" alt="COM_PHOCACART_QUESTIONS" view="phocacartquestions" link="option=com_phocacart&view=phocacartquestions">COM_PHOCACART_QUESTIONS</menu>
<menu img="class:times" alt="COM_PHOCACART_OPENING_TIMES" view="phocacarttimes" link="option=com_phocacart&view=phocacarttimes">COM_PHOCACART_OPENING_TIMES</menu>
<menu img="class:submititems" alt="COM_PHOCACART_SUBMITTED_ITEMS" view="phocacartsubmititems" link="option=com_phocacart&view=phocacartsubmititems">COM_PHOCACART_SUBMITTED_ITEMS</menu>
<menu img="class:statistics" alt="COM_PHOCACART_STATISTICS" view="phocacartstatistics" link="option=com_phocacart&view=phocacartstatistics">COM_PHOCACART_STATISTICS</menu>
<menu img="class:reports" alt="COM_PHOCACART_REPORTS" view="phocacartreports" link="option=com_phocacart&view=phocacartreports">COM_PHOCACART_REPORTS</menu>
<menu img="class:hits" alt="COM_PHOCACART_HITS" view="phocacarthits" link="option=com_phocacart&view=phocacarthits">COM_PHOCACART_HITS</menu>
<menu img="class:imports" alt="COM_PHOCACART_IMPORT" view="phocacartimports" link="option=com_phocacart&view=phocacartimports">COM_PHOCACART_IMPORT</menu>
<menu img="class:exports" alt="COM_PHOCACART_EXPORT" view="phocacartexports" link="option=com_phocacart&view=phocacartexports">COM_PHOCACART_EXPORT</menu>
<menu img="class:logs" alt="COM_PHOCACART_SYSTEM_LOG" view="phocacartlogs" link="option=com_phocacart&view=phocacartlogs">COM_PHOCACART_SYSTEM_LOG</menu>
<menu img="class:extensions" alt="COM_PHOCACART_EXTENSIONS" view="phocacartextensions" link="option=com_phocacart&view=phocacartextensions">COM_PHOCACART_EXTENSIONS</menu>
<menu img="class:vendors" alt="COM_PHOCACART_VENDORS" view="phocacartvendors" link="option=com_phocacart&view=phocacartvendors">COM_PHOCACART_VENDORS</menu>
<menu img="class:sections" alt="COM_PHOCACART_SECTIONS" view="phocacartsections" link="option=com_phocacart&view=phocacartsections">COM_PHOCACART_SECTIONS</menu>
<menu img="class:units" alt="COM_PHOCACART_UNITS" view="phocacartunits" link="option=com_phocacart&view=phocacartunits">COM_PHOCACART_UNITS</menu>
<menu img="class:bulkprices" alt="COM_PHOCACART_BULK_PRICE_EDITOR" view="phocacartbulkprices" link="option=com_phocacart&view=phocacartbulkprices">COM_PHOCACART_BULK_PRICE_EDITOR</menu>
<menu img="class:info" alt="COM_PHOCACART_INFO" view="phocacartinfo" link="option=com_phocacart&view=phocacartinfo">COM_PHOCACART_INFO</menu>
</submenu>
<files folder="admin">
<folder>libraries</folder>
<folder>controllers</folder>
<folder>install</folder>
<folder>update</folder>
<folder>tables</folder>
<folder>helpers</folder>
<folder>src</folder>
<folder>views</folder>
<folder>help</folder>
<folder>layouts</folder>
<folder>services</folder>
<folder>models</folder>
<filename>index.html</filename>
<filename>config.xml</filename>
<filename>phocacart.php</filename>
<filename>access.xml</filename>
<filename>controller.php</filename>
</files>
<languages folder="admin/language">
<language tag="en-GB">en-GB/en-GB.com_phocacart.ini</language>
<language tag="en-GB">en-GB/en-GB.com_phocacart.sys.ini</language>
</languages>
</administration>
<api>
<files folder="api/">
<folder>src</folder>
</files>
</api>
<updateservers>
<server type="extension" name="COM_PHOCACART" priority="1"><![CDATA[https://raw.githubusercontent.com/PhocaCz/PhocaCart/master/manifest.xml]]></server>
</updateservers>
</extension>