CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.0.38

Version Description

Download this release

Release Info

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

Code changes from version 3.0.37 to 3.0.38

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://webappick.com
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.2
7
- Stable tag: 3.0.37
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -303,6 +303,9 @@ Using pro version:
303
 
304
  == Changelog ==
305
 
 
 
 
306
  = 3.0.37(2019-06-10) =
307
  * Added: Rakuten template added
308
 
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.2
7
+ Stable tag: 3.0.38
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
303
 
304
  == Changelog ==
305
 
306
+ = 3.0.38(2019-06-18) =
307
+ * Added: Vergelijk.be & Comparer.be template added
308
+
309
  = 3.0.37(2019-06-10) =
310
  * Added: Rakuten template added
311
 
admin/partials/templates/crowdfox_add-feed.php CHANGED
@@ -362,104 +362,6 @@
362
  <i class="delRow dashicons dashicons-trash"></i>
363
  </td>
364
  </tr>
365
- <tr>
366
- <td>
367
- <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
- </td>
369
- <td>
370
- <input type="text" name="mattributes[]" autocomplete="off" required
371
- class="wf_validate_attr wf_mattributes wf_mattr" value="obl_info"/>
372
- </td>
373
- <td>
374
- <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
375
- </td>
376
- <td>
377
- <select name="type[]" class="attr_type wfnoempty">
378
- <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
379
- <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></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>
387
- <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
388
- style=" display: none;"/>
389
- </td>
390
- <td>
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>
398
- <option value="4">htmlentities</option>
399
- <option value="5">Integer</option>
400
- <option value="6">Price</option>
401
- <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
402
- <option value="8">CDATA</option>
403
- </select>
404
- <i class="dashicons dashicons-editor-expand expandType"></i>
405
- <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
406
- </td>
407
- <td>
408
- <input type="text" name="limit[]" class="wf_ps"/>
409
- </td>
410
- <td>
411
- <i class="delRow dashicons dashicons-trash"></i>
412
- </td>
413
- </tr>
414
- <tr>
415
- <td>
416
- <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
- </td>
418
- <td>
419
- <input type="text" name="mattributes[]" autocomplete="off" required
420
- class="wf_validate_attr wf_mattributes wf_mattr" value="brand"/>
421
- </td>
422
- <td>
423
- <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
424
- </td>
425
- <td>
426
- <select name="type[]" class="attr_type wfnoempty">
427
- <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
428
- <option value="pattern" selected> <?php echo _e('Pattern', 'woo-feed'); ?></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>
436
- <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
437
- />
438
- </td>
439
- <td>
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>
447
- <option value="4">htmlentities</option>
448
- <option value="5">Integer</option>
449
- <option value="6">Price</option>
450
- <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
451
- <option value="8">CDATA</option>
452
- </select>
453
- <i class="dashicons dashicons-editor-expand expandType"></i>
454
- <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
455
- </td>
456
- <td>
457
- <input type="text" name="limit[]" class="wf_ps"/>
458
- </td>
459
- <td>
460
- <i class="delRow dashicons dashicons-trash"></i>
461
- </td>
462
- </tr>
463
  <tr>
464
  <td>
465
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
@@ -705,6 +607,104 @@
705
  <i class="delRow dashicons dashicons-trash"></i>
706
  </td>
707
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
  </tbody>
709
  <tfoot>
710
  <tr>
362
  <i class="delRow dashicons dashicons-trash"></i>
363
  </td>
364
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  <tr>
366
  <td>
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
607
  <i class="delRow dashicons dashicons-trash"></i>
608
  </td>
609
  </tr>
610
+ <tr>
611
+ <td>
612
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
613
+ </td>
614
+ <td>
615
+ <input type="text" name="mattributes[]" autocomplete="off" required
616
+ class="wf_validate_attr wf_mattributes wf_mattr" value="obl_info"/>
617
+ </td>
618
+ <td>
619
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
620
+ </td>
621
+ <td>
622
+ <select name="type[]" class="attr_type wfnoempty">
623
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
624
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></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>
632
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
633
+ style=" display: none;"/>
634
+ </td>
635
+ <td>
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>
643
+ <option value="4">htmlentities</option>
644
+ <option value="5">Integer</option>
645
+ <option value="6">Price</option>
646
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
647
+ <option value="8">CDATA</option>
648
+ </select>
649
+ <i class="dashicons dashicons-editor-expand expandType"></i>
650
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
651
+ </td>
652
+ <td>
653
+ <input type="text" name="limit[]" class="wf_ps"/>
654
+ </td>
655
+ <td>
656
+ <i class="delRow dashicons dashicons-trash"></i>
657
+ </td>
658
+ </tr>
659
+ <tr>
660
+ <td>
661
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
662
+ </td>
663
+ <td>
664
+ <input type="text" name="mattributes[]" autocomplete="off" required
665
+ class="wf_validate_attr wf_mattributes wf_mattr" value="brand"/>
666
+ </td>
667
+ <td>
668
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
669
+ </td>
670
+ <td>
671
+ <select name="type[]" class="attr_type wfnoempty">
672
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
673
+ <option value="pattern" selected> <?php echo _e('Pattern', 'woo-feed'); ?></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>
681
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
682
+ />
683
+ </td>
684
+ <td>
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>
692
+ <option value="4">htmlentities</option>
693
+ <option value="5">Integer</option>
694
+ <option value="6">Price</option>
695
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
696
+ <option value="8">CDATA</option>
697
+ </select>
698
+ <i class="dashicons dashicons-editor-expand expandType"></i>
699
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
700
+ </td>
701
+ <td>
702
+ <input type="text" name="limit[]" class="wf_ps"/>
703
+ </td>
704
+ <td>
705
+ <i class="delRow dashicons dashicons-trash"></i>
706
+ </td>
707
+ </tr>
708
  </tbody>
709
  <tfoot>
710
  <tr>
admin/partials/templates/fyndiq.se_add-feed.php ADDED
@@ -0,0 +1,701 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <ul class="wf_tabs">
2
+ <li>
3
+ <input type="radio" name="wf_tabs" id="tab1" checked/>
4
+ <label class="wf-tab-name" for="tab1"><?php echo _e('Feed Config', 'woo-feed'); ?></label>
5
+
6
+ <div id="wf-tab-content1" class="wf-tab-content">
7
+ <table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-1">
8
+ <thead>
9
+ <tr>
10
+ <th></th>
11
+ <th><?php echo ucfirst($provider); ?> <?php echo _e('Attributes', 'woo-feed'); ?></th>
12
+ <th><?php echo _e('Prefix', 'woo-feed'); ?></th>
13
+ <th><?php echo _e('Type', 'woo-feed'); ?></th>
14
+ <th><?php echo _e('Value', 'woo-feed'); ?></th>
15
+ <th><?php echo _e('Suffix', 'woo-feed'); ?></th>
16
+ <th><?php echo _e('Output Type', 'woo-feed'); ?></th>
17
+ <th><?php echo _e('Output Limit', 'woo-feed'); ?></th>
18
+ <th></th>
19
+ </tr>
20
+ </thead>
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
+ </td>
26
+ <td>
27
+ <input type="text" name="mattributes[]" autocomplete="off" required
28
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-id" />
29
+ </td>
30
+ <td>
31
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
32
+ </td>
33
+ <td>
34
+ <select name="type[]" class="attr_type wfnoempty">
35
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
36
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
37
+ </select>
38
+ </td>
39
+ <td>
40
+ <select name="attributes[]" required="required"
41
+ class="wf_validate_attr wf_attr wf_attributes">
42
+ <?php echo $product->attributeDropdown('id'); ?>
43
+ </select>
44
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
45
+ style=" display: none;"/>
46
+ </td>
47
+ <td>
48
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
+ </td>
50
+ <td>
51
+ <select name="output_type[][]" class="outputType wfnoempty">
52
+ <option value="1">Default</option>
53
+ <option value="2">Strip Tags</option>
54
+ <option value="3">UTF-8 Encode</option>
55
+ <option value="4">htmlentities</option>
56
+ <option value="5">Integer</option>
57
+ <option value="6">Price</option>
58
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
59
+ <option value="8">CDATA</option>
60
+ </select>
61
+ <i class="dashicons dashicons-editor-expand expandType"></i>
62
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
63
+ </td>
64
+ <td>
65
+ <input type="text" name="limit[]" class="wf_ps"/>
66
+ </td>
67
+ <td>
68
+ <i class="delRow dashicons dashicons-trash"></i>
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td>
74
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
75
+ </td>
76
+ <td>
77
+ <input type="text" name="mattributes[]" autocomplete="off" required
78
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-title" />
79
+ </td>
80
+ <td>
81
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
82
+ </td>
83
+ <td>
84
+ <select name="type[]" class="attr_type wfnoempty">
85
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
86
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
87
+ </select>
88
+ </td>
89
+ <td>
90
+ <select name="attributes[]" required="required"
91
+ class="wf_validate_attr wf_attr wf_attributes">
92
+ <?php echo $product->attributeDropdown('title'); ?>
93
+ </select>
94
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
95
+ style=" display: none;"/>
96
+ </td>
97
+ <td>
98
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
99
+ </td>
100
+ <td>
101
+ <select name="output_type[][]" class="outputType wfnoempty">
102
+ <option value="1">Default</option>
103
+ <option value="2">Strip Tags</option>
104
+ <option value="3">UTF-8 Encode</option>
105
+ <option value="4">htmlentities</option>
106
+ <option value="5">Integer</option>
107
+ <option value="6">Price</option>
108
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
109
+ <option value="8">CDATA</option>
110
+ </select>
111
+ <i class="dashicons dashicons-editor-expand expandType"></i>
112
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
113
+ </td>
114
+ <td>
115
+ <input type="text" name="limit[]" class="wf_ps"/>
116
+ </td>
117
+ <td>
118
+ <i class="delRow dashicons dashicons-trash"></i>
119
+ </td>
120
+ </tr>
121
+
122
+ <tr>
123
+ <td>
124
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
125
+ </td>
126
+ <td>
127
+ <input type="text" name="mattributes[]" autocomplete="off" required
128
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-description" />
129
+ </td>
130
+ <td>
131
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
132
+ </td>
133
+ <td>
134
+ <select name="type[]" class="attr_type wfnoempty">
135
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
136
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
137
+ </select>
138
+ </td>
139
+ <td>
140
+ <select name="attributes[]" required="required"
141
+ class="wf_validate_attr wf_attr wf_attributes">
142
+ <?php echo $product->attributeDropdown('description'); ?>
143
+ </select>
144
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
+ style=" display: none;"/>
146
+ </td>
147
+ <td>
148
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
149
+ </td>
150
+ <td>
151
+ <select name="output_type[][]" class="outputType wfnoempty">
152
+ <option value="1">Default</option>
153
+ <option value="2">Strip Tags</option>
154
+ <option value="3">UTF-8 Encode</option>
155
+ <option value="4">htmlentities</option>
156
+ <option value="5">Integer</option>
157
+ <option value="6">Price</option>
158
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
159
+ <option value="8">CDATA</option>
160
+ </select>
161
+ <i class="dashicons dashicons-editor-expand expandType"></i>
162
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
163
+ </td>
164
+ <td>
165
+ <input type="text" name="limit[]" class="wf_ps"/>
166
+ </td>
167
+ <td>
168
+ <i class="delRow dashicons dashicons-trash"></i>
169
+ </td>
170
+ </tr>
171
+
172
+ <tr>
173
+ <td>
174
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
175
+ </td>
176
+ <td>
177
+ <input type="text" name="mattributes[]" autocomplete="off" required
178
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-market" />
179
+ </td>
180
+ <td>
181
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
182
+ </td>
183
+ <td>
184
+ <select name="type[]" class="attr_type wfnoempty">
185
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
186
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
187
+ </select>
188
+ </td>
189
+ <td>
190
+ <select name="attributes[]" required="required"
191
+ class="wf_validate_attr wf_attr wf_attributes">
192
+ <?php echo $product->attributeDropdown(); ?>
193
+ </select>
194
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
195
+ style=" display: none;"/>
196
+ </td>
197
+ <td>
198
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
199
+ </td>
200
+ <td>
201
+ <select name="output_type[][]" class="outputType wfnoempty">
202
+ <option value="1">Default</option>
203
+ <option value="2">Strip Tags</option>
204
+ <option value="3">UTF-8 Encode</option>
205
+ <option value="4">htmlentities</option>
206
+ <option value="5">Integer</option>
207
+ <option value="6">Price</option>
208
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
209
+ <option value="8">CDATA</option>
210
+ </select>
211
+ <i class="dashicons dashicons-editor-expand expandType"></i>
212
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
213
+ </td>
214
+ <td>
215
+ <input type="text" name="limit[]" class="wf_ps"/>
216
+ </td>
217
+ <td>
218
+ <i class="delRow dashicons dashicons-trash"></i>
219
+ </td>
220
+ </tr>
221
+
222
+ <tr>
223
+ <td>
224
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
225
+ </td>
226
+ <td>
227
+ <input type="text" name="mattributes[]" autocomplete="off" required
228
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-currency" />
229
+ </td>
230
+ <td>
231
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
232
+ </td>
233
+ <td>
234
+ <select name="type[]" class="attr_type wfnoempty">
235
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
236
+ <option value="pattern" selected> <?php echo _e('Pattern', 'woo-feed'); ?></option>
237
+ </select>
238
+ </td>
239
+ <td>
240
+ <select name="attributes[]"
241
+ class="wf_validate_attr wf_attr wf_attributes"
242
+ style=" display: none;">
243
+ <?php echo $product->attributeDropdown(); ?>
244
+ </select>
245
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes" value="<?php echo get_woocommerce_currency(); ?>" />
246
+ </td>
247
+ <td>
248
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
249
+ </td>
250
+ <td>
251
+ <select name="output_type[][]" class="outputType wfnoempty">
252
+ <option value="1">Default</option>
253
+ <option value="2">Strip Tags</option>
254
+ <option value="3">UTF-8 Encode</option>
255
+ <option value="4">htmlentities</option>
256
+ <option value="5">Integer</option>
257
+ <option value="6">Price</option>
258
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
259
+ <option value="8">CDATA</option>
260
+ </select>
261
+ <i class="dashicons dashicons-editor-expand expandType"></i>
262
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
263
+ </td>
264
+ <td>
265
+ <input type="text" name="limit[]" class="wf_ps"/>
266
+ </td>
267
+ <td>
268
+ <i class="delRow dashicons dashicons-trash"></i>
269
+ </td>
270
+ </tr>
271
+
272
+ <tr>
273
+ <td>
274
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
275
+ </td>
276
+ <td>
277
+ <input type="text" name="mattributes[]" autocomplete="off" required
278
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-price" />
279
+ </td>
280
+ <td>
281
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
282
+ </td>
283
+ <td>
284
+ <select name="type[]" class="attr_type wfnoempty">
285
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
286
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
287
+ </select>
288
+ </td>
289
+ <td>
290
+ <select name="attributes[]" required="required"
291
+ class="wf_validate_attr wf_attr wf_attributes">
292
+ <?php echo $product->attributeDropdown('price'); ?>
293
+ </select>
294
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
295
+ style=" display: none;"/>
296
+ </td>
297
+ <td>
298
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
299
+ </td>
300
+ <td>
301
+ <select name="output_type[][]" class="outputType wfnoempty">
302
+ <option value="1">Default</option>
303
+ <option value="2">Strip Tags</option>
304
+ <option value="3">UTF-8 Encode</option>
305
+ <option value="4">htmlentities</option>
306
+ <option value="5">Integer</option>
307
+ <option value="6">Price</option>
308
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
309
+ <option value="8">CDATA</option>
310
+ </select>
311
+ <i class="dashicons dashicons-editor-expand expandType"></i>
312
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
313
+ </td>
314
+ <td>
315
+ <input type="text" name="limit[]" class="wf_ps"/>
316
+ </td>
317
+ <td>
318
+ <i class="delRow dashicons dashicons-trash"></i>
319
+ </td>
320
+ </tr>
321
+
322
+ <tr>
323
+ <td>
324
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
325
+ </td>
326
+ <td>
327
+ <input type="text" name="mattributes[]" autocomplete="off" required
328
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-oldprice" />
329
+ </td>
330
+ <td>
331
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
332
+ </td>
333
+ <td>
334
+ <select name="type[]" class="attr_type wfnoempty">
335
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
336
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
337
+ </select>
338
+ </td>
339
+ <td>
340
+ <select name="attributes[]" required="required"
341
+ class="wf_validate_attr wf_attr wf_attributes">
342
+ <?php echo $product->attributeDropdown(); ?>
343
+ </select>
344
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
345
+ style=" display: none;"/>
346
+ </td>
347
+ <td>
348
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
349
+ </td>
350
+ <td>
351
+ <select name="output_type[][]" class="outputType wfnoempty">
352
+ <option value="1">Default</option>
353
+ <option value="2">Strip Tags</option>
354
+ <option value="3">UTF-8 Encode</option>
355
+ <option value="4">htmlentities</option>
356
+ <option value="5">Integer</option>
357
+ <option value="6">Price</option>
358
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
359
+ <option value="8">CDATA</option>
360
+ </select>
361
+ <i class="dashicons dashicons-editor-expand expandType"></i>
362
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
363
+ </td>
364
+ <td>
365
+ <input type="text" name="limit[]" class="wf_ps"/>
366
+ </td>
367
+ <td>
368
+ <i class="delRow dashicons dashicons-trash"></i>
369
+ </td>
370
+ </tr>
371
+
372
+ <tr>
373
+ <td>
374
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
375
+ </td>
376
+ <td>
377
+ <input type="text" name="mattributes[]" autocomplete="off" required
378
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-var-percent" />
379
+ </td>
380
+ <td>
381
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
382
+ </td>
383
+ <td>
384
+ <select name="type[]" class="attr_type wfnoempty">
385
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
386
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
387
+ </select>
388
+ </td>
389
+ <td>
390
+ <select name="attributes[]"
391
+ class="wf_validate_attr wf_attr wf_attributes" style=" display: none;">
392
+ <?php echo $product->attributeDropdown(); ?>
393
+ </select>
394
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"/>
395
+ </td>
396
+ <td>
397
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
398
+ </td>
399
+ <td>
400
+ <select name="output_type[][]" class="outputType wfnoempty">
401
+ <option value="1">Default</option>
402
+ <option value="2">Strip Tags</option>
403
+ <option value="3">UTF-8 Encode</option>
404
+ <option value="4">htmlentities</option>
405
+ <option value="5">Integer</option>
406
+ <option value="6">Price</option>
407
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
408
+ <option value="8">CDATA</option>
409
+ </select>
410
+ <i class="dashicons dashicons-editor-expand expandType"></i>
411
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
412
+ </td>
413
+ <td>
414
+ <input type="text" name="limit[]" class="wf_ps"/>
415
+ </td>
416
+ <td>
417
+ <i class="delRow dashicons dashicons-trash"></i>
418
+ </td>
419
+ </tr>
420
+
421
+ <tr>
422
+ <td>
423
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
424
+ </td>
425
+ <td>
426
+ <input type="text" name="mattributes[]" autocomplete="off" required
427
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-image-1-url" />
428
+ </td>
429
+ <td>
430
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
431
+ </td>
432
+ <td>
433
+ <select name="type[]" class="attr_type wfnoempty">
434
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
435
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
436
+ </select>
437
+ </td>
438
+ <td>
439
+ <select name="attributes[]" required="required"
440
+ class="wf_validate_attr wf_attr wf_attributes">
441
+ <?php echo $product->attributeDropdown('image'); ?>
442
+ </select>
443
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
444
+ style=" display: none;"/>
445
+ </td>
446
+ <td>
447
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
448
+ </td>
449
+ <td>
450
+ <select name="output_type[][]" class="outputType wfnoempty">
451
+ <option value="1">Default</option>
452
+ <option value="2">Strip Tags</option>
453
+ <option value="3">UTF-8 Encode</option>
454
+ <option value="4">htmlentities</option>
455
+ <option value="5">Integer</option>
456
+ <option value="6">Price</option>
457
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
458
+ <option value="8">CDATA</option>
459
+ </select>
460
+ <i class="dashicons dashicons-editor-expand expandType"></i>
461
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
462
+ </td>
463
+ <td>
464
+ <input type="text" name="limit[]" class="wf_ps"/>
465
+ </td>
466
+ <td>
467
+ <i class="delRow dashicons dashicons-trash"></i>
468
+ </td>
469
+ </tr>
470
+
471
+ <tr>
472
+ <td>
473
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
474
+ </td>
475
+ <td>
476
+ <input type="text" name="mattributes[]" autocomplete="off" required
477
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product-image-1-identifier" />
478
+ </td>
479
+ <td>
480
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
481
+ </td>
482
+ <td>
483
+ <select name="type[]" class="attr_type wfnoempty">
484
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
485
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
486
+ </select>
487
+ </td>
488
+ <td>
489
+ <select name="attributes[]" required="required"
490
+ class="wf_validate_attr wf_attr wf_attributes">
491
+ <?php echo $product->attributeDropdown(); ?>
492
+ </select>
493
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
494
+ style=" display: none;"/>
495
+ </td>
496
+ <td>
497
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
498
+ </td>
499
+ <td>
500
+ <select name="output_type[][]" class="outputType wfnoempty">
501
+ <option value="1">Default</option>
502
+ <option value="2">Strip Tags</option>
503
+ <option value="3">UTF-8 Encode</option>
504
+ <option value="4">htmlentities</option>
505
+ <option value="5">Integer</option>
506
+ <option value="6">Price</option>
507
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
508
+ <option value="8">CDATA</option>
509
+ </select>
510
+ <i class="dashicons dashicons-editor-expand expandType"></i>
511
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
512
+ </td>
513
+ <td>
514
+ <input type="text" name="limit[]" class="wf_ps"/>
515
+ </td>
516
+ <td>
517
+ <i class="delRow dashicons dashicons-trash"></i>
518
+ </td>
519
+ </tr>
520
+
521
+ <tr>
522
+ <td>
523
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
524
+ </td>
525
+ <td>
526
+ <input type="text" name="mattributes[]" autocomplete="off" required
527
+ class="wf_validate_attr wf_mattributes wf_mattr" value="article-sku" />
528
+ </td>
529
+ <td>
530
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
531
+ </td>
532
+ <td>
533
+ <select name="type[]" class="attr_type wfnoempty">
534
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
535
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
536
+ </select>
537
+ </td>
538
+ <td>
539
+ <select name="attributes[]" required="required"
540
+ class="wf_validate_attr wf_attr wf_attributes">
541
+ <?php echo $product->attributeDropdown('sku'); ?>
542
+ </select>
543
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
544
+ style=" display: none;"/>
545
+ </td>
546
+ <td>
547
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
548
+ </td>
549
+ <td>
550
+ <select name="output_type[][]" class="outputType wfnoempty">
551
+ <option value="1">Default</option>
552
+ <option value="2">Strip Tags</option>
553
+ <option value="3">UTF-8 Encode</option>
554
+ <option value="4">htmlentities</option>
555
+ <option value="5">Integer</option>
556
+ <option value="6">Price</option>
557
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
558
+ <option value="8">CDATA</option>
559
+ </select>
560
+ <i class="dashicons dashicons-editor-expand expandType"></i>
561
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
562
+ </td>
563
+ <td>
564
+ <input type="text" name="limit[]" class="wf_ps"/>
565
+ </td>
566
+ <td>
567
+ <i class="delRow dashicons dashicons-trash"></i>
568
+ </td>
569
+ </tr>
570
+
571
+ <tr>
572
+ <td>
573
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
574
+ </td>
575
+ <td>
576
+ <input type="text" name="mattributes[]" autocomplete="off" required
577
+ class="wf_validate_attr wf_mattributes wf_mattr" value="article-quantity" />
578
+ </td>
579
+ <td>
580
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
581
+ </td>
582
+ <td>
583
+ <select name="type[]" class="attr_type wfnoempty">
584
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
585
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
586
+ </select>
587
+ </td>
588
+ <td>
589
+ <select name="attributes[]" required="required"
590
+ class="wf_validate_attr wf_attr wf_attributes">
591
+ <?php echo $product->attributeDropdown('quantity'); ?>
592
+ </select>
593
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
594
+ style=" display: none;"/>
595
+ </td>
596
+ <td>
597
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
598
+ </td>
599
+ <td>
600
+ <select name="output_type[][]" class="outputType wfnoempty">
601
+ <option value="1">Default</option>
602
+ <option value="2">Strip Tags</option>
603
+ <option value="3">UTF-8 Encode</option>
604
+ <option value="4">htmlentities</option>
605
+ <option value="5">Integer</option>
606
+ <option value="6">Price</option>
607
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
608
+ <option value="8">CDATA</option>
609
+ </select>
610
+ <i class="dashicons dashicons-editor-expand expandType"></i>
611
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
612
+ </td>
613
+ <td>
614
+ <input type="text" name="limit[]" class="wf_ps"/>
615
+ </td>
616
+ <td>
617
+ <i class="delRow dashicons dashicons-trash"></i>
618
+ </td>
619
+ </tr>
620
+
621
+ <tr>
622
+ <td>
623
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
624
+ </td>
625
+ <td>
626
+ <input type="text" name="mattributes[]" autocomplete="off" required
627
+ class="wf_validate_attr wf_mattributes wf_mattr" value="article-name" />
628
+ </td>
629
+ <td>
630
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
631
+ </td>
632
+ <td>
633
+ <select name="type[]" class="attr_type wfnoempty">
634
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
635
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
636
+ </select>
637
+ </td>
638
+ <td>
639
+ <select name="attributes[]" required="required"
640
+ class="wf_validate_attr wf_attr wf_attributes">
641
+ <?php echo $product->attributeDropdown(); ?>
642
+ </select>
643
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
644
+ style=" display: none;"/>
645
+ </td>
646
+ <td>
647
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
648
+ </td>
649
+ <td>
650
+ <select name="output_type[][]" class="outputType wfnoempty">
651
+ <option value="1">Default</option>
652
+ <option value="2">Strip Tags</option>
653
+ <option value="3">UTF-8 Encode</option>
654
+ <option value="4">htmlentities</option>
655
+ <option value="5">Integer</option>
656
+ <option value="6">Price</option>
657
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
658
+ <option value="8">CDATA</option>
659
+ </select>
660
+ <i class="dashicons dashicons-editor-expand expandType"></i>
661
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
662
+ </td>
663
+ <td>
664
+ <input type="text" name="limit[]" class="wf_ps"/>
665
+ </td>
666
+ <td>
667
+ <i class="delRow dashicons dashicons-trash"></i>
668
+ </td>
669
+ </tr>
670
+ </tbody>
671
+ <tfoot>
672
+ <tr>
673
+ <td>
674
+ <button type="button" class="button-small button-primary" id="wf_newRow">
675
+ <?php echo _e('Add New Row', 'woo-feed'); ?>
676
+ </button>
677
+ </td>
678
+ <td colspan="8">
679
+
680
+ </td>
681
+ </tr>
682
+ </tfoot>
683
+ </table>
684
+ <table class=" widefat fixed">
685
+ <tr>
686
+ <td align="left" class="">
687
+ <div class="makeFeedResponse"></div>
688
+ <div class="makeFeedComplete"></div>
689
+ </td>
690
+ <td align="right">
691
+ <button type="submit" class="wfbtn">
692
+ <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
693
+ </button>
694
+ </td>
695
+ </tr>
696
+ </table>
697
+ </div>
698
+ </li>
699
+ <?php include plugin_dir_path(__FILE__) . "../woo-feed-ftp-sftp-template.php"; ?>
700
+
701
+ </ul>
admin/partials/templates/miinto.nl_add-feed.php ADDED
@@ -0,0 +1,801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <ul class="wf_tabs">
2
+ <li>
3
+ <input type="radio" name="wf_tabs" id="tab1" checked/>
4
+ <label class="wf-tab-name" for="tab1"><?php echo _e('Feed Config', 'woo-feed'); ?></label>
5
+
6
+ <div id="wf-tab-content1" class="wf-tab-content">
7
+ <table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-1">
8
+ <thead>
9
+ <tr>
10
+ <th></th>
11
+ <th><?php echo ucfirst($provider); ?> <?php echo _e('Attributes', 'woo-feed'); ?></th>
12
+ <th><?php echo _e('Prefix', 'woo-feed'); ?></th>
13
+ <th><?php echo _e('Type', 'woo-feed'); ?></th>
14
+ <th><?php echo _e('Value', 'woo-feed'); ?></th>
15
+ <th><?php echo _e('Suffix', 'woo-feed'); ?></th>
16
+ <th><?php echo _e('Output Type', 'woo-feed'); ?></th>
17
+ <th><?php echo _e('Output Limit', 'woo-feed'); ?></th>
18
+ <th></th>
19
+ </tr>
20
+ </thead>
21
+ <tbody>
22
+ <tr>
23
+ <td>
24
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
25
+ </td>
26
+ <td>
27
+ <input type="text" name="mattributes[]" autocomplete="off" required
28
+ class="wf_validate_attr wf_mattributes wf_mattr" value="gtin" />
29
+ </td>
30
+ <td>
31
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
32
+ </td>
33
+ <td>
34
+ <select name="type[]" class="attr_type wfnoempty">
35
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
36
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
37
+ </select>
38
+ </td>
39
+ <td>
40
+ <select name="attributes[]"
41
+ class="wf_validate_attr wf_attr wf_attributes">
42
+ <?php echo $product->attributeDropdown(); ?>
43
+ </select>
44
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
45
+ style=" display: none;"/>
46
+ </td>
47
+ <td>
48
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
49
+ </td>
50
+ <td>
51
+ <select name="output_type[][]" class="outputType wfnoempty">
52
+ <option value="1">Default</option>
53
+ <option value="2">Strip Tags</option>
54
+ <option value="3">UTF-8 Encode</option>
55
+ <option value="4">htmlentities</option>
56
+ <option value="5">Integer</option>
57
+ <option value="6">Price</option>
58
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
59
+ <option value="8">CDATA</option>
60
+ </select>
61
+ <i class="dashicons dashicons-editor-expand expandType"></i>
62
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
63
+ </td>
64
+ <td>
65
+ <input type="text" name="limit[]" class="wf_ps"/>
66
+ </td>
67
+ <td>
68
+ <i class="delRow dashicons dashicons-trash"></i>
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td>
74
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
75
+ </td>
76
+ <td>
77
+ <input type="text" name="mattributes[]" autocomplete="off" required
78
+ class="wf_validate_attr wf_mattributes wf_mattr" value="item_group_id" />
79
+ </td>
80
+ <td>
81
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
82
+ </td>
83
+ <td>
84
+ <select name="type[]" class="attr_type wfnoempty">
85
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
86
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
87
+ </select>
88
+ </td>
89
+ <td>
90
+ <select name="attributes[]" required="required"
91
+ class="wf_validate_attr wf_attr wf_attributes">
92
+ <?php echo $product->attributeDropdown('item_group_id'); ?>
93
+ </select>
94
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
95
+ style=" display: none;"/>
96
+ </td>
97
+ <td>
98
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
99
+ </td>
100
+ <td>
101
+ <select name="output_type[][]" class="outputType wfnoempty">
102
+ <option value="1">Default</option>
103
+ <option value="2">Strip Tags</option>
104
+ <option value="3">UTF-8 Encode</option>
105
+ <option value="4">htmlentities</option>
106
+ <option value="5">Integer</option>
107
+ <option value="6">Price</option>
108
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
109
+ <option value="8">CDATA</option>
110
+ </select>
111
+ <i class="dashicons dashicons-editor-expand expandType"></i>
112
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
113
+ </td>
114
+ <td>
115
+ <input type="text" name="limit[]" class="wf_ps"/>
116
+ </td>
117
+ <td>
118
+ <i class="delRow dashicons dashicons-trash"></i>
119
+ </td>
120
+ </tr>
121
+
122
+ <tr>
123
+ <td>
124
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
125
+ </td>
126
+ <td>
127
+ <input type="text" name="mattributes[]" autocomplete="off" required
128
+ class="wf_validate_attr wf_mattributes wf_mattr" value="brand" />
129
+ </td>
130
+ <td>
131
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
132
+ </td>
133
+ <td>
134
+ <select name="type[]" class="attr_type wfnoempty">
135
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
136
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
137
+ </select>
138
+ </td>
139
+ <td>
140
+ <select name="attributes[]" required="required"
141
+ class="wf_validate_attr wf_attr wf_attributes">
142
+ <?php echo $product->attributeDropdown(); ?>
143
+ </select>
144
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
145
+ style=" display: none;"/>
146
+ </td>
147
+ <td>
148
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
149
+ </td>
150
+ <td>
151
+ <select name="output_type[][]" class="outputType wfnoempty">
152
+ <option value="1">Default</option>
153
+ <option value="2">Strip Tags</option>
154
+ <option value="3">UTF-8 Encode</option>
155
+ <option value="4">htmlentities</option>
156
+ <option value="5">Integer</option>
157
+ <option value="6">Price</option>
158
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
159
+ <option value="8">CDATA</option>
160
+ </select>
161
+ <i class="dashicons dashicons-editor-expand expandType"></i>
162
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
163
+ </td>
164
+ <td>
165
+ <input type="text" name="limit[]" class="wf_ps"/>
166
+ </td>
167
+ <td>
168
+ <i class="delRow dashicons dashicons-trash"></i>
169
+ </td>
170
+ </tr>
171
+
172
+ <tr>
173
+ <td>
174
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
175
+ </td>
176
+ <td>
177
+ <input type="text" name="mattributes[]" autocomplete="off" required
178
+ class="wf_validate_attr wf_mattributes wf_mattr" value="title" />
179
+ </td>
180
+ <td>
181
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
182
+ </td>
183
+ <td>
184
+ <select name="type[]" class="attr_type wfnoempty">
185
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
186
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
187
+ </select>
188
+ </td>
189
+ <td>
190
+ <select name="attributes[]" required="required"
191
+ class="wf_validate_attr wf_attr wf_attributes">
192
+ <?php echo $product->attributeDropdown('title'); ?>
193
+ </select>
194
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
195
+ style=" display: none;"/>
196
+ </td>
197
+ <td>
198
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
199
+ </td>
200
+ <td>
201
+ <select name="output_type[][]" class="outputType wfnoempty">
202
+ <option value="1">Default</option>
203
+ <option value="2">Strip Tags</option>
204
+ <option value="3">UTF-8 Encode</option>
205
+ <option value="4">htmlentities</option>
206
+ <option value="5">Integer</option>
207
+ <option value="6">Price</option>
208
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
209
+ <option value="8">CDATA</option>
210
+ </select>
211
+ <i class="dashicons dashicons-editor-expand expandType"></i>
212
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
213
+ </td>
214
+ <td>
215
+ <input type="text" name="limit[]" class="wf_ps"/>
216
+ </td>
217
+ <td>
218
+ <i class="delRow dashicons dashicons-trash"></i>
219
+ </td>
220
+ </tr>
221
+
222
+ <tr>
223
+ <td>
224
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
225
+ </td>
226
+ <td>
227
+ <input type="text" name="mattributes[]" autocomplete="off" required
228
+ class="wf_validate_attr wf_mattributes wf_mattr" value="product_type" />
229
+ </td>
230
+ <td>
231
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
232
+ </td>
233
+ <td>
234
+ <select name="type[]" class="attr_type wfnoempty">
235
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
236
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
237
+ </select>
238
+ </td>
239
+ <td>
240
+ <select name="attributes[]" required="required"
241
+ class="wf_validate_attr wf_attr wf_attributes">
242
+ <?php echo $product->attributeDropdown('product_type'); ?>
243
+ </select>
244
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
245
+ style=" display: none;"/>
246
+ </td>
247
+ <td>
248
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
249
+ </td>
250
+ <td>
251
+ <select name="output_type[][]" class="outputType wfnoempty">
252
+ <option value="1">Default</option>
253
+ <option value="2">Strip Tags</option>
254
+ <option value="3">UTF-8 Encode</option>
255
+ <option value="4">htmlentities</option>
256
+ <option value="5">Integer</option>
257
+ <option value="6">Price</option>
258
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
259
+ <option value="8">CDATA</option>
260
+ </select>
261
+ <i class="dashicons dashicons-editor-expand expandType"></i>
262
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
263
+ </td>
264
+ <td>
265
+ <input type="text" name="limit[]" class="wf_ps"/>
266
+ </td>
267
+ <td>
268
+ <i class="delRow dashicons dashicons-trash"></i>
269
+ </td>
270
+ </tr>
271
+
272
+ <tr>
273
+ <td>
274
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
275
+ </td>
276
+ <td>
277
+ <input type="text" name="mattributes[]" autocomplete="off" required
278
+ class="wf_validate_attr wf_mattributes wf_mattr" value="gender" />
279
+ </td>
280
+ <td>
281
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
282
+ </td>
283
+ <td>
284
+ <select name="type[]" class="attr_type wfnoempty">
285
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
286
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
287
+ </select>
288
+ </td>
289
+ <td>
290
+ <select name="attributes[]" required="required"
291
+ class="wf_validate_attr wf_attr wf_attributes">
292
+ <?php echo $product->attributeDropdown(); ?>
293
+ </select>
294
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
295
+ style=" display: none;"/>
296
+ </td>
297
+ <td>
298
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
299
+ </td>
300
+ <td>
301
+ <select name="output_type[][]" class="outputType wfnoempty">
302
+ <option value="1">Default</option>
303
+ <option value="2">Strip Tags</option>
304
+ <option value="3">UTF-8 Encode</option>
305
+ <option value="4">htmlentities</option>
306
+ <option value="5">Integer</option>
307
+ <option value="6">Price</option>
308
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
309
+ <option value="8">CDATA</option>
310
+ </select>
311
+ <i class="dashicons dashicons-editor-expand expandType"></i>
312
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
313
+ </td>
314
+ <td>
315
+ <input type="text" name="limit[]" class="wf_ps"/>
316
+ </td>
317
+ <td>
318
+ <i class="delRow dashicons dashicons-trash"></i>
319
+ </td>
320
+ </tr>
321
+
322
+ <tr>
323
+ <td>
324
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
325
+ </td>
326
+ <td>
327
+ <input type="text" name="mattributes[]" autocomplete="off" required
328
+ class="wf_validate_attr wf_mattributes wf_mattr" value="color" />
329
+ </td>
330
+ <td>
331
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
332
+ </td>
333
+ <td>
334
+ <select name="type[]" class="attr_type wfnoempty">
335
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
336
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
337
+ </select>
338
+ </td>
339
+ <td>
340
+ <select name="attributes[]" required="required"
341
+ class="wf_validate_attr wf_attr wf_attributes">
342
+ <?php echo $product->attributeDropdown(); ?>
343
+ </select>
344
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
345
+ style=" display: none;"/>
346
+ </td>
347
+ <td>
348
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
349
+ </td>
350
+ <td>
351
+ <select name="output_type[][]" class="outputType wfnoempty">
352
+ <option value="1">Default</option>
353
+ <option value="2">Strip Tags</option>
354
+ <option value="3">UTF-8 Encode</option>
355
+ <option value="4">htmlentities</option>
356
+ <option value="5">Integer</option>
357
+ <option value="6">Price</option>
358
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
359
+ <option value="8">CDATA</option>
360
+ </select>
361
+ <i class="dashicons dashicons-editor-expand expandType"></i>
362
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
363
+ </td>
364
+ <td>
365
+ <input type="text" name="limit[]" class="wf_ps"/>
366
+ </td>
367
+ <td>
368
+ <i class="delRow dashicons dashicons-trash"></i>
369
+ </td>
370
+ </tr>
371
+
372
+ <tr>
373
+ <td>
374
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
375
+ </td>
376
+ <td>
377
+ <input type="text" name="mattributes[]" autocomplete="off" required
378
+ class="wf_validate_attr wf_mattributes wf_mattr" value="size" />
379
+ </td>
380
+ <td>
381
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
382
+ </td>
383
+ <td>
384
+ <select name="type[]" class="attr_type wfnoempty">
385
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
386
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
387
+ </select>
388
+ </td>
389
+ <td>
390
+ <select name="attributes[]" required="required"
391
+ class="wf_validate_attr wf_attr wf_attributes">
392
+ <?php echo $product->attributeDropdown(); ?>
393
+ </select>
394
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
395
+ style=" display: none;"/>
396
+ </td>
397
+ <td>
398
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
399
+ </td>
400
+ <td>
401
+ <select name="output_type[][]" class="outputType wfnoempty">
402
+ <option value="1">Default</option>
403
+ <option value="2">Strip Tags</option>
404
+ <option value="3">UTF-8 Encode</option>
405
+ <option value="4">htmlentities</option>
406
+ <option value="5">Integer</option>
407
+ <option value="6">Price</option>
408
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
409
+ <option value="8">CDATA</option>
410
+ </select>
411
+ <i class="dashicons dashicons-editor-expand expandType"></i>
412
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
413
+ </td>
414
+ <td>
415
+ <input type="text" name="limit[]" class="wf_ps"/>
416
+ </td>
417
+ <td>
418
+ <i class="delRow dashicons dashicons-trash"></i>
419
+ </td>
420
+ </tr>
421
+
422
+ <tr>
423
+ <td>
424
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
425
+ </td>
426
+ <td>
427
+ <input type="text" name="mattributes[]" autocomplete="off" required
428
+ class="wf_validate_attr wf_mattributes wf_mattr" value="image_link" />
429
+ </td>
430
+ <td>
431
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
432
+ </td>
433
+ <td>
434
+ <select name="type[]" class="attr_type wfnoempty">
435
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
436
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
437
+ </select>
438
+ </td>
439
+ <td>
440
+ <select name="attributes[]" required="required"
441
+ class="wf_validate_attr wf_attr wf_attributes">
442
+ <?php echo $product->attributeDropdown('image'); ?>
443
+ </select>
444
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
445
+ style=" display: none;"/>
446
+ </td>
447
+ <td>
448
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
449
+ </td>
450
+ <td>
451
+ <select name="output_type[][]" class="outputType wfnoempty">
452
+ <option value="1">Default</option>
453
+ <option value="2">Strip Tags</option>
454
+ <option value="3">UTF-8 Encode</option>
455
+ <option value="4">htmlentities</option>
456
+ <option value="5">Integer</option>
457
+ <option value="6">Price</option>
458
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
459
+ <option value="8">CDATA</option>
460
+ </select>
461
+ <i class="dashicons dashicons-editor-expand expandType"></i>
462
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
463
+ </td>
464
+ <td>
465
+ <input type="text" name="limit[]" class="wf_ps"/>
466
+ </td>
467
+ <td>
468
+ <i class="delRow dashicons dashicons-trash"></i>
469
+ </td>
470
+ </tr>
471
+
472
+ <tr>
473
+ <td>
474
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
475
+ </td>
476
+ <td>
477
+ <input type="text" name="mattributes[]" autocomplete="off" required
478
+ class="wf_validate_attr wf_mattributes wf_mattr" value="stock_level" />
479
+ </td>
480
+ <td>
481
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
482
+ </td>
483
+ <td>
484
+ <select name="type[]" class="attr_type wfnoempty">
485
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
486
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
487
+ </select>
488
+ </td>
489
+ <td>
490
+ <select name="attributes[]" required="required"
491
+ class="wf_validate_attr wf_attr wf_attributes">
492
+ <?php echo $product->attributeDropdown('quantity'); ?>
493
+ </select>
494
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
495
+ style=" display: none;"/>
496
+ </td>
497
+ <td>
498
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
499
+ </td>
500
+ <td>
501
+ <select name="output_type[][]" class="outputType wfnoempty">
502
+ <option value="1">Default</option>
503
+ <option value="2">Strip Tags</option>
504
+ <option value="3">UTF-8 Encode</option>
505
+ <option value="4">htmlentities</option>
506
+ <option value="5">Integer</option>
507
+ <option value="6">Price</option>
508
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
509
+ <option value="8">CDATA</option>
510
+ </select>
511
+ <i class="dashicons dashicons-editor-expand expandType"></i>
512
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
513
+ </td>
514
+ <td>
515
+ <input type="text" name="limit[]" class="wf_ps"/>
516
+ </td>
517
+ <td>
518
+ <i class="delRow dashicons dashicons-trash"></i>
519
+ </td>
520
+ </tr>
521
+
522
+ <tr>
523
+ <td>
524
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
525
+ </td>
526
+ <td>
527
+ <input type="text" name="mattributes[]" autocomplete="off" required
528
+ class="wf_validate_attr wf_mattributes wf_mattr" value="season_tag" />
529
+ </td>
530
+ <td>
531
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
532
+ </td>
533
+ <td>
534
+ <select name="type[]" class="attr_type wfnoempty">
535
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
536
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
537
+ </select>
538
+ </td>
539
+ <td>
540
+ <select name="attributes[]" required="required"
541
+ class="wf_validate_attr wf_attr wf_attributes">
542
+ <?php echo $product->attributeDropdown(); ?>
543
+ </select>
544
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
545
+ style=" display: none;"/>
546
+ </td>
547
+ <td>
548
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
549
+ </td>
550
+ <td>
551
+ <select name="output_type[][]" class="outputType wfnoempty">
552
+ <option value="1">Default</option>
553
+ <option value="2">Strip Tags</option>
554
+ <option value="3">UTF-8 Encode</option>
555
+ <option value="4">htmlentities</option>
556
+ <option value="5">Integer</option>
557
+ <option value="6">Price</option>
558
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
559
+ <option value="8">CDATA</option>
560
+ </select>
561
+ <i class="dashicons dashicons-editor-expand expandType"></i>
562
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
563
+ </td>
564
+ <td>
565
+ <input type="text" name="limit[]" class="wf_ps"/>
566
+ </td>
567
+ <td>
568
+ <i class="delRow dashicons dashicons-trash"></i>
569
+ </td>
570
+ </tr>
571
+
572
+ <tr>
573
+ <td>
574
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
575
+ </td>
576
+ <td>
577
+ <input type="text" name="mattributes[]" autocomplete="off" required
578
+ class="wf_validate_attr wf_mattributes wf_mattr" value="description" />
579
+ </td>
580
+ <td>
581
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
582
+ </td>
583
+ <td>
584
+ <select name="type[]" class="attr_type wfnoempty">
585
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
586
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
587
+ </select>
588
+ </td>
589
+ <td>
590
+ <select name="attributes[]" required="required"
591
+ class="wf_validate_attr wf_attr wf_attributes">
592
+ <?php echo $product->attributeDropdown('description'); ?>
593
+ </select>
594
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
595
+ style=" display: none;"/>
596
+ </td>
597
+ <td>
598
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
599
+ </td>
600
+ <td>
601
+ <select name="output_type[][]" class="outputType wfnoempty">
602
+ <option value="1">Default</option>
603
+ <option value="2">Strip Tags</option>
604
+ <option value="3">UTF-8 Encode</option>
605
+ <option value="4">htmlentities</option>
606
+ <option value="5">Integer</option>
607
+ <option value="6">Price</option>
608
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
609
+ <option value="8">CDATA</option>
610
+ </select>
611
+ <i class="dashicons dashicons-editor-expand expandType"></i>
612
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
613
+ </td>
614
+ <td>
615
+ <input type="text" name="limit[]" class="wf_ps"/>
616
+ </td>
617
+ <td>
618
+ <i class="delRow dashicons dashicons-trash"></i>
619
+ </td>
620
+ </tr>
621
+
622
+ <tr>
623
+ <td>
624
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
625
+ </td>
626
+ <td>
627
+ <input type="text" name="mattributes[]" autocomplete="off" required
628
+ class="wf_validate_attr wf_mattributes wf_mattr" value="material" />
629
+ </td>
630
+ <td>
631
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
632
+ </td>
633
+ <td>
634
+ <select name="type[]" class="attr_type wfnoempty">
635
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
636
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
637
+ </select>
638
+ </td>
639
+ <td>
640
+ <select name="attributes[]" required="required"
641
+ class="wf_validate_attr wf_attr wf_attributes">
642
+ <?php echo $product->attributeDropdown(); ?>
643
+ </select>
644
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
645
+ style=" display: none;"/>
646
+ </td>
647
+ <td>
648
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
649
+ </td>
650
+ <td>
651
+ <select name="output_type[][]" class="outputType wfnoempty">
652
+ <option value="1">Default</option>
653
+ <option value="2">Strip Tags</option>
654
+ <option value="3">UTF-8 Encode</option>
655
+ <option value="4">htmlentities</option>
656
+ <option value="5">Integer</option>
657
+ <option value="6">Price</option>
658
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
659
+ <option value="8">CDATA</option>
660
+ </select>
661
+ <i class="dashicons dashicons-editor-expand expandType"></i>
662
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
663
+ </td>
664
+ <td>
665
+ <input type="text" name="limit[]" class="wf_ps"/>
666
+ </td>
667
+ <td>
668
+ <i class="delRow dashicons dashicons-trash"></i>
669
+ </td>
670
+ </tr>
671
+
672
+ <tr>
673
+ <td>
674
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
675
+ </td>
676
+ <td>
677
+ <input type="text" name="mattributes[]" autocomplete="off" required
678
+ class="wf_validate_attr wf_mattributes wf_mattr" value="washing" />
679
+ </td>
680
+ <td>
681
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
682
+ </td>
683
+ <td>
684
+ <select name="type[]" class="attr_type wfnoempty">
685
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
686
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
687
+ </select>
688
+ </td>
689
+ <td>
690
+ <select name="attributes[]" required="required"
691
+ class="wf_validate_attr wf_attr wf_attributes">
692
+ <?php echo $product->attributeDropdown(); ?>
693
+ </select>
694
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
695
+ style=" display: none;"/>
696
+ </td>
697
+ <td>
698
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
699
+ </td>
700
+ <td>
701
+ <select name="output_type[][]" class="outputType wfnoempty">
702
+ <option value="1">Default</option>
703
+ <option value="2">Strip Tags</option>
704
+ <option value="3">UTF-8 Encode</option>
705
+ <option value="4">htmlentities</option>
706
+ <option value="5">Integer</option>
707
+ <option value="6">Price</option>
708
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
709
+ <option value="8">CDATA</option>
710
+ </select>
711
+ <i class="dashicons dashicons-editor-expand expandType"></i>
712
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
713
+ </td>
714
+ <td>
715
+ <input type="text" name="limit[]" class="wf_ps"/>
716
+ </td>
717
+ <td>
718
+ <i class="delRow dashicons dashicons-trash"></i>
719
+ </td>
720
+ </tr>
721
+ <tr>
722
+ <td>
723
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
724
+ </td>
725
+ <td>
726
+ <input type="text" name="mattributes[]" autocomplete="off" required
727
+ class="wf_validate_attr wf_mattributes wf_mattr" value="retail_price_currencyCode" />
728
+ </td>
729
+ <td>
730
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
731
+ </td>
732
+ <td>
733
+ <select name="type[]" class="attr_type wfnoempty">
734
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
735
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
736
+ </select>
737
+ </td>
738
+ <td>
739
+ <select name="attributes[]" required="required"
740
+ class="wf_validate_attr wf_attr wf_attributes">
741
+ <?php echo $product->attributeDropdown(); ?>
742
+ </select>
743
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
744
+ style=" display: none;"/>
745
+ </td>
746
+ <td>
747
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
748
+ </td>
749
+ <td>
750
+ <select name="output_type[][]" class="outputType wfnoempty">
751
+ <option value="1">Default</option>
752
+ <option value="2">Strip Tags</option>
753
+ <option value="3">UTF-8 Encode</option>
754
+ <option value="4">htmlentities</option>
755
+ <option value="5">Integer</option>
756
+ <option value="6">Price</option>
757
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
758
+ <option value="8">CDATA</option>
759
+ </select>
760
+ <i class="dashicons dashicons-editor-expand expandType"></i>
761
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
762
+ </td>
763
+ <td>
764
+ <input type="text" name="limit[]" class="wf_ps"/>
765
+ </td>
766
+ <td>
767
+ <i class="delRow dashicons dashicons-trash"></i>
768
+ </td>
769
+ </tr>
770
+ </tbody>
771
+ <tfoot>
772
+ <tr>
773
+ <td>
774
+ <button type="button" class="button-small button-primary" id="wf_newRow">
775
+ <?php echo _e('Add New Row', 'woo-feed'); ?>
776
+ </button>
777
+ </td>
778
+ <td colspan="8">
779
+
780
+ </td>
781
+ </tr>
782
+ </tfoot>
783
+ </table>
784
+ <table class=" widefat fixed">
785
+ <tr>
786
+ <td align="left" class="">
787
+ <div class="makeFeedResponse"></div>
788
+ <div class="makeFeedComplete"></div>
789
+ </td>
790
+ <td align="right">
791
+ <button type="submit" class="wfbtn">
792
+ <?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
793
+ </button>
794
+ </td>
795
+ </tr>
796
+ </table>
797
+ </div>
798
+ </li>
799
+ <?php include plugin_dir_path(__FILE__) . "../woo-feed-ftp-sftp-template.php"; ?>
800
+
801
+ </ul>
includes/class-woo-feed.php CHANGED
@@ -70,8 +70,7 @@ class Woo_Feed
70
  public function __construct()
71
  {
72
  $this->woo_feed = 'woo-feed';
73
- $this->version = '3.0.37';
74
-
75
  $this->load_dependencies();
76
  $this->set_locale();
77
  $this->define_admin_hooks();
@@ -116,6 +115,7 @@ class Woo_Feed
116
  * of the plugin.
117
  */
118
  require_once plugin_dir_path(dirname(__FILE__)) . 'includes/classes/class-woo-feed-products.php';
 
119
  /**
120
  * The class responsible for processing feed
121
  */
@@ -164,10 +164,10 @@ class Woo_Feed
164
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopzilla.php';
165
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopmania.php';
166
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopping.php';
167
- require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-bing.php';
168
- require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-become.php';
169
- require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-connexity.php';
170
- require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-custom.php';
171
 
172
  /**
173
  * The class responsible for defining all actions that occur in the admin area.
70
  public function __construct()
71
  {
72
  $this->woo_feed = 'woo-feed';
73
+ $this->version = '3.0.38';
 
74
  $this->load_dependencies();
75
  $this->set_locale();
76
  $this->define_admin_hooks();
115
  * of the plugin.
116
  */
117
  require_once plugin_dir_path(dirname(__FILE__)) . 'includes/classes/class-woo-feed-products.php';
118
+
119
  /**
120
  * The class responsible for processing feed
121
  */
164
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopzilla.php';
165
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopmania.php';
166
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopping.php';
167
+ require_once plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-bing.php';
168
+ require_once plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-become.php';
169
+ require_once plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-connexity.php';
170
+ require_once plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-custom.php';
171
 
172
  /**
173
  * The class responsible for defining all actions that occur in the admin area.
includes/classes/class-woo-feed-default-attributes.php CHANGED
@@ -181,14 +181,16 @@ class Woo_Feed_Default_Attributes
181
  // "spartoo.fi" => "Spartoo.fi",
182
  // "webmarchand" => "Webmarchand",
183
  // "fashiola" => "Fashiola",
184
- // "vergelijk_comparer" => "Vergelijk.be & Comparer.be",
185
  // "kieskeurig.nl" => "Kieskeurig.nl",
186
- // "beslist.nl" => "Beslist.nl",
187
  "billiger.de" => "Billiger.de",
188
  // "vertaa.fi" => "Vertaa.fi",
189
  // "cdiscount.fr" => "CDiscount.fr"
190
  // "fnac.fr" => "Fnac.fr",
191
- "idealo" => "Idealo"
 
 
192
  );
193
 
194
  asort($others_temp);
181
  // "spartoo.fi" => "Spartoo.fi",
182
  // "webmarchand" => "Webmarchand",
183
  // "fashiola" => "Fashiola",
184
+ "vergelijk_comparer" => "Vergelijk.be & Comparer.be",
185
  // "kieskeurig.nl" => "Kieskeurig.nl",
186
+ "beslist.nl" => "Beslist.nl",
187
  "billiger.de" => "Billiger.de",
188
  // "vertaa.fi" => "Vertaa.fi",
189
  // "cdiscount.fr" => "CDiscount.fr"
190
  // "fnac.fr" => "Fnac.fr",
191
+ "idealo" => "Idealo",
192
+ // "miinto.nl" => "Miinto.nl",
193
+ // 'fyndiq.se' => "Fyndiq.se"
194
  );
195
 
196
  asort($others_temp);
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.37
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
@@ -795,7 +795,9 @@ function woo_feed_manage_feed()
795
  "vertaa.fi",
796
  "cdiscount.fr",
797
  "fnac.fr",
798
- "idealo"
 
 
799
  );
800
 
801
  if (isset($fname)) {
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.38
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2
795
  "vertaa.fi",
796
  "cdiscount.fr",
797
  "fnac.fr",
798
+ "idealo",
799
+ "miinto.nl",
800
+ "fyndiq.se"
801
  );
802
 
803
  if (isset($fname)) {