CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.6.10

Version Description

(2020-06-30) = * Added: Shopee template added.

Download this release

Release Info

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

Code changes from version 3.6.9 to 3.6.10

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.9
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -129,6 +129,7 @@ In one word WooCommerce Product Feed is a revolution. Yah, it’s a revolution o
129
  * <a target="_blank" href="https://www.polyvore.com/">Polyvore.com</a>
130
  * <a target="_blank" href="https://www.stylight.com/">Stylight.com</a>
131
  * <a target="_blank" href="https://www.spartoo.co.uk/">Spartoo.co.uk</a>
 
132
  * <a target="_blank" href="http://www.choozen.co.uk/">Choozen</a>
133
  * <a target="_blank" href="https://www.ciao.co.uk/">Ciao</a>
134
  * <a target="_blank" href="http://www.priceminister.com/">PriceMinister.com</a>
@@ -305,6 +306,9 @@ Using pro version:
305
 
306
  == Changelog ==
307
 
 
 
 
308
  = 3.6.9 (2020-06-29) =
309
  * Added: WooCommerce Bundle Product compatibility.
310
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.4
7
  Requires PHP: 5.6
8
+ Stable tag: 3.6.10
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
129
  * <a target="_blank" href="https://www.polyvore.com/">Polyvore.com</a>
130
  * <a target="_blank" href="https://www.stylight.com/">Stylight.com</a>
131
  * <a target="_blank" href="https://www.spartoo.co.uk/">Spartoo.co.uk</a>
132
+ * <a target="_blank" href="https://shopee.com/">Shopee</a>
133
  * <a target="_blank" href="http://www.choozen.co.uk/">Choozen</a>
134
  * <a target="_blank" href="https://www.ciao.co.uk/">Ciao</a>
135
  * <a target="_blank" href="http://www.priceminister.com/">PriceMinister.com</a>
306
 
307
  == Changelog ==
308
 
309
+ = 3.6.10 (2020-06-30) =
310
+ * Added: Shopee template added.
311
+
312
  = 3.6.9 (2020-06-29) =
313
  * Added: WooCommerce Bundle Product compatibility.
314
 
includes/classes/class-woo-feed-merchant.php CHANGED
@@ -411,6 +411,7 @@ class Woo_Feed_Merchant {
411
  'skroutz' => esc_html__( 'Skroutz.gr', 'woo-feed' ),
412
  'smartly.io' => esc_html__( 'Smartly.io', 'woo-feed' ),
413
  'spartoo.fi' => esc_html__( 'Spartoo.fi', 'woo-feed' ),
 
414
  'stylight.com' => esc_html__( 'Stylight.com', 'woo-feed' ),
415
  'trovaprezzi' => esc_html__( 'Trovaprezzi.it', 'woo-feed' ),
416
  'twenga' => esc_html__( 'Twenga', 'woo-feed' ),
411
  'skroutz' => esc_html__( 'Skroutz.gr', 'woo-feed' ),
412
  'smartly.io' => esc_html__( 'Smartly.io', 'woo-feed' ),
413
  'spartoo.fi' => esc_html__( 'Spartoo.fi', 'woo-feed' ),
414
+ 'shopee' => esc_html__( 'Shopee', 'woo-feed' ),
415
  'stylight.com' => esc_html__( 'Stylight.com', 'woo-feed' ),
416
  'trovaprezzi' => esc_html__( 'Trovaprezzi.it', 'woo-feed' ),
417
  'twenga' => esc_html__( 'Twenga', 'woo-feed' ),
includes/feeds/merchant_infos.php CHANGED
@@ -356,5 +356,9 @@ return array(
356
  'spartoo.fi' => array(
357
  'feed_file_type' => array( 'CSV' ),
358
  ),
 
 
 
 
359
  );
360
  // End of file merchant_infos.php
356
  'spartoo.fi' => array(
357
  'feed_file_type' => array( 'CSV' ),
358
  ),
359
+ 'shopee' => 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
includes/feeds/merchant_templates.php CHANGED
@@ -7634,5 +7634,15 @@ return array(
7634
  '',
7635
  ),
7636
  ),
 
 
 
 
 
 
 
 
 
 
7637
  );
7638
  // End of file merchant_templates.php
7634
  '',
7635
  ),
7636
  ),
7637
+ 'shopee' => array(
7638
+ 'mattributes' => array('Category','Product Name','Product Description','Price','Stock','SKU','Cover image','Weight',),
7639
+ 'prefix' => array('','','','','','','','',),
7640
+ 'type' => array('pattern','attribute','attribute','attribute','attribute','attribute','attribute','attribute',),
7641
+ 'attributes' => array('','title','description','current_price','quantity','sku','image','weight',),
7642
+ 'default' => array('','','','','','','','Localhost',),
7643
+ 'suffix' => 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
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.9
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.9' );
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.10
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.10' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {