CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.8.8

Version Description

(2020-09-29) = * Added: Added the Heureka Slovakia template.

Download this release

Release Info

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

Code changes from version 3.8.7 to 3.8.8

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.8.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.8.7 (2020-09-28) =
312
  * Added: `Child Category` and `Child Category id` option to feed.
313
  * Tweak: Profit share template new structure.
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 3.8.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.8.8 (2020-09-29) =
312
+ * Added: Added the Heureka Slovakia template.
313
+
314
  = 3.8.7 (2020-09-28) =
315
  * Added: `Child Category` and `Child Category id` option to feed.
316
  * Tweak: Profit share template new structure.
includes/classes/class-woo-feed-merchant.php CHANGED
@@ -384,6 +384,7 @@ class Woo_Feed_Merchant {
384
  'fruugo' => esc_html__( 'Fruugo', 'woo-feed' ),
385
  'fruugo.au' => esc_html__( 'Fruugoaustralia.com', 'woo-feed' ),
386
  'fyndiq.se' => esc_html__( 'Fyndiq.se', 'woo-feed' ),
 
387
  'hintaseuranta.fi' => esc_html__( 'Hintaseuranta.fi', 'woo-feed' ),
388
  'incurvy' => esc_html__( 'Incurvy', 'woo-feed' ),
389
  'jet' => esc_html__( 'Jet.com', 'woo-feed' ),
384
  'fruugo' => esc_html__( 'Fruugo', 'woo-feed' ),
385
  'fruugo.au' => esc_html__( 'Fruugoaustralia.com', 'woo-feed' ),
386
  'fyndiq.se' => esc_html__( 'Fyndiq.se', 'woo-feed' ),
387
+ 'heureka.sk' => esc_html__( 'Heureka.sk', 'woo-feed' ),
388
  'hintaseuranta.fi' => esc_html__( 'Hintaseuranta.fi', 'woo-feed' ),
389
  'incurvy' => esc_html__( 'Incurvy', 'woo-feed' ),
390
  'jet' => esc_html__( 'Jet.com', 'woo-feed' ),
includes/feeds/merchant_infos.php CHANGED
@@ -382,5 +382,9 @@ return array(
382
  'link' => 'https://support.profitshare.ro/hc/ro/articles/211436229-Importul-produselor-prin-CSV',
383
  'feed_file_type' => array( 'CSV' ),
384
  ),
 
 
 
 
385
  );
386
  // End of file merchant_infos.php
382
  'link' => 'https://support.profitshare.ro/hc/ro/articles/211436229-Importul-produselor-prin-CSV',
383
  'feed_file_type' => array( 'CSV' ),
384
  ),
385
+ 'heureka.sk' => array(
386
+ 'link' => 'https://sluzby.heureka.sk/napoveda/xml-feed/',
387
+ 'feed_file_type' => array( 'XML' ),
388
+ ),
389
  );
390
  // End of file merchant_infos.php
includes/feeds/merchant_templates.php CHANGED
@@ -7629,5 +7629,15 @@ return array(
7629
  'output_type' => array('1','1','1','1','1','1','1','1','1','1','1','6','6','6','1','1','1','1','1','1',),
7630
  'limit' => array('','','','','','','','','','','','','','','','','','','','',),
7631
  ),
 
 
 
 
 
 
 
 
 
 
7632
  );
7633
  // End of file merchant_templates.php
7629
  'output_type' => array('1','1','1','1','1','1','1','1','1','1','1','6','6','6','1','1','1','1','1','1',),
7630
  'limit' => array('','','','','','','','','','','','','','','','','','','','',),
7631
  ),
7632
+ 'heureka.sk' => array(
7633
+ 'mattributes' => array('ITEM_ID','PRODUCTNAME','PRODUCT','DESCRIPTION','URL','IMGURL','PRICE_VAT','CATEGORYTEXT','EAN',),
7634
+ 'prefix' => array('','','','','','','','','',),
7635
+ 'type' => array('attribute','attribute','attribute','attribute','attribute','attribute','attribute','attribute','attribute',),
7636
+ 'attributes' => array('id','title','title','description','link','image','current_price_with_tax','product_type','woo_feed_ean',),
7637
+ 'default' => array('','','','','','','','','Develop-pro',),
7638
+ 'suffix' => array('','','','','','','','','',),
7639
+ 'output_type' => array('1','1','1','1','1','1','6','1','1',),
7640
+ 'limit' => array('','','','','','','','','',),
7641
+ ),
7642
  );
7643
  // End of file merchant_templates.php
includes/helper.php CHANGED
@@ -2378,6 +2378,11 @@ if ( ! function_exists( 'woo_feed_filter_parsed_rules' ) ) {
2378
  $rules['itemsWrapper'] = 'channel';
2379
  $rules['itemWrapper'] = 'item';
2380
  }
 
 
 
 
 
2381
  }
2382
 
2383
  return $rules;
2378
  $rules['itemsWrapper'] = 'channel';
2379
  $rules['itemWrapper'] = 'item';
2380
  }
2381
+
2382
+ if ( 'heureka.sk' === $provider ) {
2383
+ $rules['itemsWrapper'] = 'SHOP';
2384
+ $rules['itemWrapper'] = 'SHOPITEM';
2385
+ }
2386
  }
2387
 
2388
  return $rules;
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.8.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.8.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.8.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.8.8' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {