Version Description
(2020-08-28) = * Added: Tweakers Pricewatch XML & CSV template added.
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.7.8 |
Comparing to | |
See all releases |
Code changes from version 3.7.7 to 3.7.8
- README.txt +4 -1
- includes/classes/class-woo-feed-merchant.php +4 -2
- includes/feeds/merchant_infos.php +8 -0
- includes/feeds/merchant_templates.php +20 -0
- woo-feed.php +2 -2
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags:product feed,woocommerce product feed,google shopping feed,google shopping,
|
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.5
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 3.7.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -308,6 +308,9 @@ Using pro version:
|
|
308 |
|
309 |
== Changelog ==
|
310 |
|
|
|
|
|
|
|
311 |
= 3.7.7 (2020-08-26) =
|
312 |
* Fix: Multiple additional_image_link attribute missing on Google Shopping template for CSV & TXT feed.
|
313 |
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.5
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 3.7.8
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
308 |
|
309 |
== Changelog ==
|
310 |
|
311 |
+
= 3.7.8 (2020-08-28) =
|
312 |
+
* Added: Tweakers Pricewatch XML & CSV template added.
|
313 |
+
|
314 |
= 3.7.7 (2020-08-26) =
|
315 |
* Fix: Multiple additional_image_link attribute missing on Google Shopping template for CSV & TXT feed.
|
316 |
|
includes/classes/class-woo-feed-merchant.php
CHANGED
@@ -416,14 +416,16 @@ class Woo_Feed_Merchant {
|
|
416 |
'stylight.com' => esc_html__( 'Stylight.com', 'woo-feed' ),
|
417 |
'trovaprezzi' => esc_html__( 'Trovaprezzi.it', 'woo-feed' ),
|
418 |
'twenga' => esc_html__( 'Twenga', 'woo-feed' ),
|
419 |
-
|
|
|
|
|
420 |
'walmart' => esc_html__( 'Walmart', 'woo-feed' ),
|
421 |
'webmarchand' => esc_html__( 'Webmarchand', 'woo-feed' ),
|
422 |
'wish' => esc_html__( 'Wish.com', 'woo-feed' ),
|
423 |
'yahoo_nfa' => esc_html__( 'Yahoo NFA', 'woo-feed' ),
|
424 |
'zap.co.il' => esc_html__( 'Zap.co.il', 'woo-feed' ),
|
425 |
'zalando' => esc_html__( 'Zalando', 'woo-feed' ),
|
426 |
-
|
427 |
);
|
428 |
}
|
429 |
|
416 |
'stylight.com' => esc_html__( 'Stylight.com', 'woo-feed' ),
|
417 |
'trovaprezzi' => esc_html__( 'Trovaprezzi.it', 'woo-feed' ),
|
418 |
'twenga' => esc_html__( 'Twenga', 'woo-feed' ),
|
419 |
+
'tweaker_xml' => esc_html__( 'Tweakers (XML)', 'woo-feed' ),
|
420 |
+
'tweaker_csv' => esc_html__( 'Tweakers (CSV)', 'woo-feed' ),
|
421 |
+
'vertaa.fi' => esc_html__( 'Vertaa.fi', 'woo-feed' ),
|
422 |
'walmart' => esc_html__( 'Walmart', 'woo-feed' ),
|
423 |
'webmarchand' => esc_html__( 'Webmarchand', 'woo-feed' ),
|
424 |
'wish' => esc_html__( 'Wish.com', 'woo-feed' ),
|
425 |
'yahoo_nfa' => esc_html__( 'Yahoo NFA', 'woo-feed' ),
|
426 |
'zap.co.il' => esc_html__( 'Zap.co.il', 'woo-feed' ),
|
427 |
'zalando' => esc_html__( 'Zalando', 'woo-feed' ),
|
428 |
+
'---3' => '',
|
429 |
);
|
430 |
}
|
431 |
|
includes/feeds/merchant_infos.php
CHANGED
@@ -367,5 +367,13 @@ return array(
|
|
367 |
'etsy' => array(
|
368 |
'feed_file_type' => array( 'CSV' ),
|
369 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
);
|
371 |
// End of file merchant_infos.php
|
367 |
'etsy' => array(
|
368 |
'feed_file_type' => array( 'CSV' ),
|
369 |
),
|
370 |
+
'tweaker_xml' => array(
|
371 |
+
'link' => 'https://webappick.com/wp-content/uploads/2020/08/Specificaties-productfeed-Tweakers-Pricewatch.pdf',
|
372 |
+
'feed_file_type' => array( 'XML' ),
|
373 |
+
),
|
374 |
+
'tweaker_csv' => array(
|
375 |
+
'link' => 'https://webappick.com/wp-content/uploads/2020/08/Specificaties-productfeed-Tweakers-Pricewatch.pdf',
|
376 |
+
'feed_file_type' => array( 'CSV' ),
|
377 |
+
),
|
378 |
);
|
379 |
// End of file merchant_infos.php
|
includes/feeds/merchant_templates.php
CHANGED
@@ -7589,5 +7589,25 @@ return array(
|
|
7589 |
'output_type' => array('1','1','1','1','1','1','1','1','1','1','1','1',),
|
7590 |
'limit' => array('','','','','','','','','','','','',),
|
7591 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7592 |
);
|
7593 |
// End of file merchant_templates.php
|
7589 |
'output_type' => array('1','1','1','1','1','1','1','1','1','1','1','1',),
|
7590 |
'limit' => array('','','','','','','','','','','','',),
|
7591 |
),
|
7592 |
+
'tweaker_csv' => array(
|
7593 |
+
'mattributes' => array('EAN code','SKU Code','Naam','Deeplink','Prijs','Verzendkosten','Levertijd','Promotiezin',),
|
7594 |
+
'prefix' => array('','','','','','','','',),
|
7595 |
+
'type' => array('attribute','attribute','attribute','attribute','attribute','pattern','pattern','pattern',),
|
7596 |
+
'attributes' => array('','sku','title','link','price','','','',),
|
7597 |
+
'default' => array('','','','','','','','',),
|
7598 |
+
'suffix' => array('','','','','','','','',),
|
7599 |
+
'output_type' => array('1','1','1','1','6','1','1','1',),
|
7600 |
+
'limit' => array('','','','','','','','',),
|
7601 |
+
),
|
7602 |
+
'tweaker_xml' => array(
|
7603 |
+
'mattributes' => array('Product_in_stock','Product_Brand','SKU_Code','Product_Name','Product_Price','Delivery_Period','Product_Ean','Deeplink','Delivery_Costs','Promotiezin',),
|
7604 |
+
'prefix' => array('','','','','','','','','','',),
|
7605 |
+
'type' => array('attribute','pattern','attribute','attribute','attribute','pattern','attribute','attribute','pattern','pattern',),
|
7606 |
+
'attributes' => array('quantity','','sku','title','price','','','link','','',),
|
7607 |
+
'default' => array('','','','','','3 dagen','','Localhost','','',),
|
7608 |
+
'suffix' => array('','','','','','','','','','',),
|
7609 |
+
'output_type' => array('1','1','1','1','6','1','1','1','1','1',),
|
7610 |
+
'limit' => array('','','','','','','','','','test',),
|
7611 |
+
),
|
7612 |
);
|
7613 |
// End of file merchant_templates.php
|
woo-feed.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* Plugin URI: https://webappick.com/
|
12 |
* Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
|
13 |
*
|
14 |
-
* Version: 3.7.
|
15 |
* Author: WebAppick
|
16 |
* Author URI: https://webappick.com/
|
17 |
* License: GPL v2
|
@@ -39,7 +39,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
|
|
39 |
* @var string
|
40 |
* @since 3.1.6
|
41 |
*/
|
42 |
-
define( 'WOO_FEED_FREE_VERSION', '3.7.
|
43 |
}
|
44 |
|
45 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|
11 |
* Plugin URI: https://webappick.com/
|
12 |
* Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
|
13 |
*
|
14 |
+
* Version: 3.7.8
|
15 |
* Author: WebAppick
|
16 |
* Author URI: https://webappick.com/
|
17 |
* License: GPL v2
|
39 |
* @var string
|
40 |
* @since 3.1.6
|
41 |
*/
|
42 |
+
define( 'WOO_FEED_FREE_VERSION', '3.7.8' );
|
43 |
}
|
44 |
|
45 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|