CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.1.22

Version Description

Download this release

Release Info

Developer wahid0003
Plugin Icon 128x128 CTX Feed – WooCommerce Product Feed Manager Plugin
Version 3.1.22
Comparing to
See all releases

Code changes from version 3.1.21 to 3.1.22

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://webappick.com
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.2
7
- Stable tag: 3.1.21
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -304,6 +304,9 @@ Using pro version:
304
 
305
  == Changelog ==
306
 
 
 
 
307
  = 3.1.21(2019-08-20) =
308
  * Added: vertaa.fi template added
309
 
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.2
7
+ Stable tag: 3.1.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
304
 
305
  == Changelog ==
306
 
307
+ = 3.1.22(2019-08-25) =
308
+ * Added: missing template files added
309
+
310
  = 3.1.21(2019-08-20) =
311
  * Added: vertaa.fi template added
312
 
admin/partials/templates/avantlink_add-feed.php ADDED
@@ -0,0 +1,602 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <ul class="wf_tabs">
2
+ <li>
3
+ <input type="radio" name="wf_tabs" id="tab1" checked/>
4
+ <label class="wf-tab-name" for="tab1"><?php echo _e('Feed Config', 'woo-feed'); ?></label>
5
+
6
+ <div id="wf-tab-content1" class="wf-tab-content">
7
+ <table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-1">
8
+ <thead>
9
+ <tr>
10
+ <th></th>
11
+ <th><?php echo ucfirst($provider); ?> <?php echo _e('Attributes', 'woo-feed'); ?></th>
12
+ <th><?php echo _e('Prefix', 'woo-feed'); ?></th>
13
+ <th><?php echo _e('Type', 'woo-feed'); ?></th>
14
+ <th><?php echo _e('Value', 'woo-feed'); ?></th>
15
+ <th><?php echo _e('Suffix', 'woo-feed'); ?></th>
16
+ <th><?php echo _e('Output Type', 'woo-feed'); ?></th>
17
+ <th><?php echo _e('Output Limit', 'woo-feed'); ?></th>
18
+ <th></th>
19
+ </tr>
20
+ </thead>
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
+ </td>
26
+ <td>
27
+ <input type="text" name="mattributes[]" autocomplete="off"
28
+ class="wf_validate_attr wf_mattributes wf_mattr" value="SKU" />
29
+ </td>
30
+ <td>
31
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
32
+ </td>
33
+ <td>
34
+ <select name="type[]" class="attr_type wfnoempty">
35
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
36
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
37
+ </select>
38
+ </td>
39
+ <td>
40
+ <select name="attributes[]"
41
+ class="wf_validate_attr wf_attr wf_attributes">
42
+ <?php echo $product->attributeDropdown('sku'); ?>
43
+ </select>
44
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
45
+ style=" display: none;"/>
46
+ </td>
47
+ <td>
48
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
+ </td>
50
+ <td>
51
+ <select name="output_type[][]" class="outputType wfnoempty">
52
+ <option value="1">Default</option>
53
+ <option value="2">Strip Tags</option>
54
+ <option value="3">UTF-8 Encode</option>
55
+ <option value="4">htmlentities</option>
56
+ <option value="5">Integer</option>
57
+ <option value="6">Price</option>
58
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
59
+ <option value="8">CDATA</option>
60
+ </select>
61
+ <i class="dashicons dashicons-editor-expand expandType"></i>
62
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
63
+ </td>
64
+ <td>
65
+ <input type="text" name="limit[]" class="wf_ps"/>
66
+ </td>
67
+ <td>
68
+ <i class="delRow dashicons dashicons-trash"></i>
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td>
74
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
75
+ </td>
76
+ <td>
77
+ <input type="text" name="mattributes[]" autocomplete="off"
78
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Brand Name" />
79
+ </td>
80
+ <td>
81
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
82
+ </td>
83
+ <td>
84
+ <select name="type[]" class="attr_type wfnoempty">
85
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
86
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
87
+ </select>
88
+ </td>
89
+ <td>
90
+ <select name="attributes[]"
91
+ class="wf_validate_attr wf_attr wf_attributes">
92
+ <?php echo $product->attributeDropdown(); ?>
93
+ </select>
94
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
95
+ style=" display: none;"/>
96
+ </td>
97
+ <td>
98
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
99
+ </td>
100
+ <td>
101
+ <select name="output_type[][]" class="outputType wfnoempty">
102
+ <option value="1">Default</option>
103
+ <option value="2">Strip Tags</option>
104
+ <option value="3">UTF-8 Encode</option>
105
+ <option value="4">htmlentities</option>
106
+ <option value="5">Integer</option>
107
+ <option value="6">Price</option>
108
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
109
+ <option value="8">CDATA</option>
110
+ </select>
111
+ <i class="dashicons dashicons-editor-expand expandType"></i>
112
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
113
+ </td>
114
+ <td>
115
+ <input type="text" name="limit[]" class="wf_ps"/>
116
+ </td>
117
+ <td>
118
+ <i class="delRow dashicons dashicons-trash"></i>
119
+ </td>
120
+ </tr>
121
+
122
+ <tr>
123
+ <td>
124
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
125
+ </td>
126
+ <td>
127
+ <input type="text" name="mattributes[]" autocomplete="off"
128
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Product Name" />
129
+ </td>
130
+ <td>
131
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
132
+ </td>
133
+ <td>
134
+ <select name="type[]" class="attr_type wfnoempty">
135
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
136
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
137
+ </select>
138
+ </td>
139
+ <td>
140
+ <select name="attributes[]"
141
+ class="wf_validate_attr wf_attr wf_attributes">
142
+ <?php echo $product->attributeDropdown('title'); ?>
143
+ </select>
144
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
+ style=" display: none;"/>
146
+ </td>
147
+ <td>
148
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
149
+ </td>
150
+ <td>
151
+ <select name="output_type[][]" class="outputType wfnoempty">
152
+ <option value="1">Default</option>
153
+ <option value="2">Strip Tags</option>
154
+ <option value="3">UTF-8 Encode</option>
155
+ <option value="4">htmlentities</option>
156
+ <option value="5">Integer</option>
157
+ <option value="6">Price</option>
158
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
159
+ <option value="8">CDATA</option>
160
+ </select>
161
+ <i class="dashicons dashicons-editor-expand expandType"></i>
162
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
163
+ </td>
164
+ <td>
165
+ <input type="text" name="limit[]" class="wf_ps"/>
166
+ </td>
167
+ <td>
168
+ <i class="delRow dashicons dashicons-trash"></i>
169
+ </td>
170
+ </tr>
171
+
172
+ <tr>
173
+ <td>
174
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
175
+ </td>
176
+ <td>
177
+ <input type="text" name="mattributes[]" autocomplete="off"
178
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Long Description" />
179
+ </td>
180
+ <td>
181
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
182
+ </td>
183
+ <td>
184
+ <select name="type[]" class="attr_type wfnoempty">
185
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
186
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
187
+ </select>
188
+ </td>
189
+ <td>
190
+ <select name="attributes[]"
191
+ class="wf_validate_attr wf_attr wf_attributes">
192
+ <?php echo $product->attributeDropdown('description'); ?>
193
+ </select>
194
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
195
+ style=" display: none;"/>
196
+ </td>
197
+ <td>
198
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
199
+ </td>
200
+ <td>
201
+ <select name="output_type[][]" class="outputType wfnoempty">
202
+ <option value="1">Default</option>
203
+ <option value="2">Strip Tags</option>
204
+ <option value="3">UTF-8 Encode</option>
205
+ <option value="4">htmlentities</option>
206
+ <option value="5">Integer</option>
207
+ <option value="6">Price</option>
208
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
209
+ <option value="8">CDATA</option>
210
+ </select>
211
+ <i class="dashicons dashicons-editor-expand expandType"></i>
212
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
213
+ </td>
214
+ <td>
215
+ <input type="text" name="limit[]" class="wf_ps"/>
216
+ </td>
217
+ <td>
218
+ <i class="delRow dashicons dashicons-trash"></i>
219
+ </td>
220
+ </tr>
221
+
222
+ <tr>
223
+ <td>
224
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
225
+ </td>
226
+ <td>
227
+ <input type="text" name="mattributes[]" autocomplete="off"
228
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Category" />
229
+ </td>
230
+ <td>
231
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
232
+ </td>
233
+ <td>
234
+ <select name="type[]" class="attr_type wfnoempty">
235
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
236
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
237
+ </select>
238
+ </td>
239
+ <td>
240
+ <select name="attributes[]"
241
+ class="wf_validate_attr wf_attr wf_attributes">
242
+ <?php echo $product->attributeDropdown('product_type'); ?>
243
+ </select>
244
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
245
+ style=" display: none;"/>
246
+ </td>
247
+ <td>
248
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
249
+ </td>
250
+ <td>
251
+ <select name="output_type[][]" class="outputType wfnoempty">
252
+ <option value="1">Default</option>
253
+ <option value="2">Strip Tags</option>
254
+ <option value="3">UTF-8 Encode</option>
255
+ <option value="4">htmlentities</option>
256
+ <option value="5">Integer</option>
257
+ <option value="6">Price</option>
258
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
259
+ <option value="8">CDATA</option>
260
+ </select>
261
+ <i class="dashicons dashicons-editor-expand expandType"></i>
262
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
263
+ </td>
264
+ <td>
265
+ <input type="text" name="limit[]" class="wf_ps"/>
266
+ </td>
267
+ <td>
268
+ <i class="delRow dashicons dashicons-trash"></i>
269
+ </td>
270
+ </tr>
271
+
272
+ <tr>
273
+ <td>
274
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
275
+ </td>
276
+ <td>
277
+ <input type="text" name="mattributes[]" autocomplete="off"
278
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Standardized Categorization" />
279
+ </td>
280
+ <td>
281
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
282
+ </td>
283
+ <td>
284
+ <select name="type[]" class="attr_type wfnoempty">
285
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
286
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
287
+ </select>
288
+ </td>
289
+ <td>
290
+ <select name="attributes[]"
291
+ class="wf_validate_attr wf_attr wf_attributes">
292
+ <?php echo $product->attributeDropdown(''); ?>
293
+ </select>
294
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
295
+ style=" display: none;"/>
296
+ </td>
297
+ <td>
298
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
299
+ </td>
300
+ <td>
301
+ <select name="output_type[][]" class="outputType wfnoempty">
302
+ <option value="1">Default</option>
303
+ <option value="2">Strip Tags</option>
304
+ <option value="3">UTF-8 Encode</option>
305
+ <option value="4">htmlentities</option>
306
+ <option value="5">Integer</option>
307
+ <option value="6">Price</option>
308
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
309
+ <option value="8">CDATA</option>
310
+ </select>
311
+ <i class="dashicons dashicons-editor-expand expandType"></i>
312
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
313
+ </td>
314
+ <td>
315
+ <input type="text" name="limit[]" class="wf_ps"/>
316
+ </td>
317
+ <td>
318
+ <i class="delRow dashicons dashicons-trash"></i>
319
+ </td>
320
+ </tr>
321
+
322
+ <tr>
323
+ <td>
324
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
325
+ </td>
326
+ <td>
327
+ <input type="text" name="mattributes[]" autocomplete="off"
328
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Image URL" />
329
+ </td>
330
+ <td>
331
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
332
+ </td>
333
+ <td>
334
+ <select name="type[]" class="attr_type wfnoempty">
335
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
336
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
337
+ </select>
338
+ </td>
339
+ <td>
340
+ <select name="attributes[]"
341
+ class="wf_validate_attr wf_attr wf_attributes">
342
+ <?php echo $product->attributeDropdown('image'); ?>
343
+ </select>
344
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
345
+ style=" display: none;"/>
346
+ </td>
347
+ <td>
348
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
349
+ </td>
350
+ <td>
351
+ <select name="output_type[][]" class="outputType wfnoempty">
352
+ <option value="1">Default</option>
353
+ <option value="2">Strip Tags</option>
354
+ <option value="3">UTF-8 Encode</option>
355
+ <option value="4">htmlentities</option>
356
+ <option value="5">Integer</option>
357
+ <option value="6">Price</option>
358
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
359
+ <option value="8">CDATA</option>
360
+ </select>
361
+ <i class="dashicons dashicons-editor-expand expandType"></i>
362
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
363
+ </td>
364
+ <td>
365
+ <input type="text" name="limit[]" class="wf_ps"/>
366
+ </td>
367
+ <td>
368
+ <i class="delRow dashicons dashicons-trash"></i>
369
+ </td>
370
+ </tr>
371
+
372
+ <tr>
373
+ <td>
374
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
375
+ </td>
376
+ <td>
377
+ <input type="text" name="mattributes[]" autocomplete="off"
378
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Buy Link" />
379
+ </td>
380
+ <td>
381
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
382
+ </td>
383
+ <td>
384
+ <select name="type[]" class="attr_type wfnoempty">
385
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
386
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
387
+ </select>
388
+ </td>
389
+ <td>
390
+ <select name="attributes[]"
391
+ class="wf_validate_attr wf_attr wf_attributes">
392
+ <?php echo $product->attributeDropdown('link'); ?>
393
+ </select>
394
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
395
+ style=" display: none;"/>
396
+ </td>
397
+ <td>
398
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
399
+ </td>
400
+ <td>
401
+ <select name="output_type[][]" class="outputType wfnoempty">
402
+ <option value="1">Default</option>
403
+ <option value="2">Strip Tags</option>
404
+ <option value="3">UTF-8 Encode</option>
405
+ <option value="4">htmlentities</option>
406
+ <option value="5">Integer</option>
407
+ <option value="6">Price</option>
408
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
409
+ <option value="8">CDATA</option>
410
+ </select>
411
+ <i class="dashicons dashicons-editor-expand expandType"></i>
412
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
413
+ </td>
414
+ <td>
415
+ <input type="text" name="limit[]" class="wf_ps"/>
416
+ </td>
417
+ <td>
418
+ <i class="delRow dashicons dashicons-trash"></i>
419
+ </td>
420
+ </tr>
421
+
422
+ <tr>
423
+ <td>
424
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
425
+ </td>
426
+ <td>
427
+ <input type="text" name="mattributes[]" autocomplete="off"
428
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Retail Price" />
429
+ </td>
430
+ <td>
431
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
432
+ </td>
433
+ <td>
434
+ <select name="type[]" class="attr_type wfnoempty">
435
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
436
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
437
+ </select>
438
+ </td>
439
+ <td>
440
+ <select name="attributes[]"
441
+ class="wf_validate_attr wf_attr wf_attributes">
442
+ <?php echo $product->attributeDropdown('price'); ?>
443
+ </select>
444
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
445
+ style=" display: none;"/>
446
+ </td>
447
+ <td>
448
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
449
+ </td>
450
+ <td>
451
+ <select name="output_type[][]" class="outputType wfnoempty">
452
+ <option value="1">Default</option>
453
+ <option value="2">Strip Tags</option>
454
+ <option value="3">UTF-8 Encode</option>
455
+ <option value="4">htmlentities</option>
456
+ <option value="5">Integer</option>
457
+ <option value="6">Price</option>
458
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
459
+ <option value="8">CDATA</option>
460
+ </select>
461
+ <i class="dashicons dashicons-editor-expand expandType"></i>
462
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
463
+ </td>
464
+ <td>
465
+ <input type="text" name="limit[]" class="wf_ps"/>
466
+ </td>
467
+ <td>
468
+ <i class="delRow dashicons dashicons-trash"></i>
469
+ </td>
470
+ </tr>
471
+
472
+ <tr>
473
+ <td>
474
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
475
+ </td>
476
+ <td>
477
+ <input type="text" name="mattributes[]" autocomplete="off"
478
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Sale Price" />
479
+ </td>
480
+ <td>
481
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
482
+ </td>
483
+ <td>
484
+ <select name="type[]" class="attr_type wfnoempty">
485
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
486
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
487
+ </select>
488
+ </td>
489
+ <td>
490
+ <select name="attributes[]"
491
+ class="wf_validate_attr wf_attr wf_attributes">
492
+ <?php echo $product->attributeDropdown('sale_price'); ?>
493
+ </select>
494
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
495
+ style=" display: none;"/>
496
+ </td>
497
+ <td>
498
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
499
+ </td>
500
+ <td>
501
+ <select name="output_type[][]" class="outputType wfnoempty">
502
+ <option value="1">Default</option>
503
+ <option value="2">Strip Tags</option>
504
+ <option value="3">UTF-8 Encode</option>
505
+ <option value="4">htmlentities</option>
506
+ <option value="5">Integer</option>
507
+ <option value="6">Price</option>
508
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
509
+ <option value="8">CDATA</option>
510
+ </select>
511
+ <i class="dashicons dashicons-editor-expand expandType"></i>
512
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
513
+ </td>
514
+ <td>
515
+ <input type="text" name="limit[]" class="wf_ps"/>
516
+ </td>
517
+ <td>
518
+ <i class="delRow dashicons dashicons-trash"></i>
519
+ </td>
520
+ </tr>
521
+
522
+ <tr>
523
+ <td>
524
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
525
+ </td>
526
+ <td>
527
+ <input type="text" name="mattributes[]" autocomplete="off"
528
+ class="wf_validate_attr wf_mattributes wf_mattr" value="UPC" />
529
+ </td>
530
+ <td>
531
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
532
+ </td>
533
+ <td>
534
+ <select name="type[]" class="attr_type wfnoempty">
535
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
536
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
537
+ </select>
538
+ </td>
539
+ <td>
540
+ <select name="attributes[]"
541
+ class="wf_validate_attr wf_attr wf_attributes">
542
+ <?php echo $product->attributeDropdown(''); ?>
543
+ </select>
544
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
545
+ style=" display: none;"/>
546
+ </td>
547
+ <td>
548
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
549
+ </td>
550
+ <td>
551
+ <select name="output_type[][]" class="outputType wfnoempty">
552
+ <option value="1">Default</option>
553
+ <option value="2">Strip Tags</option>
554
+ <option value="3">UTF-8 Encode</option>
555
+ <option value="4">htmlentities</option>
556
+ <option value="5">Integer</option>
557
+ <option value="6">Price</option>
558
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
559
+ <option value="8">CDATA</option>
560
+ </select>
561
+ <i class="dashicons dashicons-editor-expand expandType"></i>
562
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
563
+ </td>
564
+ <td>
565
+ <input type="text" name="limit[]" class="wf_ps"/>
566
+ </td>
567
+ <td>
568
+ <i class="delRow dashicons dashicons-trash"></i>
569
+ </td>
570
+ </tr>
571
+ </tbody>
572
+ <tfoot>
573
+ <tr>
574
+ <td>
575
+ <button type="button" class="button-small button-primary" id="wf_newRow">
576
+ <?php echo _e('Add New Row', 'woo-feed'); ?>
577
+ </button>
578
+ </td>
579
+ <td colspan="8">
580
+
581
+ </td>
582
+ </tr>
583
+ </tfoot>
584
+ </table>
585
+ <table class=" widefat fixed">
586
+ <tr>
587
+ <td align="left" class="">
588
+ <div class="makeFeedResponse"></div>
589
+ <div class="makeFeedComplete"></div>
590
+ </td>
591
+ <td align="right">
592
+ <button type="submit" class="wfbtn">
593
+ <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
594
+ </button>
595
+ </td>
596
+ </tr>
597
+ </table>
598
+ </div>
599
+ </li>
600
+ <?php include plugin_dir_path(__FILE__) . "../woo-feed-ftp-sftp-template.php"; ?>
601
+
602
+ </ul>
admin/partials/templates/criteo_add-feed.php ADDED
@@ -0,0 +1,1002 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <ul class="wf_tabs">
2
+ <li>
3
+ <input type="radio" name="wf_tabs" id="tab1" checked/>
4
+ <label class="wf-tab-name" for="tab1"><?php echo _e('Feed Config', 'woo-feed'); ?></label>
5
+
6
+ <div id="wf-tab-content1" class="wf-tab-content">
7
+ <table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-1">
8
+ <thead>
9
+ <tr>
10
+ <th></th>
11
+ <th><?php echo ucfirst($provider); ?> <?php echo _e('Attributes', 'woo-feed'); ?></th>
12
+ <th><?php echo _e('Prefix', 'woo-feed'); ?></th>
13
+ <th><?php echo _e('Type', 'woo-feed'); ?></th>
14
+ <th><?php echo _e('Value', 'woo-feed'); ?></th>
15
+ <th><?php echo _e('Suffix', 'woo-feed'); ?></th>
16
+ <th><?php echo _e('Output Type', 'woo-feed'); ?></th>
17
+ <th><?php echo _e('Output Limit', 'woo-feed'); ?></th>
18
+ <th></th>
19
+ </tr>
20
+ </thead>
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
+ </td>
26
+ <td>
27
+ <input type="text" name="mattributes[]" autocomplete="off" required
28
+ class="wf_validate_attr wf_mattributes wf_mattr" value="ID" />
29
+ </td>
30
+ <td>
31
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
32
+ </td>
33
+ <td>
34
+ <select name="type[]" class="attr_type wfnoempty">
35
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
36
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
37
+ </select>
38
+ </td>
39
+ <td>
40
+ <select name="attributes[]" required="required"
41
+ class="wf_validate_attr wf_attr wf_attributes">
42
+ <?php echo $product->attributeDropdown('id'); ?>
43
+ </select>
44
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
45
+ style=" display: none;"/>
46
+ </td>
47
+ <td>
48
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
+ </td>
50
+ <td>
51
+ <select name="output_type[][]" class="outputType wfnoempty">
52
+ <option value="1">Default</option>
53
+ <option value="2">Strip Tags</option>
54
+ <option value="3">UTF-8 Encode</option>
55
+ <option value="4">htmlentities</option>
56
+ <option value="5">Integer</option>
57
+ <option value="6">Price</option>
58
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
59
+ <option value="8">CDATA</option>
60
+ </select>
61
+ <i class="dashicons dashicons-editor-expand expandType"></i>
62
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
63
+ </td>
64
+ <td>
65
+ <input type="text" name="limit[]" class="wf_ps" value="240" />
66
+ </td>
67
+ <td>
68
+ <i class="delRow dashicons dashicons-trash"></i>
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td>
74
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
75
+ </td>
76
+ <td>
77
+ <input type="text" name="mattributes[]" autocomplete="off" required
78
+ class="wf_validate_attr wf_mattributes wf_mattr" value="title" />
79
+ </td>
80
+ <td>
81
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
82
+ </td>
83
+ <td>
84
+ <select name="type[]" class="attr_type wfnoempty">
85
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
86
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
87
+ </select>
88
+ </td>
89
+ <td>
90
+ <select name="attributes[]" required="required"
91
+ class="wf_validate_attr wf_attr wf_attributes">
92
+ <?php echo $product->attributeDropdown('title'); ?>
93
+ </select>
94
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
95
+ style=" display: none;"/>
96
+ </td>
97
+ <td>
98
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
99
+ </td>
100
+ <td>
101
+ <select name="output_type[][]" class="outputType wfnoempty">
102
+ <option value="1">Default</option>
103
+ <option value="2">Strip Tags</option>
104
+ <option value="3">UTF-8 Encode</option>
105
+ <option value="4">htmlentities</option>
106
+ <option value="5">Integer</option>
107
+ <option value="6">Price</option>
108
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
109
+ <option value="8">CDATA</option>
110
+ </select>
111
+ <i class="dashicons dashicons-editor-expand expandType"></i>
112
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
113
+ </td>
114
+ <td>
115
+ <input type="text" name="limit[]" class="wf_ps" value="150" />
116
+ </td>
117
+ <td>
118
+ <i class="delRow dashicons dashicons-trash"></i>
119
+ </td>
120
+ </tr>
121
+
122
+ <tr>
123
+ <td>
124
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
125
+ </td>
126
+ <td>
127
+ <input type="text" name="mattributes[]" autocomplete="off" required
128
+ class="wf_validate_attr wf_mattributes wf_mattr" value="description" />
129
+ </td>
130
+ <td>
131
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
132
+ </td>
133
+ <td>
134
+ <select name="type[]" class="attr_type wfnoempty">
135
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
136
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
137
+ </select>
138
+ </td>
139
+ <td>
140
+ <select name="attributes[]" required="required"
141
+ class="wf_validate_attr wf_attr wf_attributes">
142
+ <?php echo $product->attributeDropdown('description'); ?>
143
+ </select>
144
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
+ style=" display: none;"/>
146
+ </td>
147
+ <td>
148
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
149
+ </td>
150
+ <td>
151
+ <select name="output_type[][]" class="outputType wfnoempty">
152
+ <option value="1">Default</option>
153
+ <option value="2">Strip Tags</option>
154
+ <option value="3">UTF-8 Encode</option>
155
+ <option value="4">htmlentities</option>
156
+ <option value="5">Integer</option>
157
+ <option value="6">Price</option>
158
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
159
+ <option value="8">CDATA</option>
160
+ </select>
161
+ <i class="dashicons dashicons-editor-expand expandType"></i>
162
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
163
+ </td>
164
+ <td>
165
+ <input type="text" name="limit[]" class="wf_ps" value="5000" />
166
+ </td>
167
+ <td>
168
+ <i class="delRow dashicons dashicons-trash"></i>
169
+ </td>
170
+ </tr>
171
+
172
+ <tr>
173
+ <td>
174
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
175
+ </td>
176
+ <td>
177
+ <input type="text" name="mattributes[]" autocomplete="off" required
178
+ class="wf_validate_attr wf_mattributes wf_mattr" value="google_product_category" />
179
+ </td>
180
+ <td>
181
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
182
+ </td>
183
+ <td>
184
+ <select name="type[]" class="attr_type wfnoempty">
185
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
186
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
187
+ </select>
188
+ </td>
189
+ <td>
190
+ <select name="attributes[]" required="required"
191
+ class="wf_validate_attr wf_attr wf_attributes">
192
+ <?php echo $product->attributeDropdown('product_type'); ?>
193
+ </select>
194
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
195
+ style=" display: none;"/>
196
+ </td>
197
+ <td>
198
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
199
+ </td>
200
+ <td>
201
+ <select name="output_type[][]" class="outputType wfnoempty">
202
+ <option value="1">Default</option>
203
+ <option value="2">Strip Tags</option>
204
+ <option value="3">UTF-8 Encode</option>
205
+ <option value="4">htmlentities</option>
206
+ <option value="5">Integer</option>
207
+ <option value="6">Price</option>
208
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
209
+ <option value="8">CDATA</option>
210
+ </select>
211
+ <i class="dashicons dashicons-editor-expand expandType"></i>
212
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
213
+ </td>
214
+ <td>
215
+ <input type="text" name="limit[]" class="wf_ps"/>
216
+ </td>
217
+ <td>
218
+ <i class="delRow dashicons dashicons-trash"></i>
219
+ </td>
220
+ </tr>
221
+
222
+ <tr>
223
+ <td>
224
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
225
+ </td>
226
+ <td>
227
+ <input type="text" name="mattributes[]" autocomplete="off" required
228
+ class="wf_validate_attr wf_mattributes wf_mattr" value="link" />
229
+ </td>
230
+ <td>
231
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
232
+ </td>
233
+ <td>
234
+ <select name="type[]" class="attr_type wfnoempty">
235
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
236
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
237
+ </select>
238
+ </td>
239
+ <td>
240
+ <select name="attributes[]" required="required"
241
+ class="wf_validate_attr wf_attr wf_attributes">
242
+ <?php echo $product->attributeDropdown('link'); ?>
243
+ </select>
244
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
245
+ style=" display: none;"/>
246
+ </td>
247
+ <td>
248
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
249
+ </td>
250
+ <td>
251
+ <select name="output_type[][]" class="outputType wfnoempty">
252
+ <option value="1">Default</option>
253
+ <option value="2">Strip Tags</option>
254
+ <option value="3">UTF-8 Encode</option>
255
+ <option value="4">htmlentities</option>
256
+ <option value="5">Integer</option>
257
+ <option value="6">Price</option>
258
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
259
+ <option value="8">CDATA</option>
260
+ </select>
261
+ <i class="dashicons dashicons-editor-expand expandType"></i>
262
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
263
+ </td>
264
+ <td>
265
+ <input type="text" name="limit[]" class="wf_ps" value="1024" />
266
+ </td>
267
+ <td>
268
+ <i class="delRow dashicons dashicons-trash"></i>
269
+ </td>
270
+ </tr>
271
+
272
+ <tr>
273
+ <td>
274
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
275
+ </td>
276
+ <td>
277
+ <input type="text" name="mattributes[]" autocomplete="off" required
278
+ class="wf_validate_attr wf_mattributes wf_mattr" value="image_link" />
279
+ </td>
280
+ <td>
281
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
282
+ </td>
283
+ <td>
284
+ <select name="type[]" class="attr_type wfnoempty">
285
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
286
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
287
+ </select>
288
+ </td>
289
+ <td>
290
+ <select name="attributes[]" required="required"
291
+ class="wf_validate_attr wf_attr wf_attributes">
292
+ <?php echo $product->attributeDropdown('image'); ?>
293
+ </select>
294
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
295
+ style=" display: none;"/>
296
+ </td>
297
+ <td>
298
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
299
+ </td>
300
+ <td>
301
+ <select name="output_type[][]" class="outputType wfnoempty">
302
+ <option value="1">Default</option>
303
+ <option value="2">Strip Tags</option>
304
+ <option value="3">UTF-8 Encode</option>
305
+ <option value="4">htmlentities</option>
306
+ <option value="5">Integer</option>
307
+ <option value="6">Price</option>
308
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
309
+ <option value="8">CDATA</option>
310
+ </select>
311
+ <i class="dashicons dashicons-editor-expand expandType"></i>
312
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
313
+ </td>
314
+ <td>
315
+ <input type="text" name="limit[]" class="wf_ps" value="2000" />
316
+ </td>
317
+ <td>
318
+ <i class="delRow dashicons dashicons-trash"></i>
319
+ </td>
320
+ </tr>
321
+
322
+ <tr>
323
+ <td>
324
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
325
+ </td>
326
+ <td>
327
+ <input type="text" name="mattributes[]" autocomplete="off" required
328
+ class="wf_validate_attr wf_mattributes wf_mattr" value="additional_image_link" />
329
+ </td>
330
+ <td>
331
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
332
+ </td>
333
+ <td>
334
+ <select name="type[]" class="attr_type wfnoempty">
335
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
336
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
337
+ </select>
338
+ </td>
339
+ <td>
340
+ <select name="attributes[]" required="required"
341
+ class="wf_validate_attr wf_attr wf_attributes">
342
+ <?php echo $product->attributeDropdown('images'); ?>
343
+ </select>
344
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
345
+ style=" display: none;"/>
346
+ </td>
347
+ <td>
348
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
349
+ </td>
350
+ <td>
351
+ <select name="output_type[][]" class="outputType wfnoempty">
352
+ <option value="1">Default</option>
353
+ <option value="2">Strip Tags</option>
354
+ <option value="3">UTF-8 Encode</option>
355
+ <option value="4">htmlentities</option>
356
+ <option value="5">Integer</option>
357
+ <option value="6">Price</option>
358
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
359
+ <option value="8">CDATA</option>
360
+ </select>
361
+ <i class="dashicons dashicons-editor-expand expandType"></i>
362
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
363
+ </td>
364
+ <td>
365
+ <input type="text" name="limit[]" class="wf_ps" value="2000" />
366
+ </td>
367
+ <td>
368
+ <i class="delRow dashicons dashicons-trash"></i>
369
+ </td>
370
+ </tr>
371
+
372
+ <tr>
373
+ <td>
374
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
375
+ </td>
376
+ <td>
377
+ <input type="text" name="mattributes[]" autocomplete="off" required
378
+ class="wf_validate_attr wf_mattributes wf_mattr" value="availability" />
379
+ </td>
380
+ <td>
381
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
382
+ </td>
383
+ <td>
384
+ <select name="type[]" class="attr_type wfnoempty">
385
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
386
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
387
+ </select>
388
+ </td>
389
+ <td>
390
+ <select name="attributes[]" required="required"
391
+ class="wf_validate_attr wf_attr wf_attributes">
392
+ <?php echo $product->attributeDropdown('availability'); ?>
393
+ </select>
394
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
395
+ style=" display: none;"/>
396
+ </td>
397
+ <td>
398
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
399
+ </td>
400
+ <td>
401
+ <select name="output_type[][]" class="outputType wfnoempty">
402
+ <option value="1">Default</option>
403
+ <option value="2">Strip Tags</option>
404
+ <option value="3">UTF-8 Encode</option>
405
+ <option value="4">htmlentities</option>
406
+ <option value="5">Integer</option>
407
+ <option value="6">Price</option>
408
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
409
+ <option value="8">CDATA</option>
410
+ </select>
411
+ <i class="dashicons dashicons-editor-expand expandType"></i>
412
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
413
+ </td>
414
+ <td>
415
+ <input type="text" name="limit[]" class="wf_ps" value="25" />
416
+ </td>
417
+ <td>
418
+ <i class="delRow dashicons dashicons-trash"></i>
419
+ </td>
420
+ </tr>
421
+
422
+ <tr>
423
+ <td>
424
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
425
+ </td>
426
+ <td>
427
+ <input type="text" name="mattributes[]" autocomplete="off" required
428
+ class="wf_validate_attr wf_mattributes wf_mattr" value="price" />
429
+ </td>
430
+ <td>
431
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
432
+ </td>
433
+ <td>
434
+ <select name="type[]" class="attr_type wfnoempty">
435
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
436
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
437
+ </select>
438
+ </td>
439
+ <td>
440
+ <select name="attributes[]" required="required"
441
+ class="wf_validate_attr wf_attr wf_attributes">
442
+ <?php echo $product->attributeDropdown('price'); ?>
443
+ </select>
444
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
445
+ style=" display: none;"/>
446
+ </td>
447
+ <td>
448
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
449
+ </td>
450
+ <td>
451
+ <select name="output_type[][]" class="outputType wfnoempty">
452
+ <option value="1">Default</option>
453
+ <option value="2">Strip Tags</option>
454
+ <option value="3">UTF-8 Encode</option>
455
+ <option value="4">htmlentities</option>
456
+ <option value="5">Integer</option>
457
+ <option value="6">Price</option>
458
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
459
+ <option value="8">CDATA</option>
460
+ </select>
461
+ <i class="dashicons dashicons-editor-expand expandType"></i>
462
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
463
+ </td>
464
+ <td>
465
+ <input type="text" name="limit[]" class="wf_ps" value="14" />
466
+ </td>
467
+ <td>
468
+ <i class="delRow dashicons dashicons-trash"></i>
469
+ </td>
470
+ </tr>
471
+
472
+ <tr>
473
+ <td>
474
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
475
+ </td>
476
+ <td>
477
+ <input type="text" name="mattributes[]" autocomplete="off" required
478
+ class="wf_validate_attr wf_mattributes wf_mattr" value="sale_price" />
479
+ </td>
480
+ <td>
481
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
482
+ </td>
483
+ <td>
484
+ <select name="type[]" class="attr_type wfnoempty">
485
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
486
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
487
+ </select>
488
+ </td>
489
+ <td>
490
+ <select name="attributes[]" required="required"
491
+ class="wf_validate_attr wf_attr wf_attributes">
492
+ <?php echo $product->attributeDropdown('sale_price'); ?>
493
+ </select>
494
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
495
+ style=" display: none;"/>
496
+ </td>
497
+ <td>
498
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
499
+ </td>
500
+ <td>
501
+ <select name="output_type[][]" class="outputType wfnoempty">
502
+ <option value="1">Default</option>
503
+ <option value="2">Strip Tags</option>
504
+ <option value="3">UTF-8 Encode</option>
505
+ <option value="4">htmlentities</option>
506
+ <option value="5">Integer</option>
507
+ <option value="6">Price</option>
508
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
509
+ <option value="8">CDATA</option>
510
+ </select>
511
+ <i class="dashicons dashicons-editor-expand expandType"></i>
512
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
513
+ </td>
514
+ <td>
515
+ <input type="text" name="limit[]" class="wf_ps" value="50" />
516
+ </td>
517
+ <td>
518
+ <i class="delRow dashicons dashicons-trash"></i>
519
+ </td>
520
+ </tr>
521
+
522
+ <tr>
523
+ <td>
524
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
525
+ </td>
526
+ <td>
527
+ <input type="text" name="mattributes[]" autocomplete="off"
528
+ class="wf_validate_attr wf_mattributes wf_mattr" value="gtin" />
529
+ </td>
530
+ <td>
531
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
532
+ </td>
533
+ <td>
534
+ <select name="type[]" class="attr_type wfnoempty">
535
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
536
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
537
+ </select>
538
+ </td>
539
+ <td>
540
+ <select name="attributes[]"
541
+ class="wf_validate_attr wf_attr wf_attributes">
542
+ <?php echo $product->attributeDropdown(''); ?>
543
+ </select>
544
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
545
+ style=" display: none;"/>
546
+ </td>
547
+ <td>
548
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
549
+ </td>
550
+ <td>
551
+ <select name="output_type[][]" class="outputType wfnoempty">
552
+ <option value="1">Default</option>
553
+ <option value="2">Strip Tags</option>
554
+ <option value="3">UTF-8 Encode</option>
555
+ <option value="4">htmlentities</option>
556
+ <option value="5">Integer</option>
557
+ <option value="6">Price</option>
558
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
559
+ <option value="8">CDATA</option>
560
+ </select>
561
+ <i class="dashicons dashicons-editor-expand expandType"></i>
562
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
563
+ </td>
564
+ <td>
565
+ <input type="text" name="limit[]" class="wf_ps" value="50" />
566
+ </td>
567
+ <td>
568
+ <i class="delRow dashicons dashicons-trash"></i>
569
+ </td>
570
+ </tr>
571
+
572
+ <tr>
573
+ <td>
574
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
575
+ </td>
576
+ <td>
577
+ <input type="text" name="mattributes[]" autocomplete="off"
578
+ class="wf_validate_attr wf_mattributes wf_mattr" value="mpn" />
579
+ </td>
580
+ <td>
581
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
582
+ </td>
583
+ <td>
584
+ <select name="type[]" class="attr_type wfnoempty">
585
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
586
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
587
+ </select>
588
+ </td>
589
+ <td>
590
+ <select name="attributes[]"
591
+ class="wf_validate_attr wf_attr wf_attributes">
592
+ <?php echo $product->attributeDropdown(''); ?>
593
+ </select>
594
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
595
+ style=" display: none;"/>
596
+ </td>
597
+ <td>
598
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
599
+ </td>
600
+ <td>
601
+ <select name="output_type[][]" class="outputType wfnoempty">
602
+ <option value="1">Default</option>
603
+ <option value="2">Strip Tags</option>
604
+ <option value="3">UTF-8 Encode</option>
605
+ <option value="4">htmlentities</option>
606
+ <option value="5">Integer</option>
607
+ <option value="6">Price</option>
608
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
609
+ <option value="8">CDATA</option>
610
+ </select>
611
+ <i class="dashicons dashicons-editor-expand expandType"></i>
612
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
613
+ </td>
614
+ <td>
615
+ <input type="text" name="limit[]" class="wf_ps" value="70" />
616
+ </td>
617
+ <td>
618
+ <i class="delRow dashicons dashicons-trash"></i>
619
+ </td>
620
+ </tr>
621
+
622
+ <tr>
623
+ <td>
624
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
625
+ </td>
626
+ <td>
627
+ <input type="text" name="mattributes[]" autocomplete="off"
628
+ class="wf_validate_attr wf_mattributes wf_mattr" value="brand" />
629
+ </td>
630
+ <td>
631
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
632
+ </td>
633
+ <td>
634
+ <select name="type[]" class="attr_type wfnoempty">
635
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
636
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
637
+ </select>
638
+ </td>
639
+ <td>
640
+ <select name="attributes[]"
641
+ class="wf_validate_attr wf_attr wf_attributes">
642
+ <?php echo $product->attributeDropdown(''); ?>
643
+ </select>
644
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
645
+ style=" display: none;"/>
646
+ </td>
647
+ <td>
648
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
649
+ </td>
650
+ <td>
651
+ <select name="output_type[][]" class="outputType wfnoempty">
652
+ <option value="1">Default</option>
653
+ <option value="2">Strip Tags</option>
654
+ <option value="3">UTF-8 Encode</option>
655
+ <option value="4">htmlentities</option>
656
+ <option value="5">Integer</option>
657
+ <option value="6">Price</option>
658
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
659
+ <option value="8">CDATA</option>
660
+ </select>
661
+ <i class="dashicons dashicons-editor-expand expandType"></i>
662
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
663
+ </td>
664
+ <td>
665
+ <input type="text" name="limit[]" class="wf_ps" value="70" />
666
+ </td>
667
+ <td>
668
+ <i class="delRow dashicons dashicons-trash"></i>
669
+ </td>
670
+ </tr>
671
+
672
+ <tr>
673
+ <td>
674
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
675
+ </td>
676
+ <td>
677
+ <input type="text" name="mattributes[]" autocomplete="off"
678
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product_type" />
679
+ </td>
680
+ <td>
681
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
682
+ </td>
683
+ <td>
684
+ <select name="type[]" class="attr_type wfnoempty">
685
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
686
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
687
+ </select>
688
+ </td>
689
+ <td>
690
+ <select name="attributes[]"
691
+ class="wf_validate_attr wf_attr wf_attributes">
692
+ <?php echo $product->attributeDropdown(); ?>
693
+ </select>
694
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
695
+ style=" display: none;"/>
696
+ </td>
697
+ <td>
698
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
699
+ </td>
700
+ <td>
701
+ <select name="output_type[][]" class="outputType wfnoempty">
702
+ <option value="1">Default</option>
703
+ <option value="2">Strip Tags</option>
704
+ <option value="3">UTF-8 Encode</option>
705
+ <option value="4">htmlentities</option>
706
+ <option value="5">Integer</option>
707
+ <option value="6">Price</option>
708
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
709
+ <option value="8">CDATA</option>
710
+ </select>
711
+ <i class="dashicons dashicons-editor-expand expandType"></i>
712
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
713
+ </td>
714
+ <td>
715
+ <input type="text" name="limit[]" class="wf_ps" value="500" />
716
+ </td>
717
+ <td>
718
+ <i class="delRow dashicons dashicons-trash"></i>
719
+ </td>
720
+ </tr>
721
+
722
+ <tr>
723
+ <td>
724
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
725
+ </td>
726
+ <td>
727
+ <input type="text" name="mattributes[]" autocomplete="off"
728
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product_type_key" />
729
+ </td>
730
+ <td>
731
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
732
+ </td>
733
+ <td>
734
+ <select name="type[]" class="attr_type wfnoempty">
735
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
736
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
737
+ </select>
738
+ </td>
739
+ <td>
740
+ <select name="attributes[]"
741
+ class="wf_validate_attr wf_attr wf_attributes">
742
+ <?php echo $product->attributeDropdown(''); ?>
743
+ </select>
744
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
745
+ style=" display: none;"/>
746
+ </td>
747
+ <td>
748
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
749
+ </td>
750
+ <td>
751
+ <select name="output_type[][]" class="outputType wfnoempty">
752
+ <option value="1">Default</option>
753
+ <option value="2">Strip Tags</option>
754
+ <option value="3">UTF-8 Encode</option>
755
+ <option value="4">htmlentities</option>
756
+ <option value="5">Integer</option>
757
+ <option value="6">Price</option>
758
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
759
+ <option value="8">CDATA</option>
760
+ </select>
761
+ <i class="dashicons dashicons-editor-expand expandType"></i>
762
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
763
+ </td>
764
+ <td>
765
+ <input type="text" name="limit[]" class="wf_ps" value="500" />
766
+ </td>
767
+ <td>
768
+ <i class="delRow dashicons dashicons-trash"></i>
769
+ </td>
770
+ </tr>
771
+
772
+ <tr>
773
+ <td>
774
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
775
+ </td>
776
+ <td>
777
+ <input type="text" name="mattributes[]" autocomplete="off"
778
+ class="wf_validate_attr wf_mattributes wf_mattr" value="number_of_reviews" />
779
+ </td>
780
+ <td>
781
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
782
+ </td>
783
+ <td>
784
+ <select name="type[]" class="attr_type wfnoempty">
785
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
786
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
787
+ </select>
788
+ </td>
789
+ <td>
790
+ <select name="attributes[]"
791
+ class="wf_validate_attr wf_attr wf_attributes">
792
+ <?php echo $product->attributeDropdown(''); ?>
793
+ </select>
794
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
795
+ style=" display: none;"/>
796
+ </td>
797
+ <td>
798
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
799
+ </td>
800
+ <td>
801
+ <select name="output_type[][]" class="outputType wfnoempty">
802
+ <option value="1">Default</option>
803
+ <option value="2">Strip Tags</option>
804
+ <option value="3">UTF-8 Encode</option>
805
+ <option value="4">htmlentities</option>
806
+ <option value="5">Integer</option>
807
+ <option value="6">Price</option>
808
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
809
+ <option value="8">CDATA</option>
810
+ </select>
811
+ <i class="dashicons dashicons-editor-expand expandType"></i>
812
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
813
+ </td>
814
+ <td>
815
+ <input type="text" name="limit[]" class="wf_ps" value="8" />
816
+ </td>
817
+ <td>
818
+ <i class="delRow dashicons dashicons-trash"></i>
819
+ </td>
820
+ </tr>
821
+
822
+ <tr>
823
+ <td>
824
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
825
+ </td>
826
+ <td>
827
+ <input type="text" name="mattributes[]" autocomplete="off"
828
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product_rating" />
829
+ </td>
830
+ <td>
831
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
832
+ </td>
833
+ <td>
834
+ <select name="type[]" class="attr_type wfnoempty">
835
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
836
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
837
+ </select>
838
+ </td>
839
+ <td>
840
+ <select name="attributes[]"
841
+ class="wf_validate_attr wf_attr wf_attributes">
842
+ <?php echo $product->attributeDropdown(''); ?>
843
+ </select>
844
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
845
+ style=" display: none;"/>
846
+ </td>
847
+ <td>
848
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
849
+ </td>
850
+ <td>
851
+ <select name="output_type[][]" class="outputType wfnoempty">
852
+ <option value="1">Default</option>
853
+ <option value="2">Strip Tags</option>
854
+ <option value="3">UTF-8 Encode</option>
855
+ <option value="4">htmlentities</option>
856
+ <option value="5">Integer</option>
857
+ <option value="6">Price</option>
858
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
859
+ <option value="8">CDATA</option>
860
+ </select>
861
+ <i class="dashicons dashicons-editor-expand expandType"></i>
862
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
863
+ </td>
864
+ <td>
865
+ <input type="text" name="limit[]" class="wf_ps" value="8" />
866
+ </td>
867
+ <td>
868
+ <i class="delRow dashicons dashicons-trash"></i>
869
+ </td>
870
+ </tr>
871
+
872
+ <tr>
873
+ <td>
874
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
875
+ </td>
876
+ <td>
877
+ <input type="text" name="mattributes[]" autocomplete="off"
878
+ class="wf_validate_attr wf_mattributes wf_mattr" value="filters" />
879
+ </td>
880
+ <td>
881
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
882
+ </td>
883
+ <td>
884
+ <select name="type[]" class="attr_type wfnoempty">
885
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
886
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
887
+ </select>
888
+ </td>
889
+ <td>
890
+ <select name="attributes[]"
891
+ class="wf_validate_attr wf_attr wf_attributes">
892
+ <?php echo $product->attributeDropdown(''); ?>
893
+ </select>
894
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
895
+ style=" display: none;"/>
896
+ </td>
897
+ <td>
898
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
899
+ </td>
900
+ <td>
901
+ <select name="output_type[][]" class="outputType wfnoempty">
902
+ <option value="1">Default</option>
903
+ <option value="2">Strip Tags</option>
904
+ <option value="3">UTF-8 Encode</option>
905
+ <option value="4">htmlentities</option>
906
+ <option value="5">Integer</option>
907
+ <option value="6">Price</option>
908
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
909
+ <option value="8">CDATA</option>
910
+ </select>
911
+ <i class="dashicons dashicons-editor-expand expandType"></i>
912
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
913
+ </td>
914
+ <td>
915
+ <input type="text" name="limit[]" class="wf_ps" value="2000" />
916
+ </td>
917
+ <td>
918
+ <i class="delRow dashicons dashicons-trash"></i>
919
+ </td>
920
+ </tr>
921
+
922
+ <tr>
923
+ <td>
924
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
925
+ </td>
926
+ <td>
927
+ <input type="text" name="mattributes[]" autocomplete="off"
928
+ class="wf_validate_attr wf_mattributes wf_mattr" value="adult" />
929
+ </td>
930
+ <td>
931
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
932
+ </td>
933
+ <td>
934
+ <select name="type[]" class="attr_type wfnoempty">
935
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
936
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
937
+ </select>
938
+ </td>
939
+ <td>
940
+ <select name="attributes[]"
941
+ class="wf_validate_attr wf_attr wf_attributes">
942
+ <?php echo $product->attributeDropdown(''); ?>
943
+ </select>
944
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
945
+ style=" display: none;"/>
946
+ </td>
947
+ <td>
948
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
949
+ </td>
950
+ <td>
951
+ <select name="output_type[][]" class="outputType wfnoempty">
952
+ <option value="1">Default</option>
953
+ <option value="2">Strip Tags</option>
954
+ <option value="3">UTF-8 Encode</option>
955
+ <option value="4">htmlentities</option>
956
+ <option value="5">Integer</option>
957
+ <option value="6">Price</option>
958
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
959
+ <option value="8">CDATA</option>
960
+ </select>
961
+ <i class="dashicons dashicons-editor-expand expandType"></i>
962
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
963
+ </td>
964
+ <td>
965
+ <input type="text" name="limit[]" class="wf_ps" />
966
+ </td>
967
+ <td>
968
+ <i class="delRow dashicons dashicons-trash"></i>
969
+ </td>
970
+ </tr>
971
+ </tbody>
972
+ <tfoot>
973
+ <tr>
974
+ <td>
975
+ <button type="button" class="button-small button-primary" id="wf_newRow">
976
+ <?php echo _e('Add New Row', 'woo-feed'); ?>
977
+ </button>
978
+ </td>
979
+ <td colspan="8">
980
+
981
+ </td>
982
+ </tr>
983
+ </tfoot>
984
+ </table>
985
+ <table class=" widefat fixed">
986
+ <tr>
987
+ <td align="left" class="">
988
+ <div class="makeFeedResponse"></div>
989
+ <div class="makeFeedComplete"></div>
990
+ </td>
991
+ <td align="right">
992
+ <button type="submit" class="wfbtn">
993
+ <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
994
+ </button>
995
+ </td>
996
+ </tr>
997
+ </table>
998
+ </div>
999
+ </li>
1000
+ <?php include plugin_dir_path(__FILE__) . "../woo-feed-ftp-sftp-template.php"; ?>
1001
+
1002
+ </ul>
admin/partials/templates/modina.de_add-feed.php ADDED
@@ -0,0 +1,1089 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <ul class="wf_tabs">
2
+ <li>
3
+ <input type="radio" name="wf_tabs" id="tab1" checked/>
4
+ <label class="wf-tab-name" for="tab1"><?php echo _e('Feed Config', 'woo-feed'); ?></label>
5
+
6
+ <div id="wf-tab-content1" class="wf-tab-content">
7
+ <table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-1">
8
+ <thead>
9
+ <tr>
10
+ <th></th>
11
+ <th><?php echo ucfirst($provider); ?> <?php echo _e('Attributes', 'woo-feed'); ?></th>
12
+ <th><?php echo _e('Prefix', 'woo-feed'); ?></th>
13
+ <th><?php echo _e('Type', 'woo-feed'); ?></th>
14
+ <th><?php echo _e('Value', 'woo-feed'); ?></th>
15
+ <th><?php echo _e('Suffix', 'woo-feed'); ?></th>
16
+ <th><?php echo _e('Output Type', 'woo-feed'); ?></th>
17
+ <th><?php echo _e('Output Limit', 'woo-feed'); ?></th>
18
+ <th></th>
19
+ </tr>
20
+ </thead>
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
+ </td>
26
+ <td>
27
+ <input type="text" name="mattributes[]" autocomplete="off"
28
+ class="wf_validate_attr wf_mattributes wf_mattr" value="id" />
29
+ </td>
30
+ <td>
31
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
32
+ </td>
33
+ <td>
34
+ <select name="type[]" class="attr_type wfnoempty">
35
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
36
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
37
+ </select>
38
+ </td>
39
+ <td>
40
+ <select name="attributes[]"
41
+ class="wf_validate_attr wf_attr wf_attributes">
42
+ <?php echo $product->attributeDropdown('id'); ?>
43
+ </select>
44
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
45
+ style=" display: none;"/>
46
+ </td>
47
+ <td>
48
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
+ </td>
50
+ <td>
51
+ <select name="output_type[][]" class="outputType wfnoempty">
52
+ <option value="1">Default</option>
53
+ <option value="2">Strip Tags</option>
54
+ <option value="3">UTF-8 Encode</option>
55
+ <option value="4">htmlentities</option>
56
+ <option value="5">Integer</option>
57
+ <option value="6">Price</option>
58
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
59
+ <option value="8">CDATA</option>
60
+ </select>
61
+ <i class="dashicons dashicons-editor-expand expandType"></i>
62
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
63
+ </td>
64
+ <td>
65
+ <input type="text" name="limit[]" class="wf_ps"/>
66
+ </td>
67
+ <td>
68
+ <i class="delRow dashicons dashicons-trash"></i>
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td>
74
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
75
+ </td>
76
+ <td>
77
+ <input type="text" name="mattributes[]" autocomplete="off"
78
+ class="wf_validate_attr wf_mattributes wf_mattr" value="brand" />
79
+ </td>
80
+ <td>
81
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
82
+ </td>
83
+ <td>
84
+ <select name="type[]" class="attr_type wfnoempty">
85
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
86
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
87
+ </select>
88
+ </td>
89
+ <td>
90
+ <select name="attributes[]"
91
+ class="wf_validate_attr wf_attr wf_attributes">
92
+ <?php echo $product->attributeDropdown(); ?>
93
+ </select>
94
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
95
+ style=" display: none;"/>
96
+ </td>
97
+ <td>
98
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
99
+ </td>
100
+ <td>
101
+ <select name="output_type[][]" class="outputType wfnoempty">
102
+ <option value="1">Default</option>
103
+ <option value="2">Strip Tags</option>
104
+ <option value="3">UTF-8 Encode</option>
105
+ <option value="4">htmlentities</option>
106
+ <option value="5">Integer</option>
107
+ <option value="6">Price</option>
108
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
109
+ <option value="8">CDATA</option>
110
+ </select>
111
+ <i class="dashicons dashicons-editor-expand expandType"></i>
112
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
113
+ </td>
114
+ <td>
115
+ <input type="text" name="limit[]" class="wf_ps"/>
116
+ </td>
117
+ <td>
118
+ <i class="delRow dashicons dashicons-trash"></i>
119
+ </td>
120
+ </tr>
121
+
122
+ <tr>
123
+ <td>
124
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
125
+ </td>
126
+ <td>
127
+ <input type="text" name="mattributes[]" autocomplete="off"
128
+ class="wf_validate_attr wf_mattributes wf_mattr" value="title" />
129
+ </td>
130
+ <td>
131
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
132
+ </td>
133
+ <td>
134
+ <select name="type[]" class="attr_type wfnoempty">
135
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
136
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
137
+ </select>
138
+ </td>
139
+ <td>
140
+ <select name="attributes[]"
141
+ class="wf_validate_attr wf_attr wf_attributes">
142
+ <?php echo $product->attributeDropdown('title'); ?>
143
+ </select>
144
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
+ style=" display: none;"/>
146
+ </td>
147
+ <td>
148
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
149
+ </td>
150
+ <td>
151
+ <select name="output_type[][]" class="outputType wfnoempty">
152
+ <option value="1">Default</option>
153
+ <option value="2">Strip Tags</option>
154
+ <option value="3">UTF-8 Encode</option>
155
+ <option value="4">htmlentities</option>
156
+ <option value="5">Integer</option>
157
+ <option value="6">Price</option>
158
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
159
+ <option value="8">CDATA</option>
160
+ </select>
161
+ <i class="dashicons dashicons-editor-expand expandType"></i>
162
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
163
+ </td>
164
+ <td>
165
+ <input type="text" name="limit[]" class="wf_ps"/>
166
+ </td>
167
+ <td>
168
+ <i class="delRow dashicons dashicons-trash"></i>
169
+ </td>
170
+ </tr>
171
+
172
+ <tr>
173
+ <td>
174
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
175
+ </td>
176
+ <td>
177
+ <input type="text" name="mattributes[]" autocomplete="off"
178
+ class="wf_validate_attr wf_mattributes wf_mattr" value="description" />
179
+ </td>
180
+ <td>
181
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
182
+ </td>
183
+ <td>
184
+ <select name="type[]" class="attr_type wfnoempty">
185
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
186
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
187
+ </select>
188
+ </td>
189
+ <td>
190
+ <select name="attributes[]"
191
+ class="wf_validate_attr wf_attr wf_attributes">
192
+ <?php echo $product->attributeDropdown('description'); ?>
193
+ </select>
194
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
195
+ style=" display: none;"/>
196
+ </td>
197
+ <td>
198
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
199
+ </td>
200
+ <td>
201
+ <select name="output_type[][]" class="outputType wfnoempty">
202
+ <option value="1">Default</option>
203
+ <option value="2">Strip Tags</option>
204
+ <option value="3">UTF-8 Encode</option>
205
+ <option value="4">htmlentities</option>
206
+ <option value="5">Integer</option>
207
+ <option value="6">Price</option>
208
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
209
+ <option value="8">CDATA</option>
210
+ </select>
211
+ <i class="dashicons dashicons-editor-expand expandType"></i>
212
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
213
+ </td>
214
+ <td>
215
+ <input type="text" name="limit[]" class="wf_ps"/>
216
+ </td>
217
+ <td>
218
+ <i class="delRow dashicons dashicons-trash"></i>
219
+ </td>
220
+ </tr>
221
+
222
+ <tr>
223
+ <td>
224
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
225
+ </td>
226
+ <td>
227
+ <input type="text" name="mattributes[]" autocomplete="off"
228
+ class="wf_validate_attr wf_mattributes wf_mattr" value="productLink" />
229
+ </td>
230
+ <td>
231
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
232
+ </td>
233
+ <td>
234
+ <select name="type[]" class="attr_type wfnoempty">
235
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
236
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
237
+ </select>
238
+ </td>
239
+ <td>
240
+ <select name="attributes[]"
241
+ class="wf_validate_attr wf_attr wf_attributes">
242
+ <?php echo $product->attributeDropdown('link'); ?>
243
+ </select>
244
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
245
+ style=" display: none;"/>
246
+ </td>
247
+ <td>
248
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
249
+ </td>
250
+ <td>
251
+ <select name="output_type[][]" class="outputType wfnoempty">
252
+ <option value="1">Default</option>
253
+ <option value="2">Strip Tags</option>
254
+ <option value="3">UTF-8 Encode</option>
255
+ <option value="4">htmlentities</option>
256
+ <option value="5">Integer</option>
257
+ <option value="6">Price</option>
258
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
259
+ <option value="8">CDATA</option>
260
+ </select>
261
+ <i class="dashicons dashicons-editor-expand expandType"></i>
262
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
263
+ </td>
264
+ <td>
265
+ <input type="text" name="limit[]" class="wf_ps"/>
266
+ </td>
267
+ <td>
268
+ <i class="delRow dashicons dashicons-trash"></i>
269
+ </td>
270
+ </tr>
271
+
272
+ <tr>
273
+ <td>
274
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
275
+ </td>
276
+ <td>
277
+ <input type="text" name="mattributes[]" autocomplete="off"
278
+ class="wf_validate_attr wf_mattributes wf_mattr" value="imageLink" />
279
+ </td>
280
+ <td>
281
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
282
+ </td>
283
+ <td>
284
+ <select name="type[]" class="attr_type wfnoempty">
285
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
286
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
287
+ </select>
288
+ </td>
289
+ <td>
290
+ <select name="attributes[]"
291
+ class="wf_validate_attr wf_attr wf_attributes">
292
+ <?php echo $product->attributeDropdown('image'); ?>
293
+ </select>
294
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
295
+ style=" display: none;"/>
296
+ </td>
297
+ <td>
298
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
299
+ </td>
300
+ <td>
301
+ <select name="output_type[][]" class="outputType wfnoempty">
302
+ <option value="1">Default</option>
303
+ <option value="2">Strip Tags</option>
304
+ <option value="3">UTF-8 Encode</option>
305
+ <option value="4">htmlentities</option>
306
+ <option value="5">Integer</option>
307
+ <option value="6">Price</option>
308
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
309
+ <option value="8">CDATA</option>
310
+ </select>
311
+ <i class="dashicons dashicons-editor-expand expandType"></i>
312
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
313
+ </td>
314
+ <td>
315
+ <input type="text" name="limit[]" class="wf_ps"/>
316
+ </td>
317
+ <td>
318
+ <i class="delRow dashicons dashicons-trash"></i>
319
+ </td>
320
+ </tr>
321
+
322
+ <tr>
323
+ <td>
324
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
325
+ </td>
326
+ <td>
327
+ <input type="text" name="mattributes[]" autocomplete="off"
328
+ class="wf_validate_attr wf_mattributes wf_mattr" value="imageLinkAdditional" />
329
+ </td>
330
+ <td>
331
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
332
+ </td>
333
+ <td>
334
+ <select name="type[]" class="attr_type wfnoempty">
335
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
336
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
337
+ </select>
338
+ </td>
339
+ <td>
340
+ <select name="attributes[]"
341
+ class="wf_validate_attr wf_attr wf_attributes">
342
+ <?php echo $product->attributeDropdown('images'); ?>
343
+ </select>
344
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
345
+ style=" display: none;"/>
346
+ </td>
347
+ <td>
348
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
349
+ </td>
350
+ <td>
351
+ <select name="output_type[][]" class="outputType wfnoempty">
352
+ <option value="1">Default</option>
353
+ <option value="2">Strip Tags</option>
354
+ <option value="3">UTF-8 Encode</option>
355
+ <option value="4">htmlentities</option>
356
+ <option value="5">Integer</option>
357
+ <option value="6">Price</option>
358
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
359
+ <option value="8">CDATA</option>
360
+ </select>
361
+ <i class="dashicons dashicons-editor-expand expandType"></i>
362
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
363
+ </td>
364
+ <td>
365
+ <input type="text" name="limit[]" class="wf_ps"/>
366
+ </td>
367
+ <td>
368
+ <i class="delRow dashicons dashicons-trash"></i>
369
+ </td>
370
+ </tr>
371
+
372
+ <tr>
373
+ <td>
374
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
375
+ </td>
376
+ <td>
377
+ <input type="text" name="mattributes[]" autocomplete="off"
378
+ class="wf_validate_attr wf_mattributes wf_mattr" value="price" />
379
+ </td>
380
+ <td>
381
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
382
+ </td>
383
+ <td>
384
+ <select name="type[]" class="attr_type wfnoempty">
385
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
386
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
387
+ </select>
388
+ </td>
389
+ <td>
390
+ <select name="attributes[]"
391
+ class="wf_validate_attr wf_attr wf_attributes">
392
+ <?php echo $product->attributeDropdown('price'); ?>
393
+ </select>
394
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
395
+ style=" display: none;"/>
396
+ </td>
397
+ <td>
398
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
399
+ </td>
400
+ <td>
401
+ <select name="output_type[][]" class="outputType wfnoempty">
402
+ <option value="1">Default</option>
403
+ <option value="2">Strip Tags</option>
404
+ <option value="3">UTF-8 Encode</option>
405
+ <option value="4">htmlentities</option>
406
+ <option value="5">Integer</option>
407
+ <option value="6">Price</option>
408
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
409
+ <option value="8">CDATA</option>
410
+ </select>
411
+ <i class="dashicons dashicons-editor-expand expandType"></i>
412
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
413
+ </td>
414
+ <td>
415
+ <input type="text" name="limit[]" class="wf_ps"/>
416
+ </td>
417
+ <td>
418
+ <i class="delRow dashicons dashicons-trash"></i>
419
+ </td>
420
+ </tr>
421
+
422
+ <tr>
423
+ <td>
424
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
425
+ </td>
426
+ <td>
427
+ <input type="text" name="mattributes[]" autocomplete="off"
428
+ class="wf_validate_attr wf_mattributes wf_mattr" value="priceOld" />
429
+ </td>
430
+ <td>
431
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
432
+ </td>
433
+ <td>
434
+ <select name="type[]" class="attr_type wfnoempty">
435
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
436
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
437
+ </select>
438
+ </td>
439
+ <td>
440
+ <select name="attributes[]"
441
+ class="wf_validate_attr wf_attr wf_attributes">
442
+ <?php echo $product->attributeDropdown(); ?>
443
+ </select>
444
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
445
+ style=" display: none;"/>
446
+ </td>
447
+ <td>
448
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
449
+ </td>
450
+ <td>
451
+ <select name="output_type[][]" class="outputType wfnoempty">
452
+ <option value="1">Default</option>
453
+ <option value="2">Strip Tags</option>
454
+ <option value="3">UTF-8 Encode</option>
455
+ <option value="4">htmlentities</option>
456
+ <option value="5">Integer</option>
457
+ <option value="6">Price</option>
458
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
459
+ <option value="8">CDATA</option>
460
+ </select>
461
+ <i class="dashicons dashicons-editor-expand expandType"></i>
462
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
463
+ </td>
464
+ <td>
465
+ <input type="text" name="limit[]" class="wf_ps"/>
466
+ </td>
467
+ <td>
468
+ <i class="delRow dashicons dashicons-trash"></i>
469
+ </td>
470
+ </tr>
471
+
472
+ <tr>
473
+ <td>
474
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
475
+ </td>
476
+ <td>
477
+ <input type="text" name="mattributes[]" autocomplete="off"
478
+ class="wf_validate_attr wf_mattributes wf_mattr" value="shippingCost" />
479
+ </td>
480
+ <td>
481
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
482
+ </td>
483
+ <td>
484
+ <select name="type[]" class="attr_type wfnoempty">
485
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
486
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
487
+ </select>
488
+ </td>
489
+ <td>
490
+ <select name="attributes[]"
491
+ class="wf_validate_attr wf_attr wf_attributes">
492
+ <?php echo $product->attributeDropdown(); ?>
493
+ </select>
494
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
495
+ style=" display: none;"/>
496
+ </td>
497
+ <td>
498
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
499
+ </td>
500
+ <td>
501
+ <select name="output_type[][]" class="outputType wfnoempty">
502
+ <option value="1">Default</option>
503
+ <option value="2">Strip Tags</option>
504
+ <option value="3">UTF-8 Encode</option>
505
+ <option value="4">htmlentities</option>
506
+ <option value="5">Integer</option>
507
+ <option value="6">Price</option>
508
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
509
+ <option value="8">CDATA</option>
510
+ </select>
511
+ <i class="dashicons dashicons-editor-expand expandType"></i>
512
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
513
+ </td>
514
+ <td>
515
+ <input type="text" name="limit[]" class="wf_ps"/>
516
+ </td>
517
+ <td>
518
+ <i class="delRow dashicons dashicons-trash"></i>
519
+ </td>
520
+ </tr>
521
+
522
+ <tr>
523
+ <td>
524
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
525
+ </td>
526
+ <td>
527
+ <input type="text" name="mattributes[]" autocomplete="off"
528
+ class="wf_validate_attr wf_mattributes wf_mattr" value="shippingDuration" />
529
+ </td>
530
+ <td>
531
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
532
+ </td>
533
+ <td>
534
+ <select name="type[]" class="attr_type wfnoempty">
535
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
536
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
537
+ </select>
538
+ </td>
539
+ <td>
540
+ <select name="attributes[]"
541
+ class="wf_validate_attr wf_attr wf_attributes">
542
+ <?php echo $product->attributeDropdown(); ?>
543
+ </select>
544
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
545
+ style=" display: none;"/>
546
+ </td>
547
+ <td>
548
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
549
+ </td>
550
+ <td>
551
+ <select name="output_type[][]" class="outputType wfnoempty">
552
+ <option value="1">Default</option>
553
+ <option value="2">Strip Tags</option>
554
+ <option value="3">UTF-8 Encode</option>
555
+ <option value="4">htmlentities</option>
556
+ <option value="5">Integer</option>
557
+ <option value="6">Price</option>
558
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
559
+ <option value="8">CDATA</option>
560
+ </select>
561
+ <i class="dashicons dashicons-editor-expand expandType"></i>
562
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
563
+ </td>
564
+ <td>
565
+ <input type="text" name="limit[]" class="wf_ps"/>
566
+ </td>
567
+ <td>
568
+ <i class="delRow dashicons dashicons-trash"></i>
569
+ </td>
570
+ </tr>
571
+
572
+ <tr>
573
+ <td>
574
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
575
+ </td>
576
+ <td>
577
+ <input type="text" name="mattributes[]" autocomplete="off"
578
+ class="wf_validate_attr wf_mattributes wf_mattr" value="availability" />
579
+ </td>
580
+ <td>
581
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
582
+ </td>
583
+ <td>
584
+ <select name="type[]" class="attr_type wfnoempty">
585
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
586
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
587
+ </select>
588
+ </td>
589
+ <td>
590
+ <select name="attributes[]"
591
+ class="wf_validate_attr wf_attr wf_attributes">
592
+ <?php echo $product->attributeDropdown('availability'); ?>
593
+ </select>
594
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
595
+ style=" display: none;"/>
596
+ </td>
597
+ <td>
598
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
599
+ </td>
600
+ <td>
601
+ <select name="output_type[][]" class="outputType wfnoempty">
602
+ <option value="1">Default</option>
603
+ <option value="2">Strip Tags</option>
604
+ <option value="3">UTF-8 Encode</option>
605
+ <option value="4">htmlentities</option>
606
+ <option value="5">Integer</option>
607
+ <option value="6">Price</option>
608
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
609
+ <option value="8">CDATA</option>
610
+ </select>
611
+ <i class="dashicons dashicons-editor-expand expandType"></i>
612
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
613
+ </td>
614
+ <td>
615
+ <input type="text" name="limit[]" class="wf_ps"/>
616
+ </td>
617
+ <td>
618
+ <i class="delRow dashicons dashicons-trash"></i>
619
+ </td>
620
+ </tr>
621
+
622
+ <tr>
623
+ <td>
624
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
625
+ </td>
626
+ <td>
627
+ <input type="text" name="mattributes[]" autocomplete="off"
628
+ class="wf_validate_attr wf_mattributes wf_mattr" value="gtin" />
629
+ </td>
630
+ <td>
631
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
632
+ </td>
633
+ <td>
634
+ <select name="type[]" class="attr_type wfnoempty">
635
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
636
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
637
+ </select>
638
+ </td>
639
+ <td>
640
+ <select name="attributes[]"
641
+ class="wf_validate_attr wf_attr wf_attributes">
642
+ <?php echo $product->attributeDropdown(); ?>
643
+ </select>
644
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
645
+ style=" display: none;"/>
646
+ </td>
647
+ <td>
648
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
649
+ </td>
650
+ <td>
651
+ <select name="output_type[][]" class="outputType wfnoempty">
652
+ <option value="1">Default</option>
653
+ <option value="2">Strip Tags</option>
654
+ <option value="3">UTF-8 Encode</option>
655
+ <option value="4">htmlentities</option>
656
+ <option value="5">Integer</option>
657
+ <option value="6">Price</option>
658
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
659
+ <option value="8">CDATA</option>
660
+ </select>
661
+ <i class="dashicons dashicons-editor-expand expandType"></i>
662
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
663
+ </td>
664
+ <td>
665
+ <input type="text" name="limit[]" class="wf_ps"/>
666
+ </td>
667
+ <td>
668
+ <i class="delRow dashicons dashicons-trash"></i>
669
+ </td>
670
+ </tr>
671
+
672
+ <tr>
673
+ <td>
674
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
675
+ </td>
676
+ <td>
677
+ <input type="text" name="mattributes[]" autocomplete="off"
678
+ class="wf_validate_attr wf_mattributes wf_mattr" value="mpn" />
679
+ </td>
680
+ <td>
681
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
682
+ </td>
683
+ <td>
684
+ <select name="type[]" class="attr_type wfnoempty">
685
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
686
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
687
+ </select>
688
+ </td>
689
+ <td>
690
+ <select name="attributes[]"
691
+ class="wf_validate_attr wf_attr wf_attributes">
692
+ <?php echo $product->attributeDropdown(); ?>
693
+ </select>
694
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
695
+ style=" display: none;"/>
696
+ </td>
697
+ <td>
698
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
699
+ </td>
700
+ <td>
701
+ <select name="output_type[][]" class="outputType wfnoempty">
702
+ <option value="1">Default</option>
703
+ <option value="2">Strip Tags</option>
704
+ <option value="3">UTF-8 Encode</option>
705
+ <option value="4">htmlentities</option>
706
+ <option value="5">Integer</option>
707
+ <option value="6">Price</option>
708
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
709
+ <option value="8">CDATA</option>
710
+ </select>
711
+ <i class="dashicons dashicons-editor-expand expandType"></i>
712
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
713
+ </td>
714
+ <td>
715
+ <input type="text" name="limit[]" class="wf_ps"/>
716
+ </td>
717
+ <td>
718
+ <i class="delRow dashicons dashicons-trash"></i>
719
+ </td>
720
+ </tr>
721
+
722
+ <tr>
723
+ <td>
724
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
725
+ </td>
726
+ <td>
727
+ <input type="text" name="mattributes[]" autocomplete="off"
728
+ class="wf_validate_attr wf_mattributes wf_mattr" value="category" />
729
+ </td>
730
+ <td>
731
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
732
+ </td>
733
+ <td>
734
+ <select name="type[]" class="attr_type wfnoempty">
735
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
736
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
737
+ </select>
738
+ </td>
739
+ <td>
740
+ <select name="attributes[]"
741
+ class="wf_validate_attr wf_attr wf_attributes">
742
+ <?php echo $product->attributeDropdown('product_type'); ?>
743
+ </select>
744
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
745
+ style=" display: none;"/>
746
+ </td>
747
+ <td>
748
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
749
+ </td>
750
+ <td>
751
+ <select name="output_type[][]" class="outputType wfnoempty">
752
+ <option value="1">Default</option>
753
+ <option value="2">Strip Tags</option>
754
+ <option value="3">UTF-8 Encode</option>
755
+ <option value="4">htmlentities</option>
756
+ <option value="5">Integer</option>
757
+ <option value="6">Price</option>
758
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
759
+ <option value="8">CDATA</option>
760
+ </select>
761
+ <i class="dashicons dashicons-editor-expand expandType"></i>
762
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
763
+ </td>
764
+ <td>
765
+ <input type="text" name="limit[]" class="wf_ps"/>
766
+ </td>
767
+ <td>
768
+ <i class="delRow dashicons dashicons-trash"></i>
769
+ </td>
770
+ </tr>
771
+
772
+ <tr>
773
+ <td>
774
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
775
+ </td>
776
+ <td>
777
+ <input type="text" name="mattributes[]" autocomplete="off"
778
+ class="wf_validate_attr wf_mattributes wf_mattr" value="subcategory" />
779
+ </td>
780
+ <td>
781
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
782
+ </td>
783
+ <td>
784
+ <select name="type[]" class="attr_type wfnoempty">
785
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
786
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
787
+ </select>
788
+ </td>
789
+ <td>
790
+ <select name="attributes[]"
791
+ class="wf_validate_attr wf_attr wf_attributes">
792
+ <?php echo $product->attributeDropdown(); ?>
793
+ </select>
794
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
795
+ style=" display: none;"/>
796
+ </td>
797
+ <td>
798
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
799
+ </td>
800
+ <td>
801
+ <select name="output_type[][]" class="outputType wfnoempty">
802
+ <option value="1">Default</option>
803
+ <option value="2">Strip Tags</option>
804
+ <option value="3">UTF-8 Encode</option>
805
+ <option value="4">htmlentities</option>
806
+ <option value="5">Integer</option>
807
+ <option value="6">Price</option>
808
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
809
+ <option value="8">CDATA</option>
810
+ </select>
811
+ <i class="dashicons dashicons-editor-expand expandType"></i>
812
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
813
+ </td>
814
+ <td>
815
+ <input type="text" name="limit[]" class="wf_ps"/>
816
+ </td>
817
+ <td>
818
+ <i class="delRow dashicons dashicons-trash"></i>
819
+ </td>
820
+ </tr>
821
+
822
+ <tr>
823
+ <td>
824
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
825
+ </td>
826
+ <td>
827
+ <input type="text" name="mattributes[]" autocomplete="off"
828
+ class="wf_validate_attr wf_mattributes wf_mattr" value="color" />
829
+ </td>
830
+ <td>
831
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
832
+ </td>
833
+ <td>
834
+ <select name="type[]" class="attr_type wfnoempty">
835
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
836
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
837
+ </select>
838
+ </td>
839
+ <td>
840
+ <select name="attributes[]"
841
+ class="wf_validate_attr wf_attr wf_attributes">
842
+ <?php echo $product->attributeDropdown(); ?>
843
+ </select>
844
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
845
+ style=" display: none;"/>
846
+ </td>
847
+ <td>
848
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
849
+ </td>
850
+ <td>
851
+ <select name="output_type[][]" class="outputType wfnoempty">
852
+ <option value="1">Default</option>
853
+ <option value="2">Strip Tags</option>
854
+ <option value="3">UTF-8 Encode</option>
855
+ <option value="4">htmlentities</option>
856
+ <option value="5">Integer</option>
857
+ <option value="6">Price</option>
858
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
859
+ <option value="8">CDATA</option>
860
+ </select>
861
+ <i class="dashicons dashicons-editor-expand expandType"></i>
862
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
863
+ </td>
864
+ <td>
865
+ <input type="text" name="limit[]" class="wf_ps"/>
866
+ </td>
867
+ <td>
868
+ <i class="delRow dashicons dashicons-trash"></i>
869
+ </td>
870
+ </tr>
871
+
872
+ <tr>
873
+ <td>
874
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
875
+ </td>
876
+ <td>
877
+ <input type="text" name="mattributes[]" autocomplete="off"
878
+ class="wf_validate_attr wf_mattributes wf_mattr" value="gender" />
879
+ </td>
880
+ <td>
881
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
882
+ </td>
883
+ <td>
884
+ <select name="type[]" class="attr_type wfnoempty">
885
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
886
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
887
+ </select>
888
+ </td>
889
+ <td>
890
+ <select name="attributes[]"
891
+ class="wf_validate_attr wf_attr wf_attributes">
892
+ <?php echo $product->attributeDropdown(); ?>
893
+ </select>
894
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
895
+ style=" display: none;"/>
896
+ </td>
897
+ <td>
898
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
899
+ </td>
900
+ <td>
901
+ <select name="output_type[][]" class="outputType wfnoempty">
902
+ <option value="1">Default</option>
903
+ <option value="2">Strip Tags</option>
904
+ <option value="3">UTF-8 Encode</option>
905
+ <option value="4">htmlentities</option>
906
+ <option value="5">Integer</option>
907
+ <option value="6">Price</option>
908
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
909
+ <option value="8">CDATA</option>
910
+ </select>
911
+ <i class="dashicons dashicons-editor-expand expandType"></i>
912
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
913
+ </td>
914
+ <td>
915
+ <input type="text" name="limit[]" class="wf_ps"/>
916
+ </td>
917
+ <td>
918
+ <i class="delRow dashicons dashicons-trash"></i>
919
+ </td>
920
+ </tr>
921
+
922
+ <tr>
923
+ <td>
924
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
925
+ </td>
926
+ <td>
927
+ <input type="text" name="mattributes[]" autocomplete="off"
928
+ class="wf_validate_attr wf_mattributes wf_mattr" value="material" />
929
+ </td>
930
+ <td>
931
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
932
+ </td>
933
+ <td>
934
+ <select name="type[]" class="attr_type wfnoempty">
935
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
936
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
937
+ </select>
938
+ </td>
939
+ <td>
940
+ <select name="attributes[]"
941
+ class="wf_validate_attr wf_attr wf_attributes">
942
+ <?php echo $product->attributeDropdown(); ?>
943
+ </select>
944
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
945
+ style=" display: none;"/>
946
+ </td>
947
+ <td>
948
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
949
+ </td>
950
+ <td>
951
+ <select name="output_type[][]" class="outputType wfnoempty">
952
+ <option value="1">Default</option>
953
+ <option value="2">Strip Tags</option>
954
+ <option value="3">UTF-8 Encode</option>
955
+ <option value="4">htmlentities</option>
956
+ <option value="5">Integer</option>
957
+ <option value="6">Price</option>
958
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
959
+ <option value="8">CDATA</option>
960
+ </select>
961
+ <i class="dashicons dashicons-editor-expand expandType"></i>
962
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
963
+ </td>
964
+ <td>
965
+ <input type="text" name="limit[]" class="wf_ps"/>
966
+ </td>
967
+ <td>
968
+ <i class="delRow dashicons dashicons-trash"></i>
969
+ </td>
970
+ </tr>
971
+
972
+ <tr>
973
+ <td>
974
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
975
+ </td>
976
+ <td>
977
+ <input type="text" name="mattributes[]" autocomplete="off"
978
+ class="wf_validate_attr wf_mattributes wf_mattr" value="pattern" />
979
+ </td>
980
+ <td>
981
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
982
+ </td>
983
+ <td>
984
+ <select name="type[]" class="attr_type wfnoempty">
985
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
986
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
987
+ </select>
988
+ </td>
989
+ <td>
990
+ <select name="attributes[]"
991
+ class="wf_validate_attr wf_attr wf_attributes">
992
+ <?php echo $product->attributeDropdown(); ?>
993
+ </select>
994
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
995
+ style=" display: none;"/>
996
+ </td>
997
+ <td>
998
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
999
+ </td>
1000
+ <td>
1001
+ <select name="output_type[][]" class="outputType wfnoempty">
1002
+ <option value="1">Default</option>
1003
+ <option value="2">Strip Tags</option>
1004
+ <option value="3">UTF-8 Encode</option>
1005
+ <option value="4">htmlentities</option>
1006
+ <option value="5">Integer</option>
1007
+ <option value="6">Price</option>
1008
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
1009
+ <option value="8">CDATA</option>
1010
+ </select>
1011
+ <i class="dashicons dashicons-editor-expand expandType"></i>
1012
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
1013
+ </td>
1014
+ <td>
1015
+ <input type="text" name="limit[]" class="wf_ps"/>
1016
+ </td>
1017
+ <td>
1018
+ <i class="delRow dashicons dashicons-trash"></i>
1019
+ </td>
1020
+ </tr>
1021
+
1022
+ <tr>
1023
+ <td>
1024
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
1025
+ </td>
1026
+ <td>
1027
+ <input type="text" name="mattributes[]" autocomplete="off"
1028
+ class="wf_validate_attr wf_mattributes wf_mattr" value="size" />
1029
+ </td>
1030
+ <td>
1031
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
1032
+ </td>
1033
+ <td>
1034
+ <select name="type[]" class="attr_type wfnoempty">
1035
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
1036
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
1037
+ </select>
1038
+ </td>
1039
+ <td>
1040
+ <select name="attributes[]"
1041
+ class="wf_validate_attr wf_attr wf_attributes">
1042
+ <?php echo $product->attributeDropdown(); ?>
1043
+ </select>
1044
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
1045
+ style=" display: none;"/>
1046
+ </td>
1047
+ <td>
1048
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
1049
+ </td>
1050
+ <td>
1051
+ <select name="output_type[][]" class="outputType wfnoempty">
1052
+ <option value="1">Default</option>
1053
+ <option value="2">Strip Tags</option>
1054
+ <option value="3">UTF-8 Encode</option>
1055
+ <option value="4">htmlentities</option>
1056
+ <option value="5">Integer</option>
1057
+ <option value="6">Price</option>
1058
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
1059
+ <option value="8">CDATA</option>
1060
+ </select>
1061
+ <i class="dashicons dashicons-editor-expand expandType"></i>
1062
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
1063
+ </td>
1064
+ <td>
1065
+ <input type="text" name="limit[]" class="wf_ps"/>
1066
+ </td>
1067
+ <td>
1068
+ <i class="delRow dashicons dashicons-trash"></i>
1069
+ </td>
1070
+ </tr>
1071
+ </table>
1072
+ <table class=" widefat fixed">
1073
+ <tr>
1074
+ <td align="left" class="">
1075
+ <div class="makeFeedResponse"></div>
1076
+ <div class="makeFeedComplete"></div>
1077
+ </td>
1078
+ <td align="right">
1079
+ <button type="submit" class="wfbtn">
1080
+ <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
1081
+ </button>
1082
+ </td>
1083
+ </tr>
1084
+ </table>
1085
+ </div>
1086
+ </li>
1087
+ <?php include plugin_dir_path(__FILE__) . "../woo-feed-ftp-sftp-template.php"; ?>
1088
+
1089
+ </ul>
admin/partials/templates/pinterest_add-feed.php ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <ul class="wf_tabs">
2
+ <li>
3
+ <input type="radio" name="wf_tabs" id="tab1" checked/>
4
+ <label class="wf-tab-name" for="tab1"><?php echo _e( 'Feed Config', 'woo-feed' ); ?></label>
5
+
6
+ <div id="wf-tab-content1" class="wf-tab-content">
7
+ <table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-1">
8
+ <thead>
9
+ <tr>
10
+ <th></th>
11
+ <th><?php echo ucfirst( $provider ); ?> <?php echo _e( 'Attributes', 'woo-feed' ); ?></th>
12
+ <th><?php echo _e( 'Prefix', 'woo-feed' ); ?></th>
13
+ <th><?php echo _e( 'Type', 'woo-feed' ); ?></th>
14
+ <th><?php echo _e( 'Value', 'woo-feed' ); ?></th>
15
+ <th><?php echo _e( 'Suffix', 'woo-feed' ); ?></th>
16
+ <th><?php echo _e( 'Output Type', 'woo-feed' ); ?></th>
17
+ <th><?php echo _e( 'Output Limit', 'woo-feed' ); ?></th>
18
+ <th></th>
19
+ </tr>
20
+ </thead>
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
+ </td>
26
+ <td>
27
+ <select name="mattributes[]" required class="wf_mattributes">
28
+ <?php echo $dropDown->googleAttributesDropdown( 'id' ); ?>
29
+ </select>
30
+ </td>
31
+ <td>
32
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
33
+ </td>
34
+ <td>
35
+ <select name="type[]" class="attr_type wfnoempty">
36
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
37
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
38
+ </select>
39
+ </td>
40
+ <td>
41
+ <select name="attributes[]" class="wf_attr wf_attributes">
42
+ <?php echo $product->attributeDropdown( 'id' ); ?>
43
+ </select>
44
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
45
+ style=" display: none;"/>
46
+ </td>
47
+ <td>
48
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
+ </td>
50
+ <td>
51
+ <select name="output_type[][]" class="outputType wfnoempty">
52
+ <option value="1">Default</option>
53
+ <option value="2">Strip Tags</option>
54
+ <option value="3">UTF-8 Encode</option>
55
+ <option value="4">htmlentities</option>
56
+ <option value="5">Integer</option>
57
+ <option value="6">Price</option>
58
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
59
+ <option value="8">CDATA</option>
60
+ </select>
61
+ <i class="dashicons dashicons-editor-expand expandType"></i>
62
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
63
+ </td>
64
+ <td>
65
+ <input type="text" name="limit[]" class="wf_ps"/>
66
+ </td>
67
+ <td>
68
+ <i class="delRow dashicons dashicons-trash"></i>
69
+ </td>
70
+ </tr>
71
+ <tr>
72
+ <td>
73
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
74
+ </td>
75
+ <td>
76
+ <select name="mattributes[]" required class="wf_mattributes">
77
+ <?php echo $dropDown->googleAttributesDropdown( 'title' ); ?>
78
+ </select>
79
+ </td>
80
+ <td>
81
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
82
+ </td>
83
+ <td>
84
+ <select name="type[]" class="attr_type wfnoempty">
85
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
86
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
87
+ </select>
88
+ </td>
89
+ <td>
90
+ <select name="attributes[]" class="wf_attr wf_attributes">
91
+ <?php echo $product->attributeDropdown( 'title' ); ?>
92
+ </select>
93
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
94
+ style=" display: none;"/>
95
+ </td>
96
+ <td>
97
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
+ </td>
99
+ <td>
100
+ <select name="output_type[][]" class="outputType wfnoempty">
101
+ <option value="1">Default</option>
102
+ <option value="2">Strip Tags</option>
103
+ <option value="3">UTF-8 Encode</option>
104
+ <option value="4">htmlentities</option>
105
+ <option value="5">Integer</option>
106
+ <option value="6">Price</option>
107
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
108
+ <option value="8">CDATA</option>
109
+ </select>
110
+ <i class="dashicons dashicons-editor-expand expandType"></i>
111
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
112
+ </td>
113
+ <td>
114
+ <input type="text" name="limit[]" class="wf_ps"/>
115
+ </td>
116
+ <td>
117
+ <i class="delRow dashicons dashicons-trash"></i>
118
+ </td>
119
+ </tr>
120
+ <tr>
121
+ <td>
122
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
123
+ </td>
124
+ <td>
125
+ <select name="mattributes[]" required class="wf_mattributes">
126
+ <?php echo $dropDown->googleAttributesDropdown( 'description' ); ?>
127
+ </select>
128
+ </td>
129
+ <td>
130
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
131
+ </td>
132
+ <td>
133
+ <select name="type[]" class="attr_type wfnoempty">
134
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
135
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
136
+ </select>
137
+ </td>
138
+ <td>
139
+ <select name="attributes[]" class="wf_attr wf_attributes">
140
+ <?php echo $product->attributeDropdown( 'description' ); ?>
141
+ </select>
142
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
143
+ style=" display: none;"/>
144
+ </td>
145
+ <td>
146
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
+ </td>
148
+ <td>
149
+ <select name="output_type[][]" class="outputType wfnoempty">
150
+ <option value="1">Default</option>
151
+ <option selected value="2">Strip Tags</option>
152
+ <option value="3">UTF-8 Encode</option>
153
+ <option value="4">htmlentities</option>
154
+ <option value="5">Integer</option>
155
+ <option value="6">Price</option>
156
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
157
+ <option value="8">CDATA</option>
158
+ </select>
159
+ <i class="dashicons dashicons-editor-expand expandType"></i>
160
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
161
+ </td>
162
+ <td>
163
+ <input type="text" name="limit[]" class="wf_ps" value="5000"/>
164
+ </td>
165
+ <td>
166
+ <i class="delRow dashicons dashicons-trash"></i>
167
+ </td>
168
+ </tr>
169
+ <tr>
170
+ <td>
171
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
172
+ </td>
173
+ <td>
174
+ <select name="mattributes[]" required class="wf_mattributes">
175
+ <?php echo $dropDown->googleAttributesDropdown( 'item_group_id' ); ?>
176
+ </select>
177
+ </td>
178
+ <td>
179
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
180
+ </td>
181
+ <td>
182
+ <select name="type[]" class="attr_type wfnoempty">
183
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
184
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
185
+ </select>
186
+ </td>
187
+ <td>
188
+ <select name="attributes[]" class="wf_attr wf_attributes">
189
+ <?php echo $product->attributeDropdown( 'item_group_id' ); ?>
190
+ </select>
191
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
192
+ style=" display: none;"/>
193
+ </td>
194
+ <td>
195
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
+ </td>
197
+ <td>
198
+ <select name="output_type[][]" class="outputType wfnoempty">
199
+ <option value="1">Default</option>
200
+ <option value="2">Strip Tags</option>
201
+ <option value="3">UTF-8 Encode</option>
202
+ <option value="4">htmlentities</option>
203
+ <option value="5">Integer</option>
204
+ <option value="6">Price</option>
205
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
206
+ <option value="8">CDATA</option>
207
+ </select>
208
+ <i class="dashicons dashicons-editor-expand expandType"></i>
209
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
210
+ </td>
211
+ <td>
212
+ <input type="text" name="limit[]" class="wf_ps"/>
213
+ </td>
214
+ <td>
215
+ <i class="delRow dashicons dashicons-trash"></i>
216
+ </td>
217
+ </tr>
218
+ <tr>
219
+ <td>
220
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
221
+ </td>
222
+ <td>
223
+ <select name="mattributes[]" required class="wf_mattributes">
224
+ <?php echo $dropDown->googleAttributesDropdown( 'link' ); ?>
225
+ </select>
226
+ </td>
227
+ <td>
228
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
229
+ </td>
230
+ <td>
231
+ <select name="type[]" class="attr_type wfnoempty">
232
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
233
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
234
+ </select>
235
+ </td>
236
+ <td>
237
+ <select name="attributes[]" class="wf_attr wf_attributes">
238
+ <?php echo $product->attributeDropdown( 'link' ); ?>
239
+ </select>
240
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
241
+ style=" display: none;"/>
242
+ </td>
243
+ <td>
244
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
+ </td>
246
+ <td>
247
+ <select name="output_type[][]" class="outputType wfnoempty">
248
+ <option value="1">Default</option>
249
+ <option value="2">Strip Tags</option>
250
+ <option value="3">UTF-8 Encode</option>
251
+ <option value="4">htmlentities</option>
252
+ <option value="5">Integer</option>
253
+ <option value="6">Price</option>
254
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
255
+ <option value="8">CDATA</option>
256
+ </select>
257
+ <i class="dashicons dashicons-editor-expand expandType"></i>
258
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
259
+ </td>
260
+ <td>
261
+ <input type="text" name="limit[]" class="wf_ps"/>
262
+ </td>
263
+ <td>
264
+ <i class="delRow dashicons dashicons-trash"></i>
265
+ </td>
266
+ </tr>
267
+ <tr>
268
+ <td>
269
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
270
+ </td>
271
+ <td>
272
+ <select name="mattributes[]" required class="wf_mattributes">
273
+ <?php echo $dropDown->googleAttributesDropdown('product_type'); ?>
274
+ </select>
275
+ </td>
276
+ <td>
277
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
278
+ </td>
279
+ <td>
280
+ <select name="type[]" class="attr_type wfnoempty">
281
+ <option value="attribute"> <?php echo _e('Attribute','woo-feed');?></option>
282
+ <option value="pattern"> <?php echo _e('Pattern','woo-feed');?></option>
283
+ </select>
284
+ </td>
285
+ <td>
286
+ <select name="attributes[]" class="wf_attr wf_attributes">
287
+ <?php echo $product->attributeDropdown('product_type'); ?>
288
+ </select>
289
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
290
+ style=" display: none;"/>
291
+ </td>
292
+ <td>
293
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
+ </td>
295
+ <td>
296
+ <select name="output_type[][]" class="outputType wfnoempty">
297
+ <option value="1">Default</option>
298
+ <option value="2">Strip Tags</option>
299
+ <option value="3">UTF-8 Encode</option>
300
+ <option value="4">htmlentities</option>
301
+ <option value="5">Integer</option>
302
+ <option value="6">Price</option>
303
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
304
+ <option value="8">CDATA</option>
305
+ </select>
306
+ <i class="dashicons dashicons-editor-expand expandType"></i>
307
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
308
+ </td>
309
+ <td>
310
+ <input type="text" name="limit[]" class="wf_ps"/>
311
+ </td>
312
+ <td>
313
+ <i class="delRow dashicons dashicons-trash"></i>
314
+ </td>
315
+ </tr>
316
+ <tr>
317
+ <td>
318
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
319
+ </td>
320
+ <td>
321
+ <select name="mattributes[]" required class="wf_mattributes">
322
+ <?php echo $dropDown->googleAttributesDropdown('current_category'); ?>
323
+ </select>
324
+ </td>
325
+ <td>
326
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
327
+ </td>
328
+ <td>
329
+ <select name="type[]" class="attr_type wfnoempty">
330
+ <option value="attribute"> <?php echo _e('Attribute','woo-feed');?></option>
331
+ <option value="pattern" selected> <?php echo _e('Pattern','woo-feed');?></option>
332
+ </select>
333
+ </td>
334
+ <!-- <td>-->
335
+ <!-- <select name="attributes[]" style=" display: none;" class="wf_attr wf_attributes">-->
336
+ <!-- --><?php //echo $product->attributeDropdown(); ?>
337
+ <!-- </select>-->
338
+ <!-- <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes" />-->
339
+ <!-- <br><span style="font-size:x-small;"><a href="http://webappick.helpscoutdocs.com/article/19-how-to-map-store-category-with-merchant-category" target="_blank">Learn More..</a></span>-->
340
+ <!-- </td>-->
341
+
342
+ <td>
343
+ <input type="text" name="default[]" placeholder="Select Google Taxonomy" id="wf_google_taxonomy_input_modal" autocomplete="off" class="wf_default wf_attributes"/>
344
+ <select name="attributes[]" class="wf_attr wf_attributes" style="display:none;">
345
+ <?php echo $product->attributeDropdown( '' ); ?>
346
+ </select>
347
+ <br><span style="font-size:x-small;"><a style="color: red" href="http://webappick.helpscoutdocs.com/article/19-how-to-map-store-category-with-merchant-category" target="_blank">Learn More..</a></span>
348
+ </td>
349
+ <td>
350
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
351
+ </td>
352
+ <td>
353
+ <select name="output_type[][]" class="outputType wfnoempty">
354
+ <option value="1">Default</option>
355
+ <option value="2">Strip Tags</option>
356
+ <option value="3">UTF-8 Encode</option>
357
+ <option value="4">htmlentities</option>
358
+ <option value="5">Integer</option>
359
+ <option value="6">Price</option>
360
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
361
+ <option value="8">CDATA</option>
362
+ </select>
363
+ <i class="dashicons dashicons-editor-expand expandType"></i>
364
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
365
+ </td>
366
+ <td>
367
+ <input type="text" name="limit[]" class="wf_ps"/>
368
+ </td>
369
+ <td>
370
+ <i class="delRow dashicons dashicons-trash"></i>
371
+ </td>
372
+ </tr>
373
+ <tr>
374
+ <td>
375
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
376
+ </td>
377
+ <td>
378
+ <select name="mattributes[]" required class="wf_mattributes">
379
+ <?php echo $dropDown->googleAttributesDropdown( 'image' ); ?>
380
+ </select>
381
+ </td>
382
+ <td>
383
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
384
+ </td>
385
+ <td>
386
+ <select name="type[]" class="attr_type wfnoempty">
387
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
388
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
389
+ </select>
390
+ </td>
391
+ <td>
392
+ <select name="attributes[]" class="wf_attr wf_attributes">
393
+ <?php echo $product->attributeDropdown( 'image' ); ?>
394
+ </select>
395
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
396
+ style=" display: none;"/>
397
+ </td>
398
+ <td>
399
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
400
+ </td>
401
+ <td>
402
+ <select name="output_type[][]" class="outputType wfnoempty">
403
+ <option value="1">Default</option>
404
+ <option value="2">Strip Tags</option>
405
+ <option value="3">UTF-8 Encode</option>
406
+ <option value="4">htmlentities</option>
407
+ <option value="5">Integer</option>
408
+ <option value="6">Price</option>
409
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
410
+ <option value="8">CDATA</option>
411
+ </select>
412
+ <i class="dashicons dashicons-editor-expand expandType"></i>
413
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
414
+ </td>
415
+ <td>
416
+ <input type="text" name="limit[]" class="wf_ps"/>
417
+ </td>
418
+ <td>
419
+ <i class="delRow dashicons dashicons-trash"></i>
420
+ </td>
421
+ </tr>
422
+ <tr>
423
+ <td>
424
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
425
+ </td>
426
+ <td>
427
+ <select name="mattributes[]" required class="wf_mattributes">
428
+ <?php echo $dropDown->googleAttributesDropdown( 'condition' ); ?>
429
+ </select>
430
+ </td>
431
+ <td>
432
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
433
+ </td>
434
+ <td>
435
+ <select name="type[]" class="attr_type wfnoempty">
436
+ <option value="attribute"><?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
437
+ <option value="pattern"><?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
438
+ </select>
439
+ </td>
440
+ <td>
441
+ <select name="attributes[]" class="wf_attr wf_attributes">
442
+ <?php echo $product->attributeDropdown( 'condition' ); ?>
443
+ </select>
444
+ <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
445
+ />
446
+ </td>
447
+ <td>
448
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
449
+ </td>
450
+ <td>
451
+ <select name="output_type[][]" class="outputType wfnoempty">
452
+ <option value="1">Default</option>
453
+ <option value="2">Strip Tags</option>
454
+ <option value="3">UTF-8 Encode</option>
455
+ <option value="4">htmlentities</option>
456
+ <option value="5">Integer</option>
457
+ <option value="6">Price</option>
458
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
459
+ <option value="8">CDATA</option>
460
+ </select>
461
+ <i class="dashicons dashicons-editor-expand expandType"></i>
462
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
463
+ </td>
464
+ <td>
465
+ <input type="text" name="limit[]" class="wf_ps"/>
466
+ </td>
467
+ <td>
468
+ <i class="delRow dashicons dashicons-trash"></i>
469
+ </td>
470
+ </tr>
471
+ <tr>
472
+ <td>
473
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
474
+ </td>
475
+ <td>
476
+ <select name="mattributes[]" required class="wf_mattributes">
477
+ <?php echo $dropDown->googleAttributesDropdown( 'availability' ); ?>
478
+ </select>
479
+ </td>
480
+ <td>
481
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
482
+ </td>
483
+ <td>
484
+ <select name="type[]" class="attr_type wfnoempty">
485
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
486
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
487
+ </select>
488
+ </td>
489
+ <td>
490
+ <select name="attributes[]" class="wf_attr wf_attributes">
491
+ <?php echo $product->attributeDropdown( 'availability' ); ?>
492
+ </select>
493
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
494
+ style=" display: none;"/>
495
+ </td>
496
+ <td>
497
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
498
+ </td>
499
+ <td>
500
+ <select name="output_type[][]" class="outputType wfnoempty">
501
+ <option value="1">Default</option>
502
+ <option value="2">Strip Tags</option>
503
+ <option value="3">UTF-8 Encode</option>
504
+ <option value="4">htmlentities</option>
505
+ <option value="5">Integer</option>
506
+ <option value="6">Price</option>
507
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
508
+ <option value="8">CDATA</option>
509
+ </select>
510
+ <i class="dashicons dashicons-editor-expand expandType"></i>
511
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
512
+ </td>
513
+ <td>
514
+ <input type="text" name="limit[]" class="wf_ps"/>
515
+ </td>
516
+ <td>
517
+ <i class="delRow dashicons dashicons-trash"></i>
518
+ </td>
519
+ </tr>
520
+ <tr>
521
+ <td>
522
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
523
+ </td>
524
+ <td>
525
+ <select name="mattributes[]" required class="wf_mattributes">
526
+ <?php echo $dropDown->googleAttributesDropdown( 'price' ); ?>
527
+ </select>
528
+ </td>
529
+ <td>
530
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
531
+ </td>
532
+ <td>
533
+ <select name="type[]" class="attr_type wfnoempty">
534
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
535
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
536
+ </select>
537
+ </td>
538
+ <td>
539
+ <select name="attributes[]" class="wf_attr wf_attributes">
540
+ <?php echo $product->attributeDropdown( 'price' ); ?>
541
+ </select>
542
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
543
+ style=" display: none;"/>
544
+ </td>
545
+ <td>
546
+ <input type="text" name="suffix[]" value="<?php echo get_woocommerce_currency();?>" autocomplete="off" class="wf_ps"/>
547
+ </td>
548
+ <td>
549
+ <select name="output_type[][]" class="outputType wfnoempty">
550
+ <option value="1">Default</option>
551
+ <option value="2">Strip Tags</option>
552
+ <option value="3">UTF-8 Encode</option>
553
+ <option value="4">htmlentities</option>
554
+ <option value="5">Integer</option>
555
+ <option selected value="6">Price</option>
556
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
557
+ <option value="8">CDATA</option>
558
+ </select>
559
+ <i class="dashicons dashicons-editor-expand expandType"></i>
560
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
561
+ </td>
562
+ <td>
563
+ <input type="text" name="limit[]" class="wf_ps"/>
564
+ </td>
565
+ <td>
566
+ <i class="delRow dashicons dashicons-trash"></i>
567
+ </td>
568
+ </tr>
569
+
570
+ <tr>
571
+ <td>
572
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
573
+ </td>
574
+ <td>
575
+ <select name="mattributes[]" required class="wf_mattributes">
576
+ <?php echo $dropDown->googleAttributesDropdown( 'sku' ); ?>
577
+ </select>
578
+ </td>
579
+ <td>
580
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
581
+ </td>
582
+ <td>
583
+ <select name="type[]" class="attr_type wfnoempty">
584
+ <option value="attribute"> <?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
585
+ <option value="pattern"> <?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
586
+ </select>
587
+ </td>
588
+ <td>
589
+ <select name="attributes[]" class="wf_attr wf_attributes">
590
+ <?php echo $product->attributeDropdown( 'sku' ); ?>
591
+ </select>
592
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
593
+ style=" display: none;"/>
594
+ </td>
595
+ <td>
596
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
597
+ </td>
598
+ <td>
599
+ <select name="output_type[][]" class="outputType wfnoempty">
600
+ <option value="1">Default</option>
601
+ <option value="2">Strip Tags</option>
602
+ <option value="3">UTF-8 Encode</option>
603
+ <option value="4">htmlentities</option>
604
+ <option value="5">Integer</option>
605
+ <option value="6">Price</option>
606
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
607
+ <option value="8">CDATA</option>
608
+ </select>
609
+ <i class="dashicons dashicons-editor-expand expandType"></i>
610
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
611
+ </td>
612
+ <td>
613
+ <input type="text" name="limit[]" class="wf_ps"/>
614
+ </td>
615
+ <td>
616
+ <i class="delRow dashicons dashicons-trash"></i>
617
+ </td>
618
+ </tr>
619
+ <tr>
620
+ <td>
621
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
622
+ </td>
623
+ <td>
624
+ <select name="mattributes[]" required class="wf_mattributes">
625
+ <?php echo $dropDown->googleAttributesDropdown( 'brand' ); ?>
626
+ </select>
627
+ </td>
628
+ <td>
629
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
630
+ </td>
631
+ <td>
632
+ <select name="type[]" class="attr_type wfnoempty">
633
+ <option value="attribute" ><?php echo _e( 'Attribute', 'woo-feed' ); ?></option>
634
+ <option value="pattern" selected><?php echo _e( 'Pattern', 'woo-feed' ); ?></option>
635
+ </select>
636
+ </td>
637
+ <td>
638
+ <select name="attributes[]" style=" display: none;" class="wf_attr wf_attributes">
639
+ <?php echo $product->attributeDropdown(); ?>
640
+ </select>
641
+ <?php
642
+ $url = site_url();
643
+ $WABrand="";
644
+ // Remove all illegal characters from a url
645
+ $url = filter_var($url, FILTER_SANITIZE_URL);
646
+ // Validate url
647
+ if (filter_var($url, FILTER_VALIDATE_URL) !== false) {
648
+ $url=parse_url($url);
649
+ if(array_key_exists('host',$url)){
650
+ $arr = explode('.',$url['host']);
651
+ $WABrand = $arr[count($arr) - 2];
652
+ }
653
+ }
654
+
655
+ ?>
656
+ <input type="text" name="default[]" value="<?php echo $WABrand; ?>" autocomplete="off" class="wf_default wf_attributes"/>
657
+ </td>
658
+ <td>
659
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
660
+ </td>
661
+ <td>
662
+ <select name="output_type[][]" class="outputType wfnoempty">
663
+ <option value="1">Default</option>
664
+ <option value="2">Strip Tags</option>
665
+ <option value="3">UTF-8 Encode</option>
666
+ <option value="4">htmlentities</option>
667
+ <option value="5">Integer</option>
668
+ <option value="6">Price</option>
669
+ <option value="7">Remove Space</option>
670
+ <option value="10">Remove ShortCodes</option>
671
+ <option value="9">Remove Special Character</option>
672
+ <option value="8">CDATA</option>
673
+ </select>
674
+ <i class="dashicons dashicons-editor-expand expandType"></i>
675
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
676
+ </td>
677
+ <td>
678
+ <input type="text" name="limit[]" class="wf_ps"/>
679
+ </td>
680
+ <td>
681
+ <i class="delRow dashicons dashicons-trash"></i>
682
+ </td>
683
+ </tr>
684
+ </tbody>
685
+ <tfoot>
686
+ <tr>
687
+ <td>
688
+ <button type="button" class="button-small button-primary" id="wf_newRow">
689
+ <?php echo _e( 'Add New Row', 'woo-feed' ); ?>
690
+ </button>
691
+ </td>
692
+ <td colspan="8">
693
+
694
+ </td>
695
+ </tr>
696
+ </tfoot>
697
+ </table>
698
+ <table class=" widefat fixed">
699
+ <tr>
700
+ <td align="left" class="">
701
+ <div class="makeFeedResponse"></div>
702
+ <div class="makeFeedComplete"></div>
703
+ </td>
704
+ <td align="right">
705
+ <button type="submit" class="wfbtn">
706
+ <?php echo _e( 'Save & Generate Feed', 'woo-feed' ); ?>
707
+ </button>
708
+ </td>
709
+ </tr>
710
+ </table>
711
+ </div>
712
+ </li>
713
+
714
+ <?php include plugin_dir_path(__FILE__) . "../woo-feed-ftp-sftp-template.php"; ?>
715
+
716
+ </ul>
717
+ <!--modal inputs for getting Google Taxonomy -->
718
+ <div class="container">
719
+ <div class="_wf_popup" data-popup="popup-wf_google_taxonomy_modal" id="wf_google_taxonomy_modal">
720
+ <div class="_wf_popup-inner">
721
+ <form id="wf_google_taxonomy_modal_form_submission" enctype="multipart/form-data" >
722
+ <h2>Select Google Taxonomy</h2><span style="color: red" id="google_taxonomy_error_message"></span>
723
+ <select name="attributes[]" id="googleTaxonomyId" style="" class="googleTaxonomyId">
724
+ <?php echo $dropDown->googleTaxonomy(); ?>
725
+ </select>
726
+ <input style="float: right" id="wf_google_taxonomy_modal_submit_button" class="wf_google_taxonomy_modal_submit_button" type="button" value="Submit"/>
727
+ <input style="float: right" id="wf_google_taxonomy_modal_cancel_button" class="wf_google_taxonomy_modal_form_button" value="Cancel" type="button"/>
728
+ <a style="text-decoration:none;" class="_wf_popup-close" id="wf_google_taxonomy_modal_popup_close" href="#">x</a>
729
+ </form>
730
+ </div>
731
+ </div>
732
+ </div>
admin/partials/templates/shareasale_add-feed.php ADDED
@@ -0,0 +1,639 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <ul class="wf_tabs">
2
+ <li>
3
+ <input type="radio" name="wf_tabs" id="tab1" checked/>
4
+ <label class="wf-tab-name" for="tab1"><?php echo _e('Feed Config', 'woo-feed'); ?></label>
5
+
6
+ <div id="wf-tab-content1" class="wf-tab-content">
7
+ <table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-1">
8
+ <thead>
9
+ <tr>
10
+ <th></th>
11
+ <th><?php echo ucfirst($provider); ?> <?php echo _e('Attributes', 'woo-feed'); ?></th>
12
+ <th><?php echo _e('Prefix', 'woo-feed'); ?></th>
13
+ <th><?php echo _e('Type', 'woo-feed'); ?></th>
14
+ <th><?php echo _e('Value', 'woo-feed'); ?></th>
15
+ <th><?php echo _e('Suffix', 'woo-feed'); ?></th>
16
+ <th><?php echo _e('Output Type', 'woo-feed'); ?></th>
17
+ <th><?php echo _e('Output Limit', 'woo-feed'); ?></th>
18
+ <th></th>
19
+ </tr>
20
+ </thead>
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
+ </td>
26
+ <td>
27
+ <input type="text" name="mattributes[]" autocomplete="off"
28
+ class="wf_validate_attr wf_mattributes wf_mattr" value="ProductID" />
29
+ </td>
30
+ <td>
31
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
32
+ </td>
33
+ <td>
34
+ <select name="type[]" class="attr_type wfnoempty">
35
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
36
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
37
+ </select>
38
+ </td>
39
+ <td>
40
+ <select name="attributes[]"
41
+ class="wf_validate_attr wf_attr wf_attributes">
42
+ <?php echo $product->attributeDropdown('id'); ?>
43
+ </select>
44
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
45
+ style=" display: none;"/>
46
+ </td>
47
+ <td>
48
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
+ </td>
50
+ <td>
51
+ <select name="output_type[][]" class="outputType wfnoempty">
52
+ <option value="1">Default</option>
53
+ <option value="2">Strip Tags</option>
54
+ <option value="3">UTF-8 Encode</option>
55
+ <option value="4">htmlentities</option>
56
+ <option value="5">Integer</option>
57
+ <option value="6">Price</option>
58
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
59
+ <option value="8">CDATA</option>
60
+ </select>
61
+ <i class="dashicons dashicons-editor-expand expandType"></i>
62
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
63
+ </td>
64
+ <td>
65
+ <input type="text" name="limit[]" class="wf_ps" value="8" />
66
+ </td>
67
+ <td>
68
+ <i class="delRow dashicons dashicons-trash"></i>
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td>
74
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
75
+ </td>
76
+ <td>
77
+ <input type="text" name="mattributes[]" autocomplete="off"
78
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Name" />
79
+ </td>
80
+ <td>
81
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
82
+ </td>
83
+ <td>
84
+ <select name="type[]" class="attr_type wfnoempty">
85
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
86
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
87
+ </select>
88
+ </td>
89
+ <td>
90
+ <select name="attributes[]"
91
+ class="wf_validate_attr wf_attr wf_attributes">
92
+ <?php echo $product->attributeDropdown('title'); ?>
93
+ </select>
94
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
95
+ style=" display: none;"/>
96
+ </td>
97
+ <td>
98
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
99
+ </td>
100
+ <td>
101
+ <select name="output_type[][]" class="outputType wfnoempty">
102
+ <option value="1">Default</option>
103
+ <option value="2">Strip Tags</option>
104
+ <option value="3">UTF-8 Encode</option>
105
+ <option value="4">htmlentities</option>
106
+ <option value="5">Integer</option>
107
+ <option value="6">Price</option>
108
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
109
+ <option value="8">CDATA</option>
110
+ </select>
111
+ <i class="dashicons dashicons-editor-expand expandType"></i>
112
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
113
+ </td>
114
+ <td>
115
+ <input type="text" name="limit[]" class="wf_ps" value="255" />
116
+ </td>
117
+ <td>
118
+ <i class="delRow dashicons dashicons-trash"></i>
119
+ </td>
120
+ </tr>
121
+
122
+ <tr>
123
+ <td>
124
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
125
+ </td>
126
+ <td>
127
+ <input type="text" name="mattributes[]" autocomplete="off"
128
+ class="wf_validate_attr wf_mattributes wf_mattr" value="MerchantID" />
129
+ </td>
130
+ <td>
131
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
132
+ </td>
133
+ <td>
134
+ <select name="type[]" class="attr_type wfnoempty">
135
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
136
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
137
+ </select>
138
+ </td>
139
+ <td>
140
+ <select name="attributes[]"
141
+ class="wf_validate_attr wf_attr wf_attributes">
142
+ <?php echo $product->attributeDropdown(); ?>
143
+ </select>
144
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
+ style=" display: none;"/>
146
+ </td>
147
+ <td>
148
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
149
+ </td>
150
+ <td>
151
+ <select name="output_type[][]" class="outputType wfnoempty">
152
+ <option value="1">Default</option>
153
+ <option value="2">Strip Tags</option>
154
+ <option value="3">UTF-8 Encode</option>
155
+ <option value="4">htmlentities</option>
156
+ <option value="5">Integer</option>
157
+ <option value="6">Price</option>
158
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
159
+ <option value="8">CDATA</option>
160
+ </select>
161
+ <i class="dashicons dashicons-editor-expand expandType"></i>
162
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
163
+ </td>
164
+ <td>
165
+ <input type="text" name="limit[]" class="wf_ps" value="8" />
166
+ </td>
167
+ <td>
168
+ <i class="delRow dashicons dashicons-trash"></i>
169
+ </td>
170
+ </tr>
171
+
172
+ <tr>
173
+ <td>
174
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
175
+ </td>
176
+ <td>
177
+ <input type="text" name="mattributes[]" autocomplete="off"
178
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Merchant" />
179
+ </td>
180
+ <td>
181
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
182
+ </td>
183
+ <td>
184
+ <select name="type[]" class="attr_type wfnoempty">
185
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
186
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
187
+ </select>
188
+ </td>
189
+ <td>
190
+ <select name="attributes[]"
191
+ class="wf_validate_attr wf_attr wf_attributes">
192
+ <?php echo $product->attributeDropdown(); ?>
193
+ </select>
194
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
195
+ style=" display: none;"/>
196
+ </td>
197
+ <td>
198
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
199
+ </td>
200
+ <td>
201
+ <select name="output_type[][]" class="outputType wfnoempty">
202
+ <option value="1">Default</option>
203
+ <option value="2">Strip Tags</option>
204
+ <option value="3">UTF-8 Encode</option>
205
+ <option value="4">htmlentities</option>
206
+ <option value="5">Integer</option>
207
+ <option value="6">Price</option>
208
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
209
+ <option value="8">CDATA</option>
210
+ </select>
211
+ <i class="dashicons dashicons-editor-expand expandType"></i>
212
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
213
+ </td>
214
+ <td>
215
+ <input type="text" name="limit[]" class="wf_ps" value="255" />
216
+ </td>
217
+ <td>
218
+ <i class="delRow dashicons dashicons-trash"></i>
219
+ </td>
220
+ </tr>
221
+
222
+ <tr>
223
+ <td>
224
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
225
+ </td>
226
+ <td>
227
+ <input type="text" name="mattributes[]" autocomplete="off"
228
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Link" />
229
+ </td>
230
+ <td>
231
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
232
+ </td>
233
+ <td>
234
+ <select name="type[]" class="attr_type wfnoempty">
235
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
236
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
237
+ </select>
238
+ </td>
239
+ <td>
240
+ <select name="attributes[]"
241
+ class="wf_validate_attr wf_attr wf_attributes">
242
+ <?php echo $product->attributeDropdown('link'); ?>
243
+ </select>
244
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
245
+ style=" display: none;"/>
246
+ </td>
247
+ <td>
248
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
249
+ </td>
250
+ <td>
251
+ <select name="output_type[][]" class="outputType wfnoempty">
252
+ <option value="1">Default</option>
253
+ <option value="2">Strip Tags</option>
254
+ <option value="3">UTF-8 Encode</option>
255
+ <option value="4">htmlentities</option>
256
+ <option value="5">Integer</option>
257
+ <option value="6">Price</option>
258
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
259
+ <option value="8">CDATA</option>
260
+ </select>
261
+ <i class="dashicons dashicons-editor-expand expandType"></i>
262
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
263
+ </td>
264
+ <td>
265
+ <input type="text" name="limit[]" class="wf_ps" value="255" />
266
+ </td>
267
+ <td>
268
+ <i class="delRow dashicons dashicons-trash"></i>
269
+ </td>
270
+ </tr>
271
+
272
+ <tr>
273
+ <td>
274
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
275
+ </td>
276
+ <td>
277
+ <input type="text" name="mattributes[]" autocomplete="off"
278
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Thumbnail" />
279
+ </td>
280
+ <td>
281
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
282
+ </td>
283
+ <td>
284
+ <select name="type[]" class="attr_type wfnoempty">
285
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
286
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
287
+ </select>
288
+ </td>
289
+ <td>
290
+ <select name="attributes[]"
291
+ class="wf_validate_attr wf_attr wf_attributes">
292
+ <?php echo $product->attributeDropdown('image'); ?>
293
+ </select>
294
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
295
+ style=" display: none;"/>
296
+ </td>
297
+ <td>
298
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
299
+ </td>
300
+ <td>
301
+ <select name="output_type[][]" class="outputType wfnoempty">
302
+ <option value="1">Default</option>
303
+ <option value="2">Strip Tags</option>
304
+ <option value="3">UTF-8 Encode</option>
305
+ <option value="4">htmlentities</option>
306
+ <option value="5">Integer</option>
307
+ <option value="6">Price</option>
308
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
309
+ <option value="8">CDATA</option>
310
+ </select>
311
+ <i class="dashicons dashicons-editor-expand expandType"></i>
312
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
313
+ </td>
314
+ <td>
315
+ <input type="text" name="limit[]" class="wf_ps" value="255" />
316
+ </td>
317
+ <td>
318
+ <i class="delRow dashicons dashicons-trash"></i>
319
+ </td>
320
+ </tr>
321
+
322
+ <tr>
323
+ <td>
324
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
325
+ </td>
326
+ <td>
327
+ <input type="text" name="mattributes[]" autocomplete="off"
328
+ class="wf_validate_attr wf_mattributes wf_mattr" value="BigImage" />
329
+ </td>
330
+ <td>
331
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
332
+ </td>
333
+ <td>
334
+ <select name="type[]" class="attr_type wfnoempty">
335
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
336
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
337
+ </select>
338
+ </td>
339
+ <td>
340
+ <select name="attributes[]"
341
+ class="wf_validate_attr wf_attr wf_attributes">
342
+ <?php echo $product->attributeDropdown('feature_image'); ?>
343
+ </select>
344
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
345
+ style=" display: none;"/>
346
+ </td>
347
+ <td>
348
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
349
+ </td>
350
+ <td>
351
+ <select name="output_type[][]" class="outputType wfnoempty">
352
+ <option value="1">Default</option>
353
+ <option value="2">Strip Tags</option>
354
+ <option value="3">UTF-8 Encode</option>
355
+ <option value="4">htmlentities</option>
356
+ <option value="5">Integer</option>
357
+ <option value="6">Price</option>
358
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
359
+ <option value="8">CDATA</option>
360
+ </select>
361
+ <i class="dashicons dashicons-editor-expand expandType"></i>
362
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
363
+ </td>
364
+ <td>
365
+ <input type="text" name="limit[]" class="wf_ps" value="255" />
366
+ </td>
367
+ <td>
368
+ <i class="delRow dashicons dashicons-trash"></i>
369
+ </td>
370
+ </tr>
371
+
372
+ <tr>
373
+ <td>
374
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
375
+ </td>
376
+ <td>
377
+ <input type="text" name="mattributes[]" autocomplete="off"
378
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Price" />
379
+ </td>
380
+ <td>
381
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
382
+ </td>
383
+ <td>
384
+ <select name="type[]" class="attr_type wfnoempty">
385
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
386
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
387
+ </select>
388
+ </td>
389
+ <td>
390
+ <select name="attributes[]"
391
+ class="wf_validate_attr wf_attr wf_attributes">
392
+ <?php echo $product->attributeDropdown('sale_price'); ?>
393
+ </select>
394
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
395
+ style=" display: none;"/>
396
+ </td>
397
+ <td>
398
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
399
+ </td>
400
+ <td>
401
+ <select name="output_type[][]" class="outputType wfnoempty">
402
+ <option value="1">Default</option>
403
+ <option value="2">Strip Tags</option>
404
+ <option value="3">UTF-8 Encode</option>
405
+ <option value="4">htmlentities</option>
406
+ <option value="5">Integer</option>
407
+ <option value="6">Price</option>
408
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
409
+ <option value="8">CDATA</option>
410
+ </select>
411
+ <i class="dashicons dashicons-editor-expand expandType"></i>
412
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
413
+ </td>
414
+ <td>
415
+ <input type="text" name="limit[]" class="wf_ps" />
416
+ </td>
417
+ <td>
418
+ <i class="delRow dashicons dashicons-trash"></i>
419
+ </td>
420
+ </tr>
421
+
422
+ <tr>
423
+ <td>
424
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
425
+ </td>
426
+ <td>
427
+ <input type="text" name="mattributes[]" autocomplete="off"
428
+ class="wf_validate_attr wf_mattributes wf_mattr" value="RetailPrice" />
429
+ </td>
430
+ <td>
431
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
432
+ </td>
433
+ <td>
434
+ <select name="type[]" class="attr_type wfnoempty">
435
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
436
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
437
+ </select>
438
+ </td>
439
+ <td>
440
+ <select name="attributes[]"
441
+ class="wf_validate_attr wf_attr wf_attributes">
442
+ <?php echo $product->attributeDropdown('price'); ?>
443
+ </select>
444
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
445
+ style=" display: none;"/>
446
+ </td>
447
+ <td>
448
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
449
+ </td>
450
+ <td>
451
+ <select name="output_type[][]" class="outputType wfnoempty">
452
+ <option value="1">Default</option>
453
+ <option value="2">Strip Tags</option>
454
+ <option value="3">UTF-8 Encode</option>
455
+ <option value="4">htmlentities</option>
456
+ <option value="5">Integer</option>
457
+ <option value="6">Price</option>
458
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
459
+ <option value="8">CDATA</option>
460
+ </select>
461
+ <i class="dashicons dashicons-editor-expand expandType"></i>
462
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
463
+ </td>
464
+ <td>
465
+ <input type="text" name="limit[]" class="wf_ps"/>
466
+ </td>
467
+ <td>
468
+ <i class="delRow dashicons dashicons-trash"></i>
469
+ </td>
470
+ </tr>
471
+
472
+ <tr>
473
+ <td>
474
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
475
+ </td>
476
+ <td>
477
+ <input type="text" name="mattributes[]" autocomplete="off"
478
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Category" />
479
+ </td>
480
+ <td>
481
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
482
+ </td>
483
+ <td>
484
+ <select name="type[]" class="attr_type wfnoempty">
485
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
486
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
487
+ </select>
488
+ </td>
489
+ <td>
490
+ <select name="attributes[]"
491
+ class="wf_validate_attr wf_attr wf_attributes">
492
+ <?php echo $product->attributeDropdown('product_type'); ?>
493
+ </select>
494
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
495
+ style=" display: none;"/>
496
+ </td>
497
+ <td>
498
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
499
+ </td>
500
+ <td>
501
+ <select name="output_type[][]" class="outputType wfnoempty">
502
+ <option value="1">Default</option>
503
+ <option value="2">Strip Tags</option>
504
+ <option value="3">UTF-8 Encode</option>
505
+ <option value="4">htmlentities</option>
506
+ <option value="5">Integer</option>
507
+ <option value="6">Price</option>
508
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
509
+ <option value="8">CDATA</option>
510
+ </select>
511
+ <i class="dashicons dashicons-editor-expand expandType"></i>
512
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
513
+ </td>
514
+ <td>
515
+ <input type="text" name="limit[]" class="wf_ps" value="50" />
516
+ </td>
517
+ <td>
518
+ <i class="delRow dashicons dashicons-trash"></i>
519
+ </td>
520
+ </tr>
521
+
522
+ <tr>
523
+ <td>
524
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
525
+ </td>
526
+ <td>
527
+ <input type="text" name="mattributes[]" autocomplete="off"
528
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Subcategory" />
529
+ </td>
530
+ <td>
531
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
532
+ </td>
533
+ <td>
534
+ <select name="type[]" class="attr_type wfnoempty">
535
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
536
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
537
+ </select>
538
+ </td>
539
+ <td>
540
+ <select name="attributes[]"
541
+ class="wf_validate_attr wf_attr wf_attributes">
542
+ <?php echo $product->attributeDropdown(''); ?>
543
+ </select>
544
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
545
+ style=" display: none;"/>
546
+ </td>
547
+ <td>
548
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
549
+ </td>
550
+ <td>
551
+ <select name="output_type[][]" class="outputType wfnoempty">
552
+ <option value="1">Default</option>
553
+ <option value="2">Strip Tags</option>
554
+ <option value="3">UTF-8 Encode</option>
555
+ <option value="4">htmlentities</option>
556
+ <option value="5">Integer</option>
557
+ <option value="6">Price</option>
558
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
559
+ <option value="8">CDATA</option>
560
+ </select>
561
+ <i class="dashicons dashicons-editor-expand expandType"></i>
562
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
563
+ </td>
564
+ <td>
565
+ <input type="text" name="limit[]" class="wf_ps" value="50" />
566
+ </td>
567
+ <td>
568
+ <i class="delRow dashicons dashicons-trash"></i>
569
+ </td>
570
+ </tr>
571
+
572
+ <tr>
573
+ <td>
574
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
575
+ </td>
576
+ <td>
577
+ <input type="text" name="mattributes[]" autocomplete="off"
578
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Description" />
579
+ </td>
580
+ <td>
581
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
582
+ </td>
583
+ <td>
584
+ <select name="type[]" class="attr_type wfnoempty">
585
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
586
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
587
+ </select>
588
+ </td>
589
+ <td>
590
+ <select name="attributes[]"
591
+ class="wf_validate_attr wf_attr wf_attributes">
592
+ <?php echo $product->attributeDropdown('description'); ?>
593
+ </select>
594
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
595
+ style=" display: none;"/>
596
+ </td>
597
+ <td>
598
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
599
+ </td>
600
+ <td>
601
+ <select name="output_type[][]" class="outputType wfnoempty">
602
+ <option value="1">Default</option>
603
+ <option value="2">Strip Tags</option>
604
+ <option value="3">UTF-8 Encode</option>
605
+ <option value="4">htmlentities</option>
606
+ <option value="5">Integer</option>
607
+ <option value="6">Price</option>
608
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
609
+ <option value="8">CDATA</option>
610
+ </select>
611
+ <i class="dashicons dashicons-editor-expand expandType"></i>
612
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
613
+ </td>
614
+ <td>
615
+ <input type="text" name="limit[]" class="wf_ps"/>
616
+ </td>
617
+ <td>
618
+ <i class="delRow dashicons dashicons-trash"></i>
619
+ </td>
620
+ </tr>
621
+ </table>
622
+ <table class=" widefat fixed">
623
+ <tr>
624
+ <td align="left" class="">
625
+ <div class="makeFeedResponse"></div>
626
+ <div class="makeFeedComplete"></div>
627
+ </td>
628
+ <td align="right">
629
+ <button type="submit" class="wfbtn">
630
+ <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
631
+ </button>
632
+ </td>
633
+ </tr>
634
+ </table>
635
+ </div>
636
+ </li>
637
+ <?php include plugin_dir_path(__FILE__) . "../woo-feed-ftp-sftp-template.php"; ?>
638
+
639
+ </ul>
admin/partials/templates/walmart_add-feed.php ADDED
@@ -0,0 +1,539 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <ul class="wf_tabs">
2
+ <li>
3
+ <input type="radio" name="wf_tabs" id="tab1" checked/>
4
+ <label class="wf-tab-name" for="tab1"><?php echo _e('Feed Config', 'woo-feed'); ?></label>
5
+
6
+ <div id="wf-tab-content1" class="wf-tab-content">
7
+ <table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-1">
8
+ <thead>
9
+ <tr>
10
+ <th></th>
11
+ <th><?php echo ucfirst($provider); ?> <?php echo _e('Attributes', 'woo-feed'); ?></th>
12
+ <th><?php echo _e('Prefix', 'woo-feed'); ?></th>
13
+ <th><?php echo _e('Type', 'woo-feed'); ?></th>
14
+ <th><?php echo _e('Value', 'woo-feed'); ?></th>
15
+ <th><?php echo _e('Suffix', 'woo-feed'); ?></th>
16
+ <th><?php echo _e('Output Type', 'woo-feed'); ?></th>
17
+ <th><?php echo _e('Output Limit', 'woo-feed'); ?></th>
18
+ <th></th>
19
+ </tr>
20
+ </thead>
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
+ </td>
26
+ <td>
27
+ <input type="text" name="mattributes[]" autocomplete="off"
28
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Product Name" />
29
+ </td>
30
+ <td>
31
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
32
+ </td>
33
+ <td>
34
+ <select name="type[]" class="attr_type wfnoempty">
35
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
36
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
37
+ </select>
38
+ </td>
39
+ <td>
40
+ <select name="attributes[]"
41
+ class="wf_validate_attr wf_attr wf_attributes">
42
+ <?php echo $product->attributeDropdown('title'); ?>
43
+ </select>
44
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
45
+ style=" display: none;"/>
46
+ </td>
47
+ <td>
48
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
+ </td>
50
+ <td>
51
+ <select name="output_type[][]" class="outputType wfnoempty">
52
+ <option value="1">Default</option>
53
+ <option value="2">Strip Tags</option>
54
+ <option value="3">UTF-8 Encode</option>
55
+ <option value="4">htmlentities</option>
56
+ <option value="5">Integer</option>
57
+ <option value="6">Price</option>
58
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
59
+ <option value="8">CDATA</option>
60
+ </select>
61
+ <i class="dashicons dashicons-editor-expand expandType"></i>
62
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
63
+ </td>
64
+ <td>
65
+ <input type="text" name="limit[]" class="wf_ps"/>
66
+ </td>
67
+ <td>
68
+ <i class="delRow dashicons dashicons-trash"></i>
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td>
74
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
75
+ </td>
76
+ <td>
77
+ <input type="text" name="mattributes[]" autocomplete="off"
78
+ class="wf_validate_attr wf_mattributes wf_mattr" value="SKU" />
79
+ </td>
80
+ <td>
81
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
82
+ </td>
83
+ <td>
84
+ <select name="type[]" class="attr_type wfnoempty">
85
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
86
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
87
+ </select>
88
+ </td>
89
+ <td>
90
+ <select name="attributes[]"
91
+ class="wf_validate_attr wf_attr wf_attributes">
92
+ <?php echo $product->attributeDropdown('sku'); ?>
93
+ </select>
94
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
95
+ style=" display: none;"/>
96
+ </td>
97
+ <td>
98
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
99
+ </td>
100
+ <td>
101
+ <select name="output_type[][]" class="outputType wfnoempty">
102
+ <option value="1">Default</option>
103
+ <option value="2">Strip Tags</option>
104
+ <option value="3">UTF-8 Encode</option>
105
+ <option value="4">htmlentities</option>
106
+ <option value="5">Integer</option>
107
+ <option value="6">Price</option>
108
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
109
+ <option value="8">CDATA</option>
110
+ </select>
111
+ <i class="dashicons dashicons-editor-expand expandType"></i>
112
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
113
+ </td>
114
+ <td>
115
+ <input type="text" name="limit[]" class="wf_ps"/>
116
+ </td>
117
+ <td>
118
+ <i class="delRow dashicons dashicons-trash"></i>
119
+ </td>
120
+ </tr>
121
+
122
+ <tr>
123
+ <td>
124
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
125
+ </td>
126
+ <td>
127
+ <input type="text" name="mattributes[]" autocomplete="off"
128
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Product Tax Code" />
129
+ </td>
130
+ <td>
131
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
132
+ </td>
133
+ <td>
134
+ <select name="type[]" class="attr_type wfnoempty">
135
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
136
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
137
+ </select>
138
+ </td>
139
+ <td>
140
+ <select name="attributes[]"
141
+ class="wf_validate_attr wf_attr wf_attributes">
142
+ <?php echo $product->attributeDropdown(); ?>
143
+ </select>
144
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
+ style=" display: none;"/>
146
+ </td>
147
+ <td>
148
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
149
+ </td>
150
+ <td>
151
+ <select name="output_type[][]" class="outputType wfnoempty">
152
+ <option value="1">Default</option>
153
+ <option value="2">Strip Tags</option>
154
+ <option value="3">UTF-8 Encode</option>
155
+ <option value="4">htmlentities</option>
156
+ <option value="5">Integer</option>
157
+ <option value="6">Price</option>
158
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
159
+ <option value="8">CDATA</option>
160
+ </select>
161
+ <i class="dashicons dashicons-editor-expand expandType"></i>
162
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
163
+ </td>
164
+ <td>
165
+ <input type="text" name="limit[]" class="wf_ps"/>
166
+ </td>
167
+ <td>
168
+ <i class="delRow dashicons dashicons-trash"></i>
169
+ </td>
170
+ </tr>
171
+
172
+ <tr>
173
+ <td>
174
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
175
+ </td>
176
+ <td>
177
+ <input type="text" name="mattributes[]" autocomplete="off"
178
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Product ID Type" />
179
+ </td>
180
+ <td>
181
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
182
+ </td>
183
+ <td>
184
+ <select name="type[]" class="attr_type wfnoempty">
185
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
186
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
187
+ </select>
188
+ </td>
189
+ <td>
190
+ <select name="attributes[]"
191
+ class="wf_validate_attr wf_attr wf_attributes">
192
+ <?php echo $product->attributeDropdown(); ?>
193
+ </select>
194
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
195
+ style=" display: none;"/>
196
+ </td>
197
+ <td>
198
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
199
+ </td>
200
+ <td>
201
+ <select name="output_type[][]" class="outputType wfnoempty">
202
+ <option value="1">Default</option>
203
+ <option value="2">Strip Tags</option>
204
+ <option value="3">UTF-8 Encode</option>
205
+ <option value="4">htmlentities</option>
206
+ <option value="5">Integer</option>
207
+ <option value="6">Price</option>
208
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
209
+ <option value="8">CDATA</option>
210
+ </select>
211
+ <i class="dashicons dashicons-editor-expand expandType"></i>
212
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
213
+ </td>
214
+ <td>
215
+ <input type="text" name="limit[]" class="wf_ps"/>
216
+ </td>
217
+ <td>
218
+ <i class="delRow dashicons dashicons-trash"></i>
219
+ </td>
220
+ </tr>
221
+
222
+ <tr>
223
+ <td>
224
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
225
+ </td>
226
+ <td>
227
+ <input type="text" name="mattributes[]" autocomplete="off"
228
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Product ID" />
229
+ </td>
230
+ <td>
231
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
232
+ </td>
233
+ <td>
234
+ <select name="type[]" class="attr_type wfnoempty">
235
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
236
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
237
+ </select>
238
+ </td>
239
+ <td>
240
+ <select name="attributes[]"
241
+ class="wf_validate_attr wf_attr wf_attributes">
242
+ <?php echo $product->attributeDropdown('id'); ?>
243
+ </select>
244
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
245
+ style=" display: none;"/>
246
+ </td>
247
+ <td>
248
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
249
+ </td>
250
+ <td>
251
+ <select name="output_type[][]" class="outputType wfnoempty">
252
+ <option value="1">Default</option>
253
+ <option value="2">Strip Tags</option>
254
+ <option value="3">UTF-8 Encode</option>
255
+ <option value="4">htmlentities</option>
256
+ <option value="5">Integer</option>
257
+ <option value="6">Price</option>
258
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
259
+ <option value="8">CDATA</option>
260
+ </select>
261
+ <i class="dashicons dashicons-editor-expand expandType"></i>
262
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
263
+ </td>
264
+ <td>
265
+ <input type="text" name="limit[]" class="wf_ps"/>
266
+ </td>
267
+ <td>
268
+ <i class="delRow dashicons dashicons-trash"></i>
269
+ </td>
270
+ </tr>
271
+
272
+ <tr>
273
+ <td>
274
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
275
+ </td>
276
+ <td>
277
+ <input type="text" name="mattributes[]" autocomplete="off"
278
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Product Identifiers" />
279
+ </td>
280
+ <td>
281
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
282
+ </td>
283
+ <td>
284
+ <select name="type[]" class="attr_type wfnoempty">
285
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
286
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
287
+ </select>
288
+ </td>
289
+ <td>
290
+ <select name="attributes[]"
291
+ class="wf_validate_attr wf_attr wf_attributes">
292
+ <?php echo $product->attributeDropdown(); ?>
293
+ </select>
294
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
295
+ style=" display: none;"/>
296
+ </td>
297
+ <td>
298
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
299
+ </td>
300
+ <td>
301
+ <select name="output_type[][]" class="outputType wfnoempty">
302
+ <option value="1">Default</option>
303
+ <option value="2">Strip Tags</option>
304
+ <option value="3">UTF-8 Encode</option>
305
+ <option value="4">htmlentities</option>
306
+ <option value="5">Integer</option>
307
+ <option value="6">Price</option>
308
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
309
+ <option value="8">CDATA</option>
310
+ </select>
311
+ <i class="dashicons dashicons-editor-expand expandType"></i>
312
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
313
+ </td>
314
+ <td>
315
+ <input type="text" name="limit[]" class="wf_ps"/>
316
+ </td>
317
+ <td>
318
+ <i class="delRow dashicons dashicons-trash"></i>
319
+ </td>
320
+ </tr>
321
+
322
+ <tr>
323
+ <td>
324
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
325
+ </td>
326
+ <td>
327
+ <input type="text" name="mattributes[]" autocomplete="off"
328
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Description" />
329
+ </td>
330
+ <td>
331
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
332
+ </td>
333
+ <td>
334
+ <select name="type[]" class="attr_type wfnoempty">
335
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
336
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
337
+ </select>
338
+ </td>
339
+ <td>
340
+ <select name="attributes[]"
341
+ class="wf_validate_attr wf_attr wf_attributes">
342
+ <?php echo $product->attributeDropdown('description'); ?>
343
+ </select>
344
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
345
+ style=" display: none;"/>
346
+ </td>
347
+ <td>
348
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
349
+ </td>
350
+ <td>
351
+ <select name="output_type[][]" class="outputType wfnoempty">
352
+ <option value="1">Default</option>
353
+ <option value="2">Strip Tags</option>
354
+ <option value="3">UTF-8 Encode</option>
355
+ <option value="4">htmlentities</option>
356
+ <option value="5">Integer</option>
357
+ <option value="6">Price</option>
358
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
359
+ <option value="8">CDATA</option>
360
+ </select>
361
+ <i class="dashicons dashicons-editor-expand expandType"></i>
362
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
363
+ </td>
364
+ <td>
365
+ <input type="text" name="limit[]" class="wf_ps"/>
366
+ </td>
367
+ <td>
368
+ <i class="delRow dashicons dashicons-trash"></i>
369
+ </td>
370
+ </tr>
371
+
372
+ <tr>
373
+ <td>
374
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
375
+ </td>
376
+ <td>
377
+ <input type="text" name="mattributes[]" autocomplete="off"
378
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Brand" />
379
+ </td>
380
+ <td>
381
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
382
+ </td>
383
+ <td>
384
+ <select name="type[]" class="attr_type wfnoempty">
385
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
386
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
387
+ </select>
388
+ </td>
389
+ <td>
390
+ <select name="attributes[]"
391
+ class="wf_validate_attr wf_attr wf_attributes">
392
+ <?php echo $product->attributeDropdown(); ?>
393
+ </select>
394
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
395
+ style=" display: none;"/>
396
+ </td>
397
+ <td>
398
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
399
+ </td>
400
+ <td>
401
+ <select name="output_type[][]" class="outputType wfnoempty">
402
+ <option value="1">Default</option>
403
+ <option value="2">Strip Tags</option>
404
+ <option value="3">UTF-8 Encode</option>
405
+ <option value="4">htmlentities</option>
406
+ <option value="5">Integer</option>
407
+ <option value="6">Price</option>
408
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
409
+ <option value="8">CDATA</option>
410
+ </select>
411
+ <i class="dashicons dashicons-editor-expand expandType"></i>
412
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
413
+ </td>
414
+ <td>
415
+ <input type="text" name="limit[]" class="wf_ps"/>
416
+ </td>
417
+ <td>
418
+ <i class="delRow dashicons dashicons-trash"></i>
419
+ </td>
420
+ </tr>
421
+
422
+ <tr>
423
+ <td>
424
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
425
+ </td>
426
+ <td>
427
+ <input type="text" name="mattributes[]" autocomplete="off"
428
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Price" />
429
+ </td>
430
+ <td>
431
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
432
+ </td>
433
+ <td>
434
+ <select name="type[]" class="attr_type wfnoempty">
435
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
436
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
437
+ </select>
438
+ </td>
439
+ <td>
440
+ <select name="attributes[]"
441
+ class="wf_validate_attr wf_attr wf_attributes">
442
+ <?php echo $product->attributeDropdown('price'); ?>
443
+ </select>
444
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
445
+ style=" display: none;"/>
446
+ </td>
447
+ <td>
448
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
449
+ </td>
450
+ <td>
451
+ <select name="output_type[][]" class="outputType wfnoempty">
452
+ <option value="1">Default</option>
453
+ <option value="2">Strip Tags</option>
454
+ <option value="3">UTF-8 Encode</option>
455
+ <option value="4">htmlentities</option>
456
+ <option value="5">Integer</option>
457
+ <option value="6">Price</option>
458
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
459
+ <option value="8">CDATA</option>
460
+ </select>
461
+ <i class="dashicons dashicons-editor-expand expandType"></i>
462
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
463
+ </td>
464
+ <td>
465
+ <input type="text" name="limit[]" class="wf_ps"/>
466
+ </td>
467
+ <td>
468
+ <i class="delRow dashicons dashicons-trash"></i>
469
+ </td>
470
+ </tr>
471
+
472
+ <tr>
473
+ <td>
474
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
475
+ </td>
476
+ <td>
477
+ <input type="text" name="mattributes[]" autocomplete="off"
478
+ class="wf_validate_attr wf_mattributes wf_mattr" value="Shipping Weight" />
479
+ </td>
480
+ <td>
481
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
482
+ </td>
483
+ <td>
484
+ <select name="type[]" class="attr_type wfnoempty">
485
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
486
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
487
+ </select>
488
+ </td>
489
+ <td>
490
+ <select name="attributes[]"
491
+ class="wf_validate_attr wf_attr wf_attributes">
492
+ <?php echo $product->attributeDropdown(); ?>
493
+ </select>
494
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
495
+ style=" display: none;"/>
496
+ </td>
497
+ <td>
498
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
499
+ </td>
500
+ <td>
501
+ <select name="output_type[][]" class="outputType wfnoempty">
502
+ <option value="1">Default</option>
503
+ <option value="2">Strip Tags</option>
504
+ <option value="3">UTF-8 Encode</option>
505
+ <option value="4">htmlentities</option>
506
+ <option value="5">Integer</option>
507
+ <option value="6">Price</option>
508
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
509
+ <option value="8">CDATA</option>
510
+ </select>
511
+ <i class="dashicons dashicons-editor-expand expandType"></i>
512
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
513
+ </td>
514
+ <td>
515
+ <input type="text" name="limit[]" class="wf_ps"/>
516
+ </td>
517
+ <td>
518
+ <i class="delRow dashicons dashicons-trash"></i>
519
+ </td>
520
+ </tr>
521
+ </table>
522
+ <table class=" widefat fixed">
523
+ <tr>
524
+ <td align="left" class="">
525
+ <div class="makeFeedResponse"></div>
526
+ <div class="makeFeedComplete"></div>
527
+ </td>
528
+ <td align="right">
529
+ <button type="submit" class="wfbtn">
530
+ <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
531
+ </button>
532
+ </td>
533
+ </tr>
534
+ </table>
535
+ </div>
536
+ </li>
537
+ <?php include plugin_dir_path(__FILE__) . "../woo-feed-ftp-sftp-template.php"; ?>
538
+
539
+ </ul>
woo-feed.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WooCommerce Product Feed
17
  * Plugin URI: https://webappick.com/
18
  * Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
19
- * Version: 3.1.21
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
@@ -36,7 +36,7 @@ if (!defined('ABSPATH')) {
36
  exit;
37
  }
38
 
39
- define("WOO_FEED_VERSION", "3.1.21");
40
 
41
  /**
42
  * The core plugin class that is used to define internationalization,
16
  * Plugin Name: WooCommerce Product Feed
17
  * Plugin URI: https://webappick.com/
18
  * Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
19
+ * Version: 3.1.22
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
36
  exit;
37
  }
38
 
39
+ define("WOO_FEED_VERSION", "3.1.22");
40
 
41
  /**
42
  * The core plugin class that is used to define internationalization,