Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.0.14 |
Comparing to | |
See all releases |
Code changes from version 3.0.13 to 3.0.14
- README.txt +4 -2
- admin/js/woo-feed-admin.js +7 -7
- admin/partials/zap.co.il/add-feed.php +678 -0
- includes/class-woo-feed.php +1 -1
- includes/classes/class-woo-feed-default-attributes.php +1 -0
- woo-feed.php +2 -2
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -169,7 +169,6 @@ In one word WooCommerce Product Feed is a revolution. Yah, it’s a revolution o
|
|
169 |
* <a target="_blank" href="https://www.cherchons.com/">Cherchons.com</a>
|
170 |
* <a target="_blank" href="http://www.miinto.com/">Miinto.com</a>
|
171 |
* <a target="_blank" href="https://www.ricardo.ch/">Ricardo.ch</a>
|
172 |
-
* <a target="_blank" href="https://www.ricardo.ch/">Ricardo.ch</a>
|
173 |
* <a target="_blank" href="https://www.kauftipp.ch/">Kauftipp.ch</a>
|
174 |
|
175 |
<blockquote>
|
@@ -296,6 +295,9 @@ Using pro version:
|
|
296 |
|
297 |
== Changelog ==
|
298 |
|
|
|
|
|
|
|
299 |
= 3.0.13(2019-03-28) =
|
300 |
* Added: Google Local Product template added
|
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.14
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
169 |
* <a target="_blank" href="https://www.cherchons.com/">Cherchons.com</a>
|
170 |
* <a target="_blank" href="http://www.miinto.com/">Miinto.com</a>
|
171 |
* <a target="_blank" href="https://www.ricardo.ch/">Ricardo.ch</a>
|
|
|
172 |
* <a target="_blank" href="https://www.kauftipp.ch/">Kauftipp.ch</a>
|
173 |
|
174 |
<blockquote>
|
295 |
|
296 |
== Changelog ==
|
297 |
|
298 |
+
= 3.0.14(2019-04-01) =
|
299 |
+
* Added: Zap.co.il template added
|
300 |
+
|
301 |
= 3.0.13(2019-03-28) =
|
302 |
* Added: Google Local Product template added
|
303 |
|
admin/js/woo-feed-admin.js
CHANGED
@@ -238,13 +238,13 @@
|
|
238 |
$('#wf_google_taxonomy_input_modal').text('');
|
239 |
});
|
240 |
|
241 |
-
//close modal if click outside the modal
|
242 |
-
$(document).click(function(e) {
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
});
|
248 |
}
|
249 |
|
250 |
// Generate Feed Table row shorting
|
238 |
$('#wf_google_taxonomy_input_modal').text('');
|
239 |
});
|
240 |
|
241 |
+
// //close modal if click outside the modal
|
242 |
+
// $(document).click(function(e) {
|
243 |
+
// //if you click on anything except the modal itself, close the modal
|
244 |
+
// if (!$(e.target).closest("._wf_popup-inner").length) {
|
245 |
+
// $("#wf_google_taxonomy_modal").fadeOut(200);
|
246 |
+
// }
|
247 |
+
// });
|
248 |
}
|
249 |
|
250 |
// Generate Feed Table row shorting
|
admin/partials/zap.co.il/add-feed.php
ADDED
@@ -0,0 +1,678 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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('Command', '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" value="PRODUCT_URL"/>
|
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[]" id="" required="required"
|
41 |
+
class="wf_validate_attr wf_attr wf_attributes">
|
42 |
+
<?php echo $product->attributeDropdown('link'); ?>
|
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[][]" 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>
|
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" value="PRODUCT_NAME"/>
|
79 |
+
</td>
|
80 |
+
<td>
|
81 |
+
<input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
|
82 |
+
</td>
|
83 |
+
<td>
|
84 |
+
<select name="type[]" class="attr_type wfnoempty">
|
85 |
+
<option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
|
86 |
+
<option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
|
87 |
+
</select>
|
88 |
+
</td>
|
89 |
+
<td>
|
90 |
+
<select name="attributes[]" id="" 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[][]" id="" 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" value="DETAILS"/>
|
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[]" id="" 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[][]" id="" 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" value="PRODUCTCODE"/>
|
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[]" id="" required="required"
|
191 |
+
class="wf_validate_attr wf_attr wf_attributes">
|
192 |
+
<?php echo $product->attributeDropdown('id'); ?>
|
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[][]" id="" 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" value="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"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
|
237 |
+
</select>
|
238 |
+
</td>
|
239 |
+
<td>
|
240 |
+
<select name="attributes[]" id="" required="required"
|
241 |
+
class="wf_validate_attr wf_attr wf_attributes">
|
242 |
+
<?php echo $product->attributeDropdown(''); ?>
|
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[][]" id="" 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" value="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[]" id="" required="required"
|
291 |
+
class="wf_validate_attr wf_attr wf_attributes">
|
292 |
+
<?php echo $product->attributeDropdown('current_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[][]" id="" 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 |
+
<tr>
|
322 |
+
<td>
|
323 |
+
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
324 |
+
</td>
|
325 |
+
<td>
|
326 |
+
<input type="text" name="mattributes[]" autocomplete="off" required
|
327 |
+
class="wf_validate_attr wf_mattributes" value="SHIPMENT_COST"/>
|
328 |
+
</td>
|
329 |
+
<td>
|
330 |
+
<input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
|
331 |
+
</td>
|
332 |
+
<td>
|
333 |
+
<select name="type[]" class="attr_type wfnoempty">
|
334 |
+
<option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
|
335 |
+
<option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
|
336 |
+
</select>
|
337 |
+
</td>
|
338 |
+
<td>
|
339 |
+
<select name="attributes[]" id="" required="required"
|
340 |
+
class="wf_validate_attr wf_attr wf_attributes">
|
341 |
+
<?php echo $product->attributeDropdown(); ?>
|
342 |
+
</select>
|
343 |
+
<input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
|
344 |
+
style=" display: none;"/>
|
345 |
+
</td>
|
346 |
+
<td>
|
347 |
+
<input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
|
348 |
+
</td>
|
349 |
+
<td>
|
350 |
+
<select name="output_type[][]" id="" class="outputType wfnoempty">
|
351 |
+
<option value="1">Default</option>
|
352 |
+
<option value="2">Strip Tags</option>
|
353 |
+
<option value="3">UTF-8 Encode</option>
|
354 |
+
<option value="4">htmlentities</option>
|
355 |
+
<option value="5">Integer</option>
|
356 |
+
<option value="6">Price</option>
|
357 |
+
<option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
|
358 |
+
<option value="8">CDATA</option>
|
359 |
+
</select>
|
360 |
+
<i class="dashicons dashicons-editor-expand expandType"></i>
|
361 |
+
<i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
|
362 |
+
</td>
|
363 |
+
<td>
|
364 |
+
<input type="text" name="limit[]" class="wf_ps"/>
|
365 |
+
</td>
|
366 |
+
<td>
|
367 |
+
<i class="delRow dashicons dashicons-trash"></i>
|
368 |
+
</td>
|
369 |
+
</tr>
|
370 |
+
<tr>
|
371 |
+
<td>
|
372 |
+
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
373 |
+
</td>
|
374 |
+
<td>
|
375 |
+
<input type="text" name="mattributes[]" autocomplete="off" required
|
376 |
+
class="wf_validate_attr wf_mattributes" value="DELIVERY_TIME"/>
|
377 |
+
</td>
|
378 |
+
<td>
|
379 |
+
<input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
|
380 |
+
</td>
|
381 |
+
<td>
|
382 |
+
<select name="type[]" class="attr_type wfnoempty">
|
383 |
+
<option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
|
384 |
+
<option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
|
385 |
+
</select>
|
386 |
+
</td>
|
387 |
+
<td>
|
388 |
+
<select name="attributes[]" id="" required="required"
|
389 |
+
class="wf_validate_attr wf_attr wf_attributes">
|
390 |
+
<?php echo $product->attributeDropdown(); ?>
|
391 |
+
</select>
|
392 |
+
<input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
|
393 |
+
style=" display: none;"/>
|
394 |
+
</td>
|
395 |
+
<td>
|
396 |
+
<input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
|
397 |
+
</td>
|
398 |
+
<td>
|
399 |
+
<select name="output_type[][]" id="" class="outputType wfnoempty">
|
400 |
+
<option value="1">Default</option>
|
401 |
+
<option value="2">Strip Tags</option>
|
402 |
+
<option value="3">UTF-8 Encode</option>
|
403 |
+
<option value="4">htmlentities</option>
|
404 |
+
<option value="5">Integer</option>
|
405 |
+
<option value="6">Price</option>
|
406 |
+
<option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
|
407 |
+
<option value="8">CDATA</option>
|
408 |
+
</select>
|
409 |
+
<i class="dashicons dashicons-editor-expand expandType"></i>
|
410 |
+
<i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
|
411 |
+
</td>
|
412 |
+
<td>
|
413 |
+
<input type="text" name="limit[]" class="wf_ps"/>
|
414 |
+
</td>
|
415 |
+
<td>
|
416 |
+
<i class="delRow dashicons dashicons-trash"></i>
|
417 |
+
</td>
|
418 |
+
</tr>
|
419 |
+
<tr>
|
420 |
+
<td>
|
421 |
+
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
422 |
+
</td>
|
423 |
+
<td>
|
424 |
+
<input type="text" name="mattributes[]" autocomplete="off" required
|
425 |
+
class="wf_validate_attr wf_mattributes" value="IMAGE"/>
|
426 |
+
</td>
|
427 |
+
<td>
|
428 |
+
<input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
|
429 |
+
</td>
|
430 |
+
<td>
|
431 |
+
<select name="type[]" class="attr_type wfnoempty">
|
432 |
+
<option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
|
433 |
+
<option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
|
434 |
+
</select>
|
435 |
+
</td>
|
436 |
+
<td>
|
437 |
+
<select name="attributes[]" id="" required="required"
|
438 |
+
class="wf_validate_attr wf_attr wf_attributes">
|
439 |
+
<?php echo $product->attributeDropdown('image'); ?>
|
440 |
+
</select>
|
441 |
+
<input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
|
442 |
+
style=" display: none;"/>
|
443 |
+
</td>
|
444 |
+
<td>
|
445 |
+
<input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
|
446 |
+
</td>
|
447 |
+
<td>
|
448 |
+
<select name="output_type[][]" id="" class="outputType wfnoempty">
|
449 |
+
<option value="1">Default</option>
|
450 |
+
<option value="2">Strip Tags</option>
|
451 |
+
<option value="3">UTF-8 Encode</option>
|
452 |
+
<option value="4">htmlentities</option>
|
453 |
+
<option value="5">Integer</option>
|
454 |
+
<option value="6">Price</option>
|
455 |
+
<option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
|
456 |
+
<option value="8">CDATA</option>
|
457 |
+
</select>
|
458 |
+
<i class="dashicons dashicons-editor-expand expandType"></i>
|
459 |
+
<i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
|
460 |
+
</td>
|
461 |
+
<td>
|
462 |
+
<input type="text" name="limit[]" class="wf_ps"/>
|
463 |
+
</td>
|
464 |
+
<td>
|
465 |
+
<i class="delRow dashicons dashicons-trash"></i>
|
466 |
+
</td>
|
467 |
+
</tr>
|
468 |
+
</tbody>
|
469 |
+
<tfoot>
|
470 |
+
<tr>
|
471 |
+
<td>
|
472 |
+
<button type="button" class="button-small button-primary" id="wf_newRow">
|
473 |
+
<?php echo _e('Add New Row', 'woo-feed'); ?>
|
474 |
+
</button>
|
475 |
+
</td>
|
476 |
+
<td colspan="8">
|
477 |
+
|
478 |
+
</td>
|
479 |
+
</tr>
|
480 |
+
</tfoot>
|
481 |
+
</table>
|
482 |
+
<table class=" widefat fixed">
|
483 |
+
<tr>
|
484 |
+
<td align="left" class="">
|
485 |
+
<div class="makeFeedResponse"></div>
|
486 |
+
<div class="makeFeedComplete"></div>
|
487 |
+
</td>
|
488 |
+
<td align="right">
|
489 |
+
<button type="submit" id="wf_submit" class="wfbtn">
|
490 |
+
<?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
|
491 |
+
</button>
|
492 |
+
</td>
|
493 |
+
</tr>
|
494 |
+
</table>
|
495 |
+
</div>
|
496 |
+
</li>
|
497 |
+
<?php if (get_option('woocommerce_product_feed_pro_activated') && get_option('woocommerce_product_feed_pro_activated') == "Activated") { ?>
|
498 |
+
<li>
|
499 |
+
<input type="radio" name="wf_tabs" id="tab2"/>
|
500 |
+
<label class="wf-tab-name" for="tab2"><?php echo _e( 'Filter', 'woo-feed' ); ?></label>
|
501 |
+
|
502 |
+
<div id="wf-tab-content2" class="wf-tab-content">
|
503 |
+
<table class="table widefat fixed sorted_table mtable" width="100%" id="table-filter">
|
504 |
+
<tbody>
|
505 |
+
<tr>
|
506 |
+
<td><?php echo _e("Composite Product Price", 'woo-feed'); ?></td>
|
507 |
+
<td>
|
508 |
+
<select name="composite_price">
|
509 |
+
<option value="parent_product_price"><?= _e("Parent Product Price", "woo-feed"); ?></option>
|
510 |
+
<option value="all_product_price"><?= _e("All Product Price", 'woo-feed'); ?></option>
|
511 |
+
</select>
|
512 |
+
</td>
|
513 |
+
</tr>
|
514 |
+
</tbody>
|
515 |
+
</table>
|
516 |
+
<table class=" widefat fixed">
|
517 |
+
<tr>
|
518 |
+
<td align="left" class="makeFeedResponse">
|
519 |
+
|
520 |
+
</td>
|
521 |
+
<td align="right">
|
522 |
+
<button type="submit" class="wfbtn">
|
523 |
+
<?php echo _e( 'Save & Generate Feed', 'woo-feed' ); ?>
|
524 |
+
</button>
|
525 |
+
</td>
|
526 |
+
</tr>
|
527 |
+
</table>
|
528 |
+
</div>
|
529 |
+
</li>
|
530 |
+
|
531 |
+
<li>
|
532 |
+
<input type="radio" name="wf_tabs" id="tab3"/>
|
533 |
+
<label class="wf-tab-name" for="tab3"><?php echo _e('Advanced Filter', 'woo-feed'); ?></label>
|
534 |
+
|
535 |
+
<div id="wf-tab-content3" class="wf-tab-content">
|
536 |
+
<table class="table tree widefat fixed sorted_table mtable" width="100%" id="table-filter">
|
537 |
+
<thead>
|
538 |
+
<tr>
|
539 |
+
<th></th>
|
540 |
+
<th><?php echo _e('Attributes', 'woo-feed'); ?></th>
|
541 |
+
<th><?php echo _e('Condition', 'woo-feed'); ?></th>
|
542 |
+
<th><?php echo _e('Value', 'woo-feed'); ?></th>
|
543 |
+
<th></th>
|
544 |
+
</tr>
|
545 |
+
<tr style="border-bottom: 2px solid #ccc">
|
546 |
+
<td><?php echo _e('Filter', 'woo-feed'); ?> </td>
|
547 |
+
<td colspan="4">
|
548 |
+
<select name="filterType" class="">
|
549 |
+
<option value="2"><?php echo _e('Together', 'woo-feed'); ?></option>
|
550 |
+
<option value="1"><?php echo _e('Individually', 'woo-feed'); ?></option>
|
551 |
+
</select>
|
552 |
+
</td>
|
553 |
+
</tr>
|
554 |
+
</thead>
|
555 |
+
<tbody>
|
556 |
+
|
557 |
+
<tr style="display:none;" class="daRow">
|
558 |
+
<td>
|
559 |
+
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
560 |
+
</td>
|
561 |
+
<td>
|
562 |
+
<select name="fattribute[]" id="" disabled required class="fsrow">
|
563 |
+
<?php echo $product->attributeDropdown(); ?>
|
564 |
+
</select>
|
565 |
+
</td>
|
566 |
+
<td>
|
567 |
+
<select name="condition[]" disabled class="fsrow">
|
568 |
+
<option value="=="><?php echo _e('is / equal', 'woo-feed'); ?></option>
|
569 |
+
<option value="!="><?php echo _e('is not / not equal', 'woo-feed'); ?></option>
|
570 |
+
<option value=">="><?php echo _e('equals or greater than', 'woo-feed'); ?></option>
|
571 |
+
<option value=">"><?php echo _e('greater than', 'woo-feed'); ?></option>
|
572 |
+
<option value="<="><?php echo _e('equals or less than', 'woo-feed'); ?></option>
|
573 |
+
<option value="<"><?php echo _e('less than', 'woo-feed'); ?></option>
|
574 |
+
<option value="contains"><?php echo _e('contains', 'woo-feed'); ?></option>
|
575 |
+
<option value="nContains"><?php echo _e('does not contain', 'woo-feed'); ?></option>
|
576 |
+
</select>
|
577 |
+
</td>
|
578 |
+
<td>
|
579 |
+
<input type="text" name="filterCompare[]" disabled autocomplete="off" class="fsrow"/>
|
580 |
+
</td>
|
581 |
+
<td>
|
582 |
+
<i class="delRow dashicons dashicons-trash"></i>
|
583 |
+
</td>
|
584 |
+
</tr>
|
585 |
+
</tbody>
|
586 |
+
<tfoot>
|
587 |
+
<tr>
|
588 |
+
<td>
|
589 |
+
<button type="button" class="button-small button-primary" id="wf_newFilter">
|
590 |
+
<?php echo _e('Add New Condition', 'woo-feed'); ?>
|
591 |
+
</button>
|
592 |
+
</td>
|
593 |
+
<td colspan="4">
|
594 |
+
|
595 |
+
</td>
|
596 |
+
</tr>
|
597 |
+
</tfoot>
|
598 |
+
</table>
|
599 |
+
<table class=" widefat fixed">
|
600 |
+
<tr>
|
601 |
+
<td align="left" class="makeFeedResponse">
|
602 |
+
|
603 |
+
</td>
|
604 |
+
<td align="right">
|
605 |
+
<button type="submit" id="wf_submit" class="wfbtn">
|
606 |
+
<?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
|
607 |
+
</button>
|
608 |
+
</td>
|
609 |
+
</tr>
|
610 |
+
</table>
|
611 |
+
</div>
|
612 |
+
</li>
|
613 |
+
<?php } ?>
|
614 |
+
<li>
|
615 |
+
<input type="radio" name="wf_tabs" id="tab4"/>
|
616 |
+
<label class="wf-tab-name" for="tab4"><?php echo _e('FTP / SFTP', 'woo-feed'); ?></label>
|
617 |
+
|
618 |
+
<div id="wf-tab-content4" class="wf-tab-content">
|
619 |
+
<table class="table widefat fixed mtable" width="100%">
|
620 |
+
<tbody>
|
621 |
+
<tr>
|
622 |
+
<td><?php echo _e('Enabled', 'woo-feed'); ?></td>
|
623 |
+
<td>
|
624 |
+
<select name="ftpenabled" id="">
|
625 |
+
<option value="0"><?php echo _e('Disabled', 'woo-feed'); ?></option>
|
626 |
+
<option value="1"><?php echo _e('Enabled', 'woo-feed'); ?></option>
|
627 |
+
</select>
|
628 |
+
</td>
|
629 |
+
</tr>
|
630 |
+
<tr>
|
631 |
+
<td><?php echo _e( 'Server Type', 'woo-feed' ); ?></td>
|
632 |
+
<td>
|
633 |
+
<select name="ftporsftp" id="" class="ftporsftp">
|
634 |
+
<option value="ftp"><?php echo _e( 'FTP', 'woo-feed' ); ?></option>
|
635 |
+
<option value="sftp"><?php echo _e( 'SFTP', 'woo-feed' ); ?></option>
|
636 |
+
</select>
|
637 |
+
<span class="ssh2_status"></span>
|
638 |
+
</td>
|
639 |
+
</tr>
|
640 |
+
<tr>
|
641 |
+
<td><?php echo _e('Host Name', 'woo-feed'); ?></td>
|
642 |
+
<td><input type="text" name="ftphost"/></td>
|
643 |
+
</tr>
|
644 |
+
|
645 |
+
<tr>
|
646 |
+
<td><?php echo _e( 'Port', 'woo-feed' ); ?></td>
|
647 |
+
<td><input type="text" name="ftpport" value="21"/></td>
|
648 |
+
</tr>
|
649 |
+
<tr>
|
650 |
+
<td><?php echo _e('User Name', 'woo-feed'); ?></td>
|
651 |
+
<td><input type="text" name="ftpuser"/></td>
|
652 |
+
</tr>
|
653 |
+
<tr>
|
654 |
+
<td><?php echo _e('Password', 'woo-feed'); ?></td>
|
655 |
+
<td><input type="password" name="ftppassword"/></td>
|
656 |
+
</tr>
|
657 |
+
<tr>
|
658 |
+
<td><?php echo _e('Path (Optional)', 'woo-feed'); ?></td>
|
659 |
+
<td><input type="text" name="ftppath"/></td>
|
660 |
+
</tr>
|
661 |
+
</tbody>
|
662 |
+
</table>
|
663 |
+
<table class=" widefat fixed">
|
664 |
+
<tr>
|
665 |
+
<td align="left" class="makeFeedResponse">
|
666 |
+
|
667 |
+
</td>
|
668 |
+
<td align="right">
|
669 |
+
<button type="submit" id="wf_submit" class="wfbtn">
|
670 |
+
<?php echo _e('Save & Generate Feed', 'woo-feed'); ?>
|
671 |
+
</button>
|
672 |
+
</td>
|
673 |
+
</tr>
|
674 |
+
</table>
|
675 |
+
</div>
|
676 |
+
</li>
|
677 |
+
|
678 |
+
</ul>
|
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.
|
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.14';
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
includes/classes/class-woo-feed-default-attributes.php
CHANGED
@@ -63,6 +63,7 @@ class Woo_Feed_Default_Attributes
|
|
63 |
"crowdfox" =>"Crowdfox",
|
64 |
"jet" =>"Jet.com",
|
65 |
"wish" =>"Wish.com",
|
|
|
66 |
"---2" =>"",
|
67 |
"--3" =>"Amazon Template",
|
68 |
"amazon_clothing" =>"Clothing",
|
63 |
"crowdfox" =>"Crowdfox",
|
64 |
"jet" =>"Jet.com",
|
65 |
"wish" =>"Wish.com",
|
66 |
+
"zap.co.il" => "Zap.co.il",
|
67 |
"---2" =>"",
|
68 |
"--3" =>"Amazon Template",
|
69 |
"amazon_clothing" =>"Clothing",
|
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.
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|
@@ -758,7 +758,7 @@ function woo_feed_manage_feed()
|
|
758 |
}
|
759 |
|
760 |
$merchants=array(
|
761 |
-
"custom","fruugo","twenga","pricespy","prisjakt","amazon","adwords","polyvore","bol","pricerunner","adform","bonanza","leeguide","real","crowdfox","jet","wish","google_local_inventory", "google_local"
|
762 |
);
|
763 |
|
764 |
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.14
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|
758 |
}
|
759 |
|
760 |
$merchants=array(
|
761 |
+
"custom","fruugo","twenga","pricespy","prisjakt","amazon","adwords","polyvore","bol","pricerunner","adform","bonanza","leeguide","real","crowdfox","jet","wish","google_local_inventory", "google_local", "zap.co.il"
|
762 |
);
|
763 |
|
764 |
if (isset($fname)) {
|