CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.7.12

Version Description

(2020-09-03) = * Added: ProfitShare template added.

Download this release

Release Info

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

Code changes from version 3.7.11 to 3.7.12

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.11
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.11 (2020-09-02) =
312
  * Added: Individual scheduled events added for each feed.
313
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 3.7.12
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.12 (2020-09-03) =
312
+ * Added: ProfitShare template added.
313
+
314
  = 3.7.11 (2020-09-02) =
315
  * Added: Individual scheduled events added for each feed.
316
 
includes/classes/class-woo-feed-merchant.php CHANGED
@@ -400,6 +400,7 @@ class Woo_Feed_Merchant {
400
  'polyvore' => esc_html__( 'Polyvore', 'woo-feed' ),
401
  'pricegrabber' => esc_html__( 'Price Grabber', 'woo-feed' ),
402
  'prisjakt' => esc_html__( 'Prisjakt', 'woo-feed' ),
 
403
  'rakuten.de' => esc_html__( 'Rakuten.de', 'woo-feed' ),
404
  'real' => esc_html__( 'Real', 'woo-feed' ),
405
  'shareasale' => esc_html__( 'ShareASale', 'woo-feed' ),
400
  'polyvore' => esc_html__( 'Polyvore', 'woo-feed' ),
401
  'pricegrabber' => esc_html__( 'Price Grabber', 'woo-feed' ),
402
  'prisjakt' => esc_html__( 'Prisjakt', 'woo-feed' ),
403
+ 'profit_share' => esc_html__( 'Profit Share', 'woo-feed' ),
404
  'rakuten.de' => esc_html__( 'Rakuten.de', 'woo-feed' ),
405
  'real' => esc_html__( 'Real', 'woo-feed' ),
406
  'shareasale' => esc_html__( 'ShareASale', 'woo-feed' ),
includes/feeds/merchant_infos.php CHANGED
@@ -375,5 +375,9 @@ return 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
375
  'link' => 'https://webappick.com/wp-content/uploads/2020/08/Specificaties-productfeed-Tweakers-Pricewatch.pdf',
376
  'feed_file_type' => array( 'CSV' ),
377
  ),
378
+ 'profit_share' => array(
379
+ 'link' => 'https://support.profitshare.ro/hc/ro/articles/211436229-Importul-produselor-prin-CSV',
380
+ 'feed_file_type' => array( 'CSV' ),
381
+ ),
382
  );
383
  // End of file merchant_infos.php
includes/feeds/merchant_templates.php CHANGED
@@ -7619,5 +7619,15 @@ return array(
7619
  'output_type' => array('1','1','1','1','6','1','1','1','1','1',),
7620
  'limit' => array('','','','','','','','','','test',),
7621
  ),
 
 
 
 
 
 
 
 
 
 
7622
  );
7623
  // End of file merchant_templates.php
7619
  'output_type' => array('1','1','1','1','6','1','1','1','1','1',),
7620
  'limit' => array('','','','','','','','','','test',),
7621
  ),
7622
+ 'profit_share' => array(
7623
+ 'mattributes' => array('Cod categorie','Categorie','Categorie parinte','Producator','Cod producator','Model','Cod produs','Nume','Descriere','Link produs','Imagine produs','Pret fara TVA','Pret cu TVA','Moneda','Status','Disponibilitate','Livrare gratuita',),
7624
+ 'prefix' => array('','','','','','','','','','','','','','','','','',),
7625
+ 'type' => array('attribute','attribute','attribute','pattern','attribute','attribute','attribute','attribute','attribute','attribute','attribute','attribute','attribute','pattern','pattern','attribute','pattern',),
7626
+ 'attributes' => array('primary_category_id','product_type','primary_category','','','','id','title','description','link','image','price','price_with_tax','','','availability','',),
7627
+ 'default' => array('','','','','','','','Localhost','','','','','','','1','','0',),
7628
+ 'suffix' => array('','','','','','','','','','','','','','','','','',),
7629
+ 'output_type' => array('1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1',),
7630
+ 'limit' => array('','','','','','','','','','','','','','','','','',),
7631
+ ),
7632
  );
7633
  // 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.11
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.11' );
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.12
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.12' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {