CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.0.12

Version Description

Download this release

Release Info

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

Code changes from version 3.0.11 to 3.0.12

Files changed (39) hide show
  1. README.txt +4 -1
  2. admin/class-woo-feed-manage-list.php +0 -2
  3. admin/partials/adform/add-feed.php +13 -13
  4. admin/partials/adroll/add-feed.php +40 -40
  5. admin/partials/adwords/add-feed.php +25 -25
  6. admin/partials/amazon/add-feed.php +6 -6
  7. admin/partials/become/add-feed.php +28 -28
  8. admin/partials/bing/add-feed.php +4 -4
  9. admin/partials/bol/add-feed.php +15 -15
  10. admin/partials/bonanza/add-feed.php +43 -43
  11. admin/partials/connexity/add-feed.php +28 -28
  12. admin/partials/crowdfox/add-feed.php +29 -29
  13. admin/partials/custom/add-feed.php +3 -3
  14. admin/partials/custom/edit-feed.php +9 -8
  15. admin/partials/facebook/add-feed.php +40 -40
  16. admin/partials/fruugo/add-feed.php +27 -27
  17. admin/partials/google/add-feed.php +41 -41
  18. admin/partials/google_local/add-feed.php +19 -19
  19. admin/partials/jet/add-feed.php +19 -19
  20. admin/partials/kelkoo/add-feed.php +34 -34
  21. admin/partials/leguide/add-feed.php +27 -27
  22. admin/partials/nextag/add-feed.php +28 -28
  23. admin/partials/polyvore/add-feed.php +17 -17
  24. admin/partials/pricegrabber/add-feed.php +37 -37
  25. admin/partials/pricerunner/add-feed.php +29 -29
  26. admin/partials/pricespy/add-feed.php +21 -21
  27. admin/partials/prisjakt/add-feed.php +21 -21
  28. admin/partials/real/add-feed.php +13 -13
  29. admin/partials/shopbot/add-feed.php +33 -33
  30. admin/partials/shopmania/add-feed.php +40 -40
  31. admin/partials/shopping/add-feed.php +28 -28
  32. admin/partials/shopzilla/add-feed.php +28 -28
  33. admin/partials/twenga/add-feed.php +45 -45
  34. admin/partials/wish/add-feed.php +19 -19
  35. admin/partials/woo-feed-admin-display.php +3 -2
  36. admin/partials/woo-feed-edit-template.php +13 -10
  37. admin/partials/woo-feed-ftp-sftp-template.php +3 -3
  38. includes/class-woo-feed.php +1 -1
  39. woo-feed.php +15 -1
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.1
7
- Stable tag: 3.0.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -296,6 +296,9 @@ Using pro version:
296
 
297
  == Changelog ==
298
 
 
 
 
299
  = 3.0.11(2019-03-21) =
300
  * Fixed: facebook variation description issue fixed
301
 
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.1
7
+ Stable tag: 3.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
296
 
297
  == Changelog ==
298
 
299
+ = 3.0.12(2019-03-22) =
300
+ * Fixed: minor security bugs
301
+
302
  = 3.0.11(2019-03-21) =
303
  * Fixed: facebook variation description issue fixed
304
 
admin/class-woo-feed-manage-list.php CHANGED
@@ -350,8 +350,6 @@ class Woo_Feed_Manage_list extends Woo_Feed_List_Table
350
  $nonce = esc_attr($_REQUEST['_wpnonce']);
351
  if (!wp_verify_nonce($nonce, 'wf_edit_feed')) {
352
  die(_e('You do not have sufficient permission to delete!'));
353
- } else {
354
-
355
  }
356
  }
357
 
350
  $nonce = esc_attr($_REQUEST['_wpnonce']);
351
  if (!wp_verify_nonce($nonce, 'wf_edit_feed')) {
352
  die(_e('You do not have sufficient permission to delete!'));
 
 
353
  }
354
  }
355
 
