-
Notifications
You must be signed in to change notification settings - Fork 0
/
stockablecustomfields.xml
executable file
·94 lines (83 loc) · 3.69 KB
/
stockablecustomfields.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
<?xml version="1.0" encoding="UTF-8" ?>
<extension type="plugin" group="vmcustom" method="upgrade">
<name>Stockable Customfields</name>
<creationDate>2024-06-27</creationDate>
<author>breadkesigns</author>
<authorEmail>info@breakdesigns.net</authorEmail>
<authorUrl>https://breakdesigns.net</authorUrl>
<copyright>Copyright(c) 2015-2024 breakdesigns.net</copyright>
<license>GNU/GPL v.2</license>
<version>1.8.0</version>
<description><![CDATA[<h3>Stockables Customfields<i style="font-size:12px"> (v.1.8.0 | 27 June 2024)</i></h3>
<span><img src="../plugins/vmcustom/stockablecustomfields/assets/images/logo_stockables.png"/></span>
<p style="margin-top:5px; font-size:12px; font-weight:0;">Create stockable variations using custom fields</p>
<p><a href="https://breakdesigns.net/extensions/joomla/stockable-custom-fields/documentation" target="_blank">Please check our Manual to see how to proceed further</a>
]]></description>
<scriptfile>script.php</scriptfile>
<!-- Update servers -->
<updateservers>
<server type="extension" priority="1" name="Stockable Customfields">
https://cdn.breakdesigns.net/release/stockablecustomfields/update.xml
</server>
</updateservers>
<files folder="plugins/stockablecustomfields">
<filename plugin="stockablecustomfields">stockablecustomfields.php</filename>
<filename>bootstrap.php</filename>
<filename>index.html</filename>
<folder>assets</folder>
<folder>fields</folder>
<folder>helpers</folder>
<folder>stockablecustomfields</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_vmcustom_stockablecustomfields.ini
</language>
<language tag="en-GB">en-GB/en-GB.plg_vmcustom_stockablecustomfields.sys.ini
</language>
<language tag="el-GR">el-GR/el-GR.plg_vmcustom_stockablecustomfields.ini
</language>
<language tag="cs-CZ">cs-CZ/cs-CZ.plg_vmcustom_stockablecustomfields.ini
</language>
<language tag="de-DE">de-DE/de-DE.plg_vmcustom_stockablecustomfields.ini
</language>
<language tag="it-IT">it-IT/it-IT.plg_vmcustom_stockablecustomfields.ini
</language>
<language tag="nl-NL">nl-NL/nl-NL.plg_vmcustom_stockablecustomfields.ini
</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_vmcustom_stockablecustomfields.ini
</language>
<language tag="sk-SK">sk-SK/sk-SK.plg_vmcustom_stockablecustomfields.ini
</language>
</languages>
<vmconfig>
<fields name="params">
<fieldset name="basic"
addfieldpath="/plugins/vmcustom/stockablecustomfields/fields">
<field name="parentOrderable" type="radio"
label="PLG_STOCKABLECUSTOMFIELDS_PARENT_PRODUCT_ORDERABLE_LABEL"
description="PLG_STOCKABLECUSTOMFIELDS_PARENT_PRODUCT_ORDERABLE_DESC"
default="0">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field name="outofstockcombinations" type="radio"
label="PLG_STOCKABLECUSTOMFIELDS_OUT_OF_STOCK_DISPLAY_LABEL"
description="PLG_STOCKABLECUSTOMFIELDS_OUT_OF_STOCK_DISPLAY_DESC"
default="enabled">
<option value="enabled">PLG_STOCKABLECUSTOMFIELD_ENABLED</option>
<option value="disabled">PLG_STOCKABLECUSTOMFIELD_DISABLED</option>
<option value="hidden">PLG_STOCKABLECUSTOMFIELD_HIDDEN</option>
</field>
<field type="customs" name="custom_id"
label="PLG_STOCKABLECUSTOMFIELDS_CUSTOMS_LABEL" description="PLG_STOCKABLECUSTOMFIELDS_CUSTOMS_DESC" />
</fieldset>
</fields>
</vmconfig>
<plugins>
<plugin plugin="stockablecustomfields" group="vmcustom" />
</plugins>
<templateoverrides>
<templateoverride name="override1" client="administrator"></templateoverride>
<templateoverride name="override2" client="administrator"></templateoverride>
</templateoverrides>
</extension>