WooCommerce Checkout Manager - Version 5.1.3

Version Description

  • Fix: date picker documentation
Download this release

Release Info

Developer quadlayers
Plugin Icon 128x128 WooCommerce Checkout Manager
Version 5.1.3
Comparing to
See all releases

Code changes from version 5.1.2 to 5.1.3

assets/less/wooccm-admin.less DELETED
@@ -1,313 +0,0 @@
1
- .select2-container {
2
- z-index: 9999999;
3
-
4
- .select2-selection--single,
5
- .select2-selection--single .select2-selection__rendered,
6
- .select2-selection--single .select2-selection__arrow {
7
- height: 30px!important;
8
- line-height: 30px!important;
9
- }
10
- }
11
-
12
- .wooccm-premium {
13
- opacity: 0.5;
14
- pointer-events: none;
15
-
16
- /* .description {
17
- &.premium {
18
- //display: none;
19
- }
20
-
21
- &.hidden {
22
- //display: none;
23
- }
24
- }*/
25
-
26
- }
27
-
28
- .button {
29
- &.fileinput-button {
30
- position: relative;
31
- overflow: hidden!important;
32
-
33
- input {
34
- position: absolute;
35
- top: 0;
36
- right: 0;
37
- margin: 0;
38
- opacity: 0;
39
- -ms-filter:'alpha(opacity=0)';
40
- font-size: 200px;
41
- direction: ltr;
42
- cursor: pointer;
43
- }
44
- }
45
- }
46
-
47
- table {
48
-
49
- &.wc_gateways {
50
-
51
- > tbody {
52
-
53
- > tr {
54
- > td {
55
-
56
- select {
57
- line-height: 1!important;
58
- }
59
-
60
- &.label {
61
- font-weight: 600;
62
- }
63
- }
64
- }
65
- }
66
-
67
- }
68
-
69
- &.wooccm-enhanced-options {
70
- border: none;
71
- box-shadow: none;
72
-
73
- > thead {
74
- > th {
75
- .woocommerce-help-tip {
76
- margin: -1px 0 0 0.25em;
77
- }
78
- }
79
- }
80
-
81
- > tbody {
82
- > tr {
83
- > td {
84
- input.label {
85
- width: 100%;
86
- }
87
- select.add-price-type {
88
- margin: 0 0 0 10px;
89
- }
90
- input.check {
91
- margin: 0 9px;
92
- }
93
-
94
- &.sort .wc-item-reorder-nav {
95
- width: auto;
96
- }
97
- }
98
- }
99
- }
100
- }
101
- }
102
-
103
- #wooccm_modal {
104
-
105
- &.processing {
106
- pointer-events: none;
107
- &:before {
108
- content: '';
109
- position: absolute;
110
- top:0; bottom: 0; left: 0; right: 0;
111
- background-color: #ffffff;
112
- z-index: 99999999;
113
- opacity: 0.8;
114
- }
115
- }
116
-
117
- select {
118
- min-height: 30px;
119
- }
120
-
121
- .form-field {
122
- .wrap {
123
- padding: 0;
124
- }
125
- }
126
-
127
- .attachment-info {
128
- .details,
129
- .settings {
130
- width: 100%;
131
- }
132
-
133
- .woocommerce_options_panel label,
134
- .woocommerce_options_panel legend {
135
- width: 75px;
136
- margin: 0 0 0 -90px;
137
- font-weight: 600;
138
- }
139
-
140
- .woocommerce_options_panel fieldset.form-field,
141
- .woocommerce_options_panel p.form-field {
142
- padding: 0 20px 0 92px!important;
143
- }
144
-
145
- .woocommerce_options_panel input[type=email],
146
- .woocommerce_options_panel input[type=number],
147
- .woocommerce_options_panel input[type=password],
148
- .woocommerce_options_panel input[type=text],
149
- .woocommerce_options_panel select,
150
- .woocommerce_options_panel .select2-container {
151
- width: 100%!important;
152
- }
153
-
154
- }
155
-
156
- #woocommerce-product-data {
157
-
158
- .woocommerce_options_panel {
159
- width: 100%;
160
-
161
- .premium {
162
- display: block;
163
- clear: both;
164
- }
165
-
166
- /* input,
167
- select,
168
- textarea {
169
- margin: 0;
170
- }*/
171
-
172
- .woocommerce-help-tip {
173
- margin: 0 0 0 0.5em;
174
- }
175
-
176
- .select2-container {
177
- width: 50%!important;
178
- line-height: 16px;
179
-
180
- .select2-selection {
181
- box-shadow: none;
182
- border-radius: 3px;
183
- padding: 0 24px 0 8px;
184
- }
185
-
186
- .select2-selection--multiple {
187
- line-height: 16px;
188
- min-height: 30px;
189
- }
190
-
191
- @media only screen and (max-width: 1280px) {
192
- width: 80%!important;
193
- }
194
- }
195
-
196
- .select2-container--default {
197
-
198
- .select2-selection--multiple .select2-selection__rendered li {
199
- margin: 3px 3px 0 0;
200
- }
201
-
202
- &.select2-container--focus .select2-selection--multiple {
203
- border-color: #5b9dd9!important;
204
- box-shadow: 0 0 2px rgba(30, 140, 190, 0.8)!important;
205
- outline: 2px solid transparent!important;
206
- }
207
- }
208
-
209
- }
210
-
211
- }
212
- }
213
-
214
- #wooccm-order-files {
215
-
216
- .inside {
217
- margin: 0;
218
- padding: 0;
219
- background: #fefefe;
220
- display: block!important;
221
- }
222
-
223
- .handlediv,
224
- .hndle {
225
- display: none;
226
- }
227
-
228
- .wooccm_upload_results {
229
- display: inline-block;
230
- margin: 0 10px;
231
- }
232
-
233
- .wooccm_order_attachments_wrapper {
234
- margin: 0;
235
- overflow-x: auto;
236
-
237
- table {
238
- &.wooccm_order_attachments {
239
- width: 100%;
240
- background: #fff;
241
-
242
- thead th:first-child {
243
- padding-left: 2em;
244
- }
245
-
246
- thead th.sortable {
247
- cursor: pointer;
248
- }
249
-
250
- .item {
251
- min-width: 200px;
252
- }
253
-
254
- thead th {
255
- text-align: left;
256
- padding: 1em;
257
- font-weight: 400;
258
- color: #999;
259
- background: #f8f8f8;
260
- user-select: none;
261
- }
262
-
263
- tbody#order_line_items tr:first-child td {
264
- border-top: none;
265
- }
266
-
267
- tbody tr:last-child td {
268
- border-bottom: 1px solid #dfdfdf;
269
- }
270
-
271
- td.thumb {
272
- text-align: left;
273
- width: 38px;
274
- padding-bottom: 1.5em;
275
-
276
- .wc-order-item-thumbnail {
277
- width: 38px;
278
- height: 38px;
279
- border: 2px solid #e8e8e8;
280
- background: #f8f8f8;
281
- color: #ccc;
282
- position: relative;
283
- font-size: 21px;
284
- display: block;
285
- text-align: center;
286
- }
287
-
288
- }
289
- tbody th:first-child,
290
- td:first-child {
291
- padding-left: 2em;
292
- }
293
- tbody th,
294
- td {
295
- padding: 1.5em 1em 1em;
296
- text-align: left;
297
- line-height: 1.5em;
298
- vertical-align: top;
299
- border-bottom: 1px solid #f8f8f8;
300
- }
301
-
302
- }
303
- }
304
- }
305
-
306
- .wc-order-data-row {
307
- border-bottom: 1px solid #dfdfdf;
308
- padding: 1.5em 2em;
309
- background: #f8f8f8;
310
- line-height: 2em;
311
- text-align: left;
312
- }
313
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/less/wooccm.less DELETED
@@ -1,157 +0,0 @@
1
- .woocommerce {
2
- form {
3
- .wooccm-clearfix {
4
- &:before,
5
- &:after{
6
- content:'';
7
- display:table;
8
- }
9
- &:after{
10
- clear: both;
11
- }
12
- }
13
-
14
- .wooccm-conditional-child {
15
- display: none;
16
- }
17
-
18
- .wooccm-type-radio {
19
-
20
- .woocommerce-radio-wrapper {
21
-
22
- label {
23
- display: inline-block;
24
- }
25
-
26
- }
27
- }
28
-
29
- .wooccm-colorpicker-iris {
30
- .iris-picker {
31
- display: none;
32
- }
33
-
34
- &.active {
35
- .iris-picker {
36
- display: block;
37
- }
38
- }
39
- }
40
-
41
- /* @media (min-width: 768px) {
42
- .wooccm-field {
43
- &.form-row-first {
44
- width: 47.0588235294%;
45
- float: left;
46
- margin-right: 5.8823529412%;
47
- clear: both;
48
- }
49
- &.form-row-last {
50
- width: 45.4545454545%;
51
- float: right;
52
- margin-right: 0;
53
- }
54
- }
55
- }*/
56
- }
57
- }
58
-
59
- .button {
60
- &.fileinput-button {
61
- position: relative;
62
- overflow: hidden!important;
63
-
64
- input {
65
- position: absolute;
66
- top: 0;
67
- right: 0;
68
- margin: 0;
69
- opacity: 0;
70
- -ms-filter:'alpha(opacity=0)';
71
- font-size: 200px;
72
- direction: ltr;
73
- cursor: pointer;
74
- }
75
-
76
- }
77
- }
78
-
79
- .wooccm-file-list {
80
- margin: 0 -5px;
81
- padding: 0;
82
- display: flex;
83
- flex-wrap: wrap;
84
- align-items: center;
85
- justify-content: start;
86
-
87
- .wooccm-file-file {
88
- display: flex;
89
- justify-content: center;
90
- align-items: stretch;
91
- box-sizing: border-box;
92
- padding: 10px 5px 0 5px;
93
- width: 25%;
94
- //max-height: 90px;
95
- position: relative;
96
-
97
-
98
- .wooccm-file-list-delete {
99
- z-index: 1;
100
- position: absolute;
101
- top: 2px;
102
- right: -3px;
103
- width: 16px;
104
- height: 16px;
105
- background-color: #222;
106
- display: block;
107
- line-height: 16px;
108
- text-align: center;
109
- color: #fefefe;
110
- font-weight: 900;
111
- border-radius: 50%;
112
- font-size: 12px;
113
- cursor: pointer;
114
- font-family: code;
115
- text-decoration: none!important;
116
- }
117
-
118
- .wooccm-file-list-container {
119
- width: 100%;
120
- overflow: hidden;
121
- }
122
-
123
- .wooccm-file-list-image-container {
124
- display: flex;
125
- justify-content: center;
126
- align-items: center;
127
- overflow: hidden;
128
- width: 100%;
129
- padding-top: 100%;
130
- position: relative;
131
- background: #eee;
132
-
133
- > img {
134
- overflow: hidden;
135
- object-fit: cover;
136
- position: absolute;
137
- top: 30%;
138
- bottom: auto;
139
- height: 40%;
140
- opacity: 0.8;
141
-
142
- &.image {
143
- top: 0;
144
- bottom: 0;
145
- left: 0;
146
- right: 0;
147
- max-height: 100%;
148
- max-height: 100%;
149
- height: 100%;
150
- width: 100%;
151
- }
152
-
153
- }
154
- }
155
- }
156
-
157
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/view/backend/pages/modals/parts/panel-datepicker.php CHANGED
@@ -12,7 +12,7 @@
12
  <p class="form-field">
13
  <label><?php esc_html_e('Date format', 'woocommerce-checkout-manager'); ?></label>
14
  <input <# if ( !data.select2 ) { #>disabled="disabled"<# } #> class="short" type="text" placeholder="dd-mm-yy" name="date_format" value="{{data.date_format}}">
15
- <span class="description"><a target="_blank" href="https://wordpress.org/support/article/formatting-date-and-time/">Documentation on date and time formatting</a>.</span>
16
  <span class="description premium">(<?php esc_html_e('This is a premium feature', 'woocommerce-checkout-manager'); ?>)</span>
17
  </p>
18
  </div>
12
  <p class="form-field">
13
  <label><?php esc_html_e('Date format', 'woocommerce-checkout-manager'); ?></label>
14
  <input <# if ( !data.select2 ) { #>disabled="disabled"<# } #> class="short" type="text" placeholder="dd-mm-yy" name="date_format" value="{{data.date_format}}">
15
+ <span class="description"><a target="_blank" href="https://quadlayers.com/documentation/woocommerce-checkout-manager/fields/datepicker/?utm_source=wooccm_admin">Documentation on date and time formatting</a>.</span>
16
  <span class="description premium">(<?php esc_html_e('This is a premium feature', 'woocommerce-checkout-manager'); ?>)</span>
17
  </p>
18
  </div>
languages/woocommerce-checkout-manager.pot CHANGED
@@ -2,14 +2,14 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WooCommerce Checkout Manager\n"
5
- "POT-Creation-Date: 2019-12-17 15:21-0300\n"
6
  "PO-Revision-Date: 2019-12-17 15:21-0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: woocommerce-checkout-manager.php\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,435 +19,493 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
22
- #: includes/class-wooccm-admin.php:55
23
  #, php-format
24
  msgid "Stock: %d"
25
  msgstr ""
26
 
27
- #: includes/class-wooccm-admin.php:84 includes/class-wooccm-admin.php:89
28
- #: includes/controller/class-wooccm-checkout.php:242
29
  #: includes/view/backend/pages/checkout.php:2
30
  msgid "Checkout"
31
  msgstr ""
32
 
33
- #: includes/class-wooccm-notices.php:71 includes/class-wooccm-notices.php:98
34
  msgid "Join Community!"
35
  msgstr ""
36
 
37
- #: includes/class-wooccm-notices.php:74 includes/class-wooccm-notices.php:101
38
  msgid "Report a bug"
39
  msgstr ""
40
 
41
- #: includes/class-wooccm-notices.php:77 includes/class-wooccm-notices.php:104
42
  msgid "About us"
43
  msgstr ""
44
 
45
- #: includes/class-wooccm-notices.php:93
46
  msgid "Hello! We've recently acquired this plugin!"
47
  msgstr ""
48
 
49
- #: includes/class-wooccm-notices.php:95
50
  msgid ""
51
  "We will do our best to improve it and include new features gradually. Please "
52
  "be patient and let us know about the issues and improvements that you want "
53
  "to see in this plugin."
54
  msgstr ""
55
 
56
- #: includes/class-wooccm-notices.php:136
57
- #: includes/controller/class-wooccm-premium.php:40
58
- #: includes/view/backend/pages/parts/tabs.php:4
59
- #: includes/view/backend/pages/premium.php:6
60
- msgid "Premium"
 
 
 
 
 
61
  msgstr ""
62
 
63
- #: includes/class-wooccm-notices.php:137
64
  msgid "Settings"
65
  msgstr ""
66
 
67
- #: includes/class-wooccm-suggestions-list-table.php:109
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  msgid "Search Results"
69
  msgstr ""
70
 
71
- #: includes/class-wooccm-suggestions-list-table.php:112
72
  msgctxt "Plugin Installer"
73
  msgid "Beta Testing"
74
  msgstr ""
75
 
76
- #: includes/class-wooccm-suggestions-list-table.php:114
77
  msgctxt "Plugin Installer"
78
  msgid "Featured"
79
  msgstr ""
80
 
81
- #: includes/class-wooccm-suggestions-list-table.php:115
82
  msgctxt "Plugin Installer"
83
  msgid "Popular"
84
  msgstr ""
85
 
86
- #: includes/class-wooccm-suggestions-list-table.php:116
87
  msgctxt "Plugin Installer"
88
  msgid "Recommended"
89
  msgstr ""
90
 
91
- #: includes/class-wooccm-suggestions-list-table.php:117
92
  msgctxt "Plugin Installer"
93
  msgid "Favorites"
94
  msgstr ""
95
 
96
- #: includes/class-wooccm-upload.php:66
97
  msgid "No attachment selected."
98
  msgstr ""
99
 
100
- #: includes/class-wooccm-upload.php:103
101
- #: includes/controller/class-wooccm-order.php:48
102
  msgid "No uploads were recognised. Files were not uploaded."
103
  msgstr ""
104
 
105
- #: includes/class-wooccm-upload.php:110
106
- #: includes/controller/class-wooccm-order.php:103
107
  msgid "Unknow error."
108
  msgstr ""
109
 
110
- #: includes/class-wooccm.php:77 includes/class-wooccm.php:108
111
  msgid "Uploading, please wait..."
112
  msgstr ""
113
 
114
- #: includes/class-wooccm.php:78 includes/class-wooccm.php:109
115
  msgid "Saving, please wait..."
116
  msgstr ""
117
 
118
- #: includes/class-wooccm.php:79 includes/class-wooccm.php:110
119
  msgid "Files uploaded successfully."
120
  msgstr ""
121
 
122
- #: includes/class-wooccm.php:80 includes/class-wooccm.php:111
123
  msgid "Deleted successfully."
124
  msgstr ""
125
 
126
- #: includes/class-wooccm.php:91 includes/view/backend/pages/parts/loop.php:11
127
  msgid "Clear"
128
  msgstr ""
129
 
130
- #: includes/class-wooccm.php:92
131
- #: includes/view/backend/pages/modals/parts/panel-general.php:64
132
- #: includes/view/backend/pages/modals/parts/panel-general.php:96
133
- #: includes/view/backend/pages/modals/parts/panel-options.php:23
 
134
  msgid "Default"
135
  msgstr ""
136
 
137
- #: includes/class-wooccm.php:93
138
  msgid "Select Color"
139
  msgstr ""
140
 
141
- #: includes/class-wooccm.php:94
142
  msgid "Current Color"
143
  msgstr ""
144
 
145
- #: includes/controller/class-wooccm-advanced.php:49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  msgid "Custom CSS"
147
  msgstr ""
148
 
149
- #: includes/controller/class-wooccm-advanced.php:50
150
  msgid "Add custom stylesheets to the checkout page."
151
  msgstr ""
152
 
153
- #: includes/controller/class-wooccm-advanced.php:68
154
  #: includes/view/backend/pages/advanced.php:2
155
  msgid "Advanced"
156
  msgstr ""
157
 
158
- #: includes/controller/class-wooccm-checkout.php:132
159
  msgid "Force shipping address"
160
  msgstr ""
161
 
162
- #: includes/controller/class-wooccm-checkout.php:133
163
  msgid "Force show shipping checkout fields."
164
  msgstr ""
165
 
166
- #: includes/controller/class-wooccm-checkout.php:138
167
- #: includes/controller/class-wooccm-checkout.php:150
168
- #: includes/controller/class-wooccm-checkout.php:162
169
- #: includes/controller/class-wooccm-email.php:34
170
- #: includes/controller/class-wooccm-order.php:181
171
- #: includes/controller/class-wooccm-order.php:209
172
- #: includes/view/backend/pages/modals/parts/info.php:53
173
- #: includes/view/backend/pages/modals/parts/panel-general.php:67
174
- #: includes/view/backend/pages/parts/loop.php:38
175
- #: includes/view/backend/pages/parts/loop.php:56
176
- #: includes/view/backend/pages/parts/loop.php:76
177
- #: includes/view/backend/pages/parts/loop.php:78
178
- #: includes/view/backend/pages/parts/loop.php:85
179
- #: includes/view/backend/pages/parts/loop.php:87
180
- #: includes/view/backend/pages/parts/loop.php:94
181
- #: includes/view/backend/pages/parts/loop.php:96
182
- #: includes/view/backend/pages/parts/loop.php:103
183
- msgid "Yes"
184
- msgstr ""
185
-
186
- #: includes/controller/class-wooccm-checkout.php:139
187
- #: includes/controller/class-wooccm-checkout.php:151
188
- #: includes/controller/class-wooccm-checkout.php:163
189
- #: includes/controller/class-wooccm-email.php:35
190
- #: includes/controller/class-wooccm-order.php:182
191
- #: includes/controller/class-wooccm-order.php:210
192
- #: includes/view/backend/pages/modals/parts/info.php:54
193
- #: includes/view/backend/pages/modals/parts/panel-general.php:68
194
- #: includes/view/backend/pages/parts/loop.php:40
195
- #: includes/view/backend/pages/parts/loop.php:58
196
- #: includes/view/backend/pages/parts/loop.php:105
197
- msgid "No"
198
- msgstr ""
199
-
200
- #: includes/controller/class-wooccm-checkout.php:144
201
  msgid "Force create an account"
202
  msgstr ""
203
 
204
- #: includes/controller/class-wooccm-checkout.php:145
205
  msgid "Force create an account for guests users."
206
  msgstr ""
207
 
208
- #: includes/controller/class-wooccm-checkout.php:156
209
  msgid "Remove order notes"
210
  msgstr ""
211
 
212
- #: includes/controller/class-wooccm-checkout.php:157
213
  msgid "Remove order notes from checkout page."
214
  msgstr ""
215
 
216
- #: includes/controller/class-wooccm-checkout.php:168
217
  msgid "Order notes label"
218
  msgstr ""
219
 
220
- #: includes/controller/class-wooccm-checkout.php:169
221
- #: includes/controller/class-wooccm-checkout.php:176
222
- #: includes/controller/class-wooccm-checkout.php:183
223
- #: includes/controller/class-wooccm-checkout.php:190
224
  msgid "Add custom title for the custom fields table in the thankyou page."
225
  msgstr ""
226
 
227
- #: includes/controller/class-wooccm-checkout.php:172
228
  msgid "Order notes"
229
  msgstr ""
230
 
231
- #: includes/controller/class-wooccm-checkout.php:175
232
  msgid "Order notes placeholder"
233
  msgstr ""
234
 
235
- #: includes/controller/class-wooccm-checkout.php:179
236
  msgid "Notes about your order, e.g. special notes for delivery."
237
  msgstr ""
238
 
239
- #: includes/controller/class-wooccm-checkout.php:182
240
  msgid "Add message before checkout"
241
  msgstr ""
242
 
243
- #: includes/controller/class-wooccm-checkout.php:189
244
  msgid "Add message after checkout"
245
  msgstr ""
246
 
247
- #: includes/controller/class-wooccm-email.php:28
248
- #: includes/controller/class-wooccm-order.php:203
249
- msgid "Add custom fields"
250
  msgstr ""
251
 
252
- #: includes/controller/class-wooccm-email.php:29
253
- #: includes/controller/class-wooccm-order.php:204
254
- msgid "Show the selected fields in the order."
255
  msgstr ""
256
 
257
- #: includes/controller/class-wooccm-email.php:40
258
- #: includes/controller/class-wooccm-order.php:187
259
- #: includes/controller/class-wooccm-order.php:215
260
- msgid "Add for this order status"
261
  msgstr ""
262
 
263
- #: includes/controller/class-wooccm-email.php:41
264
- #: includes/controller/class-wooccm-order.php:176
265
- #: includes/controller/class-wooccm-order.php:188
266
- #: includes/controller/class-wooccm-order.php:216
267
- msgid "Allow customers to upload files in the order."
268
  msgstr ""
269
 
270
- #: includes/controller/class-wooccm-email.php:49
271
- #: includes/controller/class-wooccm-order.php:224
272
- msgid "Add custom fields title"
 
 
273
  msgstr ""
274
 
275
- #: includes/controller/class-wooccm-email.php:50
276
- #: includes/controller/class-wooccm-order.php:197
277
- #: includes/controller/class-wooccm-order.php:225
 
 
 
 
 
 
278
  msgid "Add custom title for the uploads files table."
279
  msgstr ""
280
 
281
- #: includes/controller/class-wooccm-email.php:54
282
- #: includes/controller/class-wooccm-order.php:228
283
- msgid "Order extra"
 
284
  msgstr ""
285
 
286
  #: includes/controller/class-wooccm-email.php:66
287
- #: includes/view/backend/pages/email.php:2
288
- msgid "Email"
289
  msgstr ""
290
 
291
- #: includes/controller/class-wooccm-field.php:33
292
- msgid "Are you sure you want to remove this field?"
293
  msgstr ""
294
 
295
- #: includes/controller/class-wooccm-field.php:34
296
- msgid "Are you sure you want to reset this fields?"
 
297
  msgstr ""
298
 
299
- #: includes/controller/class-wooccm-field.php:71
300
- #: includes/controller/class-wooccm-field.php:98
301
- #: includes/controller/class-wooccm-field.php:126
302
- #: includes/controller/class-wooccm-field.php:141
303
- #: includes/controller/class-wooccm-field.php:161
304
- #: includes/controller/class-wooccm-field.php:177
305
- msgid "Unknow error"
306
  msgstr ""
307
 
308
- #: includes/controller/class-wooccm-field.php:174
309
- msgid "Undefined field id"
 
310
  msgstr ""
311
 
312
- #: includes/controller/class-wooccm-field.php:360
313
  msgid "Select the position of the additional fields."
314
  msgstr ""
315
 
316
- #: includes/controller/class-wooccm-field.php:365
317
  msgid "Before billing form"
318
  msgstr ""
319
 
320
- #: includes/controller/class-wooccm-field.php:366
321
  msgid "After billing form"
322
  msgstr ""
323
 
324
- #: includes/controller/class-wooccm-field.php:367
325
  msgid "Before order notes"
326
  msgstr ""
327
 
328
- #: includes/controller/class-wooccm-field.php:368
329
  msgid "After order notes"
330
  msgstr ""
331
 
332
- #: includes/controller/class-wooccm-field.php:401
333
- #: includes/controller/class-wooccm-field.php:429
334
- #: includes/controller/class-wooccm-field.php:477
 
 
 
 
 
 
 
 
 
335
  #, php-format
336
  msgid "ID: %s | Field Type: %s"
337
  msgstr ""
338
 
339
- #: includes/controller/class-wooccm-field.php:401
340
- #: includes/controller/class-wooccm-field.php:429
341
- #: includes/controller/class-wooccm-field.php:477
342
  msgid "Generic"
343
  msgstr ""
344
 
345
- #: includes/controller/class-wooccm-field.php:454
346
- #: includes/controller/class-wooccm-field.php:531
347
- #: includes/view/backend/pages/additional.php:2
348
- msgid "Additional"
349
- msgstr ""
350
-
351
- #: includes/controller/class-wooccm-field.php:478
352
  #: includes/view/backend/pages/modals/parts/info.php:30
353
  #, php-format
354
  msgid "Field %s"
355
  msgstr ""
356
 
357
- #: includes/controller/class-wooccm-field.php:517
358
  #: includes/view/backend/pages/billing.php:2
359
  msgid "Billing"
360
  msgstr ""
361
 
362
- #: includes/controller/class-wooccm-field.php:524
363
  #: includes/view/backend/pages/shipping.php:2
364
  msgid "Shipping"
365
  msgstr ""
366
 
367
- #: includes/controller/class-wooccm-order.php:54
 
 
 
 
 
 
 
 
 
 
 
 
368
  msgid "Empty order id."
369
  msgstr ""
370
 
371
- #: includes/controller/class-wooccm-order.php:58
372
  msgid "Invalid order id."
373
  msgstr ""
374
 
375
- #: includes/controller/class-wooccm-order.php:162
376
  msgid "Order Files"
377
  msgstr ""
378
 
379
- #: includes/controller/class-wooccm-order.php:175
380
- msgid "Add upload files"
381
- msgstr ""
382
-
383
- #: includes/controller/class-wooccm-order.php:196
384
- msgid "Add upload files title"
385
  msgstr ""
386
 
387
- #: includes/controller/class-wooccm-order.php:200
388
- #: includes/view/backend/pages/modals/parts/panel-general.php:80
389
- #: templates/order/order-upload-files.php:2
390
- msgid "Upload files"
391
  msgstr ""
392
 
393
- #: includes/controller/class-wooccm-order.php:240
394
  #: includes/view/backend/pages/order.php:2
395
  msgid "Order"
396
  msgstr ""
397
 
398
- #: includes/controller/class-wooccm-suggestions.php:27
399
- #: includes/view/backend/pages/modals/parts/tabs.php:37
400
  #: includes/view/backend/pages/parts/header.php:3
401
  msgid "Suggestions"
402
  msgstr ""
403
 
404
- #: includes/model/class-wooccm-field.php:134
405
  msgid "Option"
406
  msgstr ""
407
 
408
  #: includes/view/backend/meta-boxes/html-order-uploads.php:5
409
- #: templates/order/order-upload-files.php:7
410
  msgid "Image"
411
  msgstr ""
412
 
413
  #: includes/view/backend/meta-boxes/html-order-uploads.php:6
414
- #: templates/order/order-upload-files.php:8
415
  msgid "Filename"
416
  msgstr ""
417
 
418
  #: includes/view/backend/meta-boxes/html-order-uploads.php:7
419
- #: templates/order/order-upload-files.php:9
420
  msgid "Dimensions"
421
  msgstr ""
422
 
423
  #: includes/view/backend/meta-boxes/html-order-uploads.php:8
424
- #: templates/order/order-upload-files.php:10
425
  msgid "Extension"
426
  msgstr ""
427
 
428
  #: includes/view/backend/meta-boxes/html-order-uploads.php:39
429
- #: templates/order/order-upload-files.php:37
430
  msgid "Download"
431
  msgstr ""
432
 
433
  #: includes/view/backend/meta-boxes/html-order-uploads.php:40
434
- #: includes/view/backend/pages/parts/loop.php:115
435
- #: templates/order/order-upload-files.php:38
436
  msgid "Delete"
437
  msgstr ""
438
 
439
  #: includes/view/backend/meta-boxes/html-order-uploads.php:46
440
- #: templates/order/order-upload-files.php:44
441
  msgid "No files have been uploaded to this order."
442
  msgstr ""
443
 
444
  #: includes/view/backend/meta-boxes/html-order-uploads.php:55
445
- #: templates/order/order-upload-files.php:53
446
  msgid "Upload Files"
447
  msgstr ""
448
 
449
  #: includes/view/backend/meta-boxes/html-order-uploads.php:58
450
- #: templates/order/order-upload-files.php:56
451
  msgid "Save Changes"
452
  msgstr ""
453
 
@@ -555,7 +613,7 @@ msgid "Value"
555
  msgstr ""
556
 
557
  #: includes/view/backend/pages/modals/parts/info.php:57
558
- #: includes/view/backend/pages/modals/parts/panel-general.php:97
559
  msgid "Preserve default country&hellip;"
560
  msgstr ""
561
 
@@ -587,198 +645,233 @@ msgstr ""
587
  msgid "Edit next media item"
588
  msgstr ""
589
 
590
- #: includes/view/backend/pages/modals/parts/main.php:14
591
  msgid "Close dialog"
592
  msgstr ""
593
 
594
- #: includes/view/backend/pages/modals/parts/main.php:17
595
  msgid "Edit field"
596
  msgstr ""
597
 
598
- #: includes/view/backend/pages/modals/parts/main.php:17
599
  msgid "New"
600
  msgstr ""
601
 
602
- #: includes/view/backend/pages/modals/parts/main.php:39
603
  msgid "Save"
604
  msgstr ""
605
 
606
- #: includes/view/backend/pages/modals/parts/main.php:45
607
  msgid "Close"
608
  msgstr ""
609
 
610
- #: includes/view/backend/pages/modals/parts/panel-admin.php:4
611
- #: includes/view/backend/pages/parts/loop.php:15
612
  msgid "Listable"
613
  msgstr ""
614
 
615
- #: includes/view/backend/pages/modals/parts/panel-admin.php:6
616
  msgid "Display in View Orders screen"
617
  msgstr ""
618
 
619
- #: includes/view/backend/pages/modals/parts/panel-admin.php:7
620
- #: includes/view/backend/pages/modals/parts/panel-admin.php:13
621
- #: includes/view/backend/pages/modals/parts/panel-admin.php:19
622
- #: includes/view/backend/pages/modals/parts/panel-datepicker-limit.php:9
623
- #: includes/view/backend/pages/modals/parts/panel-datepicker-limit.php:20
624
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:7
625
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:17
626
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:28
627
- #: includes/view/backend/pages/modals/parts/panel-display.php:76
628
- #: includes/view/backend/pages/modals/parts/panel-display.php:82
629
- #: includes/view/backend/pages/modals/parts/panel-display.php:88
630
- #: includes/view/backend/pages/modals/parts/panel-display.php:94
631
- #: includes/view/backend/pages/modals/parts/panel-price.php:6
632
- #: includes/view/backend/pages/modals/parts/panel-price.php:11
633
- #: includes/view/backend/pages/modals/parts/panel-price.php:20
634
- #: includes/view/backend/pages/modals/parts/panel-price.php:27
635
- #: includes/view/backend/pages/modals/parts/panel-select2.php:7
636
- #: includes/view/backend/pages/modals/parts/panel-select2.php:15
637
- #: includes/view/backend/pages/modals/parts/panel-select2.php:21
638
- #: includes/view/backend/pages/modals/parts/panel-select2.php:29
639
- #: includes/view/backend/pages/modals/parts/panel-select2.php:35
640
- #: includes/view/backend/pages/modals/parts/panel-timepicker.php:6
641
- #: includes/view/backend/pages/modals/parts/panel-timepicker.php:11
642
- #: includes/view/backend/pages/modals/parts/panel-timepicker.php:16
 
 
 
 
643
  msgid "This is a premium feature"
644
  msgstr ""
645
 
646
- #: includes/view/backend/pages/modals/parts/panel-admin.php:10
647
- #: includes/view/backend/pages/parts/loop.php:16
648
  msgid "Sortable"
649
  msgstr ""
650
 
651
- #: includes/view/backend/pages/modals/parts/panel-admin.php:12
652
  msgid "Allow Sorting on View Orders screen"
653
  msgstr ""
654
 
655
- #: includes/view/backend/pages/modals/parts/panel-admin.php:16
656
- #: includes/view/backend/pages/parts/loop.php:17
657
  msgid "Filterable"
658
  msgstr ""
659
 
660
- #: includes/view/backend/pages/modals/parts/panel-admin.php:18
661
  msgid "Allow Filtering on View Orders screen"
662
  msgstr ""
663
 
664
- #: includes/view/backend/pages/modals/parts/panel-datepicker-limit.php:4
665
- msgid "Between days"
 
666
  msgstr ""
667
 
668
- #: includes/view/backend/pages/modals/parts/panel-datepicker-limit.php:15
669
- msgid "Between dates"
670
- msgstr ""
671
-
672
- #: includes/view/backend/pages/modals/parts/panel-datepicker-limit.php:17
673
- #: includes/view/backend/pages/modals/parts/panel-datepicker-limit.php:18
674
- msgid "From… YYYY-MM-DD"
675
  msgstr ""
676
 
677
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:4
678
  msgid "Date format"
679
  msgstr ""
680
 
681
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:12
682
  msgid "Date limit"
683
  msgstr ""
684
 
685
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:14
686
  msgid "Since current date"
687
  msgstr ""
688
 
689
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:15
690
  msgid "Between fixed dates"
691
  msgstr ""
692
 
693
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:22
694
  msgid "Days disable"
695
  msgstr ""
696
 
697
- #: includes/view/backend/pages/modals/parts/panel-datepicker.php:23
698
  msgid "Disable week days"
699
  msgstr ""
700
 
 
 
 
 
 
 
 
 
 
 
 
 
 
701
  #: includes/view/backend/pages/modals/parts/panel-display.php:4
702
- msgid "Show for roles"
703
  msgstr ""
704
 
705
- #: includes/view/backend/pages/modals/parts/panel-display.php:5
706
- #: includes/view/backend/pages/modals/parts/panel-display.php:13
707
- msgid "Filter by roles"
 
 
 
708
  msgstr ""
709
 
710
  #: includes/view/backend/pages/modals/parts/panel-display.php:12
711
- msgid "Hide for roles"
712
  msgstr ""
713
 
714
- #: includes/view/backend/pages/modals/parts/panel-display.php:23
715
- msgid "More"
716
  msgstr ""
717
 
718
- #: includes/view/backend/pages/modals/parts/panel-display.php:25
719
- msgid "Apply conditions event it there is more than one product"
720
  msgstr ""
721
 
722
- #: includes/view/backend/pages/modals/parts/panel-display.php:31
723
- msgid "Show for products"
724
  msgstr ""
725
 
726
- #: includes/view/backend/pages/modals/parts/panel-display.php:32
727
- #: includes/view/backend/pages/modals/parts/panel-display.php:40
728
- msgid "Filter by product"
729
  msgstr ""
730
 
731
- #: includes/view/backend/pages/modals/parts/panel-display.php:39
732
- msgid "Hide for products"
733
  msgstr ""
734
 
735
- #: includes/view/backend/pages/modals/parts/panel-display.php:50
736
- msgid "Show for category"
737
  msgstr ""
738
 
739
- #: includes/view/backend/pages/modals/parts/panel-display.php:51
740
- #: includes/view/backend/pages/modals/parts/panel-display.php:61
741
- msgid "Filter by categories"
742
  msgstr ""
743
 
744
- #: includes/view/backend/pages/modals/parts/panel-display.php:60
745
- msgid "Hide for category"
 
746
  msgstr ""
747
 
748
- #: includes/view/backend/pages/modals/parts/panel-display.php:73
749
- msgid "Hide on account"
 
750
  msgstr ""
751
 
752
- #: includes/view/backend/pages/modals/parts/panel-display.php:75
753
- msgid "Hide this field on the account page"
754
  msgstr ""
755
 
756
- #: includes/view/backend/pages/modals/parts/panel-display.php:79
757
- msgid "Hide on checkout"
 
758
  msgstr ""
759
 
760
- #: includes/view/backend/pages/modals/parts/panel-display.php:81
761
- msgid "Hide this field on the checkout page"
762
  msgstr ""
763
 
764
- #: includes/view/backend/pages/modals/parts/panel-display.php:85
765
- msgid "Hide on emails"
766
  msgstr ""
767
 
768
- #: includes/view/backend/pages/modals/parts/panel-display.php:87
769
- msgid "Hide this field on the user email"
770
  msgstr ""
771
 
772
- #: includes/view/backend/pages/modals/parts/panel-display.php:91
773
- msgid "Hide on orders"
774
  msgstr ""
775
 
776
- #: includes/view/backend/pages/modals/parts/panel-display.php:93
777
- msgid "Hide this field on the user order"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
778
  msgstr ""
779
 
780
  #: includes/view/backend/pages/modals/parts/panel-general.php:4
781
- #: includes/view/backend/pages/modals/parts/panel-price.php:9
782
  msgid "Name"
783
  msgstr ""
784
 
@@ -796,6 +889,8 @@ msgid "Currently is not possible to change the name of the fields."
796
  msgstr ""
797
 
798
  #: includes/view/backend/pages/modals/parts/panel-general.php:16
 
 
799
  #: includes/view/backend/pages/parts/loop.php:12
800
  msgid "Type"
801
  msgstr ""
@@ -817,7 +912,7 @@ msgid "Iris"
817
  msgstr ""
818
 
819
  #: includes/view/backend/pages/modals/parts/panel-general.php:42
820
- #: includes/view/backend/pages/modals/parts/panel-options.php:12
821
  #: includes/view/backend/pages/parts/loop.php:13
822
  msgid "Label"
823
  msgstr ""
@@ -840,6 +935,7 @@ msgid "This is a placeholder"
840
  msgstr ""
841
 
842
  #: includes/view/backend/pages/modals/parts/panel-general.php:50
 
843
  msgid "Placeholder text of the checkout field."
844
  msgstr ""
845
 
@@ -855,119 +951,180 @@ msgstr ""
855
  msgid "Text for the button name."
856
  msgstr ""
857
 
858
- #: includes/view/backend/pages/modals/parts/panel-general.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
859
  msgid "Enter a default value (optional)"
860
  msgstr ""
861
 
862
- #: includes/view/backend/pages/modals/parts/panel-general.php:73
863
  msgid "Default value of the checkout field."
864
  msgstr ""
865
 
866
- #: includes/view/backend/pages/modals/parts/panel-general.php:84
 
 
 
 
 
 
 
 
867
  msgid "Choose the allowed types&hellip;"
868
  msgstr ""
869
 
870
- #: includes/view/backend/pages/modals/parts/panel-general.php:110
871
  msgid "Country"
872
  msgstr ""
873
 
874
- #: includes/view/backend/pages/modals/parts/panel-general.php:111
875
  msgid "Select country&hellip;"
876
  msgstr ""
877
 
878
- #: includes/view/backend/pages/modals/parts/panel-general.php:122
879
  msgid "Extra class"
880
  msgstr ""
881
 
882
- #: includes/view/backend/pages/modals/parts/panel-options.php:8
883
  msgid "Select all"
884
  msgstr ""
885
 
886
- #: includes/view/backend/pages/modals/parts/panel-options.php:15
887
- #: includes/view/backend/pages/modals/parts/panel-price.php:4
888
- #: includes/view/backend/pages/modals/parts/tabs.php:20
889
  msgid "Price"
890
  msgstr ""
891
 
892
- #: includes/view/backend/pages/modals/parts/panel-options.php:16
893
  #: includes/view/backend/pages/modals/parts/panel-options.php:20
894
- msgid "This is a premium feature."
895
- msgstr ""
896
-
897
- #: includes/view/backend/pages/modals/parts/panel-options.php:19
898
  msgid "Taxable"
899
  msgstr ""
900
 
901
- #: includes/view/backend/pages/modals/parts/panel-options.php:65
902
  msgid "Add new option"
903
  msgstr ""
904
 
905
- #: includes/view/backend/pages/modals/parts/panel-options.php:66
906
  msgid "Delete selected"
907
  msgstr ""
908
 
909
- #: includes/view/backend/pages/modals/parts/panel-price.php:10
910
  msgid "My Custom Charge"
911
  msgstr ""
912
 
913
- #: includes/view/backend/pages/modals/parts/panel-price.php:14
914
  msgid "Total"
915
  msgstr ""
916
 
917
- #: includes/view/backend/pages/modals/parts/panel-price.php:25
918
  msgid "Tax"
919
  msgstr ""
920
 
921
- #: includes/view/backend/pages/modals/parts/panel-select2.php:4
922
- #: includes/view/backend/pages/modals/parts/tabs.php:12
923
  msgid "Select2"
924
  msgstr ""
925
 
926
- #: includes/view/backend/pages/modals/parts/panel-select2.php:6
927
  msgid "Enhance select behaviour with select2."
928
  msgstr ""
929
 
930
- #: includes/view/backend/pages/modals/parts/panel-select2.php:12
931
  msgid "Allow clear"
932
  msgstr ""
933
 
934
- #: includes/view/backend/pages/modals/parts/panel-select2.php:14
935
  msgid "Provides support for clearable selections."
936
  msgstr ""
937
 
938
- #: includes/view/backend/pages/modals/parts/panel-select2.php:18
939
  msgid "Allow search"
940
  msgstr ""
941
 
942
- #: includes/view/backend/pages/modals/parts/panel-select2.php:20
943
  msgid "Display the search box for options."
944
  msgstr ""
945
 
946
- #: includes/view/backend/pages/modals/parts/panel-select2.php:26
947
  msgid "Select on close"
948
  msgstr ""
949
 
950
- #: includes/view/backend/pages/modals/parts/panel-select2.php:28
951
  msgid "Implements automatic selection when the dropdown is closed."
952
  msgstr ""
953
 
954
- #: includes/view/backend/pages/modals/parts/panel-select2.php:32
955
  msgid "Close on select"
956
  msgstr ""
957
 
958
- #: includes/view/backend/pages/modals/parts/panel-select2.php:34
959
  msgid "Controls whether the dropdown is closed after a selection is made."
960
  msgstr ""
961
 
962
- #: includes/view/backend/pages/modals/parts/panel-timepicker.php:4
 
 
 
 
963
  msgid "Hour start"
964
  msgstr ""
965
 
966
- #: includes/view/backend/pages/modals/parts/panel-timepicker.php:9
967
  msgid "Hour end"
968
  msgstr ""
969
 
970
- #: includes/view/backend/pages/modals/parts/panel-timepicker.php:14
971
  msgid "Minutes interval"
972
  msgstr ""
973
 
@@ -975,23 +1132,27 @@ msgstr ""
975
  msgid "General"
976
  msgstr ""
977
 
978
- #: includes/view/backend/pages/modals/parts/tabs.php:7
979
  msgid "Options"
980
  msgstr ""
981
 
982
  #: includes/view/backend/pages/modals/parts/tabs.php:16
 
 
 
 
983
  msgid "Display"
984
  msgstr ""
985
 
986
- #: includes/view/backend/pages/modals/parts/tabs.php:25
987
  msgid "Timepicker"
988
  msgstr ""
989
 
990
- #: includes/view/backend/pages/modals/parts/tabs.php:30
991
  msgid "Datepicker"
992
  msgstr ""
993
 
994
- #: includes/view/backend/pages/modals/parts/tabs.php:34
995
  msgid "Admin"
996
  msgstr ""
997
 
@@ -1025,11 +1186,6 @@ msgstr ""
1025
  msgid "Purchase"
1026
  msgstr ""
1027
 
1028
- #: includes/view/backend/pages/parts/header.php:9
1029
- #: includes/view/backend/pages/parts/tabs.php:3
1030
- msgid "Documentation"
1031
- msgstr ""
1032
-
1033
  #. Author of the plugin/theme
1034
  #: includes/view/backend/pages/parts/header.php:25
1035
  msgid "QuadLayers"
@@ -1043,63 +1199,63 @@ msgstr ""
1043
  msgid "Position"
1044
  msgstr ""
1045
 
1046
- #: includes/view/backend/pages/parts/loop.php:18
 
 
 
 
1047
  msgid "Disabled"
1048
  msgstr ""
1049
 
1050
- #: includes/view/backend/pages/parts/loop.php:29
1051
  #, php-format
1052
  msgid "Move the \"%s\" payment method up"
1053
  msgstr ""
1054
 
1055
- #: includes/view/backend/pages/parts/loop.php:29
1056
  msgid "Move up"
1057
  msgstr ""
1058
 
1059
- #: includes/view/backend/pages/parts/loop.php:30
1060
  #, php-format
1061
  msgid "Move the \"%s\" payment method down"
1062
  msgstr ""
1063
 
1064
- #: includes/view/backend/pages/parts/loop.php:30
1065
  msgid "Move down"
1066
  msgstr ""
1067
 
1068
- #: includes/view/backend/pages/parts/loop.php:38
1069
- #: includes/view/backend/pages/parts/loop.php:56
1070
- #: includes/view/backend/pages/parts/loop.php:103
1071
  #, php-format
1072
  msgid "The \"%s\" field currently enabled"
1073
  msgstr ""
1074
 
1075
- #: includes/view/backend/pages/parts/loop.php:40
1076
- #: includes/view/backend/pages/parts/loop.php:58
1077
- #: includes/view/backend/pages/parts/loop.php:105
1078
  #, php-format
1079
  msgid "The \"%s\" field currently disabled"
1080
  msgstr ""
1081
 
1082
- #: includes/view/backend/pages/parts/loop.php:47
1083
  msgid "Wide"
1084
  msgstr ""
1085
 
1086
- #: includes/view/backend/pages/parts/loop.php:48
1087
  msgid "Left"
1088
  msgstr ""
1089
 
1090
- #: includes/view/backend/pages/parts/loop.php:49
1091
  msgid "Right"
1092
  msgstr ""
1093
 
1094
- #: includes/view/backend/pages/parts/loop.php:111
1095
  #: includes/view/backend/pages/parts/loop.php:115
 
1096
  msgid "Edit checkout field"
1097
  msgstr ""
1098
 
1099
- #: includes/view/backend/pages/parts/loop.php:111
1100
- msgid "Edit"
1101
- msgstr ""
1102
-
1103
  #: includes/view/backend/pages/premium.php:8
1104
  #, php-format
1105
  msgid ""
@@ -1181,7 +1337,7 @@ msgstr ""
1181
  msgid "Shipping fields"
1182
  msgstr ""
1183
 
1184
- #: includes/view/frontend/class-wooccm-fields-additional.php:26
1185
  #, php-format
1186
  msgid "%s is a required field."
1187
  msgstr ""
@@ -1194,20 +1350,20 @@ msgstr ""
1194
  msgid "optional"
1195
  msgstr ""
1196
 
1197
- #: templates/order/order-custom-fields.php:1
1198
- msgid "Custom fields"
1199
- msgstr ""
1200
-
1201
  #: templates/order/order-upload-files.php:6
1202
- msgid "ID"
1203
  msgstr ""
1204
 
1205
- #: templates/order/order-upload-files.php:11
1206
  msgid "Actions"
1207
  msgstr ""
1208
 
1209
  #. Plugin Name of the plugin/theme
1210
- msgid "WooCommerce Checkout Manager"
 
 
 
 
1211
  msgstr ""
1212
 
1213
  #. Description of the plugin/theme
@@ -1215,5 +1371,5 @@ msgid "Manages WooCommerce Checkout, the advanced way."
1215
  msgstr ""
1216
 
1217
  #. Author URI of the plugin/theme
1218
- msgid "https://www.quadlayers.com"
1219
  msgstr ""
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WooCommerce Checkout Manager\n"
5
+ "POT-Creation-Date: 2020-06-19 14:48-0300\n"
6
  "PO-Revision-Date: 2019-12-17 15:21-0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.3.1\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-WPHeader: woocommerce-checkout-manager.php\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
22
+ #: includes/class-wooccm-backend.php:63
23
  #, php-format
24
  msgid "Stock: %d"
25
  msgstr ""
26
 
27
+ #: includes/class-wooccm-backend.php:96 includes/class-wooccm-backend.php:102
28
+ #: includes/controller/class-wooccm-checkout.php:294
29
  #: includes/view/backend/pages/checkout.php:2
30
  msgid "Checkout"
31
  msgstr ""
32
 
33
+ #: includes/class-wooccm-notices.php:72 includes/class-wooccm-notices.php:99
34
  msgid "Join Community!"
35
  msgstr ""
36
 
37
+ #: includes/class-wooccm-notices.php:75 includes/class-wooccm-notices.php:102
38
  msgid "Report a bug"
39
  msgstr ""
40
 
41
+ #: includes/class-wooccm-notices.php:78 includes/class-wooccm-notices.php:105
42
  msgid "About us"
43
  msgstr ""
44
 
45
+ #: includes/class-wooccm-notices.php:94
46
  msgid "Hello! We've recently acquired this plugin!"
47
  msgstr ""
48
 
49
+ #: includes/class-wooccm-notices.php:96
50
  msgid ""
51
  "We will do our best to improve it and include new features gradually. Please "
52
  "be patient and let us know about the issues and improvements that you want "
53
  "to see in this plugin."
54
  msgstr ""
55
 
56
+ #: includes/class-wooccm-notices.php:118
57
+ msgid "Important! Manual update is required."
58
+ msgstr ""
59
+
60
+ #: includes/class-wooccm-notices.php:120
61
+ msgid ""
62
+ "Due to the recent WooCommerce 4.0 changes it is necessary to reconfigure "
63
+ "conditional fields. If you have conditional fields, please go to the "
64
+ "billing, shipping and advanced sections and set conditionals relationships "
65
+ "again."
66
  msgstr ""
67
 
68
+ #: includes/class-wooccm-notices.php:123 includes/class-wooccm-notices.php:161
69
  msgid "Settings"
70
  msgstr ""
71
 
72
+ #: includes/class-wooccm-notices.php:126
73
+ #: includes/view/backend/pages/parts/header.php:9
74
+ #: includes/view/backend/pages/parts/tabs.php:3
75
+ msgid "Documentation"
76
+ msgstr ""
77
+
78
+ #: includes/class-wooccm-notices.php:160
79
+ #: includes/controller/class-wooccm-premium.php:45
80
+ #: includes/controller/class-wooccm-premium.php:52
81
+ #: includes/view/backend/pages/premium.php:6
82
+ msgid "Premium"
83
+ msgstr ""
84
+
85
+ #: includes/class-wooccm-suggestions-list-table.php:111
86
  msgid "Search Results"
87
  msgstr ""
88
 
89
+ #: includes/class-wooccm-suggestions-list-table.php:114
90
  msgctxt "Plugin Installer"
91
  msgid "Beta Testing"
92
  msgstr ""
93
 
94
+ #: includes/class-wooccm-suggestions-list-table.php:116
95
  msgctxt "Plugin Installer"
96
  msgid "Featured"
97
  msgstr ""
98
 
99
+ #: includes/class-wooccm-suggestions-list-table.php:117
100
  msgctxt "Plugin Installer"
101
  msgid "Popular"
102
  msgstr ""
103
 
104
+ #: includes/class-wooccm-suggestions-list-table.php:118
105
  msgctxt "Plugin Installer"
106
  msgid "Recommended"
107
  msgstr ""
108
 
109
+ #: includes/class-wooccm-suggestions-list-table.php:119
110
  msgctxt "Plugin Installer"
111
  msgid "Favorites"
112
  msgstr ""
113
 
114
+ #: includes/class-wooccm-upload.php:79
115
  msgid "No attachment selected."
116
  msgstr ""
117
 
118
+ #: includes/class-wooccm-upload.php:117
119
+ #: includes/controller/class-wooccm-order.php:86
120
  msgid "No uploads were recognised. Files were not uploaded."
121
  msgstr ""
122
 
123
+ #: includes/class-wooccm-upload.php:124
124
+ #: includes/controller/class-wooccm-order.php:111
125
  msgid "Unknow error."
126
  msgstr ""
127
 
128
+ #: includes/class-wooccm.php:83 includes/class-wooccm.php:114
129
  msgid "Uploading, please wait..."
130
  msgstr ""
131
 
132
+ #: includes/class-wooccm.php:84 includes/class-wooccm.php:115
133
  msgid "Saving, please wait..."
134
  msgstr ""
135
 
136
+ #: includes/class-wooccm.php:85 includes/class-wooccm.php:116
137
  msgid "Files uploaded successfully."
138
  msgstr ""
139
 
140
+ #: includes/class-wooccm.php:86 includes/class-wooccm.php:117
141
  msgid "Deleted successfully."
142
  msgstr ""
143
 
144
+ #: includes/class-wooccm.php:97 includes/view/backend/pages/parts/loop.php:11
145
  msgid "Clear"
146
  msgstr ""
147
 
148
+ #: includes/class-wooccm.php:98
149
+ #: includes/view/backend/pages/modals/parts/panel-general.php:94
150
+ #: includes/view/backend/pages/modals/parts/panel-general.php:110
151
+ #: includes/view/backend/pages/modals/parts/panel-general.php:155
152
+ #: includes/view/backend/pages/modals/parts/panel-options.php:24
153
  msgid "Default"
154
  msgstr ""
155
 
156
+ #: includes/class-wooccm.php:99
157
  msgid "Select Color"
158
  msgstr ""
159
 
160
+ #: includes/class-wooccm.php:100
161
  msgid "Current Color"
162
  msgstr ""
163
 
164
+ #: includes/controller/class-wooccm-advanced.php:65
165
+ msgid "Export custom fields"
166
+ msgstr ""
167
+
168
+ #: includes/controller/class-wooccm-advanced.php:66
169
+ msgid ""
170
+ "Include custom fields in CSV export files generated by WooCommerce "
171
+ "Customer / Order / Coupon Export."
172
+ msgstr ""
173
+
174
+ #: includes/controller/class-wooccm-advanced.php:70
175
+ #: includes/controller/class-wooccm-email.php:39
176
+ #: includes/controller/class-wooccm-email.php:52
177
+ #: includes/controller/class-wooccm-email.php:61
178
+ #: includes/controller/class-wooccm-email.php:71
179
+ #: includes/controller/class-wooccm-email.php:84
180
+ #: includes/controller/class-wooccm-email.php:94
181
+ #: includes/controller/class-wooccm-field-additional.php:127
182
+ #: includes/view/backend/pages/modals/parts/panel-options.php:17
183
+ #: includes/view/backend/pages/modals/parts/panel-options.php:21
184
+ msgid "This is a premium feature."
185
+ msgstr ""
186
+
187
+ #: includes/controller/class-wooccm-advanced.php:72
188
+ #: includes/controller/class-wooccm-checkout.php:189
189
+ #: includes/controller/class-wooccm-checkout.php:201
190
+ #: includes/controller/class-wooccm-checkout.php:213
191
+ #: includes/controller/class-wooccm-email.php:41
192
+ #: includes/controller/class-wooccm-email.php:73
193
+ #: includes/controller/class-wooccm-order.php:196
194
+ #: includes/controller/class-wooccm-order.php:224
195
+ #: includes/view/backend/pages/modals/parts/info.php:53
196
+ #: includes/view/backend/pages/modals/parts/panel-general.php:113
197
+ #: includes/view/backend/pages/parts/loop.php:39
198
+ #: includes/view/backend/pages/parts/loop.php:57
199
+ #: includes/view/backend/pages/parts/loop.php:80
200
+ #: includes/view/backend/pages/parts/loop.php:82
201
+ #: includes/view/backend/pages/parts/loop.php:89
202
+ #: includes/view/backend/pages/parts/loop.php:91
203
+ #: includes/view/backend/pages/parts/loop.php:98
204
+ #: includes/view/backend/pages/parts/loop.php:100
205
+ #: includes/view/backend/pages/parts/loop.php:107
206
+ #: includes/view/frontend/class-wooccm-fields-handler.php:62
207
+ msgid "Yes"
208
+ msgstr ""
209
+
210
+ #: includes/controller/class-wooccm-advanced.php:73
211
+ #: includes/controller/class-wooccm-checkout.php:190
212
+ #: includes/controller/class-wooccm-checkout.php:202
213
+ #: includes/controller/class-wooccm-checkout.php:214
214
+ #: includes/controller/class-wooccm-email.php:42
215
+ #: includes/controller/class-wooccm-email.php:74
216
+ #: includes/controller/class-wooccm-order.php:197
217
+ #: includes/controller/class-wooccm-order.php:225
218
+ #: includes/view/backend/pages/modals/parts/info.php:54
219
+ #: includes/view/backend/pages/modals/parts/panel-general.php:114
220
+ #: includes/view/backend/pages/parts/loop.php:41
221
+ #: includes/view/backend/pages/parts/loop.php:59
222
+ #: includes/view/backend/pages/parts/loop.php:109
223
+ msgid "No"
224
+ msgstr ""
225
+
226
+ #: includes/controller/class-wooccm-advanced.php:78
227
  msgid "Custom CSS"
228
  msgstr ""
229
 
230
+ #: includes/controller/class-wooccm-advanced.php:79
231
  msgid "Add custom stylesheets to the checkout page."
232
  msgstr ""
233
 
234
+ #: includes/controller/class-wooccm-advanced.php:98
235
  #: includes/view/backend/pages/advanced.php:2
236
  msgid "Advanced"
237
  msgstr ""
238
 
239
+ #: includes/controller/class-wooccm-checkout.php:183
240
  msgid "Force shipping address"
241
  msgstr ""
242
 
243
+ #: includes/controller/class-wooccm-checkout.php:184
244
  msgid "Force show shipping checkout fields."
245
  msgstr ""
246
 
247
+ #: includes/controller/class-wooccm-checkout.php:195
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
248
  msgid "Force create an account"
249
  msgstr ""
250
 
251
+ #: includes/controller/class-wooccm-checkout.php:196
252
  msgid "Force create an account for guests users."
253
  msgstr ""
254
 
255
+ #: includes/controller/class-wooccm-checkout.php:207
256
  msgid "Remove order notes"
257
  msgstr ""
258
 
259
+ #: includes/controller/class-wooccm-checkout.php:208
260
  msgid "Remove order notes from checkout page."
261
  msgstr ""
262
 
263
+ #: includes/controller/class-wooccm-checkout.php:219
264
  msgid "Order notes label"
265
  msgstr ""
266
 
267
+ #: includes/controller/class-wooccm-checkout.php:220
268
+ #: includes/controller/class-wooccm-checkout.php:227
269
+ #: includes/controller/class-wooccm-checkout.php:234
270
+ #: includes/controller/class-wooccm-checkout.php:241
271
  msgid "Add custom title for the custom fields table in the thankyou page."
272
  msgstr ""
273
 
274
+ #: includes/controller/class-wooccm-checkout.php:223
275
  msgid "Order notes"
276
  msgstr ""
277
 
278
+ #: includes/controller/class-wooccm-checkout.php:226
279
  msgid "Order notes placeholder"
280
  msgstr ""
281
 
282
+ #: includes/controller/class-wooccm-checkout.php:230
283
  msgid "Notes about your order, e.g. special notes for delivery."
284
  msgstr ""
285
 
286
+ #: includes/controller/class-wooccm-checkout.php:233
287
  msgid "Add message before checkout"
288
  msgstr ""
289
 
290
+ #: includes/controller/class-wooccm-checkout.php:240
291
  msgid "Add message after checkout"
292
  msgstr ""
293
 
294
+ #: includes/controller/class-wooccm-controller.php:18
295
+ msgid "Please, reload page"
 
296
  msgstr ""
297
 
298
+ #: includes/controller/class-wooccm-controller.php:23
299
+ msgid "Access denied"
 
300
  msgstr ""
301
 
302
+ #: includes/controller/class-wooccm-email.php:34
303
+ #: includes/controller/class-wooccm-order.php:190
304
+ msgid "Add upload files"
 
305
  msgstr ""
306
 
307
+ #: includes/controller/class-wooccm-email.php:35
308
+ #: includes/controller/class-wooccm-email.php:48
309
+ #: includes/controller/class-wooccm-email.php:80
310
+ msgid "Allow customers to upload files in the email."
 
311
  msgstr ""
312
 
313
+ #: includes/controller/class-wooccm-email.php:47
314
+ #: includes/controller/class-wooccm-email.php:79
315
+ #: includes/controller/class-wooccm-order.php:202
316
+ #: includes/controller/class-wooccm-order.php:230
317
+ msgid "Add for this order status"
318
  msgstr ""
319
 
320
+ #: includes/controller/class-wooccm-email.php:57
321
+ #: includes/controller/class-wooccm-order.php:211
322
+ msgid "Add upload files title"
323
+ msgstr ""
324
+
325
+ #: includes/controller/class-wooccm-email.php:58
326
+ #: includes/controller/class-wooccm-email.php:90
327
+ #: includes/controller/class-wooccm-order.php:212
328
+ #: includes/controller/class-wooccm-order.php:240
329
  msgid "Add custom title for the uploads files table."
330
  msgstr ""
331
 
332
+ #: includes/controller/class-wooccm-email.php:63
333
+ #: includes/controller/class-wooccm-order.php:215
334
+ #: templates/order/order-upload-files.php:2
335
+ msgid "Uploaded files"
336
  msgstr ""
337
 
338
  #: includes/controller/class-wooccm-email.php:66
339
+ #: includes/controller/class-wooccm-order.php:218
340
+ msgid "Add custom fields"
341
  msgstr ""
342
 
343
+ #: includes/controller/class-wooccm-email.php:67
344
+ msgid "Show the selected fields in the email."
345
  msgstr ""
346
 
347
+ #: includes/controller/class-wooccm-email.php:89
348
+ #: includes/controller/class-wooccm-order.php:239
349
+ msgid "Add custom fields title"
350
  msgstr ""
351
 
352
+ #: includes/controller/class-wooccm-email.php:95
353
+ #: includes/controller/class-wooccm-order.php:243
354
+ #: templates/order/order-custom-fields.php:1
355
+ msgid "Order extra"
 
 
 
356
  msgstr ""
357
 
358
+ #: includes/controller/class-wooccm-email.php:108
359
+ #: includes/view/backend/pages/email.php:2
360
+ msgid "Email"
361
  msgstr ""
362
 
363
+ #: includes/controller/class-wooccm-field-additional.php:69
364
  msgid "Select the position of the additional fields."
365
  msgstr ""
366
 
367
+ #: includes/controller/class-wooccm-field-additional.php:74
368
  msgid "Before billing form"
369
  msgstr ""
370
 
371
+ #: includes/controller/class-wooccm-field-additional.php:75
372
  msgid "After billing form"
373
  msgstr ""
374
 
375
+ #: includes/controller/class-wooccm-field-additional.php:76
376
  msgid "Before order notes"
377
  msgstr ""
378
 
379
+ #: includes/controller/class-wooccm-field-additional.php:77
380
  msgid "After order notes"
381
  msgstr ""
382
 
383
+ #: includes/controller/class-wooccm-field-additional.php:123
384
+ #: includes/controller/class-wooccm-field-additional.php:210
385
+ #: includes/view/backend/pages/additional.php:2
386
+ msgid "Additional"
387
+ msgstr ""
388
+
389
+ #: includes/controller/class-wooccm-field-additional.php:124
390
+ #: includes/view/backend/pages/parts/loop.php:115
391
+ msgid "Edit"
392
+ msgstr ""
393
+
394
+ #: includes/controller/class-wooccm-field-additional.php:152
395
  #, php-format
396
  msgid "ID: %s | Field Type: %s"
397
  msgstr ""
398
 
399
+ #: includes/controller/class-wooccm-field-additional.php:152
 
 
400
  msgid "Generic"
401
  msgstr ""
402
 
403
+ #: includes/controller/class-wooccm-field-additional.php:153
 
 
 
 
 
 
404
  #: includes/view/backend/pages/modals/parts/info.php:30
405
  #, php-format
406
  msgid "Field %s"
407
  msgstr ""
408
 
409
+ #: includes/controller/class-wooccm-field-billing.php:57
410
  #: includes/view/backend/pages/billing.php:2
411
  msgid "Billing"
412
  msgstr ""
413
 
414
+ #: includes/controller/class-wooccm-field-shipping.php:34
415
  #: includes/view/backend/pages/shipping.php:2
416
  msgid "Shipping"
417
  msgstr ""
418
 
419
+ #: includes/controller/class-wooccm-field.php:59
420
+ msgid "Are you sure you want to remove this field?"
421
+ msgstr ""
422
+
423
+ #: includes/controller/class-wooccm-field.php:60
424
+ msgid "Are you sure you want to reset this fields?"
425
+ msgstr ""
426
+
427
+ #: includes/controller/class-wooccm-field.php:226
428
+ msgid "Undefined field id"
429
+ msgstr ""
430
+
431
+ #: includes/controller/class-wooccm-order.php:92
432
  msgid "Empty order id."
433
  msgstr ""
434
 
435
+ #: includes/controller/class-wooccm-order.php:96
436
  msgid "Invalid order id."
437
  msgstr ""
438
 
439
+ #: includes/controller/class-wooccm-order.php:176
440
  msgid "Order Files"
441
  msgstr ""
442
 
443
+ #: includes/controller/class-wooccm-order.php:191
444
+ #: includes/controller/class-wooccm-order.php:203
445
+ #: includes/controller/class-wooccm-order.php:231
446
+ msgid "Allow customers to upload files in the order."
 
 
447
  msgstr ""
448
 
449
+ #: includes/controller/class-wooccm-order.php:219
450
+ msgid "Show the selected fields in the order."
 
 
451
  msgstr ""
452
 
453
+ #: includes/controller/class-wooccm-order.php:256
454
  #: includes/view/backend/pages/order.php:2
455
  msgid "Order"
456
  msgstr ""
457
 
458
+ #: includes/controller/class-wooccm-suggestions.php:34
 
459
  #: includes/view/backend/pages/parts/header.php:3
460
  msgid "Suggestions"
461
  msgstr ""
462
 
463
+ #: includes/model/class-wooccm-field.php:156
464
  msgid "Option"
465
  msgstr ""
466
 
467
  #: includes/view/backend/meta-boxes/html-order-uploads.php:5
 
468
  msgid "Image"
469
  msgstr ""
470
 
471
  #: includes/view/backend/meta-boxes/html-order-uploads.php:6
472
+ #: templates/order/order-upload-files.php:7
473
  msgid "Filename"
474
  msgstr ""
475
 
476
  #: includes/view/backend/meta-boxes/html-order-uploads.php:7
477
+ #: templates/order/order-upload-files.php:8
478
  msgid "Dimensions"
479
  msgstr ""
480
 
481
  #: includes/view/backend/meta-boxes/html-order-uploads.php:8
482
+ #: templates/order/order-upload-files.php:9
483
  msgid "Extension"
484
  msgstr ""
485
 
486
  #: includes/view/backend/meta-boxes/html-order-uploads.php:39
487
+ #: templates/order/order-upload-files.php:36
488
  msgid "Download"
489
  msgstr ""
490
 
491
  #: includes/view/backend/meta-boxes/html-order-uploads.php:40
492
+ #: includes/view/backend/pages/parts/loop.php:119
493
+ #: templates/order/order-upload-files.php:37
494
  msgid "Delete"
495
  msgstr ""
496
 
497
  #: includes/view/backend/meta-boxes/html-order-uploads.php:46
498
+ #: templates/order/order-upload-files.php:43
499
  msgid "No files have been uploaded to this order."
500
  msgstr ""
501
 
502
  #: includes/view/backend/meta-boxes/html-order-uploads.php:55
503
+ #: templates/order/order-upload-files.php:52
504
  msgid "Upload Files"
505
  msgstr ""
506
 
507
  #: includes/view/backend/meta-boxes/html-order-uploads.php:58
508
+ #: templates/order/order-upload-files.php:55
509
  msgid "Save Changes"
510
  msgstr ""
511
 
613
  msgstr ""
614
 
615
  #: includes/view/backend/pages/modals/parts/info.php:57
616
+ #: includes/view/backend/pages/modals/parts/panel-general.php:156
617
  msgid "Preserve default country&hellip;"
618
  msgstr ""
619
 
645
  msgid "Edit next media item"
646
  msgstr ""
647
 
648
+ #: includes/view/backend/pages/modals/parts/main.php:15
649
  msgid "Close dialog"
650
  msgstr ""
651
 
652
+ #: includes/view/backend/pages/modals/parts/main.php:18
653
  msgid "Edit field"
654
  msgstr ""
655
 
656
+ #: includes/view/backend/pages/modals/parts/main.php:18
657
  msgid "New"
658
  msgstr ""
659
 
660
+ #: includes/view/backend/pages/modals/parts/main.php:40
661
  msgid "Save"
662
  msgstr ""
663
 
664
+ #: includes/view/backend/pages/modals/parts/main.php:46
665
  msgid "Close"
666
  msgstr ""
667
 
668
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:5
669
+ #: includes/view/backend/pages/parts/loop.php:16
670
  msgid "Listable"
671
  msgstr ""
672
 
673
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:7
674
  msgid "Display in View Orders screen"
675
  msgstr ""
676
 
677
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:8
678
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:14
679
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:20
680
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:8
681
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:16
682
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:26
683
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:37
684
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:48
685
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:59
686
+ #: includes/view/backend/pages/modals/parts/panel-display.php:7
687
+ #: includes/view/backend/pages/modals/parts/panel-display.php:13
688
+ #: includes/view/backend/pages/modals/parts/panel-display.php:19
689
+ #: includes/view/backend/pages/modals/parts/panel-display.php:25
690
+ #: includes/view/backend/pages/modals/parts/panel-display.php:31
691
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:9
692
+ #: includes/view/backend/pages/modals/parts/panel-price.php:7
693
+ #: includes/view/backend/pages/modals/parts/panel-price.php:12
694
+ #: includes/view/backend/pages/modals/parts/panel-price.php:21
695
+ #: includes/view/backend/pages/modals/parts/panel-price.php:28
696
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:8
697
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:16
698
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:22
699
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:30
700
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:36
701
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:8
702
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:15
703
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:20
704
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:25
705
  msgid "This is a premium feature"
706
  msgstr ""
707
 
708
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:11
709
+ #: includes/view/backend/pages/parts/loop.php:17
710
  msgid "Sortable"
711
  msgstr ""
712
 
713
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:13
714
  msgid "Allow Sorting on View Orders screen"
715
  msgstr ""
716
 
717
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:17
718
+ #: includes/view/backend/pages/parts/loop.php:18
719
  msgid "Filterable"
720
  msgstr ""
721
 
722
+ #: includes/view/backend/pages/modals/parts/panel-admin.php:19
723
  msgid "Allow Filtering on View Orders screen"
724
  msgstr ""
725
 
726
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:5
727
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:5
728
+ msgid "Enhance"
729
  msgstr ""
730
 
731
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:7
732
+ msgid "Enhance date behaviour with datepicker."
 
 
 
 
 
733
  msgstr ""
734
 
735
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:13
736
  msgid "Date format"
737
  msgstr ""
738
 
739
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:21
740
  msgid "Date limit"
741
  msgstr ""
742
 
743
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:23
744
  msgid "Since current date"
745
  msgstr ""
746
 
747
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:24
748
  msgid "Between fixed dates"
749
  msgstr ""
750
 
751
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:31
752
  msgid "Days disable"
753
  msgstr ""
754
 
755
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:32
756
  msgid "Disable week days"
757
  msgstr ""
758
 
759
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:43
760
+ msgid "Between days"
761
+ msgstr ""
762
+
763
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:54
764
+ msgid "Between dates"
765
+ msgstr ""
766
+
767
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:56
768
+ #: includes/view/backend/pages/modals/parts/panel-datepicker.php:57
769
+ msgid "From… YYYY-MM-DD"
770
+ msgstr ""
771
+
772
  #: includes/view/backend/pages/modals/parts/panel-display.php:4
773
+ msgid "Hide on account"
774
  msgstr ""
775
 
776
+ #: includes/view/backend/pages/modals/parts/panel-display.php:6
777
+ msgid "Hide this field on the account page"
778
+ msgstr ""
779
+
780
+ #: includes/view/backend/pages/modals/parts/panel-display.php:10
781
+ msgid "Hide on checkout"
782
  msgstr ""
783
 
784
  #: includes/view/backend/pages/modals/parts/panel-display.php:12
785
+ msgid "Hide this field on the checkout page"
786
  msgstr ""
787
 
788
+ #: includes/view/backend/pages/modals/parts/panel-display.php:16
789
+ msgid "Hide on orders"
790
  msgstr ""
791
 
792
+ #: includes/view/backend/pages/modals/parts/panel-display.php:18
793
+ msgid "Hide this field on the user order"
794
  msgstr ""
795
 
796
+ #: includes/view/backend/pages/modals/parts/panel-display.php:22
797
+ msgid "Hide on emails"
798
  msgstr ""
799
 
800
+ #: includes/view/backend/pages/modals/parts/panel-display.php:24
801
+ msgid "Hide this field on the user email"
 
802
  msgstr ""
803
 
804
+ #: includes/view/backend/pages/modals/parts/panel-display.php:28
805
+ msgid "Hide on invoices"
806
  msgstr ""
807
 
808
+ #: includes/view/backend/pages/modals/parts/panel-display.php:30
809
+ msgid "Hide this field on the order invoice"
810
  msgstr ""
811
 
812
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:4
813
+ msgid "Cart subtotal"
 
814
  msgstr ""
815
 
816
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:6
817
+ #: includes/view/backend/pages/modals/parts/panel-general.php:130
818
+ msgid "minimun"
819
  msgstr ""
820
 
821
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:7
822
+ #: includes/view/backend/pages/modals/parts/panel-general.php:131
823
+ msgid "maximun"
824
  msgstr ""
825
 
826
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:14
827
+ msgid "Show for roles"
828
  msgstr ""
829
 
830
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:15
831
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:23
832
+ msgid "Filter by roles"
833
  msgstr ""
834
 
835
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:22
836
+ msgid "Hide for roles"
837
  msgstr ""
838
 
839
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:33
840
+ msgid "More"
841
  msgstr ""
842
 
843
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:35
844
+ msgid "Apply conditions event it there is more than one product"
845
  msgstr ""
846
 
847
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:41
848
+ msgid "Show for products"
849
  msgstr ""
850
 
851
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:42
852
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:50
853
+ msgid "Filter by product"
854
+ msgstr ""
855
+
856
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:49
857
+ msgid "Hide for products"
858
+ msgstr ""
859
+
860
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:60
861
+ msgid "Show for category"
862
+ msgstr ""
863
+
864
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:61
865
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:71
866
+ msgid "Filter by categories"
867
+ msgstr ""
868
+
869
+ #: includes/view/backend/pages/modals/parts/panel-filter.php:70
870
+ msgid "Hide for category"
871
  msgstr ""
872
 
873
  #: includes/view/backend/pages/modals/parts/panel-general.php:4
874
+ #: includes/view/backend/pages/modals/parts/panel-price.php:10
875
  msgid "Name"
876
  msgstr ""
877
 
889
  msgstr ""
890
 
891
  #: includes/view/backend/pages/modals/parts/panel-general.php:16
892
+ #: includes/view/backend/pages/modals/parts/panel-general.php:73
893
+ #: includes/view/backend/pages/modals/parts/panel-general.php:92
894
  #: includes/view/backend/pages/parts/loop.php:12
895
  msgid "Type"
896
  msgstr ""
912
  msgstr ""
913
 
914
  #: includes/view/backend/pages/modals/parts/panel-general.php:42
915
+ #: includes/view/backend/pages/modals/parts/panel-options.php:13
916
  #: includes/view/backend/pages/parts/loop.php:13
917
  msgid "Label"
918
  msgstr ""
935
  msgstr ""
936
 
937
  #: includes/view/backend/pages/modals/parts/panel-general.php:50
938
+ #: includes/view/backend/pages/modals/parts/panel-general.php:66
939
  msgid "Placeholder text of the checkout field."
940
  msgstr ""
941
 
951
  msgid "Text for the button name."
952
  msgstr ""
953
 
954
+ #: includes/view/backend/pages/modals/parts/panel-general.php:64
955
+ msgid "Description"
956
+ msgstr ""
957
+
958
+ #: includes/view/backend/pages/modals/parts/panel-general.php:65
959
+ msgid "Description of the checkout field"
960
+ msgstr ""
961
+
962
+ #: includes/view/backend/pages/modals/parts/panel-general.php:75
963
+ msgid "Info"
964
+ msgstr ""
965
+
966
+ #: includes/view/backend/pages/modals/parts/panel-general.php:76
967
+ msgid "Success"
968
+ msgstr ""
969
+
970
+ #: includes/view/backend/pages/modals/parts/panel-general.php:77
971
+ msgid "Error"
972
+ msgstr ""
973
+
974
+ #: includes/view/backend/pages/modals/parts/panel-general.php:79
975
+ #: includes/view/backend/pages/modals/parts/panel-general.php:97
976
+ msgid "Message alert type."
977
+ msgstr ""
978
+
979
+ #: includes/view/backend/pages/modals/parts/panel-general.php:82
980
+ msgid "Message"
981
+ msgstr ""
982
+
983
+ #: includes/view/backend/pages/modals/parts/panel-general.php:83
984
+ msgid "Message content"
985
+ msgstr ""
986
+
987
+ #: includes/view/backend/pages/modals/parts/panel-general.php:84
988
+ msgid "Message content."
989
+ msgstr ""
990
+
991
+ #: includes/view/backend/pages/modals/parts/panel-general.php:95
992
+ msgid "Alt"
993
+ msgstr ""
994
+
995
+ #: includes/view/backend/pages/modals/parts/panel-general.php:100
996
+ msgid "Link"
997
+ msgstr ""
998
+
999
+ #: includes/view/backend/pages/modals/parts/panel-general.php:101
1000
+ msgid "URL"
1001
+ msgstr ""
1002
+
1003
+ #: includes/view/backend/pages/modals/parts/panel-general.php:102
1004
+ msgid "Button URL."
1005
+ msgstr ""
1006
+
1007
+ #: includes/view/backend/pages/modals/parts/panel-general.php:117
1008
+ #: includes/view/backend/pages/modals/parts/panel-general.php:119
1009
  msgid "Enter a default value (optional)"
1010
  msgstr ""
1011
 
1012
+ #: includes/view/backend/pages/modals/parts/panel-general.php:121
1013
  msgid "Default value of the checkout field."
1014
  msgstr ""
1015
 
1016
+ #: includes/view/backend/pages/modals/parts/panel-general.php:128
1017
+ msgid "Number"
1018
+ msgstr ""
1019
+
1020
+ #: includes/view/backend/pages/modals/parts/panel-general.php:139
1021
+ msgid "Upload files"
1022
+ msgstr ""
1023
+
1024
+ #: includes/view/backend/pages/modals/parts/panel-general.php:143
1025
  msgid "Choose the allowed types&hellip;"
1026
  msgstr ""
1027
 
1028
+ #: includes/view/backend/pages/modals/parts/panel-general.php:169
1029
  msgid "Country"
1030
  msgstr ""
1031
 
1032
+ #: includes/view/backend/pages/modals/parts/panel-general.php:170
1033
  msgid "Select country&hellip;"
1034
  msgstr ""
1035
 
1036
+ #: includes/view/backend/pages/modals/parts/panel-general.php:181
1037
  msgid "Extra class"
1038
  msgstr ""
1039
 
1040
+ #: includes/view/backend/pages/modals/parts/panel-options.php:9
1041
  msgid "Select all"
1042
  msgstr ""
1043
 
1044
+ #: includes/view/backend/pages/modals/parts/panel-options.php:16
1045
+ #: includes/view/backend/pages/modals/parts/panel-price.php:5
1046
+ #: includes/view/backend/pages/modals/parts/tabs.php:23
1047
  msgid "Price"
1048
  msgstr ""
1049
 
 
1050
  #: includes/view/backend/pages/modals/parts/panel-options.php:20
 
 
 
 
1051
  msgid "Taxable"
1052
  msgstr ""
1053
 
1054
+ #: includes/view/backend/pages/modals/parts/panel-options.php:66
1055
  msgid "Add new option"
1056
  msgstr ""
1057
 
1058
+ #: includes/view/backend/pages/modals/parts/panel-options.php:67
1059
  msgid "Delete selected"
1060
  msgstr ""
1061
 
1062
+ #: includes/view/backend/pages/modals/parts/panel-price.php:11
1063
  msgid "My Custom Charge"
1064
  msgstr ""
1065
 
1066
+ #: includes/view/backend/pages/modals/parts/panel-price.php:15
1067
  msgid "Total"
1068
  msgstr ""
1069
 
1070
+ #: includes/view/backend/pages/modals/parts/panel-price.php:26
1071
  msgid "Tax"
1072
  msgstr ""
1073
 
1074
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:5
1075
+ #: includes/view/backend/pages/modals/parts/tabs.php:7
1076
  msgid "Select2"
1077
  msgstr ""
1078
 
1079
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:7
1080
  msgid "Enhance select behaviour with select2."
1081
  msgstr ""
1082
 
1083
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:13
1084
  msgid "Allow clear"
1085
  msgstr ""
1086
 
1087
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:15
1088
  msgid "Provides support for clearable selections."
1089
  msgstr ""
1090
 
1091
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:19
1092
  msgid "Allow search"
1093
  msgstr ""
1094
 
1095
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:21
1096
  msgid "Display the search box for options."
1097
  msgstr ""
1098
 
1099
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:27
1100
  msgid "Select on close"
1101
  msgstr ""
1102
 
1103
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:29
1104
  msgid "Implements automatic selection when the dropdown is closed."
1105
  msgstr ""
1106
 
1107
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:33
1108
  msgid "Close on select"
1109
  msgstr ""
1110
 
1111
+ #: includes/view/backend/pages/modals/parts/panel-select2.php:35
1112
  msgid "Controls whether the dropdown is closed after a selection is made."
1113
  msgstr ""
1114
 
1115
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:7
1116
+ msgid "Enhance time behaviour with timepicker."
1117
+ msgstr ""
1118
+
1119
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:13
1120
  msgid "Hour start"
1121
  msgstr ""
1122
 
1123
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:18
1124
  msgid "Hour end"
1125
  msgstr ""
1126
 
1127
+ #: includes/view/backend/pages/modals/parts/panel-timepicker.php:23
1128
  msgid "Minutes interval"
1129
  msgstr ""
1130
 
1132
  msgid "General"
1133
  msgstr ""
1134
 
1135
+ #: includes/view/backend/pages/modals/parts/tabs.php:12
1136
  msgid "Options"
1137
  msgstr ""
1138
 
1139
  #: includes/view/backend/pages/modals/parts/tabs.php:16
1140
+ msgid "Filter"
1141
+ msgstr ""
1142
+
1143
+ #: includes/view/backend/pages/modals/parts/tabs.php:19
1144
  msgid "Display"
1145
  msgstr ""
1146
 
1147
+ #: includes/view/backend/pages/modals/parts/tabs.php:28
1148
  msgid "Timepicker"
1149
  msgstr ""
1150
 
1151
+ #: includes/view/backend/pages/modals/parts/tabs.php:33
1152
  msgid "Datepicker"
1153
  msgstr ""
1154
 
1155
+ #: includes/view/backend/pages/modals/parts/tabs.php:38
1156
  msgid "Admin"
1157
  msgstr ""
1158
 
1186
  msgid "Purchase"
1187
  msgstr ""
1188
 
 
 
 
 
 
1189
  #. Author of the plugin/theme
1190
  #: includes/view/backend/pages/parts/header.php:25
1191
  msgid "QuadLayers"
1199
  msgid "Position"
1200
  msgstr ""
1201
 
1202
+ #: includes/view/backend/pages/parts/loop.php:15
1203
+ msgid "ID"
1204
+ msgstr ""
1205
+
1206
+ #: includes/view/backend/pages/parts/loop.php:19
1207
  msgid "Disabled"
1208
  msgstr ""
1209
 
1210
+ #: includes/view/backend/pages/parts/loop.php:30
1211
  #, php-format
1212
  msgid "Move the \"%s\" payment method up"
1213
  msgstr ""
1214
 
1215
+ #: includes/view/backend/pages/parts/loop.php:30
1216
  msgid "Move up"
1217
  msgstr ""
1218
 
1219
+ #: includes/view/backend/pages/parts/loop.php:31
1220
  #, php-format
1221
  msgid "Move the \"%s\" payment method down"
1222
  msgstr ""
1223
 
1224
+ #: includes/view/backend/pages/parts/loop.php:31
1225
  msgid "Move down"
1226
  msgstr ""
1227
 
1228
+ #: includes/view/backend/pages/parts/loop.php:39
1229
+ #: includes/view/backend/pages/parts/loop.php:57
1230
+ #: includes/view/backend/pages/parts/loop.php:107
1231
  #, php-format
1232
  msgid "The \"%s\" field currently enabled"
1233
  msgstr ""
1234
 
1235
+ #: includes/view/backend/pages/parts/loop.php:41
1236
+ #: includes/view/backend/pages/parts/loop.php:59
1237
+ #: includes/view/backend/pages/parts/loop.php:109
1238
  #, php-format
1239
  msgid "The \"%s\" field currently disabled"
1240
  msgstr ""
1241
 
1242
+ #: includes/view/backend/pages/parts/loop.php:48
1243
  msgid "Wide"
1244
  msgstr ""
1245
 
1246
+ #: includes/view/backend/pages/parts/loop.php:49
1247
  msgid "Left"
1248
  msgstr ""
1249
 
1250
+ #: includes/view/backend/pages/parts/loop.php:50
1251
  msgid "Right"
1252
  msgstr ""
1253
 
 
1254
  #: includes/view/backend/pages/parts/loop.php:115
1255
+ #: includes/view/backend/pages/parts/loop.php:119
1256
  msgid "Edit checkout field"
1257
  msgstr ""
1258
 
 
 
 
 
1259
  #: includes/view/backend/pages/premium.php:8
1260
  #, php-format
1261
  msgid ""
1337
  msgid "Shipping fields"
1338
  msgstr ""
1339
 
1340
+ #: includes/view/frontend/class-wooccm-fields-additional.php:57
1341
  #, php-format
1342
  msgid "%s is a required field."
1343
  msgstr ""
1350
  msgid "optional"
1351
  msgstr ""
1352
 
 
 
 
 
1353
  #: templates/order/order-upload-files.php:6
1354
+ msgid "File"
1355
  msgstr ""
1356
 
1357
+ #: templates/order/order-upload-files.php:10
1358
  msgid "Actions"
1359
  msgstr ""
1360
 
1361
  #. Plugin Name of the plugin/theme
1362
+ msgid "Checkout Manager for WooCommerce"
1363
+ msgstr ""
1364
+
1365
+ #. Plugin URI of the plugin/theme
1366
+ msgid "https://quadlayers.com/portfolio/woocommerce-checkout-manager/"
1367
  msgstr ""
1368
 
1369
  #. Description of the plugin/theme
1371
  msgstr ""
1372
 
1373
  #. Author URI of the plugin/theme
1374
+ msgid "https://quadlayers.com"
1375
  msgstr ""
pending DELETED
@@ -1 +0,0 @@
1
-
 
readme.txt CHANGED
@@ -4,11 +4,11 @@ Donate link: https://quadlayers.com/
4
  Tags: woocommerce, woocommerce checkout, field manager, checkout editor, checkout field, shipping field, billing field, order field, additional field
5
  Requires at least: 3.4
6
  Tested up to: 5.4.2
7
- Stable tag: 5.1.2
8
  WC requires at least: 3.1.0
9
  WC tested up to: 4.2.0
10
- License: GPLv2 or later
11
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
13
  WooCommerce Checkout manager is the most advanced way to customize checkout, manage checkout editor.
14
 
@@ -16,7 +16,7 @@ WooCommerce Checkout manager is the most advanced way to customize checkout, man
16
 
17
  [Premium](https://quadlayers.com/portfolio/woocommerce-checkout-manager/) | [Demo](https://quadlayers.com/woocommerce-checkout-manager/checkout/?add-to-cart=32) | [Documentation](https://quadlayers.com/documentation/woocommerce-checkout-manager/) | [Community](https://www.facebook.com/groups/quadlayers/)
18
 
19
- WooCommerce checkout manager is a plugin built to be the wizard of checkout pages. Helps to modify in an intuitive way, allows fields customization, to extend bill�s information and to create any field required at WooCommerce checkout.
20
 
21
  == Description ==
22
 
@@ -107,6 +107,9 @@ Your Order data can be reviewed in each order within the default WooCommerce Ord
107
 
108
  == Changelog ==
109
 
 
 
 
110
  = 5.1.2 =
111
  * Fix: php error
112
 
4
  Tags: woocommerce, woocommerce checkout, field manager, checkout editor, checkout field, shipping field, billing field, order field, additional field
5
  Requires at least: 3.4
6
  Tested up to: 5.4.2
7
+ Stable tag: 5.1.3
8
  WC requires at least: 3.1.0
9
  WC tested up to: 4.2.0
10
+ License: GPLv3
11
+ License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
13
  WooCommerce Checkout manager is the most advanced way to customize checkout, manage checkout editor.
14
 
16
 
17
  [Premium](https://quadlayers.com/portfolio/woocommerce-checkout-manager/) | [Demo](https://quadlayers.com/woocommerce-checkout-manager/checkout/?add-to-cart=32) | [Documentation](https://quadlayers.com/documentation/woocommerce-checkout-manager/) | [Community](https://www.facebook.com/groups/quadlayers/)
18
 
19
+ WooCommerce checkout manager is a plugin built to be the wizard of checkout pages. Helps to modify in an intuitive way, allows fields customization, to extend billing information and to create any field required at WooCommerce checkout.
20
 
21
  == Description ==
22
 
107
 
108
  == Changelog ==
109
 
110
+ = 5.1.3 =
111
+ * Fix: date picker documentation
112
+
113
  = 5.1.2 =
114
  * Fix: php error
115
 
woocommerce-checkout-manager.php CHANGED
@@ -1,12 +1,13 @@
1
  <?php
2
 
3
  /**
4
- * Plugin Name: WooCommerce Checkout Manager
 
5
  * Description: Manages WooCommerce Checkout, the advanced way.
6
- * Version: 5.1.2
7
  * Author: QuadLayers
8
- * Author URI: https://www.quadlayers.com
9
- * Copyright: 2019 QuadLayers (https://www.quadlayers.com)
10
  * Text Domain: woocommerce-checkout-manager
11
  * WC requires at least: 3.1.0
12
  * WC tested up to: 4.2.0
@@ -16,10 +17,10 @@ if (!defined('ABSPATH')) {
16
  }
17
 
18
  if (!defined('WOOCCM_PLUGIN_NAME')) {
19
- define('WOOCCM_PLUGIN_NAME', 'WooCommerce Checkout Manager');
20
  }
21
  if (!defined('WOOCCM_PLUGIN_VERSION')) {
22
- define('WOOCCM_PLUGIN_VERSION', '5.1.2');
23
  }
24
  if (!defined('WOOCCM_PLUGIN_FILE')) {
25
  define('WOOCCM_PLUGIN_FILE', __FILE__);
1
  <?php
2
 
3
  /**
4
+ * Plugin Name: Checkout Manager for WooCommerce
5
+ * Plugin URI: https://quadlayers.com/portfolio/woocommerce-checkout-manager/
6
  * Description: Manages WooCommerce Checkout, the advanced way.
7
+ * Version: 5.1.3
8
  * Author: QuadLayers
9
+ * Author URI: https://quadlayers.com
10
+ * License: GPLv3
11
  * Text Domain: woocommerce-checkout-manager
12
  * WC requires at least: 3.1.0
13
  * WC tested up to: 4.2.0
17
  }
18
 
19
  if (!defined('WOOCCM_PLUGIN_NAME')) {
20
+ define('WOOCCM_PLUGIN_NAME', 'Checkout Manager for WooCommerce');
21
  }
22
  if (!defined('WOOCCM_PLUGIN_VERSION')) {
23
+ define('WOOCCM_PLUGIN_VERSION', '5.1.3');
24
  }
25
  if (!defined('WOOCCM_PLUGIN_FILE')) {
26
  define('WOOCCM_PLUGIN_FILE', __FILE__);