diff --git a/includes/items/check.php b/includes/items/check.php
index e8a6f77e..7d02b22c 100644
--- a/includes/items/check.php
+++ b/includes/items/check.php
@@ -9,19 +9,21 @@
"wpt_inside_check_{$temp_number}",
);
$check_class = implode(" ", $check_class_arr);
-
-
-$wpt_single_check = false;
-$wpt_single_check .= "get_type() . "' "
- . "id='check_id_{$temp_number}_" . $data['id'] . "' "
- . "data-temp_number='{$temp_number}' "
- . "data-product_id='" . $data['id'] . "' "
- . "class='" . esc_attr( $check_class ) . "'"
- . "type='checkbox' "
- . "value='0'"
- . ( $checkbox == 'wpt_checked_table' && $enable_disable == 'enabled' ? " checked='checked'" : "" )
- . ">"
- . "";
-echo wp_kses_post( $wpt_single_check );
+
+?>
+'
+ data-temp_number=''
+ data-product_id=''
+ class=''
+ type='checkbox' value='0'
+
+ >
+
+
+
\ No newline at end of file
diff --git a/includes/items/quoterequest.php b/includes/items/quoterequest.php
index 9fb45ad7..4104dbf8 100644
--- a/includes/items/quoterequest.php
+++ b/includes/items/quoterequest.php
@@ -7,4 +7,18 @@
}
$Add_to_Quote = $config_value['yith_add_to_quote_text'];//'Add to Quote';
$data_message = '{"text":"'. $Add_to_Quote .'","adding":"' . $config_value['yith_add_to_quote_adding'] . '","added":"' . $config_value['yith_add_to_quote_added'] . '"}';
-echo "{$Add_to_Quote}";
\ No newline at end of file
+?>
+'
+ data-response_msg=''
+ data-msg=''
+ data-wp_nonce=''
+ data-quote_data=''
+ data-variation=''
+ data-variation_id=''
+ data-product_id=''
+ class=''
+ href='#'
+ data-quantity=''
+ data-selector=''>
+
+
\ No newline at end of file
diff --git a/readme.txt b/readme.txt
index 8bd7c2c4..26697bf7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: https://codecanyon.net/item/woo-product-table-pro/20676867?ref=Code
Tags: wc product table,woocommerce product table, product table, wc table, quick order table, wholesale table, restaurants table
Requires at least: 4.0.0
Tested up to: 5.7.2
-Stable tag: 2.8.9
+Stable tag: 2.9.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html