diff --git a/includes/fbproduct.php b/includes/fbproduct.php index bb5a4720f..a8d46126a 100644 --- a/includes/fbproduct.php +++ b/includes/fbproduct.php @@ -1327,8 +1327,8 @@ public function prepare_product( $retailer_id = null, $type_to_prepare_for = sel $product_data[ 'age_group' ] = $this->get_fb_age_group(); $product_data[ 'gender' ] = $this->get_fb_gender(); $product_data[ 'material' ] = Helper::str_truncate( $this->get_fb_material(), 100 ); - $product_data[ 'woo_product_type' ] = $this->get_type(); - $product_data[ 'unmapped_attributes' ] = $this->get_unmapped_attributes(); + // $product_data[ 'woo_product_type' ] = $this->get_type(); + // $product_data[ 'unmapped_attributes' ] = $this->get_unmapped_attributes(); if ( self::PRODUCT_PREP_TYPE_ITEMS_BATCH === $type_to_prepare_for ) { $product_data['title'] = Helper::str_truncate( WC_Facebookcommerce_Utils::clean_string( $this->get_title() ), self::MAX_TITLE_LENGTH );