admin/partials/adform/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('id'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('title'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('product_type'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('link'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('price'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -334,7 +334,7 @@
334
  <div class="makeFeedComplete"></div>
335
  </td>
336
  <td align="right">
337
- <button type="submit" id="wf_submit" class="wfbtn">
338
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
339
  </button>
340
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('title'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('product_type'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('link'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('price'); ?>
288
  </select>
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>
334
  <div class="makeFeedComplete"></div>
335
  </td>
336
  <td align="right">
337
+ <button type="submit" class="wfbtn">
338
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
339
  </button>
340
  </td>
admin/partials/adroll/add-feed.php CHANGED
@@ -24,7 +24,7 @@
24
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
  </td>
26
  <td>
27
- <select name="mattributes[]" id="" required class="wf_mattributes">
28
  <?php echo $dropDown->googleAttributesDropdown( 'id' ); ?>
29
  </select>
30
  </td>
@@ -38,7 +38,7 @@
38
  </select>
39
  </td>
40
  <td>
41
- <select name="attributes[]" id="" 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"
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -73,7 +73,7 @@
73
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
74
  </td>
75
  <td>
76
- <select name="mattributes[]" id="" required class="wf_mattributes">
77
  <?php echo $dropDown->googleAttributesDropdown( 'title' ); ?>
78
  </select>
79
  </td>
@@ -87,7 +87,7 @@
87
  </select>
88
  </td>
89
  <td>
90
- <select name="attributes[]" id="" 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"
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -122,7 +122,7 @@
122
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
123
  </td>
124
  <td>
125
- <select name="mattributes[]" id="" required class="wf_mattributes">
126
  <?php echo $dropDown->googleAttributesDropdown( 'description' ); ?>
127
  </select>
128
  </td>
@@ -136,7 +136,7 @@
136
  </select>
137
  </td>
138
  <td>
139
- <select name="attributes[]" id="" 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"
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -171,7 +171,7 @@
171
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
172
  </td>
173
  <td>
174
- <select name="mattributes[]" id="" required class="wf_mattributes">
175
  <?php echo $dropDown->googleAttributesDropdown( 'item_group_id' ); ?>
176
  </select>
177
  </td>
@@ -185,7 +185,7 @@
185
  </select>
186
  </td>
187
  <td>
188
- <select name="attributes[]" id="" 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"
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -220,7 +220,7 @@
220
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
221
  </td>
222
  <td>
223
- <select name="mattributes[]" id="" required class="wf_mattributes">
224
  <?php echo $dropDown->googleAttributesDropdown( 'link' ); ?>
225
  </select>
226
  </td>
@@ -234,7 +234,7 @@
234
  </select>
235
  </td>
236
  <td>
237
- <select name="attributes[]" id="" 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"
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -269,7 +269,7 @@
269
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
270
  </td>
271
  <td>
272
- <select name="mattributes[]" id="" required class="wf_mattributes">
273
  <?php echo $dropDown->googleAttributesDropdown('product_type'); ?>
274
  </select>
275
  </td>
@@ -283,7 +283,7 @@
283
  </select>
284
  </td>
285
  <td>
286
- <select name="attributes[]" id="" 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"
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -318,7 +318,7 @@
318
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
319
  </td>
320
  <td>
321
- <select name="mattributes[]" id="" required class="wf_mattributes">
322
  <?php echo $dropDown->googleAttributesDropdown('current_category'); ?>
323
  </select>
324
  </td>
@@ -332,7 +332,7 @@
332
  </select>
333
  </td>
334
  <td>
335
- <select name="attributes[]" style=" display: none;" id="" 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" />
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -367,7 +367,7 @@
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
  </td>
369
  <td>
370
- <select name="mattributes[]" id="" required class="wf_mattributes">
371
  <?php echo $dropDown->googleAttributesDropdown( 'image' ); ?>
372
  </select>
373
  </td>
@@ -381,7 +381,7 @@
381
  </select>
382
  </td>
383
  <td>
384
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown( 'image' ); ?>
386
  </select>
387
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -416,7 +416,7 @@
416
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
  </td>
418
  <td>
419
- <select name="mattributes[]" id="" required class="wf_mattributes">
420
  <?php echo $dropDown->googleAttributesDropdown( 'condition' ); ?>
421
  </select>
422
  </td>
@@ -430,7 +430,7 @@
430
  </select>
431
  </td>
432
  <td>
433
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown( 'condition' ); ?>
435
  </select>
436
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -465,7 +465,7 @@
465
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
466
  </td>
467
  <td>
468
- <select name="mattributes[]" id="" required class="wf_mattributes">
469
  <?php echo $dropDown->googleAttributesDropdown( 'availability' ); ?>
470
  </select>
471
  </td>
@@ -479,7 +479,7 @@
479
  </select>
480
  </td>
481
  <td>
482
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown( 'availability' ); ?>
484
  </select>
485
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -514,7 +514,7 @@
514
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
515
  </td>
516
  <td>
517
- <select name="mattributes[]" id="" required class="wf_mattributes">
518
  <?php echo $dropDown->googleAttributesDropdown( 'price' ); ?>
519
  </select>
520
  </td>
@@ -528,7 +528,7 @@
528
  </select>
529
  </td>
530
  <td>
531
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown( 'price' ); ?>
533
  </select>
534
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" value="USD" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -564,7 +564,7 @@
564
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
565
  </td>
566
  <td>
567
- <select name="mattributes[]" id="" required class="wf_mattributes">
568
  <?php echo $dropDown->googleAttributesDropdown( 'sku' ); ?>
569
  </select>
570
  </td>
@@ -578,7 +578,7 @@
578
  </select>
579
  </td>
580
  <td>
581
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
582
  <?php echo $product->attributeDropdown( 'sku' ); ?>
583
  </select>
584
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -588,7 +588,7 @@
588
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
589
  </td>
590
  <td>
591
- <select name="output_type[][]" id="" class="outputType wfnoempty">
592
  <option value="1">Default</option>
593
  <option value="2">Strip Tags</option>
594
  <option value="3">UTF-8 Encode</option>
@@ -613,7 +613,7 @@
613
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
614
  </td>
615
  <td>
616
- <select name="mattributes[]" id="" required class="wf_mattributes">
617
  <?php echo $dropDown->googleAttributesDropdown( 'brand' ); ?>
618
  </select>
619
  </td>
@@ -627,7 +627,7 @@
627
  </select>
628
  </td>
629
  <td>
630
- <select name="attributes[]" style=" display: none;" id="" class="wf_attr wf_attributes">
631
  <?php echo $product->attributeDropdown(); ?>
632
  </select>
633
  <?php
@@ -651,7 +651,7 @@
651
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
652
  </td>
653
  <td>
654
- <select name="output_type[][]" id="" class="outputType wfnoempty">
655
  <option value="1">Default</option>
656
  <option value="2">Strip Tags</option>
657
  <option value="3">UTF-8 Encode</option>
@@ -694,7 +694,7 @@
694
  <div class="makeFeedComplete"></div>
695
  </td>
696
  <td align="right">
697
- <button type="submit" id="wf_submit" class="wfbtn">
698
  <?php echo _e( 'Save & Generate Feed', 'woo-feed' ); ?>
699
  </button>
700
  </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>
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"
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>
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>
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"
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>
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>
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"
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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" />
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
  </td>
369
  <td>
370
+ <select name="mattributes[]" required class="wf_mattributes">
371
  <?php echo $dropDown->googleAttributesDropdown( 'image' ); ?>
372
  </select>
373
  </td>
381
  </select>
382
  </td>
383
  <td>
384
+ <select name="attributes[]" class="wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown( 'image' ); ?>
386
  </select>
387
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
416
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
  </td>
418
  <td>
419
+ <select name="mattributes[]" required class="wf_mattributes">
420
  <?php echo $dropDown->googleAttributesDropdown( 'condition' ); ?>
421
  </select>
422
  </td>
430
  </select>
431
  </td>
432
  <td>
433
+ <select name="attributes[]" class="wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown( 'condition' ); ?>
435
  </select>
436
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
465
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
466
  </td>
467
  <td>
468
+ <select name="mattributes[]" required class="wf_mattributes">
469
  <?php echo $dropDown->googleAttributesDropdown( 'availability' ); ?>
470
  </select>
471
  </td>
479
  </select>
480
  </td>
481
  <td>
482
+ <select name="attributes[]" class="wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown( 'availability' ); ?>
484
  </select>
485
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
514
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
515
  </td>
516
  <td>
517
+ <select name="mattributes[]" required class="wf_mattributes">
518
  <?php echo $dropDown->googleAttributesDropdown( 'price' ); ?>
519
  </select>
520
  </td>
528
  </select>
529
  </td>
530
  <td>
531
+ <select name="attributes[]" class="wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown( 'price' ); ?>
533
  </select>
534
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
538
  <input type="text" name="suffix[]" value="USD" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
564
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
565
  </td>
566
  <td>
567
+ <select name="mattributes[]" required class="wf_mattributes">
568
  <?php echo $dropDown->googleAttributesDropdown( 'sku' ); ?>
569
  </select>
570
  </td>
578
  </select>
579
  </td>
580
  <td>
581
+ <select name="attributes[]" class="wf_attr wf_attributes">
582
  <?php echo $product->attributeDropdown( 'sku' ); ?>
583
  </select>
584
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
588
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
589
  </td>
590
  <td>
591
+ <select name="output_type[][]" class="outputType wfnoempty">
592
  <option value="1">Default</option>
593
  <option value="2">Strip Tags</option>
594
  <option value="3">UTF-8 Encode</option>
613
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
614
  </td>
615
  <td>
616
+ <select name="mattributes[]" required class="wf_mattributes">
617
  <?php echo $dropDown->googleAttributesDropdown( 'brand' ); ?>
618
  </select>
619
  </td>
627
  </select>
628
  </td>
629
  <td>
630
+ <select name="attributes[]" style=" display: none;" class="wf_attr wf_attributes">
631
  <?php echo $product->attributeDropdown(); ?>
632
  </select>
633
  <?php
651
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
652
  </td>
653
  <td>
654
+ <select name="output_type[][]" class="outputType wfnoempty">
655
  <option value="1">Default</option>
656
  <option value="2">Strip Tags</option>
657
  <option value="3">UTF-8 Encode</option>
694
  <div class="makeFeedComplete"></div>
695
  </td>
696
  <td align="right">
697
+ <button type="submit" class="wfbtn">
698
  <?php echo _e( 'Save & Generate Feed', 'woo-feed' ); ?>
699
  </button>
700
  </td>
admin/partials/adwords/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('id'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('sku'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('link'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('short_description'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("description"); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown("product_type"); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("price"); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" required="required"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('sale_price'); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" style="display: none;" id="" required="required"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(); ?>
533
  </select>
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" style="display: none;" id="" required="required"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown(); ?>
582
  </select>
@@ -587,7 +587,7 @@
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
- <select name="output_type[][]" id="" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
@@ -628,7 +628,7 @@
628
  <div class="makeFeedComplete"></div>
629
  </td>
630
  <td align="right">
631
- <button type="submit" id="wf_submit" class="wfbtn">
632
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
633
  </button>
634
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('sku'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('link'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('short_description'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("description"); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown("product_type"); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("price"); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" required="required"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('sale_price'); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" style="display: none;" required="required"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(); ?>
533
  </select>
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]" style="display: none;" required="required"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown(); ?>
582
  </select>
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
+ <select name="output_type[][]" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
628
  <div class="makeFeedComplete"></div>
629
  </td>
630
  <td align="right">
631
+ <button type="submit" class="wfbtn">
632
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
633
  </button>
634
  </td>
admin/partials/amazon/add-feed.php CHANGED
@@ -32,7 +32,7 @@
32
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
33
  </td>
34
  <td>
35
- <select name="mattributes[]" id="" required class="wf_mattributes">
36
  <?php echo $dropDown->$method2($key); ?>
37
  </select>
38
  </td>
@@ -46,7 +46,7 @@
46
  </select>
47
  </td>
48
  <td>
49
- <select name="attributes[]" id="" required="required"
50
  class="wf_validate_attr wf_attr wf_attributes">
51
  <?php echo $product->attributeDropdown(); ?>
52
  </select>
@@ -57,7 +57,7 @@
57
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
58
  </td>
59
  <td>
60
- <select name="output_type[][]" id="" class="outputType wfnoempty">
61
  <option value="1">Default</option>
62
  <option value="2">Strip Tags</option>
63
  <option value="3">UTF-8 Encode</option>
@@ -104,7 +104,7 @@
104
  <div class="makeFeedComplete"></div>
105
  </td>
106
  <td align="right">
107
- <button type="submit" id="wf_submit" class="wfbtn">
108
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
109
  </button>
110
  </td>
@@ -144,7 +144,7 @@
144
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
145
  </td>
146
  <td>
147
- <select name="fattribute[]" id="" disabled required class="fsrow">
148
  <?php echo $product->attributeDropdown(); ?>
149
  </select>
150
  </td>
@@ -187,7 +187,7 @@
187
 
188
  </td>
189
  <td align="right">
190
- <button type="submit" id="wf_submit" class="wfbtn">
191
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
192
  </button>
193
  </td>
32
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
33
  </td>
34
  <td>
35
+ <select name="mattributes[]" required class="wf_mattributes">
36
  <?php echo $dropDown->$method2($key); ?>
37
  </select>
38
  </td>
46
  </select>
47
  </td>
48
  <td>
49
+ <select name="attributes[]" required="required"
50
  class="wf_validate_attr wf_attr wf_attributes">
51
  <?php echo $product->attributeDropdown(); ?>
52
  </select>
57
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
58
  </td>
59
  <td>
60
+ <select name="output_type[][]" class="outputType wfnoempty">
61
  <option value="1">Default</option>
62
  <option value="2">Strip Tags</option>
63
  <option value="3">UTF-8 Encode</option>
104
  <div class="makeFeedComplete"></div>
105
  </td>
106
  <td align="right">
107
+ <button type="submit" class="wfbtn">
108
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
109
  </button>
110
  </td>
144
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
145
  </td>
146
  <td>
147
+ <select name="fattribute[]" disabled required class="fsrow">
148
  <?php echo $product->attributeDropdown(); ?>
149
  </select>
150
  </td>
187
 
188
  </td>
189
  <td align="right">
190
+ <button type="submit" class="wfbtn">
191
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
192
  </button>
193
  </td>
admin/partials/become/add-feed.php CHANGED
@@ -24,7 +24,7 @@
24
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
  </td>
26
  <td>
27
- <select name="mattributes[]" id="" required class="wf_mattributes">
28
  <?php echo $dropDown->becomeAttributesDropdown('Unique ID'); ?>
29
  </select>
30
  </td>
@@ -38,7 +38,7 @@
38
  </select>
39
  </td>
40
  <td>
41
- <select name="attributes[]" id="" 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"
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -73,7 +73,7 @@
73
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
74
  </td>
75
  <td>
76
- <select name="mattributes[]" id="" required class="wf_mattributes">
77
  <?php echo $dropDown->becomeAttributesDropdown('Title'); ?>
78
  </select>
79
  </td>
@@ -87,7 +87,7 @@
87
  </select>
88
  </td>
89
  <td>
90
- <select name="attributes[]" id="" 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"
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -122,7 +122,7 @@
122
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
123
  </td>
124
  <td>
125
- <select name="mattributes[]" id="" required class="wf_mattributes">
126
  <?php echo $dropDown->becomeAttributesDropdown('Description'); ?>
127
  </select>
128
  </td>
@@ -136,7 +136,7 @@
136
  </select>
137
  </td>
138
  <td>
139
- <select name="attributes[]" id="" 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"
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -171,7 +171,7 @@
171
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
172
  </td>
173
  <td>
174
- <select name="mattributes[]" id="" required class="wf_mattributes">
175
  <?php echo $dropDown->becomeAttributesDropdown('Category'); ?>
176
  </select>
177
  </td>
@@ -185,7 +185,7 @@
185
  </select>
186
  </td>
187
  <td>
188
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('product_type'); ?>
190
  </select>
191
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -220,7 +220,7 @@
220
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
221
  </td>
222
  <td>
223
- <select name="mattributes[]" id="" required class="wf_mattributes">
224
  <?php echo $dropDown->becomeAttributesDropdown('Product URL'); ?>
225
  </select>
226
  </td>
@@ -234,7 +234,7 @@
234
  </select>
235
  </td>
236
  <td>
237
- <select name="attributes[]" id="" 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"
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -269,7 +269,7 @@
269
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
270
  </td>
271
  <td>
272
- <select name="mattributes[]" id="" required class="wf_mattributes">
273
  <?php echo $dropDown->becomeAttributesDropdown('Image URL'); ?>
274
  </select>
275
  </td>
@@ -283,7 +283,7 @@
283
  </select>
284
  </td>
285
  <td>
286
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
289
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -318,7 +318,7 @@
318
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
319
  </td>
320
  <td>
321
- <select name="mattributes[]" id="" required class="wf_mattributes">
322
  <?php echo $dropDown->becomeAttributesDropdown('Condition'); ?>
323
  </select>
324
  </td>
@@ -332,7 +332,7 @@
332
  </select>
333
  </td>
334
  <td>
335
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('condition'); ?>
337
  </select>
338
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -367,7 +367,7 @@
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
  </td>
369
  <td>
370
- <select name="mattributes[]" id="" required class="wf_mattributes">
371
  <?php echo $dropDown->becomeAttributesDropdown('Availability'); ?>
372
  </select>
373
  </td>
@@ -381,7 +381,7 @@
381
  </select>
382
  </td>
383
  <td>
384
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('availability'); ?>
386
  </select>
387
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -416,7 +416,7 @@
416
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
  </td>
418
  <td>
419
- <select name="mattributes[]" id="" required class="wf_mattributes">
420
  <?php echo $dropDown->becomeAttributesDropdown('Current Price'); ?>
421
  </select>
422
  </td>
@@ -430,7 +430,7 @@
430
  </select>
431
  </td>
432
  <td>
433
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('price'); ?>
435
  </select>
436
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -481,7 +481,7 @@
481
  <div class="makeFeedComplete"></div>
482
  </td>
483
  <td align="right">
484
- <button type="submit" id="wf_submit" class="wfbtn">
485
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
486
  </button>
487
  </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->becomeAttributesDropdown('Unique ID'); ?>
29
  </select>
30
  </td>
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"
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>
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->becomeAttributesDropdown('Title'); ?>
78
  </select>
79
  </td>
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"
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>
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->becomeAttributesDropdown('Description'); ?>
127
  </select>
128
  </td>
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"
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
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->becomeAttributesDropdown('Category'); ?>
176
  </select>
177
  </td>
185
  </select>
186
  </td>
187
  <td>
188
+ <select name="attributes[]" class="wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('product_type'); ?>
190
  </select>
191
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
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>
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->becomeAttributesDropdown('Product URL'); ?>
225
  </select>
226
  </td>
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"
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>
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->becomeAttributesDropdown('Image URL'); ?>
274
  </select>
275
  </td>
283
  </select>
284
  </td>
285
  <td>
286
+ <select name="attributes[]" class="wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
289
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
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>
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->becomeAttributesDropdown('Condition'); ?>
323
  </select>
324
  </td>
332
  </select>
333
  </td>
334
  <td>
335
+ <select name="attributes[]" class="wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('condition'); ?>
337
  </select>
338
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
  </td>
369
  <td>
370
+ <select name="mattributes[]" required class="wf_mattributes">
371
  <?php echo $dropDown->becomeAttributesDropdown('Availability'); ?>
372
  </select>
373
  </td>
381
  </select>
382
  </td>
383
  <td>
384
+ <select name="attributes[]" class="wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('availability'); ?>
386
  </select>
387
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
416
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
  </td>
418
  <td>
419
+ <select name="mattributes[]" required class="wf_mattributes">
420
  <?php echo $dropDown->becomeAttributesDropdown('Current Price'); ?>
421
  </select>
422
  </td>
430
  </select>
431
  </td>
432
  <td>
433
+ <select name="attributes[]" class="wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('price'); ?>
435
  </select>
436
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
481
  <div class="makeFeedComplete"></div>
482
  </td>
483
  <td align="right">
484
+ <button type="submit" class="wfbtn">
485
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
486
  </button>
487
  </td>
admin/partials/bing/add-feed.php CHANGED
@@ -30,7 +30,7 @@ foreach($attributes->bingAttribute() as $key=>$value){
30
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
31
  </td>
32
  <td>
33
- <select name="mattributes[]" id="" required class="wf_mattributes">
34
  <?php echo $attributes->getAttributeDropDown("bing",$key); ?>
35
  </select>
36
  </td>
@@ -44,7 +44,7 @@ foreach($attributes->bingAttribute() as $key=>$value){
44
  </select>
45
  </td>
46
  <td>
47
- <select name="attributes[]" id="" class="wf_attr wf_attributes" required="required">
48
  <?php echo $product->attributeDropdown(); ?>
49
  </select>
50
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -54,7 +54,7 @@ foreach($attributes->bingAttribute() as $key=>$value){
54
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
55
  </td>
56
  <td>
57
- <select name="output_type[][]" id="" class="outputType wfnoempty">
58
  <option value="1">Default</option>
59
  <option value="2">Strip Tags</option>
60
  <option value="3">UTF-8 Encode</option>
@@ -100,7 +100,7 @@ foreach($attributes->bingAttribute() as $key=>$value){
100
  <div class="makeFeedComplete"></div>
101
  </td>
102
  <td align="right">
103
- <button type="submit" id="wf_submit" class="wfbtn">
104
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
105
  </button>
106
  </td>
30
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
31
  </td>
32
  <td>
33
+ <select name="mattributes[]" required class="wf_mattributes">
34
  <?php echo $attributes->getAttributeDropDown("bing",$key); ?>
35
  </select>
36
  </td>
44
  </select>
45
  </td>
46
  <td>
47
+ <select name="attributes[]" class="wf_attr wf_attributes" required="required">
48
  <?php echo $product->attributeDropdown(); ?>
49
  </select>
50
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
54
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
55
  </td>
56
  <td>
57
+ <select name="output_type[][]" class="outputType wfnoempty">
58
  <option value="1">Default</option>
59
  <option value="2">Strip Tags</option>
60
  <option value="3">UTF-8 Encode</option>
100
  <div class="makeFeedComplete"></div>
101
  </td>
102
  <td align="right">
103
+ <button type="submit" class="wfbtn">
104
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
105
  </button>
106
  </td>
admin/partials/bol/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('sku'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('product_type'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('description'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required" style=" display: none;"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(''); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -383,7 +383,7 @@
383
  <div class="makeFeedComplete"></div>
384
  </td>
385
  <td align="right">
386
- <button type="submit" id="wf_submit" class="wfbtn">
387
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
388
  </button>
389
  </td>
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('sku'); ?>
43
  </select>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('product_type'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('description'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required" style=" display: none;"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(''); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
383
  <div class="makeFeedComplete"></div>
384
  </td>
385
  <td align="right">
386
+ <button type="submit" class="wfbtn">
387
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
388
  </button>
389
  </td>
admin/partials/bonanza/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('id'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('title'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('description'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('price'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('product_type'); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" required="required" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(''); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" required="required" style=" display: none;"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown(''); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" required="required" style=" display: none;"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown(''); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id="" required="required" style=" display: none;"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(''); ?>
533
  </select>
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" id="" required="required" style=" display: none;"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown(''); ?>
582
  </select>
@@ -587,7 +587,7 @@
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
- <select name="output_type[][]" id="" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
@@ -625,7 +625,7 @@
625
  </select>
626
  </td>
627
  <td>
628
- <select name="attributes[]" id="" required="required" style=" display: none;"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(''); ?>
631
  </select>
@@ -636,7 +636,7 @@
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
- <select name="output_type[][]" id="" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
@@ -674,7 +674,7 @@
674
  </select>
675
  </td>
676
  <td>
677
- <select name="attributes[]" id="" required="required" style=" display: none;"
678
  class="wf_validate_attr wf_attr wf_attributes">
679
  <?php echo $product->attributeDropdown(''); ?>
680
  </select>
@@ -685,7 +685,7 @@
685
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
  </td>
687
  <td>
688
- <select name="output_type[][]" id="" class="outputType wfnoempty">
689
  <option value="1">Default</option>
690
  <option value="2">Strip Tags</option>
691
  <option value="3">UTF-8 Encode</option>
@@ -723,7 +723,7 @@
723
  </select>
724
  </td>
725
  <td>
726
- <select name="attributes[]" id="" required="required"
727
  class="wf_validate_attr wf_attr wf_attributes">
728
  <?php echo $product->attributeDropdown('sku'); ?>
729
  </select>
@@ -734,7 +734,7 @@
734
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
735
  </td>
736
  <td>
737
- <select name="output_type[][]" id="" class="outputType wfnoempty">
738
  <option value="1">Default</option>
739
  <option value="2">Strip Tags</option>
740
  <option value="3">UTF-8 Encode</option>
@@ -772,7 +772,7 @@
772
  </select>
773
  </td>
774
  <td>
775
- <select name="attributes[]" id="" required="required" style=" display: none;"
776
  class="wf_validate_attr wf_attr wf_attributes">
777
  <?php echo $product->attributeDropdown(); ?>
778
  </select>
@@ -783,7 +783,7 @@
783
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
784
  </td>
785
  <td>
786
- <select name="output_type[][]" id="" class="outputType wfnoempty">
787
  <option value="1">Default</option>
788
  <option value="2">Strip Tags</option>
789
  <option value="3">UTF-8 Encode</option>
@@ -821,7 +821,7 @@
821
  </select>
822
  </td>
823
  <td>
824
- <select name="attributes[]" id="" required="required" style=" display: none;"
825
  class="wf_validate_attr wf_attr wf_attributes">
826
  <?php echo $product->attributeDropdown(); ?>
827
  </select>
@@ -832,7 +832,7 @@
832
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
833
  </td>
834
  <td>
835
- <select name="output_type[][]" id="" class="outputType wfnoempty">
836
  <option value="1">Default</option>
837
  <option value="2">Strip Tags</option>
838
  <option value="3">UTF-8 Encode</option>
@@ -870,7 +870,7 @@
870
  </select>
871
  </td>
872
  <td>
873
- <select name="attributes[]" id="" required="required" style=" display: none;"
874
  class="wf_validate_attr wf_attr wf_attributes">
875
  <?php echo $product->attributeDropdown(); ?>
876
  </select>
@@ -881,7 +881,7 @@
881
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
882
  </td>
883
  <td>
884
- <select name="output_type[][]" id="" class="outputType wfnoempty">
885
  <option value="1">Default</option>
886
  <option value="2">Strip Tags</option>
887
  <option value="3">UTF-8 Encode</option>
@@ -919,7 +919,7 @@
919
  </select>
920
  </td>
921
  <td>
922
- <select name="attributes[]" id="" required="required"
923
  class="wf_validate_attr wf_attr wf_attributes">
924
  <?php echo $product->attributeDropdown('quantity'); ?>
925
  </select>
@@ -930,7 +930,7 @@
930
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
931
  </td>
932
  <td>
933
- <select name="output_type[][]" id="" class="outputType wfnoempty">
934
  <option value="1">Default</option>
935
  <option value="2">Strip Tags</option>
936
  <option value="3">UTF-8 Encode</option>
@@ -968,7 +968,7 @@
968
  </select>
969
  </td>
970
  <td>
971
- <select name="attributes[]" id="" required="required" style=" display: none;"
972
  class="wf_validate_attr wf_attr wf_attributes">
973
  <?php echo $product->attributeDropdown(); ?>
974
  </select>
@@ -979,7 +979,7 @@
979
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
980
  </td>
981
  <td>
982
- <select name="output_type[][]" id="" class="outputType wfnoempty">
983
  <option value="1">Default</option>
984
  <option value="2">Strip Tags</option>
985
  <option value="3">UTF-8 Encode</option>
@@ -1017,7 +1017,7 @@
1017
  </select>
1018
  </td>
1019
  <td>
1020
- <select name="attributes[]" id="" required="required" style=" display: none;"
1021
  class="wf_validate_attr wf_attr wf_attributes">
1022
  <?php echo $product->attributeDropdown(); ?>
1023
  </select>
@@ -1028,7 +1028,7 @@
1028
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
1029
  </td>
1030
  <td>
1031
- <select name="output_type[][]" id="" class="outputType wfnoempty">
1032
  <option value="1">Default</option>
1033
  <option value="2">Strip Tags</option>
1034
  <option value="3">UTF-8 Encode</option>
@@ -1069,7 +1069,7 @@
1069
  <div class="makeFeedComplete"></div>
1070
  </td>
1071
  <td align="right">
1072
- <button type="submit" id="wf_submit" class="wfbtn">
1073
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
1074
  </button>
1075
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('title'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('description'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('price'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('product_type'); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" required="required" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(''); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" required="required" style=" display: none;"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown(''); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" required="required" style=" display: none;"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown(''); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" required="required" style=" display: none;"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(''); ?>
533
  </select>
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]" required="required" style=" display: none;"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown(''); ?>
582
  </select>
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
+ <select name="output_type[][]" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
625
  </select>
626
  </td>
627
  <td>
628
+ <select name="attributes[]" required="required" style=" display: none;"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(''); ?>
631
  </select>
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
+ <select name="output_type[][]" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
674
  </select>
675
  </td>
676
  <td>
677
+ <select name="attributes[]" required="required" style=" display: none;"
678
  class="wf_validate_attr wf_attr wf_attributes">
679
  <?php echo $product->attributeDropdown(''); ?>
680
  </select>
685
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
  </td>
687
  <td>
688
+ <select name="output_type[][]" class="outputType wfnoempty">
689
  <option value="1">Default</option>
690
  <option value="2">Strip Tags</option>
691
  <option value="3">UTF-8 Encode</option>
723
  </select>
724
  </td>
725
  <td>
726
+ <select name="attributes[]" required="required"
727
  class="wf_validate_attr wf_attr wf_attributes">
728
  <?php echo $product->attributeDropdown('sku'); ?>
729
  </select>
734
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
735
  </td>
736
  <td>
737
+ <select name="output_type[][]" class="outputType wfnoempty">
738
  <option value="1">Default</option>
739
  <option value="2">Strip Tags</option>
740
  <option value="3">UTF-8 Encode</option>
772
  </select>
773
  </td>
774
  <td>
775
+ <select name="attributes[]" required="required" style=" display: none;"
776
  class="wf_validate_attr wf_attr wf_attributes">
777
  <?php echo $product->attributeDropdown(); ?>
778
  </select>
783
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
784
  </td>
785
  <td>
786
+ <select name="output_type[][]" class="outputType wfnoempty">
787
  <option value="1">Default</option>
788
  <option value="2">Strip Tags</option>
789
  <option value="3">UTF-8 Encode</option>
821
  </select>
822
  </td>
823
  <td>
824
+ <select name="attributes[]" required="required" style=" display: none;"
825
  class="wf_validate_attr wf_attr wf_attributes">
826
  <?php echo $product->attributeDropdown(); ?>
827
  </select>
832
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
833
  </td>
834
  <td>
835
+ <select name="output_type[][]" class="outputType wfnoempty">
836
  <option value="1">Default</option>
837
  <option value="2">Strip Tags</option>
838
  <option value="3">UTF-8 Encode</option>
870
  </select>
871
  </td>
872
  <td>
873
+ <select name="attributes[]" required="required" style=" display: none;"
874
  class="wf_validate_attr wf_attr wf_attributes">
875
  <?php echo $product->attributeDropdown(); ?>
876
  </select>
881
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
882
  </td>
883
  <td>
884
+ <select name="output_type[][]" class="outputType wfnoempty">
885
  <option value="1">Default</option>
886
  <option value="2">Strip Tags</option>
887
  <option value="3">UTF-8 Encode</option>
919
  </select>
920
  </td>
921
  <td>
922
+ <select name="attributes[]" required="required"
923
  class="wf_validate_attr wf_attr wf_attributes">
924
  <?php echo $product->attributeDropdown('quantity'); ?>
925
  </select>
930
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
931
  </td>
932
  <td>
933
+ <select name="output_type[][]" class="outputType wfnoempty">
934
  <option value="1">Default</option>
935
  <option value="2">Strip Tags</option>
936
  <option value="3">UTF-8 Encode</option>
968
  </select>
969
  </td>
970
  <td>
971
+ <select name="attributes[]" required="required" style=" display: none;"
972
  class="wf_validate_attr wf_attr wf_attributes">
973
  <?php echo $product->attributeDropdown(); ?>
974
  </select>
979
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
980
  </td>
981
  <td>
982
+ <select name="output_type[][]" class="outputType wfnoempty">
983
  <option value="1">Default</option>
984
  <option value="2">Strip Tags</option>
985
  <option value="3">UTF-8 Encode</option>
1017
  </select>
1018
  </td>
1019
  <td>
1020
+ <select name="attributes[]" required="required" style=" display: none;"
1021
  class="wf_validate_attr wf_attr wf_attributes">
1022
  <?php echo $product->attributeDropdown(); ?>
1023
  </select>
1028
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
1029
  </td>
1030
  <td>
1031
+ <select name="output_type[][]" class="outputType wfnoempty">
1032
  <option value="1">Default</option>
1033
  <option value="2">Strip Tags</option>
1034
  <option value="3">UTF-8 Encode</option>
1069
  <div class="makeFeedComplete"></div>
1070
  </td>
1071
  <td align="right">
1072
+ <button type="submit" class="wfbtn">
1073
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
1074
  </button>
1075
  </td>
admin/partials/connexity/add-feed.php CHANGED
@@ -23,7 +23,7 @@
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
- <select name="mattributes[]" id="" required class="wf_mattributes">
27
  <?php echo $dropDown->connexityAttributesDropdown('Unique ID'); ?>
28
  </select>
29
  </td>
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('id'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -47,7 +47,7 @@
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
- <select name="output_type[][]" id="" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
@@ -72,7 +72,7 @@
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
- <select name="mattributes[]" id="" required class="wf_mattributes">
76
  <?php echo $dropDown->connexityAttributesDropdown('Title'); ?>
77
  </select>
78
  </td>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('title'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -96,7 +96,7 @@
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
- <select name="output_type[][]" id="" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
@@ -121,7 +121,7 @@
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
- <select name="mattributes[]" id="" required class="wf_mattributes">
125
  <?php echo $dropDown->connexityAttributesDropdown('Description'); ?>
126
  </select>
127
  </td>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('description'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -145,7 +145,7 @@
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
- <select name="output_type[][]" id="" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
@@ -170,7 +170,7 @@
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
- <select name="mattributes[]" id="" required class="wf_mattributes">
174
  <?php echo $dropDown->connexityAttributesDropdown('Category'); ?>
175
  </select>
176
  </td>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('product_type'); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -194,7 +194,7 @@
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
- <select name="output_type[][]" id="" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
@@ -219,7 +219,7 @@
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
- <select name="mattributes[]" id="" required class="wf_mattributes">
223
  <?php echo $dropDown->connexityAttributesDropdown('Product URL'); ?>
224
  </select>
225
  </td>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('link'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -243,7 +243,7 @@
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
- <select name="output_type[][]" id="" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
@@ -268,7 +268,7 @@
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
- <select name="mattributes[]" id="" required class="wf_mattributes">
272
  <?php echo $dropDown->connexityAttributesDropdown('Image URL'); ?>
273
  </select>
274
  </td>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('image'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -292,7 +292,7 @@
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
- <select name="output_type[][]" id="" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
@@ -317,7 +317,7 @@
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
- <select name="mattributes[]" id="" required class="wf_mattributes">
321
  <?php echo $dropDown->connexityAttributesDropdown('Condition'); ?>
322
  </select>
323
  </td>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
335
  <?php echo $product->attributeDropdown('condition'); ?>
336
  </select>
337
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -341,7 +341,7 @@
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
- <select name="output_type[][]" id="" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
@@ -366,7 +366,7 @@
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
- <select name="mattributes[]" id="" required class="wf_mattributes">
370
  <?php echo $dropDown->connexityAttributesDropdown('Availability'); ?>
371
  </select>
372
  </td>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
384
  <?php echo $product->attributeDropdown('availability'); ?>
385
  </select>
386
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -390,7 +390,7 @@
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
- <select name="output_type[][]" id="" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
@@ -415,7 +415,7 @@
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
- <select name="mattributes[]" id="" required class="wf_mattributes">
419
  <?php echo $dropDown->connexityAttributesDropdown('Current Price'); ?>
420
  </select>
421
  </td>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
433
  <?php echo $product->attributeDropdown('price'); ?>
434
  </select>
435
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -439,7 +439,7 @@
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
- <select name="output_type[][]" id="" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
@@ -480,7 +480,7 @@
480
  <div class="makeFeedComplete"></div>
481
  </td>
482
  <td align="right">
483
- <button type="submit" id="wf_submit" class="wfbtn">
484
  <?php echo _e('Save & Generate Feed','woo-feed');?>
485
  </button>
486
  </td>
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
+ <select name="mattributes[]" required class="wf_mattributes">
27
  <?php echo $dropDown->connexityAttributesDropdown('Unique ID'); ?>
28
  </select>
29
  </td>
37
  </select>
38
  </td>
39
  <td>
40
+ <select name="attributes[]" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('id'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
+ <select name="output_type[][]" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
+ <select name="mattributes[]" required class="wf_mattributes">
76
  <?php echo $dropDown->connexityAttributesDropdown('Title'); ?>
77
  </select>
78
  </td>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('title'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
+ <select name="output_type[][]" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
+ <select name="mattributes[]" required class="wf_mattributes">
125
  <?php echo $dropDown->connexityAttributesDropdown('Description'); ?>
126
  </select>
127
  </td>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('description'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
+ <select name="output_type[][]" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
+ <select name="mattributes[]" required class="wf_mattributes">
174
  <?php echo $dropDown->connexityAttributesDropdown('Category'); ?>
175
  </select>
176
  </td>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('product_type'); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
+ <select name="output_type[][]" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
+ <select name="mattributes[]" required class="wf_mattributes">
223
  <?php echo $dropDown->connexityAttributesDropdown('Product URL'); ?>
224
  </select>
225
  </td>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('link'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
+ <select name="output_type[][]" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
+ <select name="mattributes[]" required class="wf_mattributes">
272
  <?php echo $dropDown->connexityAttributesDropdown('Image URL'); ?>
273
  </select>
274
  </td>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('image'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
+ <select name="output_type[][]" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
+ <select name="mattributes[]" required class="wf_mattributes">
321
  <?php echo $dropDown->connexityAttributesDropdown('Condition'); ?>
322
  </select>
323
  </td>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" class="wf_attr wf_attributes">
335
  <?php echo $product->attributeDropdown('condition'); ?>
336
  </select>
337
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
+ <select name="output_type[][]" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
+ <select name="mattributes[]" required class="wf_mattributes">
370
  <?php echo $dropDown->connexityAttributesDropdown('Availability'); ?>
371
  </select>
372
  </td>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" class="wf_attr wf_attributes">
384
  <?php echo $product->attributeDropdown('availability'); ?>
385
  </select>
386
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
+ <select name="output_type[][]" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
+ <select name="mattributes[]" required class="wf_mattributes">
419
  <?php echo $dropDown->connexityAttributesDropdown('Current Price'); ?>
420
  </select>
421
  </td>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" class="wf_attr wf_attributes">
433
  <?php echo $product->attributeDropdown('price'); ?>
434
  </select>
435
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
+ <select name="output_type[][]" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
480
  <div class="makeFeedComplete"></div>
481
  </td>
482
  <td align="right">
483
+ <button type="submit" class="wfbtn">
484
  <?php echo _e('Save & Generate Feed','woo-feed');?>
485
  </button>
486
  </td>
admin/partials/crowdfox/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('sku'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('image'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('price'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown(); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required" style=" display: none;"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" required="required" style=" display: none;"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown(); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" required="required"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown(); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id="" required="required"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown('link'); ?>
533
  </select>
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" id="" required="required"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown('description'); ?>
582
  </select>
@@ -587,7 +587,7 @@
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
- <select name="output_type[][]" id="" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
@@ -625,7 +625,7 @@
625
  </select>
626
  </td>
627
  <td>
628
- <select name="attributes[]" id="" required="required"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown('quantity'); ?>
631
  </select>
@@ -636,7 +636,7 @@
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
- <select name="output_type[][]" id="" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
@@ -674,7 +674,7 @@
674
  </select>
675
  </td>
676
  <td>
677
- <select name="attributes[]" id="" required="required"
678
  class="wf_validate_attr wf_attr wf_attributes">
679
  <?php echo $product->attributeDropdown('product_type'); ?>
680
  </select>
@@ -685,7 +685,7 @@
685
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
  </td>
687
  <td>
688
- <select name="output_type[][]" id="" class="outputType wfnoempty">
689
  <option value="1">Default</option>
690
  <option value="2">Strip Tags</option>
691
  <option value="3">UTF-8 Encode</option>
@@ -726,7 +726,7 @@
726
  <div class="makeFeedComplete"></div>
727
  </td>
728
  <td align="right">
729
- <button type="submit" id="wf_submit" class="wfbtn">
730
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
731
  </button>
732
  </td>
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('sku'); ?>
43
  </select>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('image'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('price'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown(); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required" style=" display: none;"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" required="required" style=" display: none;"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown(); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" required="required"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown(); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" required="required"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown('link'); ?>
533
  </select>
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]" required="required"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown('description'); ?>
582
  </select>
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
+ <select name="output_type[][]" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
625
  </select>
626
  </td>
627
  <td>
628
+ <select name="attributes[]" required="required"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown('quantity'); ?>
631
  </select>
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
+ <select name="output_type[][]" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
674
  </select>
675
  </td>
676
  <td>
677
+ <select name="attributes[]" required="required"
678
  class="wf_validate_attr wf_attr wf_attributes">
679
  <?php echo $product->attributeDropdown('product_type'); ?>
680
  </select>
685
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
  </td>
687
  <td>
688
+ <select name="output_type[][]" class="outputType wfnoempty">
689
  <option value="1">Default</option>
690
  <option value="2">Strip Tags</option>
691
  <option value="3">UTF-8 Encode</option>
726
  <div class="makeFeedComplete"></div>
727
  </td>
728
  <td align="right">
729
+ <button type="submit" class="wfbtn">
730
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
731
  </button>
732
  </td>
admin/partials/custom/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown(); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -89,7 +89,7 @@
89
  <div class="makeFeedComplete"></div>
90
  </td>
91
  <td align="right">
92
- <button type="submit" id="wf_submit" class="wfbtn">
93
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
94
  </button>
95
  </td>
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(); ?>
43
  </select>
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>
89
  <div class="makeFeedComplete"></div>
90
  </td>
91
  <td align="right">
92
+ <button type="submit" class="wfbtn">
93
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
94
  </button>
95
  </td>
admin/partials/custom/edit-feed.php CHANGED
@@ -26,8 +26,9 @@ if(!isset($feedRules['ftporsftp'])){
26
  </table>
27
  <br/>
28
 
29
- <form action="" name="feed" id="updatefeed"
30
- method="post">
 
31
 
32
  <table class=" widefat fixed">
33
  <thead>
@@ -85,7 +86,7 @@ if(!isset($feedRules['ftporsftp'])){
85
  <tr class="itemWrapper" >
86
  <td><b><?php echo _e('Extra Header', 'woo-feed'); ?> </b></td>
87
  <td>
88
- <textarea name="extraHeader" id="" style="width: 100%" placeholder="Insert Extra Header value. Press enter at the end of each line."
89
  rows="3"><?php echo isset($feedRules['extraHeader']) ? $feedRules['extraHeader'] : ''; ?></textarea>
90
  </td>
91
  </tr>
@@ -184,7 +185,7 @@ if(!isset($feedRules['ftporsftp'])){
184
  class="wf_ps"/>
185
  </td>
186
  <td>
187
- <select name="type[]" id="" class="attr_type wfnoempty">
188
  <option <?php echo ($type[$merchant] == "attribute") ? 'selected="selected"' : ''; ?>
189
  value="attribute"><?php echo _e('Attribute', 'woo-feed'); ?>
190
  </option>
@@ -196,7 +197,7 @@ if(!isset($feedRules['ftporsftp'])){
196
  </td>
197
  <td>
198
  <select <?php echo ($type[$merchant] == "attribute") ? '' : 'style=" display: none;"'; ?>
199
- name="attributes[]" id=""
200
  class="wf_attr wf_attributes">
201
  <?php echo $product->attributeDropdown(esc_attr($wooAttributes[$merchant])); ?>
202
  </select>
@@ -214,7 +215,7 @@ if(!isset($feedRules['ftporsftp'])){
214
  </td>
215
 
216
  <td>
217
- <select name="output_type[<?php echo $counter; ?>][]" id=""
218
  class="outputType wfnoempty" <?php echo (count($outputType[$counter]) > 1) ? 'multiple="multiple"' : ''; ?>>
219
  <option <?php echo (in_array('1', $outputType[$counter])) ? 'selected="selected"' : ''; ?>
220
  value="1">Default
@@ -308,7 +309,7 @@ if(!isset($feedRules['ftporsftp'])){
308
  <tr>
309
  <td><?php echo _e('Enabled', 'woo-feed'); ?></td>
310
  <td>
311
- <select name="ftpenabled" id="">
312
  <option <?php echo ($feedRules['ftpenabled'] == "0") ? 'selected="selected"' : ''; ?>
313
  value="0"><?php echo _e('Disabled', 'woo-feed'); ?>
314
  </option>
@@ -321,7 +322,7 @@ if(!isset($feedRules['ftporsftp'])){
321
  <tr>
322
  <td><?php echo _e( 'Server Type', 'woo-feed' ); ?></td>
323
  <td>
324
- <select name="ftporsftp" id="" class="ftporsftp">
325
  <option <?php echo ($feedRules['ftporsftp'] == "ftp") ? 'selected="selected"' : ''; ?> value="ftp"><?php echo _e( 'FTP', 'woo-feed' ); ?></option>
326
  <option <?php echo ($feedRules['ftporsftp'] == "sftp") ? 'selected="selected"' : ''; ?>value="sftp"><?php echo _e( 'SFTP', 'woo-feed' ); ?></option>
327
  </select>
26
  </table>
27
  <br/>
28
 
29
+ <form action="" name="feed" id="updatefeed" method="post" autocomplete="disabled">
30
+
31
+ <?php wp_nonce_field('wf_edit_feed'); ?>
32
 
33
  <table class=" widefat fixed">
34
  <thead>
86
  <tr class="itemWrapper" >
87
  <td><b><?php echo _e('Extra Header', 'woo-feed'); ?> </b></td>
88
  <td>
89
+ <textarea name="extraHeader" style="width: 100%" placeholder="Insert Extra Header value. Press enter at the end of each line."
90
  rows="3"><?php echo isset($feedRules['extraHeader']) ? $feedRules['extraHeader'] : ''; ?></textarea>
91
  </td>
92
  </tr>
185
  class="wf_ps"/>
186
  </td>
187
  <td>
188
+ <select name="type[]" class="attr_type wfnoempty">
189
  <option <?php echo ($type[$merchant] == "attribute") ? 'selected="selected"' : ''; ?>
190
  value="attribute"><?php echo _e('Attribute', 'woo-feed'); ?>
191
  </option>
197
  </td>
198
  <td>
199
  <select <?php echo ($type[$merchant] == "attribute") ? '' : 'style=" display: none;"'; ?>
200
+ name="attributes[]"
201
  class="wf_attr wf_attributes">
202
  <?php echo $product->attributeDropdown(esc_attr($wooAttributes[$merchant])); ?>
203
  </select>
215
  </td>
216
 
217
  <td>
218
+ <select name="output_type[<?php echo $counter; ?>][]"
219
  class="outputType wfnoempty" <?php echo (count($outputType[$counter]) > 1) ? 'multiple="multiple"' : ''; ?>>
220
  <option <?php echo (in_array('1', $outputType[$counter])) ? 'selected="selected"' : ''; ?>
221
  value="1">Default
309
  <tr>
310
  <td><?php echo _e('Enabled', 'woo-feed'); ?></td>
311
  <td>
312
+ <select name="ftpenabled" >
313
  <option <?php echo ($feedRules['ftpenabled'] == "0") ? 'selected="selected"' : ''; ?>
314
  value="0"><?php echo _e('Disabled', 'woo-feed'); ?>
315
  </option>
322
  <tr>
323
  <td><?php echo _e( 'Server Type', 'woo-feed' ); ?></td>
324
  <td>
325
+ <select name="ftporsftp" class="ftporsftp">
326
  <option <?php echo ($feedRules['ftporsftp'] == "ftp") ? 'selected="selected"' : ''; ?> value="ftp"><?php echo _e( 'FTP', 'woo-feed' ); ?></option>
327
  <option <?php echo ($feedRules['ftporsftp'] == "sftp") ? 'selected="selected"' : ''; ?>value="sftp"><?php echo _e( 'SFTP', 'woo-feed' ); ?></option>
328
  </select>
admin/partials/facebook/add-feed.php CHANGED
@@ -24,7 +24,7 @@
24
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
  </td>
26
  <td>
27
- <select name="mattributes[]" id="" required class="wf_mattributes">
28
  <?php echo $dropDown->googleAttributesDropdown('id'); ?>
29
  </select>
30
  </td>
@@ -38,7 +38,7 @@
38
  </select>
39
  </td>
40
  <td>
41
- <select name="attributes[]" id="" 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"
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -73,7 +73,7 @@
73
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
74
  </td>
75
  <td>
76
- <select name="mattributes[]" id="" required class="wf_mattributes">
77
  <?php echo $dropDown->googleAttributesDropdown('title'); ?>
78
  </select>
79
  </td>
@@ -87,7 +87,7 @@
87
  </select>
88
  </td>
89
  <td>
90
- <select name="attributes[]" id="" 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"
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -122,7 +122,7 @@
122
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
123
  </td>
124
  <td>
125
- <select name="mattributes[]" id="" required class="wf_mattributes">
126
  <?php echo $dropDown->googleAttributesDropdown('description'); ?>
127
  </select>
128
  </td>
@@ -136,7 +136,7 @@
136
  </select>
137
  </td>
138
  <td>
139
- <select name="attributes[]" id="" 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"
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" 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>
@@ -171,7 +171,7 @@
171
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
172
  </td>
173
  <td>
174
- <select name="mattributes[]" id="" required class="wf_mattributes">
175
  <?php echo $dropDown->googleAttributesDropdown('item_group_id'); ?>
176
  </select>
177
  </td>
@@ -185,7 +185,7 @@
185
  </select>
186
  </td>
187
  <td>
188
- <select name="attributes[]" id="" 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"
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -220,7 +220,7 @@
220
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
221
  </td>
222
  <td>
223
- <select name="mattributes[]" id="" required class="wf_mattributes">
224
  <?php echo $dropDown->googleAttributesDropdown('link'); ?>
225
  </select>
226
  </td>
@@ -234,7 +234,7 @@
234
  </select>
235
  </td>
236
  <td>
237
- <select name="attributes[]" id="" 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"
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -269,7 +269,7 @@
269
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
270
  </td>
271
  <td>
272
- <select name="mattributes[]" id="" required class="wf_mattributes">
273
  <?php echo $dropDown->googleAttributesDropdown('product_type'); ?>
274
  </select>
275
  </td>
@@ -283,7 +283,7 @@
283
  </select>
284
  </td>
285
  <td>
286
- <select name="attributes[]" id="" 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"
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -318,7 +318,7 @@
318
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
319
  </td>
320
  <td>
321
- <select name="mattributes[]" id="" required class="wf_mattributes">
322
  <?php echo $dropDown->googleAttributesDropdown('current_category'); ?>
323
  </select>
324
  </td>
@@ -332,7 +332,7 @@
332
  </select>
333
  </td>
334
  <td>
335
- <select name="attributes[]" id="" 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"/>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -367,7 +367,7 @@
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
  </td>
369
  <td>
370
- <select name="mattributes[]" id="" required class="wf_mattributes">
371
  <?php echo $dropDown->googleAttributesDropdown('image'); ?>
372
  </select>
373
  </td>
@@ -381,7 +381,7 @@
381
  </select>
382
  </td>
383
  <td>
384
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('image'); ?>
386
  </select>
387
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -416,7 +416,7 @@
416
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
  </td>
418
  <td>
419
- <select name="mattributes[]" id="" required class="wf_mattributes">
420
  <?php echo $dropDown->googleAttributesDropdown('condition'); ?>
421
  </select>
422
  </td>
@@ -430,7 +430,7 @@
430
  </select>
431
  </td>
432
  <td>
433
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('condition'); ?>
435
  </select>
436
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -465,7 +465,7 @@
465
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
466
  </td>
467
  <td>
468
- <select name="mattributes[]" id="" required class="wf_mattributes">
469
  <?php echo $dropDown->googleAttributesDropdown('availability'); ?>
470
  </select>
471
  </td>
@@ -479,7 +479,7 @@
479
  </select>
480
  </td>
481
  <td>
482
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('availability'); ?>
484
  </select>
485
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -514,7 +514,7 @@
514
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
515
  </td>
516
  <td>
517
- <select name="mattributes[]" id="" required class="wf_mattributes">
518
  <?php echo $dropDown->googleAttributesDropdown('price'); ?>
519
  </select>
520
  </td>
@@ -528,7 +528,7 @@
528
  </select>
529
  </td>
530
  <td>
531
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown('price'); ?>
533
  </select>
534
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" value="USD" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -563,7 +563,7 @@
563
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
564
  </td>
565
  <td>
566
- <select name="mattributes[]" id="" required class="wf_mattributes">
567
  <?php echo $dropDown->googleAttributesDropdown('sku'); ?>
568
  </select>
569
  </td>
@@ -577,7 +577,7 @@
577
  </select>
578
  </td>
579
  <td>
580
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown('sku'); ?>
582
  </select>
583
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -587,7 +587,7 @@
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
- <select name="output_type[][]" id="" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
@@ -612,7 +612,7 @@
612
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
613
  </td>
614
  <td>
615
- <select name="mattributes[]" id="" required class="wf_mattributes">
616
  <?php echo $dropDown->googleAttributesDropdown('brand'); ?>
617
  </select>
618
  </td>
@@ -626,7 +626,7 @@
626
  </select>
627
  </td>
628
  <td>
629
- <select name="attributes[]" style=" display: none;" id="" class="wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(); ?>
631
  </select>
632
  <?php
@@ -650,7 +650,7 @@
650
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
651
  </td>
652
  <td>
653
- <select name="output_type[][]" id="" class="outputType wfnoempty">
654
  <option value="1">Default</option>
655
  <option value="2">Strip Tags</option>
656
  <option value="3">UTF-8 Encode</option>
@@ -691,7 +691,7 @@
691
  <div class="makeFeedComplete"></div>
692
  </td>
693
  <td align="right">
694
- <button type="submit" id="wf_submit" class="wfbtn">
695
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
696
  </button>
697
  </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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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"/>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
  </td>
369
  <td>
370
+ <select name="mattributes[]" required class="wf_mattributes">
371
  <?php echo $dropDown->googleAttributesDropdown('image'); ?>
372
  </select>
373
  </td>
381
  </select>
382
  </td>
383
  <td>
384
+ <select name="attributes[]" class="wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('image'); ?>
386
  </select>
387
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
416
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
  </td>
418
  <td>
419
+ <select name="mattributes[]" required class="wf_mattributes">
420
  <?php echo $dropDown->googleAttributesDropdown('condition'); ?>
421
  </select>
422
  </td>
430
  </select>
431
  </td>
432
  <td>
433
+ <select name="attributes[]" class="wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('condition'); ?>
435
  </select>
436
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
465
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
466
  </td>
467
  <td>
468
+ <select name="mattributes[]" required class="wf_mattributes">
469
  <?php echo $dropDown->googleAttributesDropdown('availability'); ?>
470
  </select>
471
  </td>
479
  </select>
480
  </td>
481
  <td>
482
+ <select name="attributes[]" class="wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('availability'); ?>
484
  </select>
485
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
514
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
515
  </td>
516
  <td>
517
+ <select name="mattributes[]" required class="wf_mattributes">
518
  <?php echo $dropDown->googleAttributesDropdown('price'); ?>
519
  </select>
520
  </td>
528
  </select>
529
  </td>
530
  <td>
531
+ <select name="attributes[]" class="wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown('price'); ?>
533
  </select>
534
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
538
  <input type="text" name="suffix[]" value="USD" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
563
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
564
  </td>
565
  <td>
566
+ <select name="mattributes[]" required class="wf_mattributes">
567
  <?php echo $dropDown->googleAttributesDropdown('sku'); ?>
568
  </select>
569
  </td>
577
  </select>
578
  </td>
579
  <td>
580
+ <select name="attributes[]" class="wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown('sku'); ?>
582
  </select>
583
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
+ <select name="output_type[][]" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
612
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
613
  </td>
614
  <td>
615
+ <select name="mattributes[]" required class="wf_mattributes">
616
  <?php echo $dropDown->googleAttributesDropdown('brand'); ?>
617
  </select>
618
  </td>
626
  </select>
627
  </td>
628
  <td>
629
+ <select name="attributes[]" style=" display: none;" class="wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(); ?>
631
  </select>
632
  <?php
650
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
651
  </td>
652
  <td>
653
+ <select name="output_type[][]" class="outputType wfnoempty">
654
  <option value="1">Default</option>
655
  <option value="2">Strip Tags</option>
656
  <option value="3">UTF-8 Encode</option>
691
  <div class="makeFeedComplete"></div>
692
  </td>
693
  <td align="right">
694
+ <button type="submit" class="wfbtn">
695
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
696
  </button>
697
  </td>
admin/partials/fruugo/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id=""
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('id'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id=""
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('sku'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id=""
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown(''); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id=""
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown(''); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id=""
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('product_type'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id=""
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" style=" display: none;"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(""); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id=""
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown("quantity"); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id=""
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("title"); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id=""
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('description'); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id=""
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown('price'); ?>
533
  </select>
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" id=""
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown('price'); ?>
582
  </select>
@@ -587,7 +587,7 @@
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
- <select name="output_type[][]" id="" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
@@ -625,7 +625,7 @@
625
  </select>
626
  </td>
627
  <td>
628
- <select name="attributes[]" id=""
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(''); ?>
631
  </select>
@@ -636,7 +636,7 @@
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
- <select name="output_type[][]" id="" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
@@ -679,7 +679,7 @@
679
  <div class="makeFeedComplete"></div>
680
  </td>
681
  <td align="right">
682
- <button type="submit" id="wf_submit" class="wfbtn">
683
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
684
  </button>
685
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('sku'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown(''); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown(''); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('product_type'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" style=" display: none;"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(""); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown("quantity"); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("title"); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('description'); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown('price'); ?>
533
  </select>
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown('price'); ?>
582
  </select>
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
+ <select name="output_type[][]" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
625
  </select>
626
  </td>
627
  <td>
628
+ <select name="attributes[]"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(''); ?>
631
  </select>
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
+ <select name="output_type[][]" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
679
  <div class="makeFeedComplete"></div>
680
  </td>
681
  <td align="right">
682
+ <button type="submit" class="wfbtn">
683
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
684
  </button>
685
  </td>
admin/partials/google/add-feed.php CHANGED
@@ -24,7 +24,7 @@
24
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
  </td>
26
  <td>
27
- <select name="mattributes[]" id="" required class="wf_mattributes">
28
  <?php echo $dropDown->googleAttributesDropdown( 'id' ); ?>
29
  </select>
30
  </td>
@@ -38,7 +38,7 @@
38
  </select>
39
  </td>
40
  <td>
41
- <select name="attributes[]" id="" 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"
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -73,7 +73,7 @@
73
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
74
  </td>
75
  <td>
76
- <select name="mattributes[]" id="" required class="wf_mattributes">
77
  <?php echo $dropDown->googleAttributesDropdown( 'title' ); ?>
78
  </select>
79
  </td>
@@ -87,7 +87,7 @@
87
  </select>
88
  </td>
89
  <td>
90
- <select name="attributes[]" id="" 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"
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -122,7 +122,7 @@
122
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
123
  </td>
124
  <td>
125
- <select name="mattributes[]" id="" required class="wf_mattributes">
126
  <?php echo $dropDown->googleAttributesDropdown( 'description' ); ?>
127
  </select>
128
  </td>
@@ -136,7 +136,7 @@
136
  </select>
137
  </td>
138
  <td>
139
- <select name="attributes[]" id="" 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"
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" 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>
@@ -171,7 +171,7 @@
171
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
172
  </td>
173
  <td>
174
- <select name="mattributes[]" id="" required class="wf_mattributes">
175
  <?php echo $dropDown->googleAttributesDropdown( 'item_group_id' ); ?>
176
  </select>
177
  </td>
@@ -185,7 +185,7 @@
185
  </select>
186
  </td>
187
  <td>
188
- <select name="attributes[]" id="" 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"
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -220,7 +220,7 @@
220
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
221
  </td>
222
  <td>
223
- <select name="mattributes[]" id="" required class="wf_mattributes">
224
  <?php echo $dropDown->googleAttributesDropdown( 'link' ); ?>
225
  </select>
226
  </td>
@@ -234,7 +234,7 @@
234
  </select>
235
  </td>
236
  <td>
237
- <select name="attributes[]" id="" 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"
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -269,7 +269,7 @@
269
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
270
  </td>
271
  <td>
272
- <select name="mattributes[]" id="" required class="wf_mattributes">
273
  <?php echo $dropDown->googleAttributesDropdown('product_type'); ?>
274
  </select>
275
  </td>
@@ -283,7 +283,7 @@
283
  </select>
284
  </td>
285
  <td>
286
- <select name="attributes[]" id="" 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"
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -318,7 +318,7 @@
318
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
319
  </td>
320
  <td>
321
- <select name="mattributes[]" id="" required class="wf_mattributes">
322
  <?php echo $dropDown->googleAttributesDropdown('current_category'); ?>
323
  </select>
324
  </td>
@@ -332,7 +332,7 @@
332
  </select>
333
  </td>
334
  <!-- <td>-->
335
- <!-- <select name="attributes[]" style=" display: none;" id="" 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" />-->
@@ -341,7 +341,7 @@
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[]" id="" 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>
@@ -350,7 +350,7 @@
350
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
351
  </td>
352
  <td>
353
- <select name="output_type[][]" id="" class="outputType wfnoempty">
354
  <option value="1">Default</option>
355
  <option value="2">Strip Tags</option>
356
  <option value="3">UTF-8 Encode</option>
@@ -375,7 +375,7 @@
375
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
376
  </td>
377
  <td>
378
- <select name="mattributes[]" id="" required class="wf_mattributes">
379
  <?php echo $dropDown->googleAttributesDropdown( 'image' ); ?>
380
  </select>
381
  </td>
@@ -389,7 +389,7 @@
389
  </select>
390
  </td>
391
  <td>
392
- <select name="attributes[]" id="" 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"
@@ -399,7 +399,7 @@
399
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
400
  </td>
401
  <td>
402
- <select name="output_type[][]" id="" class="outputType wfnoempty">
403
  <option value="1">Default</option>
404
  <option value="2">Strip Tags</option>
405
  <option value="3">UTF-8 Encode</option>
@@ -424,7 +424,7 @@
424
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
425
  </td>
426
  <td>
427
- <select name="mattributes[]" id="" required class="wf_mattributes">
428
  <?php echo $dropDown->googleAttributesDropdown( 'condition' ); ?>
429
  </select>
430
  </td>
@@ -438,7 +438,7 @@
438
  </select>
439
  </td>
440
  <td>
441
- <select name="attributes[]" id="" 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"
@@ -448,7 +448,7 @@
448
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
449
  </td>
450
  <td>
451
- <select name="output_type[][]" id="" class="outputType wfnoempty">
452
  <option value="1">Default</option>
453
  <option value="2">Strip Tags</option>
454
  <option value="3">UTF-8 Encode</option>
@@ -473,7 +473,7 @@
473
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
474
  </td>
475
  <td>
476
- <select name="mattributes[]" id="" required class="wf_mattributes">
477
  <?php echo $dropDown->googleAttributesDropdown( 'availability' ); ?>
478
  </select>
479
  </td>
@@ -487,7 +487,7 @@
487
  </select>
488
  </td>
489
  <td>
490
- <select name="attributes[]" id="" 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"
@@ -497,7 +497,7 @@
497
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
498
  </td>
499
  <td>
500
- <select name="output_type[][]" id="" class="outputType wfnoempty">
501
  <option value="1">Default</option>
502
  <option value="2">Strip Tags</option>
503
  <option value="3">UTF-8 Encode</option>
@@ -522,7 +522,7 @@
522
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
523
  </td>
524
  <td>
525
- <select name="mattributes[]" id="" required class="wf_mattributes">
526
  <?php echo $dropDown->googleAttributesDropdown( 'price' ); ?>
527
  </select>
528
  </td>
@@ -536,7 +536,7 @@
536
  </select>
537
  </td>
538
  <td>
539
- <select name="attributes[]" id="" 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"
@@ -546,7 +546,7 @@
546
  <input type="text" name="suffix[]" value="USD" autocomplete="off" class="wf_ps"/>
547
  </td>
548
  <td>
549
- <select name="output_type[][]" id="" class="outputType wfnoempty">
550
  <option value="1">Default</option>
551
  <option value="2">Strip Tags</option>
552
  <option value="3">UTF-8 Encode</option>
@@ -572,7 +572,7 @@
572
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
573
  </td>
574
  <td>
575
- <select name="mattributes[]" id="" required class="wf_mattributes">
576
  <?php echo $dropDown->googleAttributesDropdown( 'sku' ); ?>
577
  </select>
578
  </td>
@@ -586,7 +586,7 @@
586
  </select>
587
  </td>
588
  <td>
589
- <select name="attributes[]" id="" 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"
@@ -596,7 +596,7 @@
596
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
597
  </td>
598
  <td>
599
- <select name="output_type[][]" id="" class="outputType wfnoempty">
600
  <option value="1">Default</option>
601
  <option value="2">Strip Tags</option>
602
  <option value="3">UTF-8 Encode</option>
@@ -621,7 +621,7 @@
621
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
622
  </td>
623
  <td>
624
- <select name="mattributes[]" id="" required class="wf_mattributes">
625
  <?php echo $dropDown->googleAttributesDropdown( 'brand' ); ?>
626
  </select>
627
  </td>
@@ -635,7 +635,7 @@
635
  </select>
636
  </td>
637
  <td>
638
- <select name="attributes[]" style=" display: none;" id="" class="wf_attr wf_attributes">
639
  <?php echo $product->attributeDropdown(); ?>
640
  </select>
641
  <?php
@@ -659,7 +659,7 @@
659
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
660
  </td>
661
  <td>
662
- <select name="output_type[][]" id="" class="outputType wfnoempty">
663
  <option value="1">Default</option>
664
  <option value="2">Strip Tags</option>
665
  <option value="3">UTF-8 Encode</option>
@@ -702,7 +702,7 @@
702
  <div class="makeFeedComplete"></div>
703
  </td>
704
  <td align="right">
705
- <button type="submit" id="wf_submit" class="wfbtn">
706
  <?php echo _e( 'Save & Generate Feed', 'woo-feed' ); ?>
707
  </button>
708
  </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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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" />-->
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>
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>
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>
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"
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>
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>
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"
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>
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>
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"
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>
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>
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"
546
  <input type="text" name="suffix[]" value="USD" 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>
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>
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"
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>
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>
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
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>
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>
admin/partials/google_local/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required" style="display: none;"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown(''); ?>
43
  </select>
@@ -47,7 +47,7 @@
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
- <select name="output_type[][]" id="" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
@@ -85,7 +85,7 @@
85
  </select>
86
  </td>
87
  <td>
88
- <select name="attributes[]" id="" required="required"
89
  class="wf_validate_attr wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('id'); ?>
91
  </select>
@@ -96,7 +96,7 @@
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
- <select name="output_type[][]" id="" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
@@ -134,7 +134,7 @@
134
  </select>
135
  </td>
136
  <td>
137
- <select name="attributes[]" id="" required="required"
138
  class="wf_validate_attr wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('quantity'); ?>
140
  </select>
@@ -145,7 +145,7 @@
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
- <select name="output_type[][]" id="" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
@@ -183,7 +183,7 @@
183
  </select>
184
  </td>
185
  <td>
186
- <select name="attributes[]" id="" required="required"
187
  class="wf_validate_attr wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('price'); ?>
189
  </select>
@@ -194,7 +194,7 @@
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
- <select name="output_type[][]" id="" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
@@ -232,7 +232,7 @@
232
  </select>
233
  </td>
234
  <td>
235
- <select name="attributes[]" id="" required="required"
236
  class="wf_validate_attr wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('sale_price'); ?>
238
  </select>
@@ -243,7 +243,7 @@
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
- <select name="output_type[][]" id="" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
@@ -281,7 +281,7 @@
281
  </select>
282
  </td>
283
  <td>
284
- <select name="attributes[]" id="" required="required"
285
  class="wf_validate_attr wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('availability'); ?>
287
  </select>
@@ -292,7 +292,7 @@
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
- <select name="output_type[][]" id="" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
@@ -330,7 +330,7 @@
330
  </select>
331
  </td>
332
  <td>
333
- <select name="attributes[]" id="" required="required"
334
  class="wf_validate_attr wf_attr wf_attributes">
335
  <?php echo $product->attributeDropdown('sale_price_effective_date'); ?>
336
  </select>
@@ -341,7 +341,7 @@
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
- <select name="output_type[][]" id="" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
@@ -379,7 +379,7 @@
379
  </select>
380
  </td>
381
  <td>
382
- <select name="attributes[]" id="" required="required" style=" display: none;"
383
  class="wf_validate_attr wf_attr wf_attributes">
384
  <?php echo $product->attributeDropdown(); ?>
385
  </select>
@@ -390,7 +390,7 @@
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
- <select name="output_type[][]" id="" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
@@ -428,7 +428,7 @@
428
  </select>
429
  </td>
430
  <td>
431
- <select name="attributes[]" id="" required="required" style=" display: none;"
432
  class="wf_validate_attr wf_attr wf_attributes">
433
  <?php echo $product->attributeDropdown(); ?>
434
  </select>
@@ -438,7 +438,7 @@
438
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
439
  </td>
440
  <td>
441
- <select name="output_type[][]" id="" class="outputType wfnoempty">
442
  <option value="1">Default</option>
443
  <option value="2">Strip Tags</option>
444
  <option value="3">UTF-8 Encode</option>
@@ -479,7 +479,7 @@
479
  <div class="makeFeedComplete"></div>
480
  </td>
481
  <td align="right">
482
- <button type="submit" id="wf_submit" class="wfbtn">
483
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
484
  </button>
485
  </td>
37
  </select>
38
  </td>
39
  <td>
40
+ <select name="attributes[]" required="required" style="display: none;"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown(''); ?>
43
  </select>
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
+ <select name="output_type[][]" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
85
  </select>
86
  </td>
87
  <td>
88
+ <select name="attributes[]" required="required"
89
  class="wf_validate_attr wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('id'); ?>
91
  </select>
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
+ <select name="output_type[][]" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
134
  </select>
135
  </td>
136
  <td>
137
+ <select name="attributes[]" required="required"
138
  class="wf_validate_attr wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('quantity'); ?>
140
  </select>
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
+ <select name="output_type[][]" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
183
  </select>
184
  </td>
185
  <td>
186
+ <select name="attributes[]" required="required"
187
  class="wf_validate_attr wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('price'); ?>
189
  </select>
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
+ <select name="output_type[][]" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
232
  </select>
233
  </td>
234
  <td>
235
+ <select name="attributes[]" required="required"
236
  class="wf_validate_attr wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('sale_price'); ?>
238
  </select>
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
+ <select name="output_type[][]" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
281
  </select>
282
  </td>
283
  <td>
284
+ <select name="attributes[]" required="required"
285
  class="wf_validate_attr wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('availability'); ?>
287
  </select>
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
+ <select name="output_type[][]" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
330
  </select>
331
  </td>
332
  <td>
333
+ <select name="attributes[]" required="required"
334
  class="wf_validate_attr wf_attr wf_attributes">
335
  <?php echo $product->attributeDropdown('sale_price_effective_date'); ?>
336
  </select>
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
+ <select name="output_type[][]" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
379
  </select>
380
  </td>
381
  <td>
382
+ <select name="attributes[]" required="required" style=" display: none;"
383
  class="wf_validate_attr wf_attr wf_attributes">
384
  <?php echo $product->attributeDropdown(); ?>
385
  </select>
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
+ <select name="output_type[][]" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
428
  </select>
429
  </td>
430
  <td>
431
+ <select name="attributes[]" required="required" style=" display: none;"
432
  class="wf_validate_attr wf_attr wf_attributes">
433
  <?php echo $product->attributeDropdown(); ?>
434
  </select>
438
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
439
  </td>
440
  <td>
441
+ <select name="output_type[][]" class="outputType wfnoempty">
442
  <option value="1">Default</option>
443
  <option value="2">Strip Tags</option>
444
  <option value="3">UTF-8 Encode</option>
479
  <div class="makeFeedComplete"></div>
480
  </td>
481
  <td align="right">
482
+ <button type="submit" class="wfbtn">
483
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
484
  </button>
485
  </td>
admin/partials/jet/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown("sku"); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required" style=" display: none;"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown(); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('title'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('description'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('price'); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" required="required" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" required="required" style=" display: none;"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown(); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -481,7 +481,7 @@
481
  <div class="makeFeedComplete"></div>
482
  </td>
483
  <td align="right">
484
- <button type="submit" id="wf_submit" class="wfbtn">
485
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
486
  </button>
487
  </td>
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("sku"); ?>
43
  </select>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required" style=" display: none;"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown(); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('title'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('description'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('price'); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" required="required" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" required="required" style=" display: none;"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown(); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
481
  <div class="makeFeedComplete"></div>
482
  </td>
483
  <td align="right">
484
+ <button type="submit" class="wfbtn">
485
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
486
  </button>
487
  </td>
admin/partials/kelkoo/add-feed.php CHANGED
@@ -23,7 +23,7 @@
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
- <select name="mattributes[]" id="" required class="wf_mattributes">
27
  <?php echo $dropDown->kelkooAttributesDropdown('title'); ?>
28
  </select>
29
  </td>
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('title'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -47,7 +47,7 @@
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
- <select name="output_type[][]" id="" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
@@ -72,7 +72,7 @@
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
- <select name="mattributes[]" id="" required class="wf_mattributes">
76
  <?php echo $dropDown->kelkooAttributesDropdown('product-url'); ?>
77
  </select>
78
  </td>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('link'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -96,7 +96,7 @@
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
- <select name="output_type[][]" id="" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
@@ -121,7 +121,7 @@
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
- <select name="mattributes[]" id="" required class="wf_mattributes">
125
  <?php echo $dropDown->kelkooAttributesDropdown('price'); ?>
126
  </select>
127
  </td>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('price'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -145,7 +145,7 @@
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
- <select name="output_type[][]" id="" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
@@ -170,7 +170,7 @@
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
- <select name="mattributes[]" id="" required class="wf_mattributes">
174
  <?php echo $dropDown->kelkooAttributesDropdown('merchant-category'); ?>
175
  </select>
176
  </td>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown(); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -194,7 +194,7 @@
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
- <select name="output_type[][]" id="" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
@@ -219,7 +219,7 @@
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
- <select name="mattributes[]" id="" required class="wf_mattributes">
223
  <?php echo $dropDown->kelkooAttributesDropdown('ean'); ?>
224
  </select>
225
  </td>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown(); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -243,7 +243,7 @@
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
- <select name="output_type[][]" id="" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
@@ -268,7 +268,7 @@
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
- <select name="mattributes[]" id="" required class="wf_mattributes">
272
  <?php echo $dropDown->kelkooAttributesDropdown('delivery-cost'); ?>
273
  </select>
274
  </td>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown(); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -292,7 +292,7 @@
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
- <select name="output_type[][]" id="" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
@@ -317,7 +317,7 @@
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
- <select name="mattributes[]" id="" required class="wf_mattributes">
321
  <?php echo $dropDown->kelkooAttributesDropdown('brand'); ?>
322
  </select>
323
  </td>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
335
  <?php echo $product->attributeDropdown(); ?>
336
  </select>
337
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -341,7 +341,7 @@
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
- <select name="output_type[][]" id="" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
@@ -366,7 +366,7 @@
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
- <select name="mattributes[]" id="" required class="wf_mattributes">
370
  <?php echo $dropDown->kelkooAttributesDropdown('description'); ?>
371
  </select>
372
  </td>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown('description'); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -390,7 +390,7 @@
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
- <select name="output_type[][]" id="" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
@@ -415,7 +415,7 @@
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
- <select name="mattributes[]" id="" required class="wf_mattributes">
419
  <?php echo $dropDown->kelkooAttributesDropdown('image-url'); ?>
420
  </select>
421
  </td>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown('image'); ?>
434
  </select>
435
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -439,7 +439,7 @@
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
- <select name="output_type[][]" id="" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
@@ -464,7 +464,7 @@
464
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
465
  </td>
466
  <td>
467
- <select name="mattributes[]" id="" required class="wf_mattributes">
468
  <?php echo $dropDown->kelkooAttributesDropdown('availability'); ?>
469
  </select>
470
  </td>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
482
  <?php echo $product->attributeDropdown('availability'); ?>
483
  </select>
484
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -488,7 +488,7 @@
488
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
489
  </td>
490
  <td>
491
- <select name="output_type[][]" id="" class="outputType wfnoempty">
492
  <option value="1">Default</option>
493
  <option value="2">Strip Tags</option>
494
  <option value="3">UTF-8 Encode</option>
@@ -513,7 +513,7 @@
513
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
514
  </td>
515
  <td>
516
- <select name="mattributes[]" id="" required class="wf_mattributes">
517
  <?php echo $dropDown->kelkooAttributesDropdown('mpn'); ?>
518
  </select>
519
  </td>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
531
  <?php echo $product->attributeDropdown(); ?>
532
  </select>
533
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -537,7 +537,7 @@
537
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
538
  </td>
539
  <td>
540
- <select name="output_type[][]" id="" class="outputType wfnoempty">
541
  <option value="1">Default</option>
542
  <option value="2">Strip Tags</option>
543
  <option value="3">UTF-8 Encode</option>
@@ -578,7 +578,7 @@
578
  <div class="makeFeedComplete"></div>
579
  </td>
580
  <td align="right">
581
- <button type="submit" id="wf_submit" class="wfbtn">
582
  <?php echo _e('Save & Generate Feed','woo-feed');?>
583
  </button>
584
  </td>
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
+ <select name="mattributes[]" required class="wf_mattributes">
27
  <?php echo $dropDown->kelkooAttributesDropdown('title'); ?>
28
  </select>
29
  </td>
37
  </select>
38
  </td>
39
  <td>
40
+ <select name="attributes[]" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('title'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
+ <select name="output_type[][]" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
+ <select name="mattributes[]" required class="wf_mattributes">
76
  <?php echo $dropDown->kelkooAttributesDropdown('product-url'); ?>
77
  </select>
78
  </td>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('link'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
+ <select name="output_type[][]" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
+ <select name="mattributes[]" required class="wf_mattributes">
125
  <?php echo $dropDown->kelkooAttributesDropdown('price'); ?>
126
  </select>
127
  </td>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('price'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
+ <select name="output_type[][]" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
+ <select name="mattributes[]" required class="wf_mattributes">
174
  <?php echo $dropDown->kelkooAttributesDropdown('merchant-category'); ?>
175
  </select>
176
  </td>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown(); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
+ <select name="output_type[][]" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
+ <select name="mattributes[]" required class="wf_mattributes">
223
  <?php echo $dropDown->kelkooAttributesDropdown('ean'); ?>
224
  </select>
225
  </td>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown(); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
+ <select name="output_type[][]" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
+ <select name="mattributes[]" required class="wf_mattributes">
272
  <?php echo $dropDown->kelkooAttributesDropdown('delivery-cost'); ?>
273
  </select>
274
  </td>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown(); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
+ <select name="output_type[][]" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
+ <select name="mattributes[]" required class="wf_mattributes">
321
  <?php echo $dropDown->kelkooAttributesDropdown('brand'); ?>
322
  </select>
323
  </td>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" class="wf_attr wf_attributes" >
335
  <?php echo $product->attributeDropdown(); ?>
336
  </select>
337
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
+ <select name="output_type[][]" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
+ <select name="mattributes[]" required class="wf_mattributes">
370
  <?php echo $dropDown->kelkooAttributesDropdown('description'); ?>
371
  </select>
372
  </td>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown('description'); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
+ <select name="output_type[][]" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
+ <select name="mattributes[]" required class="wf_mattributes">
419
  <?php echo $dropDown->kelkooAttributesDropdown('image-url'); ?>
420
  </select>
421
  </td>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown('image'); ?>
434
  </select>
435
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
+ <select name="output_type[][]" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
464
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
465
  </td>
466
  <td>
467
+ <select name="mattributes[]" required class="wf_mattributes">
468
  <?php echo $dropDown->kelkooAttributesDropdown('availability'); ?>
469
  </select>
470
  </td>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" class="wf_attr wf_attributes" >
482
  <?php echo $product->attributeDropdown('availability'); ?>
483
  </select>
484
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
488
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
489
  </td>
490
  <td>
491
+ <select name="output_type[][]" class="outputType wfnoempty">
492
  <option value="1">Default</option>
493
  <option value="2">Strip Tags</option>
494
  <option value="3">UTF-8 Encode</option>
513
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
514
  </td>
515
  <td>
516
+ <select name="mattributes[]" required class="wf_mattributes">
517
  <?php echo $dropDown->kelkooAttributesDropdown('mpn'); ?>
518
  </select>
519
  </td>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" class="wf_attr wf_attributes" >
531
  <?php echo $product->attributeDropdown(); ?>
532
  </select>
533
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
537
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
538
  </td>
539
  <td>
540
+ <select name="output_type[][]" class="outputType wfnoempty">
541
  <option value="1">Default</option>
542
  <option value="2">Strip Tags</option>
543
  <option value="3">UTF-8 Encode</option>
578
  <div class="makeFeedComplete"></div>
579
  </td>
580
  <td align="right">
581
+ <button type="submit" class="wfbtn">
582
  <?php echo _e('Save & Generate Feed','woo-feed');?>
583
  </button>
584
  </td>
admin/partials/leguide/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('product_type'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('description'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('price'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('link'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('image'); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('sku'); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" required="required" style=" display: none;"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown(); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id="" required="required" style=" display: none;"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(); ?>
533
  </select>
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" id="" required="required" style=" display: none;"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown(); ?>
582
  </select>
@@ -587,7 +587,7 @@
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
- <select name="output_type[][]" id="" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
@@ -625,7 +625,7 @@
625
  </select>
626
  </td>
627
  <td>
628
- <select name="attributes[]" id="" required="required" style=" display: none;"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(); ?>
631
  </select>
@@ -636,7 +636,7 @@
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
- <select name="output_type[][]" id="" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
@@ -677,7 +677,7 @@
677
  <div class="makeFeedComplete"></div>
678
  </td>
679
  <td align="right">
680
- <button type="submit" id="wf_submit" class="wfbtn">
681
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
682
  </button>
683
  </td>
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('product_type'); ?>
43
  </select>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('description'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('price'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('link'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('image'); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('sku'); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" required="required" style=" display: none;"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown(); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" required="required" style=" display: none;"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(); ?>
533
  </select>
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]" required="required" style=" display: none;"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown(); ?>
582
  </select>
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
+ <select name="output_type[][]" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
625
  </select>
626
  </td>
627
  <td>
628
+ <select name="attributes[]" required="required" style=" display: none;"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(); ?>
631
  </select>
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
+ <select name="output_type[][]" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
677
  <div class="makeFeedComplete"></div>
678
  </td>
679
  <td align="right">
680
+ <button type="submit" class="wfbtn">
681
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
682
  </button>
683
  </td>
admin/partials/nextag/add-feed.php CHANGED
@@ -23,7 +23,7 @@
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
- <select name="mattributes[]" id="" required class="wf_mattributes">
27
  <?php echo $dropDown->nextagAttributesDropdown('Manufacturer'); ?>
28
  </select>
29
  </td>
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" class="wf_attr wf_attributes" style=" display: none;">
41
  <?php echo $product->attributeDropdown(''); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -47,7 +47,7 @@
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
- <select name="output_type[][]" id="" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
@@ -72,7 +72,7 @@
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
- <select name="mattributes[]" id="" required class="wf_mattributes">
76
  <?php echo $dropDown->nextagAttributesDropdown('Product Name'); ?>
77
  </select>
78
  </td>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('title'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -96,7 +96,7 @@
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
- <select name="output_type[][]" id="" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
@@ -121,7 +121,7 @@
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
- <select name="mattributes[]" id="" required class="wf_mattributes">
125
  <?php echo $dropDown->nextagAttributesDropdown('Product Description'); ?>
126
  </select>
127
  </td>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('description'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -145,7 +145,7 @@
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
- <select name="output_type[][]" id="" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
@@ -170,7 +170,7 @@
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
- <select name="mattributes[]" id="" required class="wf_mattributes">
174
  <?php echo $dropDown->nextagAttributesDropdown('Price'); ?>
175
  </select>
176
  </td>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('price'); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -194,7 +194,7 @@
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
- <select name="output_type[][]" id="" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
@@ -219,7 +219,7 @@
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
- <select name="mattributes[]" id="" required class="wf_mattributes">
223
  <?php echo $dropDown->nextagAttributesDropdown('Click-Out URL'); ?>
224
  </select>
225
  </td>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('link'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -243,7 +243,7 @@
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
- <select name="output_type[][]" id="" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
@@ -268,7 +268,7 @@
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
- <select name="mattributes[]" id="" required class="wf_mattributes">
272
  <?php echo $dropDown->nextagAttributesDropdown('Category'); ?>
273
  </select>
274
  </td>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('product_type'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -292,7 +292,7 @@
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
- <select name="output_type[][]" id="" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
@@ -317,7 +317,7 @@
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
- <select name="mattributes[]" id="" required class="wf_mattributes">
321
  <?php echo $dropDown->nextagAttributesDropdown('Image URL'); ?>
322
  </select>
323
  </td>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
335
  <?php echo $product->attributeDropdown('image'); ?>
336
  </select>
337
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -341,7 +341,7 @@
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
- <select name="output_type[][]" id="" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
@@ -366,7 +366,7 @@
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
- <select name="mattributes[]" id="" required class="wf_mattributes">
370
  <?php echo $dropDown->nextagAttributesDropdown('Stock Status'); ?>
371
  </select>
372
  </td>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown('availability'); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -390,7 +390,7 @@
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
- <select name="output_type[][]" id="" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
@@ -415,7 +415,7 @@
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
- <select name="mattributes[]" id="" required class="wf_mattributes">
419
  <?php echo $dropDown->nextagAttributesDropdown('Condition'); ?>
420
  </select>
421
  </td>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown('condition'); ?>
434
  </select>
435
  <input type="text" style="display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -439,7 +439,7 @@
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
- <select name="output_type[][]" id="" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
@@ -480,7 +480,7 @@
480
  <div class="makeFeedComplete"></div>
481
  </td>
482
  <td align="right">
483
- <button type="submit" id="wf_submit" class="wfbtn">
484
  <?php echo _e('Save & Generate Feed','woo-feed');?>
485
  </button>
486
  </td>
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
+ <select name="mattributes[]" required class="wf_mattributes">
27
  <?php echo $dropDown->nextagAttributesDropdown('Manufacturer'); ?>
28
  </select>
29
  </td>
37
  </select>
38
  </td>
39
  <td>
40
+ <select name="attributes[]" class="wf_attr wf_attributes" style=" display: none;">
41
  <?php echo $product->attributeDropdown(''); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
+ <select name="output_type[][]" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
+ <select name="mattributes[]" required class="wf_mattributes">
76
  <?php echo $dropDown->nextagAttributesDropdown('Product Name'); ?>
77
  </select>
78
  </td>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('title'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
+ <select name="output_type[][]" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
+ <select name="mattributes[]" required class="wf_mattributes">
125
  <?php echo $dropDown->nextagAttributesDropdown('Product Description'); ?>
126
  </select>
127
  </td>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('description'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
+ <select name="output_type[][]" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
+ <select name="mattributes[]" required class="wf_mattributes">
174
  <?php echo $dropDown->nextagAttributesDropdown('Price'); ?>
175
  </select>
176
  </td>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('price'); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
+ <select name="output_type[][]" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
+ <select name="mattributes[]" required class="wf_mattributes">
223
  <?php echo $dropDown->nextagAttributesDropdown('Click-Out URL'); ?>
224
  </select>
225
  </td>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('link'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
+ <select name="output_type[][]" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
+ <select name="mattributes[]" required class="wf_mattributes">
272
  <?php echo $dropDown->nextagAttributesDropdown('Category'); ?>
273
  </select>
274
  </td>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('product_type'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
+ <select name="output_type[][]" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
+ <select name="mattributes[]" required class="wf_mattributes">
321
  <?php echo $dropDown->nextagAttributesDropdown('Image URL'); ?>
322
  </select>
323
  </td>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" class="wf_attr wf_attributes">
335
  <?php echo $product->attributeDropdown('image'); ?>
336
  </select>
337
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
+ <select name="output_type[][]" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
+ <select name="mattributes[]" required class="wf_mattributes">
370
  <?php echo $dropDown->nextagAttributesDropdown('Stock Status'); ?>
371
  </select>
372
  </td>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown('availability'); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
+ <select name="output_type[][]" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
+ <select name="mattributes[]" required class="wf_mattributes">
419
  <?php echo $dropDown->nextagAttributesDropdown('Condition'); ?>
420
  </select>
421
  </td>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown('condition'); ?>
434
  </select>
435
  <input type="text" style="display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
+ <select name="output_type[][]" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
480
  <div class="makeFeedComplete"></div>
481
  </td>
482
  <td align="right">
483
+ <button type="submit" class="wfbtn">
484
  <?php echo _e('Save & Generate Feed','woo-feed');?>
485
  </button>
486
  </td>
admin/partials/polyvore/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id=""
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('title'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" style=" display: none;"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown(''); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id=""
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('link'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id=""
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('image'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id=""
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('price'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(''); ?>
288
  </select>
@@ -292,7 +292,7 @@
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
- <select name="output_type[][]" id="" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
@@ -330,7 +330,7 @@
330
  </select>
331
  </td>
332
  <td>
333
- <select name="attributes[]" id=""
334
  class="wf_validate_attr wf_attr wf_attributes">
335
  <?php echo $product->attributeDropdown("description"); ?>
336
  </select>
@@ -341,7 +341,7 @@
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
- <select name="output_type[][]" id="" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
@@ -379,7 +379,7 @@
379
  </select>
380
  </td>
381
  <td>
382
- <select name="attributes[]" id="" style=" display: none;"
383
  class="wf_validate_attr wf_attr wf_attributes">
384
  <?php echo $product->attributeDropdown(""); ?>
385
  </select>
@@ -390,7 +390,7 @@
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
- <select name="output_type[][]" id="" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
@@ -433,7 +433,7 @@
433
  <div class="makeFeedComplete"></div>
434
  </td>
435
  <td align="right">
436
- <button type="submit" id="wf_submit" class="wfbtn">
437
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
438
  </button>
439
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" style=" display: none;"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown(''); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('link'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('image'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('price'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(''); ?>
288
  </select>
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
+ <select name="output_type[][]" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
330
  </select>
331
  </td>
332
  <td>
333
+ <select name="attributes[]"
334
  class="wf_validate_attr wf_attr wf_attributes">
335
  <?php echo $product->attributeDropdown("description"); ?>
336
  </select>
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
+ <select name="output_type[][]" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
379
  </select>
380
  </td>
381
  <td>
382
+ <select name="attributes[]" style=" display: none;"
383
  class="wf_validate_attr wf_attr wf_attributes">
384
  <?php echo $product->attributeDropdown(""); ?>
385
  </select>
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
+ <select name="output_type[][]" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
433
  <div class="makeFeedComplete"></div>
434
  </td>
435
  <td align="right">
436
+ <button type="submit" class="wfbtn">
437
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
438
  </button>
439
  </td>
admin/partials/pricegrabber/add-feed.php CHANGED
@@ -23,7 +23,7 @@
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
- <select name="mattributes[]" id="" required class="wf_mattributes">
27
  <?php echo $dropDown->pricegrabberAttributesDropdown('Retsku'); ?>
28
  </select>
29
  </td>
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('sku'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -47,7 +47,7 @@
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
- <select name="output_type[][]" id="" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
@@ -72,7 +72,7 @@
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
- <select name="mattributes[]" id="" required class="wf_mattributes">
76
  <?php echo $dropDown->pricegrabberAttributesDropdown('Product Title'); ?>
77
  </select>
78
  </td>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('title'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -96,7 +96,7 @@
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
- <select name="output_type[][]" id="" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
@@ -121,7 +121,7 @@
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
- <select name="mattributes[]" id="" required class="wf_mattributes">
125
  <?php echo $dropDown->pricegrabberAttributesDropdown('Detailed Description'); ?>
126
  </select>
127
  </td>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('description'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -145,7 +145,7 @@
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
- <select name="output_type[][]" id="" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
@@ -170,7 +170,7 @@
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
- <select name="mattributes[]" id="" required class="wf_mattributes">
174
  <?php echo $dropDown->pricegrabberAttributesDropdown('Categorization'); ?>
175
  </select>
176
  </td>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('product_type'); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -194,7 +194,7 @@
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
- <select name="output_type[][]" id="" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
@@ -219,7 +219,7 @@
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
- <select name="mattributes[]" id="" required class="wf_mattributes">
223
  <?php echo $dropDown->pricegrabberAttributesDropdown('Product URL'); ?>
224
  </select>
225
  </td>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('link'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -243,7 +243,7 @@
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
- <select name="output_type[][]" id="" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
@@ -268,7 +268,7 @@
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
- <select name="mattributes[]" id="" required class="wf_mattributes">
272
  <?php echo $dropDown->pricegrabberAttributesDropdown('Primary Image URL'); ?>
273
  </select>
274
  </td>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('image'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -292,7 +292,7 @@
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
- <select name="output_type[][]" id="" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
@@ -317,7 +317,7 @@
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
- <select name="mattributes[]" id="" required class="wf_mattributes">
321
  <?php echo $dropDown->pricegrabberAttributesDropdown('Selling Price'); ?>
322
  </select>
323
  </td>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
335
  <?php echo $product->attributeDropdown('sale_price'); ?>
336
  </select>
337
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -341,7 +341,7 @@
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
- <select name="output_type[][]" id="" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
@@ -366,7 +366,7 @@
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
- <select name="mattributes[]" id="" required class="wf_mattributes">
370
  <?php echo $dropDown->pricegrabberAttributesDropdown('Regular Price'); ?>
371
  </select>
372
  </td>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown('price'); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -390,7 +390,7 @@
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
- <select name="output_type[][]" id="" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
@@ -415,7 +415,7 @@
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
- <select name="mattributes[]" id="" required class="wf_mattributes">
419
  <?php echo $dropDown->pricegrabberAttributesDropdown('Condition'); ?>
420
  </select>
421
  </td>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown('condition'); ?>
434
  </select>
435
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -439,7 +439,7 @@
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
- <select name="output_type[][]" id="" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
@@ -464,7 +464,7 @@
464
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
465
  </td>
466
  <td>
467
- <select name="mattributes[]" id="" required class="wf_mattributes">
468
  <?php echo $dropDown->pricegrabberAttributesDropdown('Availability'); ?>
469
  </select>
470
  </td>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
482
  <?php echo $product->attributeDropdown('availability'); ?>
483
  </select>
484
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -488,7 +488,7 @@
488
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
489
  </td>
490
  <td>
491
- <select name="output_type[][]" id="" class="outputType wfnoempty">
492
  <option value="1">Default</option>
493
  <option value="2">Strip Tags</option>
494
  <option value="3">UTF-8 Encode</option>
@@ -513,7 +513,7 @@
513
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
514
  </td>
515
  <td>
516
- <select name="mattributes[]" id="" required class="wf_mattributes">
517
  <?php echo $dropDown->pricegrabberAttributesDropdown('Manufacturer Name'); ?>
518
  </select>
519
  </td>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
531
  <?php echo $product->attributeDropdown(); ?>
532
  </select>
533
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -537,7 +537,7 @@
537
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
538
  </td>
539
  <td>
540
- <select name="output_type[][]" id="" class="outputType wfnoempty">
541
  <option value="1">Default</option>
542
  <option value="2">Strip Tags</option>
543
  <option value="3">UTF-8 Encode</option>
@@ -562,7 +562,7 @@
562
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
563
  </td>
564
  <td>
565
- <select name="mattributes[]" id="" required class="wf_mattributes">
566
  <?php echo $dropDown->pricegrabberAttributesDropdown('GTIN'); ?>
567
  </select>
568
  </td>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
580
  <?php echo $product->attributeDropdown(); ?>
581
  </select>
582
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -586,7 +586,7 @@
586
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
587
  </td>
588
  <td>
589
- <select name="output_type[][]" id="" class="outputType wfnoempty">
590
  <option value="1">Default</option>
591
  <option value="2">Strip Tags</option>
592
  <option value="3">UTF-8 Encode</option>
@@ -627,7 +627,7 @@
627
  <div class="makeFeedComplete"></div>
628
  </td>
629
  <td align="right">
630
- <button type="submit" id="wf_submit" class="wfbtn">
631
  <?php echo _e('Save & Generate Feed','woo-feed');?>
632
  </button>
633
  </td>
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
+ <select name="mattributes[]" required class="wf_mattributes">
27
  <?php echo $dropDown->pricegrabberAttributesDropdown('Retsku'); ?>
28
  </select>
29
  </td>
37
  </select>
38
  </td>
39
  <td>
40
+ <select name="attributes[]" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('sku'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
+ <select name="output_type[][]" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
+ <select name="mattributes[]" required class="wf_mattributes">
76
  <?php echo $dropDown->pricegrabberAttributesDropdown('Product Title'); ?>
77
  </select>
78
  </td>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('title'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
+ <select name="output_type[][]" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
+ <select name="mattributes[]" required class="wf_mattributes">
125
  <?php echo $dropDown->pricegrabberAttributesDropdown('Detailed Description'); ?>
126
  </select>
127
  </td>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('description'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
+ <select name="output_type[][]" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
+ <select name="mattributes[]" required class="wf_mattributes">
174
  <?php echo $dropDown->pricegrabberAttributesDropdown('Categorization'); ?>
175
  </select>
176
  </td>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('product_type'); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
+ <select name="output_type[][]" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
+ <select name="mattributes[]" required class="wf_mattributes">
223
  <?php echo $dropDown->pricegrabberAttributesDropdown('Product URL'); ?>
224
  </select>
225
  </td>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('link'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
+ <select name="output_type[][]" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
+ <select name="mattributes[]" required class="wf_mattributes">
272
  <?php echo $dropDown->pricegrabberAttributesDropdown('Primary Image URL'); ?>
273
  </select>
274
  </td>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('image'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
+ <select name="output_type[][]" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
+ <select name="mattributes[]" required class="wf_mattributes">
321
  <?php echo $dropDown->pricegrabberAttributesDropdown('Selling Price'); ?>
322
  </select>
323
  </td>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" class="wf_attr wf_attributes" >
335
  <?php echo $product->attributeDropdown('sale_price'); ?>
336
  </select>
337
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
+ <select name="output_type[][]" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
+ <select name="mattributes[]" required class="wf_mattributes">
370
  <?php echo $dropDown->pricegrabberAttributesDropdown('Regular Price'); ?>
371
  </select>
372
  </td>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown('price'); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
+ <select name="output_type[][]" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
+ <select name="mattributes[]" required class="wf_mattributes">
419
  <?php echo $dropDown->pricegrabberAttributesDropdown('Condition'); ?>
420
  </select>
421
  </td>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown('condition'); ?>
434
  </select>
435
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
+ <select name="output_type[][]" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
464
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
465
  </td>
466
  <td>
467
+ <select name="mattributes[]" required class="wf_mattributes">
468
  <?php echo $dropDown->pricegrabberAttributesDropdown('Availability'); ?>
469
  </select>
470
  </td>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" class="wf_attr wf_attributes" >
482
  <?php echo $product->attributeDropdown('availability'); ?>
483
  </select>
484
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
488
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
489
  </td>
490
  <td>
491
+ <select name="output_type[][]" class="outputType wfnoempty">
492
  <option value="1">Default</option>
493
  <option value="2">Strip Tags</option>
494
  <option value="3">UTF-8 Encode</option>
513
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
514
  </td>
515
  <td>
516
+ <select name="mattributes[]" required class="wf_mattributes">
517
  <?php echo $dropDown->pricegrabberAttributesDropdown('Manufacturer Name'); ?>
518
  </select>
519
  </td>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" class="wf_attr wf_attributes" >
531
  <?php echo $product->attributeDropdown(); ?>
532
  </select>
533
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
537
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
538
  </td>
539
  <td>
540
+ <select name="output_type[][]" class="outputType wfnoempty">
541
  <option value="1">Default</option>
542
  <option value="2">Strip Tags</option>
543
  <option value="3">UTF-8 Encode</option>
562
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
563
  </td>
564
  <td>
565
+ <select name="mattributes[]" required class="wf_mattributes">
566
  <?php echo $dropDown->pricegrabberAttributesDropdown('GTIN'); ?>
567
  </select>
568
  </td>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]" class="wf_attr wf_attributes" >
580
  <?php echo $product->attributeDropdown(); ?>
581
  </select>
582
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
586
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
587
  </td>
588
  <td>
589
+ <select name="output_type[][]" class="outputType wfnoempty">
590
  <option value="1">Default</option>
591
  <option value="2">Strip Tags</option>
592
  <option value="3">UTF-8 Encode</option>
627
  <div class="makeFeedComplete"></div>
628
  </td>
629
  <td align="right">
630
+ <button type="submit" class="wfbtn">
631
  <?php echo _e('Save & Generate Feed','woo-feed');?>
632
  </button>
633
  </td>
admin/partials/pricerunner/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('product_type'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('price'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('link'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('title'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('sku'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required" style=" display: none;"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('sku'); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('description'); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" required="required"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('image'); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id="" required="required" style=" display: none;"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(); ?>
533
  </select>
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" id="" required="required"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown('quantity'); ?>
582
  </select>
@@ -587,7 +587,7 @@
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
- <select name="output_type[][]" id="" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
@@ -625,7 +625,7 @@
625
  </select>
626
  </td>
627
  <td>
628
- <select name="attributes[]" id="" required="required" style=" display: none;"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(''); ?>
631
  </select>
@@ -636,7 +636,7 @@
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
- <select name="output_type[][]" id="" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
@@ -674,7 +674,7 @@
674
  </select>
675
  </td>
676
  <td>
677
- <select name="attributes[]" id="" required="required" style=" display: none;"
678
  class="wf_validate_attr wf_attr wf_attributes">
679
  <?php echo $product->attributeDropdown(''); ?>
680
  </select>
@@ -685,7 +685,7 @@
685
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
  </td>
687
  <td>
688
- <select name="output_type[][]" id="" class="outputType wfnoempty">
689
  <option value="1">Default</option>
690
  <option value="2">Strip Tags</option>
691
  <option value="3">UTF-8 Encode</option>
@@ -727,7 +727,7 @@
727
  <div class="makeFeedComplete"></div>
728
  </td>
729
  <td align="right">
730
- <button type="submit" id="wf_submit" class="wfbtn">
731
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
732
  </button>
733
  </td>
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('product_type'); ?>
43
  </select>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('price'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('link'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('title'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('sku'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required" style=" display: none;"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown(); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('sku'); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('description'); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" required="required"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('image'); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" required="required" style=" display: none;"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(); ?>
533
  </select>
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]" required="required"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown('quantity'); ?>
582
  </select>
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
+ <select name="output_type[][]" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
625
  </select>
626
  </td>
627
  <td>
628
+ <select name="attributes[]" required="required" style=" display: none;"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(''); ?>
631
  </select>
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
+ <select name="output_type[][]" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
674
  </select>
675
  </td>
676
  <td>
677
+ <select name="attributes[]" required="required" style=" display: none;"
678
  class="wf_validate_attr wf_attr wf_attributes">
679
  <?php echo $product->attributeDropdown(''); ?>
680
  </select>
685
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
  </td>
687
  <td>
688
+ <select name="output_type[][]" class="outputType wfnoempty">
689
  <option value="1">Default</option>
690
  <option value="2">Strip Tags</option>
691
  <option value="3">UTF-8 Encode</option>
727
  <div class="makeFeedComplete"></div>
728
  </td>
729
  <td align="right">
730
+ <button type="submit" class="wfbtn">
731
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
732
  </button>
733
  </td>
admin/partials/pricespy/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id=""
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('title'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id=""
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id=""
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('product_type'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id=""
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('price'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id=""
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('link'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(''); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id=""
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("sku"); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(""); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id=""
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("image"); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id=""
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('condition'); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -531,7 +531,7 @@
531
  <div class="makeFeedComplete"></div>
532
  </td>
533
  <td align="right">
534
- <button type="submit" id="wf_submit" class="wfbtn">
535
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
536
  </button>
537
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('product_type'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('price'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('link'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(''); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("sku"); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(""); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("image"); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('condition'); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
531
  <div class="makeFeedComplete"></div>
532
  </td>
533
  <td align="right">
534
+ <button type="submit" class="wfbtn">
535
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
536
  </button>
537
  </td>
admin/partials/prisjakt/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id=""
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('title'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id=""
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id=""
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('product_type'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id=""
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('price'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id=""
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('link'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(''); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id=""
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("sku"); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(""); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id=""
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("image"); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id=""
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('condition'); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -531,7 +531,7 @@
531
  <div class="makeFeedComplete"></div>
532
  </td>
533
  <td align="right">
534
- <button type="submit" id="wf_submit" class="wfbtn">
535
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
536
  </button>
537
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('product_type'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('price'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('link'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(''); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("sku"); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown(""); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("image"); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown('condition'); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
531
  <div class="makeFeedComplete"></div>
532
  </td>
533
  <td align="right">
534
+ <button type="submit" class="wfbtn">
535
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
536
  </button>
537
  </td>
admin/partials/real/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('sku'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('product_type'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('description'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -334,7 +334,7 @@
334
  <div class="makeFeedComplete"></div>
335
  </td>
336
  <td align="right">
337
- <button type="submit" id="wf_submit" class="wfbtn">
338
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
339
  </button>
340
  </td>
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('sku'); ?>
43
  </select>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('product_type'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('description'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown(); ?>
288
  </select>
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>
334
  <div class="makeFeedComplete"></div>
335
  </td>
336
  <td align="right">
337
+ <button type="submit" class="wfbtn">
338
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
339
  </button>
340
  </td>
admin/partials/shopbot/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('id'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('title'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('link'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('product_type'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('sale_price'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("price"); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown("description"); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("sku"); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" required="required"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown(); ?>
484
  </select>
@@ -489,7 +489,7 @@
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
- <select name="output_type[][]" id="" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id="" required="required"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(); ?>
533
  </select>
@@ -538,7 +538,7 @@
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
- <select name="output_type[][]" id="" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" id="" required="required"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown("quantity"); ?>
582
  </select>
@@ -587,7 +587,7 @@
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
- <select name="output_type[][]" id="" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
@@ -625,7 +625,7 @@
625
  </select>
626
  </td>
627
  <td>
628
- <select name="attributes[]" id="" required="required"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(); ?>
631
  </select>
@@ -636,7 +636,7 @@
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
- <select name="output_type[][]" id="" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
@@ -674,7 +674,7 @@
674
  </select>
675
  </td>
676
  <td>
677
- <select name="attributes[]" id="" required="required"
678
  class="wf_validate_attr wf_attr wf_attributes">
679
  <?php echo $product->attributeDropdown(); ?>
680
  </select>
@@ -685,7 +685,7 @@
685
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
  </td>
687
  <td>
688
- <select name="output_type[][]" id="" class="outputType wfnoempty">
689
  <option value="1">Default</option>
690
  <option value="2">Strip Tags</option>
691
  <option value="3">UTF-8 Encode</option>
@@ -723,7 +723,7 @@
723
  </select>
724
  </td>
725
  <td>
726
- <select name="attributes[]" id="" required="required"
727
  class="wf_validate_attr wf_attr wf_attributes">
728
  <?php echo $product->attributeDropdown(); ?>
729
  </select>
@@ -734,7 +734,7 @@
734
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
735
  </td>
736
  <td>
737
- <select name="output_type[][]" id="" class="outputType wfnoempty">
738
  <option value="1">Default</option>
739
  <option value="2">Strip Tags</option>
740
  <option value="3">UTF-8 Encode</option>
@@ -772,7 +772,7 @@
772
  </select>
773
  </td>
774
  <td>
775
- <select name="attributes[]" id="" required="required"
776
  class="wf_validate_attr wf_attr wf_attributes">
777
  <?php echo $product->attributeDropdown(); ?>
778
  </select>
@@ -783,7 +783,7 @@
783
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
784
  </td>
785
  <td>
786
- <select name="output_type[][]" id="" class="outputType wfnoempty">
787
  <option value="1">Default</option>
788
  <option value="2">Strip Tags</option>
789
  <option value="3">UTF-8 Encode</option>
@@ -824,7 +824,7 @@
824
  <div class="makeFeedComplete"></div>
825
  </td>
826
  <td align="right">
827
- <button type="submit" id="wf_submit" class="wfbtn">
828
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
829
  </button>
830
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('title'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('link'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('product_type'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('image'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('sale_price'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("price"); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown("description"); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown("sku"); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" required="required"
482
  class="wf_validate_attr wf_attr wf_attributes">
483
  <?php echo $product->attributeDropdown(); ?>
484
  </select>
489
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
490
  </td>
491
  <td>
492
+ <select name="output_type[][]" class="outputType wfnoempty">
493
  <option value="1">Default</option>
494
  <option value="2">Strip Tags</option>
495
  <option value="3">UTF-8 Encode</option>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" required="required"
531
  class="wf_validate_attr wf_attr wf_attributes">
532
  <?php echo $product->attributeDropdown(); ?>
533
  </select>
538
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
539
  </td>
540
  <td>
541
+ <select name="output_type[][]" class="outputType wfnoempty">
542
  <option value="1">Default</option>
543
  <option value="2">Strip Tags</option>
544
  <option value="3">UTF-8 Encode</option>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]" required="required"
580
  class="wf_validate_attr wf_attr wf_attributes">
581
  <?php echo $product->attributeDropdown("quantity"); ?>
582
  </select>
587
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
588
  </td>
589
  <td>
590
+ <select name="output_type[][]" class="outputType wfnoempty">
591
  <option value="1">Default</option>
592
  <option value="2">Strip Tags</option>
593
  <option value="3">UTF-8 Encode</option>
625
  </select>
626
  </td>
627
  <td>
628
+ <select name="attributes[]" required="required"
629
  class="wf_validate_attr wf_attr wf_attributes">
630
  <?php echo $product->attributeDropdown(); ?>
631
  </select>
636
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
  </td>
638
  <td>
639
+ <select name="output_type[][]" class="outputType wfnoempty">
640
  <option value="1">Default</option>
641
  <option value="2">Strip Tags</option>
642
  <option value="3">UTF-8 Encode</option>
674
  </select>
675
  </td>
676
  <td>
677
+ <select name="attributes[]" required="required"
678
  class="wf_validate_attr wf_attr wf_attributes">
679
  <?php echo $product->attributeDropdown(); ?>
680
  </select>
685
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
  </td>
687
  <td>
688
+ <select name="output_type[][]" class="outputType wfnoempty">
689
  <option value="1">Default</option>
690
  <option value="2">Strip Tags</option>
691
  <option value="3">UTF-8 Encode</option>
723
  </select>
724
  </td>
725
  <td>
726
+ <select name="attributes[]" required="required"
727
  class="wf_validate_attr wf_attr wf_attributes">
728
  <?php echo $product->attributeDropdown(); ?>
729
  </select>
734
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
735
  </td>
736
  <td>
737
+ <select name="output_type[][]" class="outputType wfnoempty">
738
  <option value="1">Default</option>
739
  <option value="2">Strip Tags</option>
740
  <option value="3">UTF-8 Encode</option>
772
  </select>
773
  </td>
774
  <td>
775
+ <select name="attributes[]" required="required"
776
  class="wf_validate_attr wf_attr wf_attributes">
777
  <?php echo $product->attributeDropdown(); ?>
778
  </select>
783
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
784
  </td>
785
  <td>
786
+ <select name="output_type[][]" class="outputType wfnoempty">
787
  <option value="1">Default</option>
788
  <option value="2">Strip Tags</option>
789
  <option value="3">UTF-8 Encode</option>
824
  <div class="makeFeedComplete"></div>
825
  </td>
826
  <td align="right">
827
+ <button type="submit" class="wfbtn">
828
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
829
  </button>
830
  </td>
admin/partials/shopmania/add-feed.php CHANGED
@@ -23,7 +23,7 @@
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
- <select name="mattributes[]" id="" required class="wf_mattributes">
27
  <?php echo $dropDown->shopmaniaAttributesDropdown('Category'); ?>
28
  </select>
29
  </td>
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('product_type'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -47,7 +47,7 @@
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
- <select name="output_type[][]" id="" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
@@ -72,7 +72,7 @@
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
- <select name="mattributes[]" id="" required class="wf_mattributes">
76
  <?php echo $dropDown->shopmaniaAttributesDropdown('Manufacturer'); ?>
77
  </select>
78
  </td>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown(); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -96,7 +96,7 @@
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
- <select name="output_type[][]" id="" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
@@ -121,7 +121,7 @@
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
- <select name="mattributes[]" id="" required class="wf_mattributes">
125
  <?php echo $dropDown->shopmaniaAttributesDropdown('Model'); ?>
126
  </select>
127
  </td>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown(); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -145,7 +145,7 @@
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
- <select name="output_type[][]" id="" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
@@ -170,7 +170,7 @@
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
- <select name="mattributes[]" id="" required class="wf_mattributes">
174
  <?php echo $dropDown->shopmaniaAttributesDropdown('MPC'); ?>
175
  </select>
176
  </td>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown(); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -194,7 +194,7 @@
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
- <select name="output_type[][]" id="" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
@@ -219,7 +219,7 @@
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
- <select name="mattributes[]" id="" required class="wf_mattributes">
223
  <?php echo $dropDown->shopmaniaAttributesDropdown('Name'); ?>
224
  </select>
225
  </td>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('title'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -243,7 +243,7 @@
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
- <select name="output_type[][]" id="" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
@@ -268,7 +268,7 @@
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
- <select name="mattributes[]" id="" required class="wf_mattributes">
272
  <?php echo $dropDown->shopmaniaAttributesDropdown('Description'); ?>
273
  </select>
274
  </td>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('description'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -292,7 +292,7 @@
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
- <select name="output_type[][]" id="" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
@@ -317,7 +317,7 @@
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
- <select name="mattributes[]" id="" required class="wf_mattributes">
321
  <?php echo $dropDown->shopmaniaAttributesDropdown('URL'); ?>
322
  </select>
323
  </td>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
335
  <?php echo $product->attributeDropdown('link'); ?>
336
  </select>
337
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -341,7 +341,7 @@
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
- <select name="output_type[][]" id="" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
@@ -366,7 +366,7 @@
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
- <select name="mattributes[]" id="" required class="wf_mattributes">
370
  <?php echo $dropDown->shopmaniaAttributesDropdown('Image'); ?>
371
  </select>
372
  </td>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown('image'); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -390,7 +390,7 @@
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
- <select name="output_type[][]" id="" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
@@ -415,7 +415,7 @@
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
- <select name="mattributes[]" id="" required class="wf_mattributes">
419
  <?php echo $dropDown->shopmaniaAttributesDropdown('Price'); ?>
420
  </select>
421
  </td>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown('price'); ?>
434
  </select>
435
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -439,7 +439,7 @@
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
- <select name="output_type[][]" id="" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
@@ -464,7 +464,7 @@
464
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
465
  </td>
466
  <td>
467
- <select name="mattributes[]" id="" required class="wf_mattributes">
468
  <?php echo $dropDown->shopmaniaAttributesDropdown('Currency'); ?>
469
  </select>
470
  </td>
@@ -478,7 +478,7 @@
478
  </select>
479
  </td>
480
  <td>
481
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
482
  <?php echo $product->attributeDropdown(); ?>
483
  </select>
484
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -488,7 +488,7 @@
488
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
489
  </td>
490
  <td>
491
- <select name="output_type[][]" id="" class="outputType wfnoempty">
492
  <option value="1">Default</option>
493
  <option value="2">Strip Tags</option>
494
  <option value="3">UTF-8 Encode</option>
@@ -513,7 +513,7 @@
513
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
514
  </td>
515
  <td>
516
- <select name="mattributes[]" id="" required class="wf_mattributes">
517
  <?php echo $dropDown->shopmaniaAttributesDropdown('Shipping'); ?>
518
  </select>
519
  </td>
@@ -527,7 +527,7 @@
527
  </select>
528
  </td>
529
  <td>
530
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
531
  <?php echo $product->attributeDropdown(); ?>
532
  </select>
533
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -537,7 +537,7 @@
537
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
538
  </td>
539
  <td>
540
- <select name="output_type[][]" id="" class="outputType wfnoempty">
541
  <option value="1">Default</option>
542
  <option value="2">Strip Tags</option>
543
  <option value="3">UTF-8 Encode</option>
@@ -562,7 +562,7 @@
562
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
563
  </td>
564
  <td>
565
- <select name="mattributes[]" id="" required class="wf_mattributes">
566
  <?php echo $dropDown->shopmaniaAttributesDropdown('Availability'); ?>
567
  </select>
568
  </td>
@@ -576,7 +576,7 @@
576
  </select>
577
  </td>
578
  <td>
579
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
580
  <?php echo $product->attributeDropdown('availability'); ?>
581
  </select>
582
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -586,7 +586,7 @@
586
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
587
  </td>
588
  <td>
589
- <select name="output_type[][]" id="" class="outputType wfnoempty">
590
  <option value="1">Default</option>
591
  <option value="2">Strip Tags</option>
592
  <option value="3">UTF-8 Encode</option>
@@ -611,7 +611,7 @@
611
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
612
  </td>
613
  <td>
614
- <select name="mattributes[]" id="" required class="wf_mattributes">
615
  <?php echo $dropDown->shopmaniaAttributesDropdown('GTIN'); ?>
616
  </select>
617
  </td>
@@ -625,7 +625,7 @@
625
  </select>
626
  </td>
627
  <td>
628
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
629
  <?php echo $product->attributeDropdown(); ?>
630
  </select>
631
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -635,7 +635,7 @@
635
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
636
  </td>
637
  <td>
638
- <select name="output_type[][]" id="" class="outputType wfnoempty">
639
  <option value="1">Default</option>
640
  <option value="2">Strip Tags</option>
641
  <option value="3">UTF-8 Encode</option>
@@ -676,7 +676,7 @@
676
  <div class="makeFeedComplete"></div>
677
  </td>
678
  <td align="right">
679
- <button type="submit" id="wf_submit" class="wfbtn">
680
  <?php echo _e('Save & Generate Feed','woo-feed');?>
681
  </button>
682
  </td>
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
+ <select name="mattributes[]" required class="wf_mattributes">
27
  <?php echo $dropDown->shopmaniaAttributesDropdown('Category'); ?>
28
  </select>
29
  </td>
37
  </select>
38
  </td>
39
  <td>
40
+ <select name="attributes[]" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('product_type'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
+ <select name="output_type[][]" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
+ <select name="mattributes[]" required class="wf_mattributes">
76
  <?php echo $dropDown->shopmaniaAttributesDropdown('Manufacturer'); ?>
77
  </select>
78
  </td>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown(); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
+ <select name="output_type[][]" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
+ <select name="mattributes[]" required class="wf_mattributes">
125
  <?php echo $dropDown->shopmaniaAttributesDropdown('Model'); ?>
126
  </select>
127
  </td>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown(); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
+ <select name="output_type[][]" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
+ <select name="mattributes[]" required class="wf_mattributes">
174
  <?php echo $dropDown->shopmaniaAttributesDropdown('MPC'); ?>
175
  </select>
176
  </td>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown(); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
+ <select name="output_type[][]" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
+ <select name="mattributes[]" required class="wf_mattributes">
223
  <?php echo $dropDown->shopmaniaAttributesDropdown('Name'); ?>
224
  </select>
225
  </td>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('title'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
+ <select name="output_type[][]" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
+ <select name="mattributes[]" required class="wf_mattributes">
272
  <?php echo $dropDown->shopmaniaAttributesDropdown('Description'); ?>
273
  </select>
274
  </td>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('description'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
+ <select name="output_type[][]" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
+ <select name="mattributes[]" required class="wf_mattributes">
321
  <?php echo $dropDown->shopmaniaAttributesDropdown('URL'); ?>
322
  </select>
323
  </td>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" class="wf_attr wf_attributes" >
335
  <?php echo $product->attributeDropdown('link'); ?>
336
  </select>
337
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
+ <select name="output_type[][]" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
+ <select name="mattributes[]" required class="wf_mattributes">
370
  <?php echo $dropDown->shopmaniaAttributesDropdown('Image'); ?>
371
  </select>
372
  </td>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown('image'); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
+ <select name="output_type[][]" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
+ <select name="mattributes[]" required class="wf_mattributes">
419
  <?php echo $dropDown->shopmaniaAttributesDropdown('Price'); ?>
420
  </select>
421
  </td>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown('price'); ?>
434
  </select>
435
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
+ <select name="output_type[][]" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
464
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
465
  </td>
466
  <td>
467
+ <select name="mattributes[]" required class="wf_mattributes">
468
  <?php echo $dropDown->shopmaniaAttributesDropdown('Currency'); ?>
469
  </select>
470
  </td>
478
  </select>
479
  </td>
480
  <td>
481
+ <select name="attributes[]" class="wf_attr wf_attributes" >
482
  <?php echo $product->attributeDropdown(); ?>
483
  </select>
484
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
488
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
489
  </td>
490
  <td>
491
+ <select name="output_type[][]" class="outputType wfnoempty">
492
  <option value="1">Default</option>
493
  <option value="2">Strip Tags</option>
494
  <option value="3">UTF-8 Encode</option>
513
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
514
  </td>
515
  <td>
516
+ <select name="mattributes[]" required class="wf_mattributes">
517
  <?php echo $dropDown->shopmaniaAttributesDropdown('Shipping'); ?>
518
  </select>
519
  </td>
527
  </select>
528
  </td>
529
  <td>
530
+ <select name="attributes[]" class="wf_attr wf_attributes" >
531
  <?php echo $product->attributeDropdown(); ?>
532
  </select>
533
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
537
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
538
  </td>
539
  <td>
540
+ <select name="output_type[][]" class="outputType wfnoempty">
541
  <option value="1">Default</option>
542
  <option value="2">Strip Tags</option>
543
  <option value="3">UTF-8 Encode</option>
562
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
563
  </td>
564
  <td>
565
+ <select name="mattributes[]" required class="wf_mattributes">
566
  <?php echo $dropDown->shopmaniaAttributesDropdown('Availability'); ?>
567
  </select>
568
  </td>
576
  </select>
577
  </td>
578
  <td>
579
+ <select name="attributes[]" class="wf_attr wf_attributes" >
580
  <?php echo $product->attributeDropdown('availability'); ?>
581
  </select>
582
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
586
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
587
  </td>
588
  <td>
589
+ <select name="output_type[][]" class="outputType wfnoempty">
590
  <option value="1">Default</option>
591
  <option value="2">Strip Tags</option>
592
  <option value="3">UTF-8 Encode</option>
611
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
612
  </td>
613
  <td>
614
+ <select name="mattributes[]" required class="wf_mattributes">
615
  <?php echo $dropDown->shopmaniaAttributesDropdown('GTIN'); ?>
616
  </select>
617
  </td>
625
  </select>
626
  </td>
627
  <td>
628
+ <select name="attributes[]" class="wf_attr wf_attributes" >
629
  <?php echo $product->attributeDropdown(); ?>
630
  </select>
631
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
635
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
636
  </td>
637
  <td>
638
+ <select name="output_type[][]" class="outputType wfnoempty">
639
  <option value="1">Default</option>
640
  <option value="2">Strip Tags</option>
641
  <option value="3">UTF-8 Encode</option>
676
  <div class="makeFeedComplete"></div>
677
  </td>
678
  <td align="right">
679
+ <button type="submit" class="wfbtn">
680
  <?php echo _e('Save & Generate Feed','woo-feed');?>
681
  </button>
682
  </td>
admin/partials/shopping/add-feed.php CHANGED
@@ -23,7 +23,7 @@
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
- <select name="mattributes[]" id="" required class="wf_mattributes">
27
  <?php echo $dropDown->shoppingAttributesDropdown('Unique Merchant SKU'); ?>
28
  </select>
29
  </td>
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('sku'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -47,7 +47,7 @@
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
- <select name="output_type[][]" id="" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
@@ -72,7 +72,7 @@
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
- <select name="mattributes[]" id="" required class="wf_mattributes">
76
  <?php echo $dropDown->shoppingAttributesDropdown('Product Name'); ?>
77
  </select>
78
  </td>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('title'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -96,7 +96,7 @@
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
- <select name="output_type[][]" id="" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
@@ -121,7 +121,7 @@
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
- <select name="mattributes[]" id="" required class="wf_mattributes">
125
  <?php echo $dropDown->shoppingAttributesDropdown('Product URL'); ?>
126
  </select>
127
  </td>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('link'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -145,7 +145,7 @@
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
- <select name="output_type[][]" id="" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
@@ -170,7 +170,7 @@
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
- <select name="mattributes[]" id="" required class="wf_mattributes">
174
  <?php echo $dropDown->shoppingAttributesDropdown('Image URL'); ?>
175
  </select>
176
  </td>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('image'); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -194,7 +194,7 @@
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
- <select name="output_type[][]" id="" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
@@ -219,7 +219,7 @@
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
- <select name="mattributes[]" id="" required class="wf_mattributes">
223
  <?php echo $dropDown->shoppingAttributesDropdown('Current Price'); ?>
224
  </select>
225
  </td>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('price'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -243,7 +243,7 @@
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
- <select name="output_type[][]" id="" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
@@ -268,7 +268,7 @@
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
- <select name="mattributes[]" id="" required class="wf_mattributes">
272
  <?php echo $dropDown->shoppingAttributesDropdown('Stock Availability'); ?>
273
  </select>
274
  </td>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('availability'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -292,7 +292,7 @@
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
- <select name="output_type[][]" id="" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
@@ -317,7 +317,7 @@
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
- <select name="mattributes[]" id="" required class="wf_mattributes">
321
  <?php echo $dropDown->shoppingAttributesDropdown('Condition'); ?>
322
  </select>
323
  </td>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
335
  <?php echo $product->attributeDropdown('condition'); ?>
336
  </select>
337
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -341,7 +341,7 @@
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
- <select name="output_type[][]" id="" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
@@ -366,7 +366,7 @@
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
- <select name="mattributes[]" id="" required class="wf_mattributes">
370
  <?php echo $dropDown->shoppingAttributesDropdown('MPN'); ?>
371
  </select>
372
  </td>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown(); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -390,7 +390,7 @@
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
- <select name="output_type[][]" id="" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
@@ -415,7 +415,7 @@
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
- <select name="mattributes[]" id="" required class="wf_mattributes">
419
  <?php echo $dropDown->shoppingAttributesDropdown('UPC'); ?>
420
  </select>
421
  </td>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown(); ?>
434
  </select>
435
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -439,7 +439,7 @@
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
- <select name="output_type[][]" id="" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
@@ -480,7 +480,7 @@
480
  <div class="makeFeedComplete"></div>
481
  </td>
482
  <td align="right">
483
- <button type="submit" id="wf_submit" class="wfbtn">
484
  <?php echo _e('Save & Generate Feed','woo-feed');?>
485
  </button>
486
  </td>
23
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
24
  </td>
25
  <td>
26
+ <select name="mattributes[]" required class="wf_mattributes">
27
  <?php echo $dropDown->shoppingAttributesDropdown('Unique Merchant SKU'); ?>
28
  </select>
29
  </td>
37
  </select>
38
  </td>
39
  <td>
40
+ <select name="attributes[]" class="wf_attr wf_attributes">
41
  <?php echo $product->attributeDropdown('sku'); ?>
42
  </select>
43
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
47
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
48
  </td>
49
  <td>
50
+ <select name="output_type[][]" class="outputType wfnoempty">
51
  <option value="1">Default</option>
52
  <option value="2">Strip Tags</option>
53
  <option value="3">UTF-8 Encode</option>
72
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
73
  </td>
74
  <td>
75
+ <select name="mattributes[]" required class="wf_mattributes">
76
  <?php echo $dropDown->shoppingAttributesDropdown('Product Name'); ?>
77
  </select>
78
  </td>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" class="wf_attr wf_attributes">
90
  <?php echo $product->attributeDropdown('title'); ?>
91
  </select>
92
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
96
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
97
  </td>
98
  <td>
99
+ <select name="output_type[][]" class="outputType wfnoempty">
100
  <option value="1">Default</option>
101
  <option value="2">Strip Tags</option>
102
  <option value="3">UTF-8 Encode</option>
121
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
122
  </td>
123
  <td>
124
+ <select name="mattributes[]" required class="wf_mattributes">
125
  <?php echo $dropDown->shoppingAttributesDropdown('Product URL'); ?>
126
  </select>
127
  </td>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" class="wf_attr wf_attributes">
139
  <?php echo $product->attributeDropdown('link'); ?>
140
  </select>
141
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
146
  </td>
147
  <td>
148
+ <select name="output_type[][]" class="outputType wfnoempty">
149
  <option value="1">Default</option>
150
  <option value="2">Strip Tags</option>
151
  <option value="3">UTF-8 Encode</option>
170
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
171
  </td>
172
  <td>
173
+ <select name="mattributes[]" required class="wf_mattributes">
174
  <?php echo $dropDown->shoppingAttributesDropdown('Image URL'); ?>
175
  </select>
176
  </td>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" class="wf_attr wf_attributes">
188
  <?php echo $product->attributeDropdown('image'); ?>
189
  </select>
190
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
194
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
195
  </td>
196
  <td>
197
+ <select name="output_type[][]" class="outputType wfnoempty">
198
  <option value="1">Default</option>
199
  <option value="2">Strip Tags</option>
200
  <option value="3">UTF-8 Encode</option>
219
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
220
  </td>
221
  <td>
222
+ <select name="mattributes[]" required class="wf_mattributes">
223
  <?php echo $dropDown->shoppingAttributesDropdown('Current Price'); ?>
224
  </select>
225
  </td>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" class="wf_attr wf_attributes">
237
  <?php echo $product->attributeDropdown('price'); ?>
238
  </select>
239
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
243
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
244
  </td>
245
  <td>
246
+ <select name="output_type[][]" class="outputType wfnoempty">
247
  <option value="1">Default</option>
248
  <option value="2">Strip Tags</option>
249
  <option value="3">UTF-8 Encode</option>
268
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
269
  </td>
270
  <td>
271
+ <select name="mattributes[]" required class="wf_mattributes">
272
  <?php echo $dropDown->shoppingAttributesDropdown('Stock Availability'); ?>
273
  </select>
274
  </td>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" class="wf_attr wf_attributes">
286
  <?php echo $product->attributeDropdown('availability'); ?>
287
  </select>
288
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
292
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
293
  </td>
294
  <td>
295
+ <select name="output_type[][]" class="outputType wfnoempty">
296
  <option value="1">Default</option>
297
  <option value="2">Strip Tags</option>
298
  <option value="3">UTF-8 Encode</option>
317
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
318
  </td>
319
  <td>
320
+ <select name="mattributes[]" required class="wf_mattributes">
321
  <?php echo $dropDown->shoppingAttributesDropdown('Condition'); ?>
322
  </select>
323
  </td>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" class="wf_attr wf_attributes" >
335
  <?php echo $product->attributeDropdown('condition'); ?>
336
  </select>
337
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
341
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
342
  </td>
343
  <td>
344
+ <select name="output_type[][]" class="outputType wfnoempty">
345
  <option value="1">Default</option>
346
  <option value="2">Strip Tags</option>
347
  <option value="3">UTF-8 Encode</option>
366
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
367
  </td>
368
  <td>
369
+ <select name="mattributes[]" required class="wf_mattributes">
370
  <?php echo $dropDown->shoppingAttributesDropdown('MPN'); ?>
371
  </select>
372
  </td>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" class="wf_attr wf_attributes" >
384
  <?php echo $product->attributeDropdown(); ?>
385
  </select>
386
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
390
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
391
  </td>
392
  <td>
393
+ <select name="output_type[][]" class="outputType wfnoempty">
394
  <option value="1">Default</option>
395
  <option value="2">Strip Tags</option>
396
  <option value="3">UTF-8 Encode</option>
415
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
416
  </td>
417
  <td>
418
+ <select name="mattributes[]" required class="wf_mattributes">
419
  <?php echo $dropDown->shoppingAttributesDropdown('UPC'); ?>
420
  </select>
421
  </td>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" class="wf_attr wf_attributes" >
433
  <?php echo $product->attributeDropdown(); ?>
434
  </select>
435
  <input type="text" style=" display: none;" name="default[]" autocomplete="off" class="wf_default wf_attributes"
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
+ <select name="output_type[][]" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
480
  <div class="makeFeedComplete"></div>
481
  </td>
482
  <td align="right">
483
+ <button type="submit" class="wfbtn">
484
  <?php echo _e('Save & Generate Feed','woo-feed');?>
485
  </button>
486
  </td>
admin/partials/shopzilla/add-feed.php CHANGED
@@ -24,7 +24,7 @@
24
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
  </td>
26
  <td>
27
- <select name="mattributes[]" id="" required class="wf_mattributes">
28
  <?php echo $dropDown->shopzillaAttributesDropdown('Unique ID'); ?>
29
  </select>
30
  </td>
@@ -38,7 +38,7 @@
38
  </select>
39
  </td>
40
  <td>
41
- <select name="attributes[]" id="" 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"
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -73,7 +73,7 @@
73
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
74
  </td>
75
  <td>
76
- <select name="mattributes[]" id="" required class="wf_mattributes">
77
  <?php echo $dropDown->shopzillaAttributesDropdown('Title'); ?>
78
  </select>
79
  </td>
@@ -87,7 +87,7 @@
87
  </select>
88
  </td>
89
  <td>
90
- <select name="attributes[]" id="" 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"
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -122,7 +122,7 @@
122
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
123
  </td>
124
  <td>
125
- <select name="mattributes[]" id="" required class="wf_mattributes">
126
  <?php echo $dropDown->shopzillaAttributesDropdown('Description'); ?>
127
  </select>
128
  </td>
@@ -136,7 +136,7 @@
136
  </select>
137
  </td>
138
  <td>
139
- <select name="attributes[]" id="" 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"
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -171,7 +171,7 @@
171
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
172
  </td>
173
  <td>
174
- <select name="mattributes[]" id="" required class="wf_mattributes">
175
  <?php echo $dropDown->shopzillaAttributesDropdown('Category'); ?>
176
  </select>
177
  </td>
@@ -185,7 +185,7 @@
185
  </select>
186
  </td>
187
  <td>
188
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('product_type'); ?>
190
  </select>
191
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -220,7 +220,7 @@
220
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
221
  </td>
222
  <td>
223
- <select name="mattributes[]" id="" required class="wf_mattributes">
224
  <?php echo $dropDown->shopzillaAttributesDropdown('Product URL'); ?>
225
  </select>
226
  </td>
@@ -234,7 +234,7 @@
234
  </select>
235
  </td>
236
  <td>
237
- <select name="attributes[]" id="" 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"
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -269,7 +269,7 @@
269
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
270
  </td>
271
  <td>
272
- <select name="mattributes[]" id="" required class="wf_mattributes">
273
  <?php echo $dropDown->shopzillaAttributesDropdown('Image URL'); ?>
274
  </select>
275
  </td>
@@ -283,7 +283,7 @@
283
  </select>
284
  </td>
285
  <td>
286
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
289
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -318,7 +318,7 @@
318
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
319
  </td>
320
  <td>
321
- <select name="mattributes[]" id="" required class="wf_mattributes">
322
  <?php echo $dropDown->shopzillaAttributesDropdown('Condition'); ?>
323
  </select>
324
  </td>
@@ -332,7 +332,7 @@
332
  </select>
333
  </td>
334
  <td>
335
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('condition'); ?>
337
  </select>
338
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -367,7 +367,7 @@
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
  </td>
369
  <td>
370
- <select name="mattributes[]" id="" required class="wf_mattributes">
371
  <?php echo $dropDown->shopzillaAttributesDropdown('Availability'); ?>
372
  </select>
373
  </td>
@@ -381,7 +381,7 @@
381
  </select>
382
  </td>
383
  <td>
384
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('availability'); ?>
386
  </select>
387
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -416,7 +416,7 @@
416
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
  </td>
418
  <td>
419
- <select name="mattributes[]" id="" required class="wf_mattributes">
420
  <?php echo $dropDown->shopzillaAttributesDropdown('Current Price'); ?>
421
  </select>
422
  </td>
@@ -430,7 +430,7 @@
430
  </select>
431
  </td>
432
  <td>
433
- <select name="attributes[]" id="" class="wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('price'); ?>
435
  </select>
436
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -481,7 +481,7 @@
481
  <div class="makeFeedComplete"></div>
482
  </td>
483
  <td align="right">
484
- <button type="submit" id="wf_submit" class="wfbtn">
485
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
486
  </button>
487
  </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->shopzillaAttributesDropdown('Unique ID'); ?>
29
  </select>
30
  </td>
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"
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>
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->shopzillaAttributesDropdown('Title'); ?>
78
  </select>
79
  </td>
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"
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>
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->shopzillaAttributesDropdown('Description'); ?>
127
  </select>
128
  </td>
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"
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
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->shopzillaAttributesDropdown('Category'); ?>
176
  </select>
177
  </td>
185
  </select>
186
  </td>
187
  <td>
188
+ <select name="attributes[]" class="wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('product_type'); ?>
190
  </select>
191
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
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>
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->shopzillaAttributesDropdown('Product URL'); ?>
225
  </select>
226
  </td>
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"
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>
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->shopzillaAttributesDropdown('Image URL'); ?>
274
  </select>
275
  </td>
283
  </select>
284
  </td>
285
  <td>
286
+ <select name="attributes[]" class="wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
289
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
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>
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->shopzillaAttributesDropdown('Condition'); ?>
323
  </select>
324
  </td>
332
  </select>
333
  </td>
334
  <td>
335
+ <select name="attributes[]" class="wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('condition'); ?>
337
  </select>
338
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
  </td>
369
  <td>
370
+ <select name="mattributes[]" required class="wf_mattributes">
371
  <?php echo $dropDown->shopzillaAttributesDropdown('Availability'); ?>
372
  </select>
373
  </td>
381
  </select>
382
  </td>
383
  <td>
384
+ <select name="attributes[]" class="wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('availability'); ?>
386
  </select>
387
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
416
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
  </td>
418
  <td>
419
+ <select name="mattributes[]" required class="wf_mattributes">
420
  <?php echo $dropDown->shopzillaAttributesDropdown('Current Price'); ?>
421
  </select>
422
  </td>
430
  </select>
431
  </td>
432
  <td>
433
+ <select name="attributes[]" class="wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('price'); ?>
435
  </select>
436
  <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
481
  <div class="makeFeedComplete"></div>
482
  </td>
483
  <td align="right">
484
+ <button type="submit" class="wfbtn">
485
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
486
  </button>
487
  </td>
admin/partials/twenga/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id=""
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('sku'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id=""
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" style=" display: none;"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown(''); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id=""
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('sku'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id=""
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('link'); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id=""
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("sale_price"); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown("price"); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" style="display: none;"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown(""); ?>
435
  </select>
@@ -439,7 +439,7 @@
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
- <select name="output_type[][]" id="" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
@@ -477,7 +477,7 @@
477
  </select>
478
  </td>
479
  <td>
480
- <select name="attributes[]" id="" style=" display: none;"
481
  class="wf_validate_attr wf_attr wf_attributes">
482
  <?php echo $product->attributeDropdown(''); ?>
483
  </select>
@@ -488,7 +488,7 @@
488
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
489
  </td>
490
  <td>
491
- <select name="output_type[][]" id="" class="outputType wfnoempty">
492
  <option value="1">Default</option>
493
  <option value="2">Strip Tags</option>
494
  <option value="3">UTF-8 Encode</option>
@@ -526,7 +526,7 @@
526
  </select>
527
  </td>
528
  <td>
529
- <select name="attributes[]" id=""
530
  class="wf_validate_attr wf_attr wf_attributes">
531
  <?php echo $product->attributeDropdown('description'); ?>
532
  </select>
@@ -537,7 +537,7 @@
537
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
538
  </td>
539
  <td>
540
- <select name="output_type[][]" id="" class="outputType wfnoempty">
541
  <option value="1">Default</option>
542
  <option value="2">Strip Tags</option>
543
  <option value="3">UTF-8 Encode</option>
@@ -575,7 +575,7 @@
575
  </select>
576
  </td>
577
  <td>
578
- <select name="attributes[]" id=""
579
  class="wf_validate_attr wf_attr wf_attributes">
580
  <?php echo $product->attributeDropdown('product_type'); ?>
581
  </select>
@@ -586,7 +586,7 @@
586
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
587
  </td>
588
  <td>
589
- <select name="output_type[][]" id="" class="outputType wfnoempty">
590
  <option value="1">Default</option>
591
  <option value="2">Strip Tags</option>
592
  <option value="3">UTF-8 Encode</option>
@@ -624,7 +624,7 @@
624
  </select>
625
  </td>
626
  <td>
627
- <select name="attributes[]" id="" style=" display: none;"
628
  class="wf_validate_attr wf_attr wf_attributes">
629
  <?php echo $product->attributeDropdown(''); ?>
630
  </select>
@@ -635,7 +635,7 @@
635
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
636
  </td>
637
  <td>
638
- <select name="output_type[][]" id="" class="outputType wfnoempty">
639
  <option value="1">Default</option>
640
  <option value="2">Strip Tags</option>
641
  <option value="3">UTF-8 Encode</option>
@@ -673,7 +673,7 @@
673
  </select>
674
  </td>
675
  <td>
676
- <select name="attributes[]" id=""
677
  class="wf_validate_attr wf_attr wf_attributes">
678
  <?php echo $product->attributeDropdown('availability'); ?>
679
  </select>
@@ -684,7 +684,7 @@
684
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
685
  </td>
686
  <td>
687
- <select name="output_type[][]" id="" class="outputType wfnoempty">
688
  <option value="1">Default</option>
689
  <option value="2">Strip Tags</option>
690
  <option value="3">UTF-8 Encode</option>
@@ -722,7 +722,7 @@
722
  </select>
723
  </td>
724
  <td>
725
- <select name="attributes[]" id=""
726
  class="wf_validate_attr wf_attr wf_attributes">
727
  <?php echo $product->attributeDropdown('quantity'); ?>
728
  </select>
@@ -733,7 +733,7 @@
733
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
734
  </td>
735
  <td>
736
- <select name="output_type[][]" id="" class="outputType wfnoempty">
737
  <option value="1">Default</option>
738
  <option value="2">Strip Tags</option>
739
  <option value="3">UTF-8 Encode</option>
@@ -771,7 +771,7 @@
771
  </select>
772
  </td>
773
  <td>
774
- <select name="attributes[]" id="" style=" display: none;"
775
  class="wf_validate_attr wf_attr wf_attributes">
776
  <?php echo $product->attributeDropdown(''); ?>
777
  </select>
@@ -782,7 +782,7 @@
782
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
783
  </td>
784
  <td>
785
- <select name="output_type[][]" id="" class="outputType wfnoempty">
786
  <option value="1">Default</option>
787
  <option value="2">Strip Tags</option>
788
  <option value="3">UTF-8 Encode</option>
@@ -820,7 +820,7 @@
820
  </select>
821
  </td>
822
  <td>
823
- <select name="attributes[]" id="" style="display: none;"
824
  class="wf_validate_attr wf_attr wf_attributes">
825
  <?php echo $product->attributeDropdown(''); ?>
826
  </select>
@@ -831,7 +831,7 @@
831
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
832
  </td>
833
  <td>
834
- <select name="output_type[][]" id="" class="outputType wfnoempty">
835
  <option value="1">Default</option>
836
  <option value="2">Strip Tags</option>
837
  <option value="3">UTF-8 Encode</option>
@@ -869,7 +869,7 @@
869
  </select>
870
  </td>
871
  <td>
872
- <select name="attributes[]" id="" style="display: none;"
873
  class="wf_validate_attr wf_attr wf_attributes">
874
  <?php echo $product->attributeDropdown(''); ?>
875
  </select>
@@ -880,7 +880,7 @@
880
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
881
  </td>
882
  <td>
883
- <select name="output_type[][]" id="" class="outputType wfnoempty">
884
  <option value="1">Default</option>
885
  <option value="2">Strip Tags</option>
886
  <option value="3">UTF-8 Encode</option>
@@ -918,7 +918,7 @@
918
  </select>
919
  </td>
920
  <td>
921
- <select name="attributes[]" id="" style=" display: none;"
922
  class="wf_validate_attr wf_attr wf_attributes">
923
  <?php echo $product->attributeDropdown(''); ?>
924
  </select>
@@ -929,7 +929,7 @@
929
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
930
  </td>
931
  <td>
932
- <select name="output_type[][]" id="" class="outputType wfnoempty">
933
  <option value="1">Default</option>
934
  <option value="2">Strip Tags</option>
935
  <option value="3">UTF-8 Encode</option>
@@ -967,7 +967,7 @@
967
  </select>
968
  </td>
969
  <td>
970
- <select name="attributes[]" id="" style=" display: none;"
971
  class="wf_validate_attr wf_attr wf_attributes">
972
  <?php echo $product->attributeDropdown(''); ?>
973
  </select>
@@ -978,7 +978,7 @@
978
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
979
  </td>
980
  <td>
981
- <select name="output_type[][]" id="" class="outputType wfnoempty">
982
  <option value="1">Default</option>
983
  <option value="2">Strip Tags</option>
984
  <option value="3">UTF-8 Encode</option>
@@ -1016,7 +1016,7 @@
1016
  </select>
1017
  </td>
1018
  <td>
1019
- <select name="attributes[]" id="" style="display: none;"
1020
  class="wf_validate_attr wf_attr wf_attributes">
1021
  <?php echo $product->attributeDropdown(''); ?>
1022
  </select>
@@ -1027,7 +1027,7 @@
1027
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
1028
  </td>
1029
  <td>
1030
- <select name="output_type[][]" id="" class="outputType wfnoempty">
1031
  <option value="1">Default</option>
1032
  <option value="2">Strip Tags</option>
1033
  <option value="3">UTF-8 Encode</option>
@@ -1065,7 +1065,7 @@
1065
  </select>
1066
  </td>
1067
  <td>
1068
- <select name="attributes[]" id=""
1069
  class="wf_validate_attr wf_attr wf_attributes">
1070
  <?php echo $product->attributeDropdown('sku'); ?>
1071
  </select>
@@ -1076,7 +1076,7 @@
1076
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
1077
  </td>
1078
  <td>
1079
- <select name="output_type[][]" id="" class="outputType wfnoempty">
1080
  <option value="1">Default</option>
1081
  <option value="2">Strip Tags</option>
1082
  <option value="3">UTF-8 Encode</option>
@@ -1117,7 +1117,7 @@
1117
  <div class="makeFeedComplete"></div>
1118
  </td>
1119
  <td align="right">
1120
- <button type="submit" id="wf_submit" class="wfbtn">
1121
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
1122
  </button>
1123
  </td>
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>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('id'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" style=" display: none;"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown(''); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('sku'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown('link'); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" style=" display: none;"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('image'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown("sale_price"); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" style=" display: none;"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown("price"); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" style="display: none;"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown(""); ?>
435
  </select>
439
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
440
  </td>
441
  <td>
442
+ <select name="output_type[][]" class="outputType wfnoempty">
443
  <option value="1">Default</option>
444
  <option value="2">Strip Tags</option>
445
  <option value="3">UTF-8 Encode</option>
477
  </select>
478
  </td>
479
  <td>
480
+ <select name="attributes[]" style=" display: none;"
481
  class="wf_validate_attr wf_attr wf_attributes">
482
  <?php echo $product->attributeDropdown(''); ?>
483
  </select>
488
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
489
  </td>
490
  <td>
491
+ <select name="output_type[][]" class="outputType wfnoempty">
492
  <option value="1">Default</option>
493
  <option value="2">Strip Tags</option>
494
  <option value="3">UTF-8 Encode</option>
526
  </select>
527
  </td>
528
  <td>
529
+ <select name="attributes[]"
530
  class="wf_validate_attr wf_attr wf_attributes">
531
  <?php echo $product->attributeDropdown('description'); ?>
532
  </select>
537
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
538
  </td>
539
  <td>
540
+ <select name="output_type[][]" class="outputType wfnoempty">
541
  <option value="1">Default</option>
542
  <option value="2">Strip Tags</option>
543
  <option value="3">UTF-8 Encode</option>
575
  </select>
576
  </td>
577
  <td>
578
+ <select name="attributes[]"
579
  class="wf_validate_attr wf_attr wf_attributes">
580
  <?php echo $product->attributeDropdown('product_type'); ?>
581
  </select>
586
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
587
  </td>
588
  <td>
589
+ <select name="output_type[][]" class="outputType wfnoempty">
590
  <option value="1">Default</option>
591
  <option value="2">Strip Tags</option>
592
  <option value="3">UTF-8 Encode</option>
624
  </select>
625
  </td>
626
  <td>
627
+ <select name="attributes[]" style=" display: none;"
628
  class="wf_validate_attr wf_attr wf_attributes">
629
  <?php echo $product->attributeDropdown(''); ?>
630
  </select>
635
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
636
  </td>
637
  <td>
638
+ <select name="output_type[][]" class="outputType wfnoempty">
639
  <option value="1">Default</option>
640
  <option value="2">Strip Tags</option>
641
  <option value="3">UTF-8 Encode</option>
673
  </select>
674
  </td>
675
  <td>
676
+ <select name="attributes[]"
677
  class="wf_validate_attr wf_attr wf_attributes">
678
  <?php echo $product->attributeDropdown('availability'); ?>
679
  </select>
684
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
685
  </td>
686
  <td>
687
+ <select name="output_type[][]" class="outputType wfnoempty">
688
  <option value="1">Default</option>
689
  <option value="2">Strip Tags</option>
690
  <option value="3">UTF-8 Encode</option>
722
  </select>
723
  </td>
724
  <td>
725
+ <select name="attributes[]"
726
  class="wf_validate_attr wf_attr wf_attributes">
727
  <?php echo $product->attributeDropdown('quantity'); ?>
728
  </select>
733
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
734
  </td>
735
  <td>
736
+ <select name="output_type[][]" class="outputType wfnoempty">
737
  <option value="1">Default</option>
738
  <option value="2">Strip Tags</option>
739
  <option value="3">UTF-8 Encode</option>
771
  </select>
772
  </td>
773
  <td>
774
+ <select name="attributes[]" style=" display: none;"
775
  class="wf_validate_attr wf_attr wf_attributes">
776
  <?php echo $product->attributeDropdown(''); ?>
777
  </select>
782
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
783
  </td>
784
  <td>
785
+ <select name="output_type[][]" class="outputType wfnoempty">
786
  <option value="1">Default</option>
787
  <option value="2">Strip Tags</option>
788
  <option value="3">UTF-8 Encode</option>
820
  </select>
821
  </td>
822
  <td>
823
+ <select name="attributes[]" style="display: none;"
824
  class="wf_validate_attr wf_attr wf_attributes">
825
  <?php echo $product->attributeDropdown(''); ?>
826
  </select>
831
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
832
  </td>
833
  <td>
834
+ <select name="output_type[][]" class="outputType wfnoempty">
835
  <option value="1">Default</option>
836
  <option value="2">Strip Tags</option>
837
  <option value="3">UTF-8 Encode</option>
869
  </select>
870
  </td>
871
  <td>
872
+ <select name="attributes[]" style="display: none;"
873
  class="wf_validate_attr wf_attr wf_attributes">
874
  <?php echo $product->attributeDropdown(''); ?>
875
  </select>
880
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
881
  </td>
882
  <td>
883
+ <select name="output_type[][]" class="outputType wfnoempty">
884
  <option value="1">Default</option>
885
  <option value="2">Strip Tags</option>
886
  <option value="3">UTF-8 Encode</option>
918
  </select>
919
  </td>
920
  <td>
921
+ <select name="attributes[]" style=" display: none;"
922
  class="wf_validate_attr wf_attr wf_attributes">
923
  <?php echo $product->attributeDropdown(''); ?>
924
  </select>
929
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
930
  </td>
931
  <td>
932
+ <select name="output_type[][]" class="outputType wfnoempty">
933
  <option value="1">Default</option>
934
  <option value="2">Strip Tags</option>
935
  <option value="3">UTF-8 Encode</option>
967
  </select>
968
  </td>
969
  <td>
970
+ <select name="attributes[]" style=" display: none;"
971
  class="wf_validate_attr wf_attr wf_attributes">
972
  <?php echo $product->attributeDropdown(''); ?>
973
  </select>
978
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
979
  </td>
980
  <td>
981
+ <select name="output_type[][]" class="outputType wfnoempty">
982
  <option value="1">Default</option>
983
  <option value="2">Strip Tags</option>
984
  <option value="3">UTF-8 Encode</option>
1016
  </select>
1017
  </td>
1018
  <td>
1019
+ <select name="attributes[]" style="display: none;"
1020
  class="wf_validate_attr wf_attr wf_attributes">
1021
  <?php echo $product->attributeDropdown(''); ?>
1022
  </select>
1027
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
1028
  </td>
1029
  <td>
1030
+ <select name="output_type[][]" class="outputType wfnoempty">
1031
  <option value="1">Default</option>
1032
  <option value="2">Strip Tags</option>
1033
  <option value="3">UTF-8 Encode</option>
1065
  </select>
1066
  </td>
1067
  <td>
1068
+ <select name="attributes[]"
1069
  class="wf_validate_attr wf_attr wf_attributes">
1070
  <?php echo $product->attributeDropdown('sku'); ?>
1071
  </select>
1076
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
1077
  </td>
1078
  <td>
1079
+ <select name="output_type[][]" class="outputType wfnoempty">
1080
  <option value="1">Default</option>
1081
  <option value="2">Strip Tags</option>
1082
  <option value="3">UTF-8 Encode</option>
1117
  <div class="makeFeedComplete"></div>
1118
  </td>
1119
  <td align="right">
1120
+ <button type="submit" class="wfbtn">
1121
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
1122
  </button>
1123
  </td>
admin/partials/wish/add-feed.php CHANGED
@@ -37,7 +37,7 @@
37
  </select>
38
  </td>
39
  <td>
40
- <select name="attributes[]" id="" required="required"
41
  class="wf_validate_attr wf_attr wf_attributes">
42
  <?php echo $product->attributeDropdown('image'); ?>
43
  </select>
@@ -48,7 +48,7 @@
48
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
  </td>
50
  <td>
51
- <select name="output_type[][]" id="" class="outputType wfnoempty">
52
  <option value="1">Default</option>
53
  <option value="2">Strip Tags</option>
54
  <option value="3">UTF-8 Encode</option>
@@ -86,7 +86,7 @@
86
  </select>
87
  </td>
88
  <td>
89
- <select name="attributes[]" id="" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('price'); ?>
92
  </select>
@@ -97,7 +97,7 @@
97
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
98
  </td>
99
  <td>
100
- <select name="output_type[][]" id="" class="outputType wfnoempty">
101
  <option value="1">Default</option>
102
  <option value="2">Strip Tags</option>
103
  <option value="3">UTF-8 Encode</option>
@@ -135,7 +135,7 @@
135
  </select>
136
  </td>
137
  <td>
138
- <select name="attributes[]" id="" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
@@ -146,7 +146,7 @@
146
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
147
  </td>
148
  <td>
149
- <select name="output_type[][]" id="" class="outputType wfnoempty">
150
  <option value="1">Default</option>
151
  <option value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
@@ -184,7 +184,7 @@
184
  </select>
185
  </td>
186
  <td>
187
- <select name="attributes[]" id="" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('quantity'); ?>
190
  </select>
@@ -195,7 +195,7 @@
195
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
196
  </td>
197
  <td>
198
- <select name="output_type[][]" id="" class="outputType wfnoempty">
199
  <option value="1">Default</option>
200
  <option value="2">Strip Tags</option>
201
  <option value="3">UTF-8 Encode</option>
@@ -233,7 +233,7 @@
233
  </select>
234
  </td>
235
  <td>
236
- <select name="attributes[]" id="" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown(); ?>
239
  </select>
@@ -244,7 +244,7 @@
244
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
245
  </td>
246
  <td>
247
- <select name="output_type[][]" id="" class="outputType wfnoempty">
248
  <option value="1">Default</option>
249
  <option value="2">Strip Tags</option>
250
  <option value="3">UTF-8 Encode</option>
@@ -282,7 +282,7 @@
282
  </select>
283
  </td>
284
  <td>
285
- <select name="attributes[]" id="" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('tags'); ?>
288
  </select>
@@ -293,7 +293,7 @@
293
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
294
  </td>
295
  <td>
296
- <select name="output_type[][]" id="" class="outputType wfnoempty">
297
  <option value="1">Default</option>
298
  <option value="2">Strip Tags</option>
299
  <option value="3">UTF-8 Encode</option>
@@ -331,7 +331,7 @@
331
  </select>
332
  </td>
333
  <td>
334
- <select name="attributes[]" id="" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('item_group_id'); ?>
337
  </select>
@@ -342,7 +342,7 @@
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
- <select name="output_type[][]" id="" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
@@ -380,7 +380,7 @@
380
  </select>
381
  </td>
382
  <td>
383
- <select name="attributes[]" id="" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('id'); ?>
386
  </select>
@@ -391,7 +391,7 @@
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
- <select name="output_type[][]" id="" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
@@ -429,7 +429,7 @@
429
  </select>
430
  </td>
431
  <td>
432
- <select name="attributes[]" id="" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('description'); ?>
435
  </select>
@@ -440,7 +440,7 @@
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
- <select name="output_type[][]" id="" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
@@ -481,7 +481,7 @@
481
  <div class="makeFeedComplete"></div>
482
  </td>
483
  <td align="right">
484
- <button type="submit" id="wf_submit" class="wfbtn">
485
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
486
  </button>
487
  </td>
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('image'); ?>
43
  </select>
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>
86
  </select>
87
  </td>
88
  <td>
89
+ <select name="attributes[]" required="required"
90
  class="wf_validate_attr wf_attr wf_attributes">
91
  <?php echo $product->attributeDropdown('price'); ?>
92
  </select>
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>
135
  </select>
136
  </td>
137
  <td>
138
+ <select name="attributes[]" required="required"
139
  class="wf_validate_attr wf_attr wf_attributes">
140
  <?php echo $product->attributeDropdown('title'); ?>
141
  </select>
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 value="2">Strip Tags</option>
152
  <option value="3">UTF-8 Encode</option>
184
  </select>
185
  </td>
186
  <td>
187
+ <select name="attributes[]" required="required"
188
  class="wf_validate_attr wf_attr wf_attributes">
189
  <?php echo $product->attributeDropdown('quantity'); ?>
190
  </select>
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>
233
  </select>
234
  </td>
235
  <td>
236
+ <select name="attributes[]" required="required"
237
  class="wf_validate_attr wf_attr wf_attributes">
238
  <?php echo $product->attributeDropdown(); ?>
239
  </select>
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>
282
  </select>
283
  </td>
284
  <td>
285
+ <select name="attributes[]" required="required"
286
  class="wf_validate_attr wf_attr wf_attributes">
287
  <?php echo $product->attributeDropdown('tags'); ?>
288
  </select>
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>
331
  </select>
332
  </td>
333
  <td>
334
+ <select name="attributes[]" required="required"
335
  class="wf_validate_attr wf_attr wf_attributes">
336
  <?php echo $product->attributeDropdown('item_group_id'); ?>
337
  </select>
342
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
343
  </td>
344
  <td>
345
+ <select name="output_type[][]" class="outputType wfnoempty">
346
  <option value="1">Default</option>
347
  <option value="2">Strip Tags</option>
348
  <option value="3">UTF-8 Encode</option>
380
  </select>
381
  </td>
382
  <td>
383
+ <select name="attributes[]" required="required"
384
  class="wf_validate_attr wf_attr wf_attributes">
385
  <?php echo $product->attributeDropdown('id'); ?>
386
  </select>
391
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
  </td>
393
  <td>
394
+ <select name="output_type[][]" class="outputType wfnoempty">
395
  <option value="1">Default</option>
396
  <option value="2">Strip Tags</option>
397
  <option value="3">UTF-8 Encode</option>
429
  </select>
430
  </td>
431
  <td>
432
+ <select name="attributes[]" required="required"
433
  class="wf_validate_attr wf_attr wf_attributes">
434
  <?php echo $product->attributeDropdown('description'); ?>
435
  </select>
440
  <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
  </td>
442
  <td>
443
+ <select name="output_type[][]" class="outputType wfnoempty">
444
  <option value="1">Default</option>
445
  <option value="2">Strip Tags</option>
446
  <option value="3">UTF-8 Encode</option>
481
  <div class="makeFeedComplete"></div>
482
  </td>
483
  <td align="right">
484
+ <button type="submit" class="wfbtn">
485
  <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
486
  </button>
487
  </td>
admin/partials/woo-feed-admin-display.php CHANGED
@@ -23,7 +23,8 @@ $product->load_attributes();
23
  <h2><?php echo _e('WooCommerce Product Feed', 'woo-feed'); ?></h2>
24
  <?php echo WPFFWMessage()->infoMessage1(); ?>
25
 
26
- <form action="" id="generateFeed" class="generateFeed" method="post">
 
27
  <table class="widefat fixed">
28
  <thead>
29
  <tr>
@@ -71,7 +72,7 @@ $product->load_attributes();
71
  <tr class="itemWrapper" >
72
  <td><b><?php echo _e('Extra Header', 'woo-feed'); ?> </b></td>
73
  <td>
74
- <textarea name="extraHeader" id="" style="width: 100%" placeholder="Insert Extra Header value. Press enter at the end of each line." rows="3"></textarea>
75
  </td>
76
  </tr>
77
  <tr class="wf_csvtxt" style="display: none;">
23
  <h2><?php echo _e('WooCommerce Product Feed', 'woo-feed'); ?></h2>
24
  <?php echo WPFFWMessage()->infoMessage1(); ?>
25
 
26
+ <form action="" id="generateFeed" class="generateFeed" method="post" autocomplete="disabled">
27
+ <?php wp_nonce_field('woo_feed_form_nonce'); ?>
28
  <table class="widefat fixed">
29
  <thead>
30
  <tr>
72
  <tr class="itemWrapper" >
73
  <td><b><?php echo _e('Extra Header', 'woo-feed'); ?> </b></td>
74
  <td>
75
+ <textarea name="extraHeader" style="width: 100%" placeholder="Insert Extra Header value. Press enter at the end of each line." rows="3"></textarea>
76
  </td>
77
  </tr>
78
  <tr class="wf_csvtxt" style="display: none;">
admin/partials/woo-feed-edit-template.php CHANGED
@@ -31,7 +31,10 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
31
  <h2><?php echo _e('WooCommerce Product Feed', 'woo-feed'); ?></h2>
32
  <?php echo WPFFWMessage()->infoMessage1(); ?>
33
 
34
- <form action="" name="feed" method="post" id="updatefeed">
 
 
 
35
  <table class=" widefat fixed">
36
  <thead>
37
  <tr>
@@ -88,7 +91,7 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
88
  <tr class="itemWrapper" >
89
  <td><b><?php echo _e('Extra Header', 'woo-feed'); ?> </b></td>
90
  <td>
91
- <textarea name="extraHeader" id="" style="width: 100%" placeholder="Insert Extra Header value. Press enter at the end of each line."
92
  rows="3"><?php echo isset($feedRules['extraHeader']) ? $feedRules['extraHeader'] : ''; ?></textarea>
93
  </td>
94
  </tr>
@@ -181,7 +184,7 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
181
  </td>
182
  <td>
183
  <?php //echo $mAttribute; ?>
184
- <select name="mattributes[]" id="" class="wf_mattributes">
185
  <?php echo $dropDown->$AttributesDropdown(esc_attr($mAttribute)); ?>
186
  </select>
187
  </td>
@@ -191,7 +194,7 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
191
  class="wf_ps"/>
192
  </td>
193
  <td>
194
- <select name="type[]" id="" class="attr_type wfnoempty">
195
  <option <?php echo ($type[$merchant] == "attribute") ? 'selected="selected"' : ''; ?>
196
  value="attribute"><?php echo _e('Attribute', 'woo-feed'); ?>
197
  </option>
@@ -203,7 +206,7 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
203
  </td>
204
  <td>
205
  <select <?php echo ($type[$merchant] == "attribute") ? '' : 'style=" display: none;"'; ?>
206
- name="attributes[]" id=""
207
  class="wf_attr wf_attributes">
208
  <?php echo $product->attributeDropdown(esc_attr($wooAttributes[$merchant])); ?>
209
  </select>
@@ -215,14 +218,14 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
215
  ?>
216
  <input <?php echo ($type[$merchant] == "pattern") ? '' : 'style=" display: none;"'; ?>
217
  autocomplete="off"
218
- class="wf_default wf_attributes wf_google_taxonomy_input_modal_edit" id="" type="text" name="default[]"
219
  value="<?php echo esc_attr($default[$merchant]); ?>"/>
220
  <?php
221
  }else{
222
  ?>
223
  <input <?php echo ($type[$merchant] == "pattern") ? '' : 'style=" display: none;"'; ?>
224
  autocomplete="off"
225
- class="wf_default wf_attributes " id="" type="text" name="default[]"
226
  value="<?php echo esc_attr($default[$merchant]); ?>"/>
227
  <?php
228
  }
@@ -235,7 +238,7 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
235
  </td>
236
 
237
  <td>
238
- <select name="output_type[<?php echo $counter; ?>][]" id=""
239
  class="outputType wfnoempty" <?php echo (count($outputType[$counter]) > 1) ? 'multiple="multiple"' : ''; ?>>
240
  <option <?php echo (in_array('1', $outputType[$counter])) ? 'selected="selected"' : ''; ?>
241
  value="1">Default
@@ -329,7 +332,7 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
329
  <tr>
330
  <td><?php echo _e('Enabled', 'woo-feed'); ?></td>
331
  <td>
332
- <select name="ftpenabled" id="">
333
  <option <?php echo ($feedRules['ftpenabled'] == "0") ? 'selected="selected"' : ''; ?>
334
  value="0"><?php echo _e('Disabled', 'woo-feed'); ?>
335
  </option>
@@ -342,7 +345,7 @@ $AttributesDropdown = $feedRules['provider'] . "AttributesDropdown";
342
  <tr>
343
  <td><?php echo _e( 'Server Type', 'woo-feed' ); ?></td>
344
  <td>
345
- <select name="ftporsftp" id="" class="ftporsftp">
346
  <option <?php echo ($feedRules['ftporsftp'] == "ftp") ? 'selected="selected"' : ''; ?> value="ftp"><?php echo _e( 'FTP', 'woo-feed' ); ?></option>
347
  <option <?php echo ($feedRules['ftporsftp'] == "sftp") ? 'selected="selected"' : ''; ?>value="sftp"><?php echo _e( 'SFTP', 'woo-feed' ); ?></option>
348
  </select>
31
  <h2><?php echo _e('WooCommerce Product Feed', 'woo-feed'); ?></h2>
32
  <?php echo WPFFWMessage()->infoMessage1(); ?>
33
 
34
+ <form action="" name="feed" method="post" id="updatefeed" autocomplete="disabled" >
35
+
36
+ <?php wp_nonce_field('wf_edit_feed'); ?>
37
+
38
  <table class=" widefat fixed">
39
  <thead>
40
  <tr>
91
  <tr class="itemWrapper" >
92
  <td><b><?php echo _e('Extra Header', 'woo-feed'); ?> </b></td>
93
  <td>
94
+ <textarea name="extraHeader" style="width: 100%" placeholder="Insert Extra Header value. Press enter at the end of each line."
95
  rows="3"><?php echo isset($feedRules['extraHeader']) ? $feedRules['extraHeader'] : ''; ?></textarea>
96
  </td>
97
  </tr>
184
  </td>
185
  <td>
186
  <?php //echo $mAttribute; ?>
187
+ <select name="mattributes[]" class="wf_mattributes">
188
  <?php echo $dropDown->$AttributesDropdown(esc_attr($mAttribute)); ?>
189
  </select>
190
  </td>
194
  class="wf_ps"/>
195
  </td>
196
  <td>
197
+ <select name="type[]" class="attr_type wfnoempty">
198
  <option <?php echo ($type[$merchant] == "attribute") ? 'selected="selected"' : ''; ?>
199
  value="attribute"><?php echo _e('Attribute', 'woo-feed'); ?>
200
  </option>
206
  </td>
207
  <td>
208
  <select <?php echo ($type[$merchant] == "attribute") ? '' : 'style=" display: none;"'; ?>
209
+ name="attributes[]"
210
  class="wf_attr wf_attributes">
211
  <?php echo $product->attributeDropdown(esc_attr($wooAttributes[$merchant])); ?>
212
  </select>
218
  ?>
219
  <input <?php echo ($type[$merchant] == "pattern") ? '' : 'style=" display: none;"'; ?>
220
  autocomplete="off"
221
+ class="wf_default wf_attributes wf_google_taxonomy_input_modal_edit" type="text" name="default[]"
222
  value="<?php echo esc_attr($default[$merchant]); ?>"/>
223
  <?php
224
  }else{
225
  ?>
226
  <input <?php echo ($type[$merchant] == "pattern") ? '' : 'style=" display: none;"'; ?>
227
  autocomplete="off"
228
+ class="wf_default wf_attributes " type="text" name="default[]"
229
  value="<?php echo esc_attr($default[$merchant]); ?>"/>
230
  <?php
231
  }
238
  </td>
239
 
240
  <td>
241
+ <select name="output_type[<?php echo $counter; ?>][]"
242
  class="outputType wfnoempty" <?php echo (count($outputType[$counter]) > 1) ? 'multiple="multiple"' : ''; ?>>
243
  <option <?php echo (in_array('1', $outputType[$counter])) ? 'selected="selected"' : ''; ?>
244
  value="1">Default
332
  <tr>
333
  <td><?php echo _e('Enabled', 'woo-feed'); ?></td>
334
  <td>
335
+ <select name="ftpenabled" >
336
  <option <?php echo ($feedRules['ftpenabled'] == "0") ? 'selected="selected"' : ''; ?>
337
  value="0"><?php echo _e('Disabled', 'woo-feed'); ?>
338
  </option>
345
  <tr>
346
  <td><?php echo _e( 'Server Type', 'woo-feed' ); ?></td>
347
  <td>
348
+ <select name="ftporsftp" class="ftporsftp">
349
  <option <?php echo ($feedRules['ftporsftp'] == "ftp") ? 'selected="selected"' : ''; ?> value="ftp"><?php echo _e( 'FTP', 'woo-feed' ); ?></option>
350
  <option <?php echo ($feedRules['ftporsftp'] == "sftp") ? 'selected="selected"' : ''; ?>value="sftp"><?php echo _e( 'SFTP', 'woo-feed' ); ?></option>
351
  </select>
admin/partials/woo-feed-ftp-sftp-template.php CHANGED
@@ -8,7 +8,7 @@
8
  <tr>
9
  <td><?php echo _e( 'Enabled', 'woo-feed' ); ?></td>
10
  <td>
11
- <select name="ftpenabled" id="">
12
  <option value="0"><?php echo _e( 'Disabled', 'woo-feed' ); ?></option>
13
  <option value="1"><?php echo _e( 'Enabled', 'woo-feed' ); ?></option>
14
  </select>
@@ -18,7 +18,7 @@
18
  <tr>
19
  <td><?php echo _e( 'Server Type', 'woo-feed' ); ?></td>
20
  <td>
21
- <select name="ftporsftp" id="" class="ftporsftp">
22
  <option value="ftp"><?php echo _e( 'FTP', 'woo-feed' ); ?></option>
23
  <option value="sftp"><?php echo _e( 'SFTP', 'woo-feed' ); ?></option>
24
  </select>
@@ -53,7 +53,7 @@
53
 
54
  </td>
55
  <td align="right">
56
- <button type="submit" id="wf_submit" class="wfbtn">
57
  <?php echo _e( 'Save & Generate Feed', 'woo-feed' ); ?>
58
  </button>
59
  </td>
8
  <tr>
9
  <td><?php echo _e( 'Enabled', 'woo-feed' ); ?></td>
10
  <td>
11
+ <select name="ftpenabled" >
12
  <option value="0"><?php echo _e( 'Disabled', 'woo-feed' ); ?></option>
13
  <option value="1"><?php echo _e( 'Enabled', 'woo-feed' ); ?></option>
14
  </select>
18
  <tr>
19
  <td><?php echo _e( 'Server Type', 'woo-feed' ); ?></td>
20
  <td>
21
+ <select name="ftporsftp" class="ftporsftp">
22
  <option value="ftp"><?php echo _e( 'FTP', 'woo-feed' ); ?></option>
23
  <option value="sftp"><?php echo _e( 'SFTP', 'woo-feed' ); ?></option>
24
  </select>
53
 
54
  </td>
55
  <td align="right">
56
+ <button type="submit" class="wfbtn">
57
  <?php echo _e( 'Save & Generate Feed', 'woo-feed' ); ?>
58
  </button>
59
  </td>
includes/class-woo-feed.php CHANGED
@@ -70,7 +70,7 @@ class Woo_Feed
70
  public function __construct()
71
  {
72
  $this->woo_feed = 'woo-feed';
73
- $this->version = '3.0.11';
74
 
75
  $this->load_dependencies();
76
  $this->set_locale();
70
  public function __construct()
71
  {
72
  $this->woo_feed = 'woo-feed';
73
+ $this->version = '3.0.12';
74
 
75
  $this->load_dependencies();
76
  $this->set_locale();
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.0.11
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
@@ -686,6 +686,14 @@ function woo_feed_check_google_category($feedInfo){
686
  function woo_feed_generate_feed()
687
  {
688
  if (isset($_POST['provider'])) {
 
 
 
 
 
 
 
 
689
  // ini_set('display_errors', 1);
690
  // ini_set('display_startup_errors', 1);
691
  // error_reporting(E_ALL);
@@ -727,6 +735,12 @@ function woo_feed_manage_feed()
727
  $fname = sanitize_text_field($_GET['feed']);
728
  if (count($_POST) && isset($_POST['provider']) && isset($_POST['edit-feed'])) {
729
 
 
 
 
 
 
 
730
  // $process = woo_feed_add_update($_POST, $fname);
731
  // if ($process) {
732
  // $message = "<b>Feed Updated Successfully. Feed URL: <a style='font-weight: bold;color:green;' target='_blank' href=$process>$process</a></b>";
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.0.12
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
686
  function woo_feed_generate_feed()
687
  {
688
  if (isset($_POST['provider'])) {
689
+
690
+ # Verify Nonce
691
+ $retrieved_nonce = $_REQUEST['_wpnonce'];
692
+ if (!wp_verify_nonce($retrieved_nonce, 'woo_feed_form_nonce' ) ) {
693
+ wp_die( 'Failed security check' );
694
+ }
695
+
696
+
697
  // ini_set('display_errors', 1);
698
  // ini_set('display_startup_errors', 1);
699
  // error_reporting(E_ALL);
735
  $fname = sanitize_text_field($_GET['feed']);
736
  if (count($_POST) && isset($_POST['provider']) && isset($_POST['edit-feed'])) {
737
 
738
+ # Verify Nonce
739
+ $retrieved_nonce = $_REQUEST['_wpnonce'];
740
+ if (!wp_verify_nonce($retrieved_nonce, 'wf_edit_feed' ) ) {
741
+ wp_die( 'Failed security check' );
742
+ }
743
+
744
  // $process = woo_feed_add_update($_POST, $fname);
745
  // if ($process) {
746
  // $message = "<b>Feed Updated Successfully. Feed URL: <a style='font-weight: bold;color:green;' target='_blank' href=$process>$process</a></b>";