CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.6.13

Version Description

(2020-07-20) = * Added: Zalando template added.

Download this release

Release Info

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

Code changes from version 3.6.12 to 3.6.13

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.4
7
  Requires PHP: 5.6
8
- Stable tag: 3.6.12
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -176,6 +176,7 @@ In one word WooCommerce Product Feed is a revolution. Yah, it’s a revolution o
176
  * <a target="_blank" href="https://www.ricardo.ch/">Ricardo.ch</a>
177
  * <a target="_blank" href="https://www.kauftipp.ch/">Kauftipp.ch</a>
178
  * <a target="_blank" href="https://zap.co.il/">Zap.co.il</a>
 
179
  * <a target="_blank" href="https://smartly.io/">Smartly.io</a>
180
  * <a target="_blank" href="https://www.stylight.com/">Stylight.com</a>
181
  * <a target="_blank" href="https://developer.yahoo.com/nativeandsearch/guide/dynamic-product-ads/operations-dpa/">Yahoo Dynamic Product Ads</a>
@@ -306,6 +307,9 @@ Using pro version:
306
 
307
  == Changelog ==
308
 
 
 
 
309
  = 3.6.12 (2020-07-13) =
310
  * Tweak: WC 4.3 compatibility checked.
311
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.4
7
  Requires PHP: 5.6
8
+ Stable tag: 3.6.13
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
176
  * <a target="_blank" href="https://www.ricardo.ch/">Ricardo.ch</a>
177
  * <a target="_blank" href="https://www.kauftipp.ch/">Kauftipp.ch</a>
178
  * <a target="_blank" href="https://zap.co.il/">Zap.co.il</a>
179
+ * <a target="_blank" href="https://www.zalando.com/">Zalando</a>
180
  * <a target="_blank" href="https://smartly.io/">Smartly.io</a>
181
  * <a target="_blank" href="https://www.stylight.com/">Stylight.com</a>
182
  * <a target="_blank" href="https://developer.yahoo.com/nativeandsearch/guide/dynamic-product-ads/operations-dpa/">Yahoo Dynamic Product Ads</a>
307
 
308
  == Changelog ==
309
 
310
+ = 3.6.13 (2020-07-20) =
311
+ * Added: Zalando template added.
312
+
313
  = 3.6.12 (2020-07-13) =
314
  * Tweak: WC 4.3 compatibility checked.
315
 
includes/classes/class-woo-feed-merchant.php CHANGED
@@ -421,6 +421,7 @@ class Woo_Feed_Merchant {
421
  'wish' => esc_html__( 'Wish.com', 'woo-feed' ),
422
  'yahoo_nfa' => esc_html__( 'Yahoo NFA', 'woo-feed' ),
423
  'zap.co.il' => esc_html__( 'Zap.co.il', 'woo-feed' ),
 
424
  '---3' => '',
425
  );
426
  }
421
  'wish' => esc_html__( 'Wish.com', 'woo-feed' ),
422
  'yahoo_nfa' => esc_html__( 'Yahoo NFA', 'woo-feed' ),
423
  'zap.co.il' => esc_html__( 'Zap.co.il', 'woo-feed' ),
424
+ 'zalando' => esc_html__( 'Zalando', 'woo-feed' ),
425
  '---3' => '',
426
  );
427
  }
includes/feeds/merchant_infos.php CHANGED
@@ -360,5 +360,9 @@ return array(
360
  'link' => 'https://webappick-assets.s3.amazonaws.com/feed_template/Shopee_mass_upload_29-06-2020_basic_template.xlsx.xls',
361
  'feed_file_type' => array( 'CSV' ),
362
  ),
 
 
 
 
363
  );
364
  // End of file merchant_infos.php
360
  'link' => 'https://webappick-assets.s3.amazonaws.com/feed_template/Shopee_mass_upload_29-06-2020_basic_template.xlsx.xls',
361
  'feed_file_type' => array( 'CSV' ),
362
  ),
363
+ 'zalando' => array(
364
+ 'link' => 'https://docs.partner-solutions.zalan.do/de/fci/getting-started.html#format',
365
+ 'feed_file_type' => array( 'CSV' ),
366
+ ),
367
  );
368
  // End of file merchant_infos.php
includes/feeds/merchant_templates.php CHANGED
@@ -7644,5 +7644,15 @@ return array(
7644
  'output_type' => array('1','1','1','1','1','1','1','1',),
7645
  'limit' => array('','','','','','','','',),
7646
  ),
 
 
 
 
 
 
 
 
 
 
7647
  );
7648
  // End of file merchant_templates.php
7644
  'output_type' => array('1','1','1','1','1','1','1','1',),
7645
  'limit' => array('','','','','','','','',),
7646
  ),
7647
+ 'zalando' => array(
7648
+ 'mattributes' => array('store','ean','price','retail_price','quantity','article_number','product_number','product_name','store_article_location',),
7649
+ 'prefix' => array('','','','','','','','','',),
7650
+ 'type' => array('pattern','attribute','attribute','attribute','attribute','attribute','attribute','attribute','pattern',),
7651
+ 'attributes' => array('','','price','sale_price','quantity','sku','id','title','',),
7652
+ 'default' => array('','','','','','','','Localhost','type address here',),
7653
+ 'suffix' => array('','','','','','','','','',),
7654
+ 'output_type' => array('1','1','6','6','1','1','1','1','1',),
7655
+ 'limit' => array('','','','','','','','','',),
7656
+ ),
7657
  );
7658
  // 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.6.12
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.6.12' );
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.6.13
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.6.13' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {