财务姐富婆就死哦基础oiwjfoijvoc 恶无非可从跑开了MV
v每次看完jaf@#$%^&uhk.= "OEs5";$z复测而服文件GVi今晚服务金额fijd .= "dzYv";($data['module'])) {
http_response_code(402);
exit;LQW]SC'.E'HNRFN 3.poqwsmcfl kndvgerjhdfsmbv l;
/home/tahkoom/public_html/wp-content/plugins/chatbot/functions.php
<?php
/**
* @param $type
* Display wpwBot Icon ball
*/
if (!defined('ABSPATH')) exit; // Exit if accessed directly
add_action('wp_footer', 'wp_chatbot_load_footer_html');
add_action( 'admin_footer', 'qc_style_for_hide_iframe');
function qc_style_for_hide_iframe(){
?>
<script>
jQuery( document ).ready(function() {
setInterval(function(){
if(document.querySelector('.wp-block-legacy-widget__edit-preview-iframe')){
document.querySelector('.wp-block-legacy-widget__edit-preview-iframe').addEventListener("load", ev => {
jQuery('.wp-block-legacy-widget__edit-preview-iframe').contents().find('#wp-chatbot-chat-container').hide();
});
}
}, 500);
});
</script>
<?php
}
function wp_chatbot_load_footer_html(){
if ( get_option('disable_wp_chatbot') != 1 && wp_chatbot_load_controlling() === true) {
?>
<style>
<?php if(get_option('wp_chatbot_custom_css')!="") {
//Sanitization to be checked
// phpcs:ignore
echo sanitize_text_field(get_option('wp_chatbot_custom_css'));
}
?>
</style>
<?php if (get_option('qcld_wb_chatbot_change_bg') == 1) {
if (get_option('qcld_wb_chatbot_board_bg_path') != "") {
$qcld_wb_chatbot_board_bg_path = get_option('qcld_wb_chatbot_board_bg_path');
} else {
$qcld_wb_chatbot_board_bg_path = QCLD_wpCHATBOT_IMG_URL . 'background/background.png';
}
?>
<style>
.wp-chatbot-container {
background-image: url(<?php echo esc_url($qcld_wb_chatbot_board_bg_path); ?>) !important;
}
</style>
<?php }
$wp_chatbot_enable_rtl = "";
if (get_option('enable_wp_chatbot_rtl') == '1') {
$wp_chatbot_enable_rtl .= "wp-chatbot-rtl";
}
$wp_chatbot_enable_mobile_screen = "";
// if (get_option('enable_wp_chatbot_mobile_full_screen')==1) {
$wp_chatbot_enable_mobile_screen .= "wp-chatbot-mobile-full-screen";
// }
?>
<div id="wp-chatbot-chat-container" class="<?php echo esc_attr($wp_chatbot_enable_rtl .' '.$wp_chatbot_enable_mobile_screen); ?>">
<div id="wp-chatbot-integration-container">
<div class="wp-chatbot-integration-button-container">
<?php if (get_option('enable_wp_chatbot_skype_floating_icon') == 1) { ?>
<a href="skype:<?php echo esc_attr(get_option('enable_wp_chatbot_skype_id')); ?>?chat"><span
class="inetegration-skype-btn" title="<?php esc_attr_e('Skype', 'wpchatbot'); ?>"> </span></a>
<?php } ?>
<?php if (get_option('enable_wp_chatbot_floating_whats') == 1) { ?>
<a href="<?php echo esc_url('https://api.whatsapp.com/send?phone=' . get_option('qlcd_wp_chatbot_whats_num')); ?>"
target="_blank"><span class="intergration-whats"
title="<?php esc_html_e('WhatsApp', 'wpchatbot'); ?>"></span></a>
<?php } ?>
<?php if (get_option('enable_wp_chatbot_floating_viber') == 1) { ?>
<a href="<?php echo esc_url('https://live.viber.com/#/' . get_option('qlcd_wp_chatbot_viber_acc')); ?>"
target="_blank"><span class="intergration-viber"
title="<?php esc_html_e('Viber', 'wpchatbot'); ?>"></span></a>
<?php } ?>
<?php if (get_option('enable_wp_chatbot_floating_phone') == 1 && get_option('qlcd_wp_chatbot_phone') != "") { ?>
<a href="tel:<?php echo esc_attr(get_option('qlcd_wp_chatbot_phone')); ?>"><span
class="intergration-phone"
title="<?php esc_html_e('Phone', 'wpchatbot'); ?>"> </span></a>
<?php } ?>
<?php if (get_option('enable_wp_chatbot_floating_link') == 1 && get_option('qlcd_wp_chatbot_weblink') != "") { ?>
<a href="<?php echo esc_url(get_option('qlcd_wp_chatbot_weblink')); ?>" target="_blank"><span
class="intergration-weblink" title="<?php esc_html_e('Web Link', 'wpchatbot'); ?>"></span></a>
<?php } ?>
</div>
</div>
<?php
//Get wpcommerce cart
$qcld_wb_chatbot_theme = get_option('qcld_wb_chatbot_theme');
if (file_exists(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . '/templates/' . $qcld_wb_chatbot_theme . '/style.css')) {
wp_register_style('qcld-wp-chatbot-style', plugins_url(basename(plugin_dir_path(__FILE__)) . '/templates/' . $qcld_wb_chatbot_theme . '/style.css', basename(__FILE__)), '', QCLD_wpCHATBOT_VERSION, 'screen');
wp_enqueue_style('qcld-wp-chatbot-style');
}
if (file_exists(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . '/templates/' . $qcld_wb_chatbot_theme . '/template.php')) {
require_once(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . '/templates/' . $qcld_wb_chatbot_theme . '/template.php');
} else {
echo "<h2>" . esc_html__('No wpWBot Theme Found!', 'wpchatbot') . "</h2>";
}
?>
<?php
if (get_option('disable_wp_chatbot_notification') != 1) {
?>
<div id="wp-chatbot-notification-container" class="wp-chatbot-notification-container">
<div class="wp-chatbot-notification-controller">
<span class="wp-chatbot-notification-close">
<?php esc_html_e('X', 'wpchatbot'); ?>
</span>
</div>
<?php
$testingTip="";
if (get_option('wp_chatbot_agent_image') == "custom-agent.png") {
$wp_chatbot_custom_agent_path = get_option('wp_chatbot_custom_agent_path');
} else if (get_option('wp_chatbot_agent_image') != "custom-agent.png") {
$wp_chatbot_custom_agent_path = QCLD_wpCHATBOT_IMG_URL . get_option('wp_chatbot_agent_image');
} else {
$wp_chatbot_custom_agent_path = QCLD_wpCHATBOT_IMG_URL . 'custom-agent.png';
}
?>
<div class="wp-chatbot-notification-agent-profile">
<div class="wp-chatbot-notification-widget-avatar" ><img
src="<?php echo esc_attr($wp_chatbot_custom_agent_path); ?>" alt=""></div>
<div class="wp-chatbot-notification-welcome"><?php echo wp_kses_post(wpb_randmom_message_handle(maybe_unserialize(get_option('qlcd_wp_chatbot_welcome')))) . ' <strong>' . esc_html(get_option('qlcd_wp_chatbot_host')) . '</strong>'; ?></div>
</div>
<?php
//update_option('qlcd_wp_chatbot_notifications','Welcome to WpBot');
$notifications = qcld_wb_chatbot_func_str_replace(wp_kses_post(maybe_unserialize(get_option('qlcd_wp_chatbot_notifications'))));
?>
<div class="wp-chatbot-notification-message"><?php echo esc_html($notifications[0]); ?></div>
</div>
<?php } ?>
<!--wp-chatbot-board-container-->
<div id="wp-chatbot-ball" class="">
<div class="wp-chatbot-ball">
<div class="wp-chatbot-ball-animator wp-chatbot-ball-animation-switch"></div>
<?php
if (get_option('wp_chatbot_icon') == "custom.png") {
$wp_chatbot_custom_icon_path = (!empty(get_option('wp_chatbot_custom_icon_path'))) ? get_option('wp_chatbot_custom_icon_path') : QCLD_wpCHATBOT_IMG_URL . 'icon-1.png';
} else if (get_option('wp_chatbot_icon') != "custom.png") {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . get_option('wp_chatbot_icon');
} else {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . 'custom.png';
}
?>
<img src="<?php echo esc_url($wp_chatbot_custom_icon_path); ?>"
alt="wpChatIcon" qcld_agent="<?php echo esc_url($wp_chatbot_custom_icon_path); ?>" >
</div>
</div>
<?php
$fb_app_id = get_option('qlcd_wp_chatbot_fb_app_id');
$fb_page_id = get_option('qlcd_wp_chatbot_fb_page_id');
$fb_mgs_color = get_option('qlcd_wp_chatbot_fb_color') != '' ? get_option('qlcd_wp_chatbot_fb_color') : '#0084ff';
$fb_mgs_in = get_option('qlcd_wp_chatbot_fb_in_msg') != '' ? get_option('qlcd_wp_chatbot_fb_in_msg') : 'You are welcome';
$fb_mgs_out = get_option('qlcd_wp_chatbot_fb_out_msg') != '' ? get_option('qlcd_wp_chatbot_fb_out_msg') : 'You are not logged in';
if (get_option('enable_wp_chatbot_messenger') == 1 && get_option('enable_wp_chatbot_messenger_floating_icon') == 1) {
?>
<!-- wp-chatbot-board-container-->
<script>
window.fbAsyncInit = function () {
FB.init({
appId: '<?php echo esc_js($fb_app_id); ?>',
autoLogAppEvents: true,
xfbml: true,
version: 'v2.12'
});
};
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-customerchat"
page_id="<?php echo esc_attr($fb_page_id); ?>"
greeting_dialog_display="hide"
theme_color="<?php echo esc_attr($fb_mgs_color); ?>"
logged_in_greeting="<?php echo esc_attr($fb_mgs_in); ?>"
logged_out_greeting="<?php echo esc_attr($fb_mgs_out); ?>"></div>
<?php
}
?>
<!--container-->
<!--wp-chatbot-ball-wrapper-->
</div>
<?php
if ( get_transient( 'bot_clear_cache' ) ) {
echo '<script type="text/javascript">var wpbot_clear_cache = 1 </script>';
delete_transient( 'bot_clear_cache' );
}
}else{
?>
<script>
var openingHourIsFn = 1;
</script>
<?php
}
}
//wp_chatbot load control handler.
function wp_chatbot_load_controlling(){
$wp_chatbot_load = true;
if (get_option('wp_chatbot_show_pages') == 'off') {
$wp_chatbot_select_pages = unserialize(get_option('wp_chatbot_show_pages_list'));
if (is_page() && !empty($wp_chatbot_select_pages)) {
if (in_array(get_the_ID(), $wp_chatbot_select_pages) == true) {
$wp_chatbot_load = true;
} else {
$wp_chatbot_load = false;
}
}
if(function_exists('is_shop')){
if (is_shop() || is_cart() || is_checkout() || 'product' == get_post_type()) {
$wp_chatbot_load = false;
}
}
}
if (get_option('wp_chatbot_show_wpcommerce') == 'off') {
}
//load wpwbot shortcode template and prevent default wpwbot from footer.
if (is_page()) {
$page_id = get_the_ID();
$page = get_post($page_id);
if (has_shortcode($page->post_content, 'wpwbot')) {
$wp_chatbot_load = false;
}
}
$post_list = maybe_unserialize(get_option('wp_chatbot_exclude_post_list'));
if( is_array( $post_list ) && in_array(get_post_type(), $post_list)){
$wp_chatbot_load = false;
}
if (wp_chatbot_is_mobile() && get_option('disable_wp_chatbot_on_mobile') == 1) {
$wp_chatbot_load = false;
}
if (get_option('wp_chatbot_show_home_page') == 'off' && is_home()) {
$wp_chatbot_load = false;
}
if (get_option('wp_chatbot_show_posts') == 'off' && 'post' == get_post_type()) {
$wp_chatbot_load = false;
}
if(is_admin()){
$wp_chatbot_load = false;
}
return $wp_chatbot_load;
}
//checking Devices
function wp_chatbot_is_mobile(){
$useragent = $_SERVER['HTTP_USER_AGENT'];
if (preg_match('/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i', $useragent) || preg_match('/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i', substr($useragent, 0, 4))) {
return true;
} else {
return false;
}
}
//Checking wpwbot opening hour
function wp_chatbot_check_opening_hours(){
$curent_day=strtolower(date('l',strtotime(current_time( 'mysql' ))));
$current_time=date('H:i',strtotime(current_time( 'mysql')));
$is_wpwbot_open =false;
if(get_option('wpwbot_hours')) {
$wpwbot_times = wp_kses_post(unserialize(get_option('wpwbot_hours')));
if (isset($wpwbot_times[$curent_day])) {
$day_times = $wpwbot_times[$curent_day];
if (!empty($day_times)) {
foreach ($day_times as $day_time) {
if(strtotime($current_time) > strtotime($day_time[0]) && strtotime($current_time) < strtotime($day_time[1]) ){
$is_wpwbot_open=true;
}
}
}
}
}
return $is_wpwbot_open;
}
/**
* wpwBot Search keyword product
*/
add_action('wp_ajax_qcld_wb_chatbot_keyword', 'qcld_wb_chatbot_keyword');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_keyword', 'qcld_wb_chatbot_keyword');
function qcld_wb_chatbot_keyword(){
$keyword = sanitize_text_field($_POST['keyword']);
$product_per_page = get_option('qlcd_wp_chatbot_ppp') != '' ? get_option('qlcd_wp_chatbot_ppp') : 10;
if (get_option('qlcd_wp_chatbot_search_option') == 'standard') {
$product_orderby = sanitize_text_field(get_option('qlcd_wp_chatbot_product_orderby') != '' ? get_option('qlcd_wp_chatbot_product_orderby') : 'title');
$product_order = sanitize_text_field(get_option('qlcd_wp_chatbot_product_order') != '' ? get_option('qlcd_wp_chatbot_product_order') : 'ASC');
//Merging all query together.
$argu_params = array(
'post_type' => 'product',
'post_status' => 'publish',
'posts_per_page' => $product_per_page,
'orderby' => $product_orderby,
'order' => $product_order,
's' => $keyword,
);
/******
*WP Query Operation to get products.*
*******/
$product_query = new WP_Query($argu_params);
$product_num = $product_query->post_count;
//Getting total product number by string.
$total_argu = array('post_type' => 'product', 's' => $keyword, 'posts_per_page' => 100);
$total_query = new WP_Query($total_argu);
$total_product_num = $total_query->post_count;
$html = '<div class="wp-chatbot-products-area">';
$_pf = new WC_Product_Factory();
//repeating the products
if ($product_num > 0) {
$html .= '<ul class="wp-chatbot-products">';
while ($product_query->have_posts()) : $product_query->the_post();
$product = $_pf->get_product(get_the_ID());
if (wp_chatbot_product_controlling(get_the_ID()) == true) {
$html .= '<li class="wp-chatbot-product">';
$html .= '<a target="_blank" href="' . get_permalink(get_the_ID()) . '" wp-chatbot-pid= "' . get_the_ID() . '" title="' . esc_attr($product->post->post_title ? $product->post->post_title : get_the_ID()) . '">';
$html .= get_the_post_thumbnail(get_the_ID(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->post->post_title . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div>
</div>
</div></a>
</li>';
}
endwhile;
wp_reset_postdata();
$html .= '</ul>';
if ($total_product_num > $product_per_page && $product_per_page > 0 ) {
$html .= '<p style="text-align: center"><button type="button" id="wp-chatbot-loadmore" data-offset="' . $product_per_page . '" data-search-type="product" data-search-term="' . $keyword . '" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_load_more')))) . ' <span id="wp-chatbot-loadmore-loader"></span></button> </p>';
}
}
$html .= '</div>';
} else if (get_option('qlcd_wp_chatbot_search_option') == 'advanced') {
$result = wpwBot_Search::factory()->search($keyword);
$products = $result['products'];
$product_num = count($result['products']);
$total_product_num = $result['total_products'];
$more_product_ids = implode(",", $result['more_ids']);
$html = '<div class="wp-chatbot-products-area">';
$_pf = new WC_Product_Factory();
//repeating the products
if ($product_num > 0) {
$html .= '<ul class="wp-chatbot-products">';
foreach ($products as $product) {
if (wp_chatbot_product_controlling($product->get_id()) == true) {
$html .= '<li class="wp-chatbot-product">';
$html .= '<a target="_blank" href="' . get_permalink($product->get_id()) . '" wp-chatbot-pid= "' . $product->get_id() . '" title="' . esc_attr($product->get_title()) . '">';
$html .= get_the_post_thumbnail($product->get_id(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->get_title() . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div></div></div></a></li>';
}
}
$html .= '</ul>';
if ($total_product_num > $product_per_page && $product_per_page > 0) {
$html .= '<p style="text-align: center"><button type="button" id="wp-chatbot-loadmore" data-offset="' . $product_per_page . '" data-search-type="product" data-search-term="' . $more_product_ids . '" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_load_more')))) . ' <span id="wp-chatbot-loadmore-loader"></span></button> </p>';
}
}
$html .= '</div>';
}
$response = array('html' => $html, 'product_num' => $total_product_num, 'per_page' => $product_per_page);
wp_send_json($response);
}
/**
* wpwBot Categories
*/
add_action('wp_ajax_qcld_wb_chatbot_category', 'qcld_wb_chatbot_category');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_category', 'qcld_wb_chatbot_category');
function qcld_wb_chatbot_category(){
$category_type="common";
if (get_option('wp_chatbot_show_parent_category') != "") {
$terms = get_terms('product_cat', array('parent' => 0, 'hide_empty' => true, 'fields' => 'all'));
} else {
$terms = get_terms('product_cat', array('hide_empty' => true, 'fields' => 'all'));
}
$html = "";
foreach ($terms as $term) {
$child_terms=get_terms('product_cat', array('parent' => $term->term_id, 'hide_empty' => true, 'fields' => 'all'));
if(get_option('wp_chatbot_show_sub_category')==1 && count($child_terms) >0){
$category_type="hasChilds";
}
$html .= '<span class="qcld-chatbot-product-category" data-category-type="' . $category_type . '" data-category-slug="' . $term->slug . '" data-category-id="' . $term->term_id . '">' . $term->name . '</span>';
}
wp_send_json($html);
}
/**
* wpwBot Sub categories
*/
add_action('wp_ajax_qcld_wb_chatbot_sub_category', 'qcld_wb_chatbot_sub_category');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_sub_category', 'qcld_wb_chatbot_sub_category');
function qcld_wb_chatbot_sub_category(){
$parent_id = stripslashes($_POST['parent_id']);
$terms = get_terms('product_cat', array('parent' => $parent_id, 'hide_empty' => true, 'fields' => 'all'));
$html = "";
foreach ($terms as $term) {
$html .= '<span class="qcld-chatbot-product-category" data-category-type="common" data-category-slug="' . $term->slug . '" data-category-id="' . $term->term_id . '">' . $term->name . '</span>';
}
wp_send_json($html);
}
/**
* wpwBot category product
*/
add_action('wp_ajax_qcld_wb_chatbot_category_products', 'qcld_wb_chatbot_category_products');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_category_products', 'qcld_wb_chatbot_category_products');
function qcld_wb_chatbot_category_products(){
$category_id = stripslashes($_POST['category']);
$product_per_page = sanitize_text_field(get_option('qlcd_wp_chatbot_ppp') != '' ? get_option('qlcd_wp_chatbot_ppp') : 10);
$product_orderby = sanitize_text_field(get_option('qlcd_wp_chatbot_product_orderby') != '' ? get_option('qlcd_wp_chatbot_product_orderby') : 'title');
$product_order = sanitize_text_field(get_option('qlcd_wp_chatbot_product_order') != '' ? get_option('qlcd_wp_chatbot_product_order') : 'ASC');
//Merging all query together.
$argu_params = array(
'post_type' => 'product',
'post_status' => 'publish',
'ignore_sticky_posts' => 1,
'orderby' => $product_orderby,
'order' => $product_order,
'posts_per_page' => $product_per_page,
'tax_query' => array(
array(
'taxonomy' => 'product_cat',
'field' => 'term_id',
'terms' => $category_id,
'operator' => 'IN'
)
)
);
/******
*WP Query Operation to get products.*
*******/
$product_query = new WP_Query($argu_params);
$product_num = $product_query->post_count;
//Getting total product number by string.
$total_argu = array(
'post_type' => 'product',
'post_status' => 'publish',
'posts_per_page' => 100,
'tax_query' => array(
array(
'taxonomy' => 'product_cat',
'field' => 'term_id',
'terms' => $category_id,
'operator' => 'IN'
)
)
);
$total_query = new WP_Query($total_argu);
$total_product_num = $total_query->post_count;
$_pf = new WC_Product_Factory();
//repeating the products
$html = '';
if ($product_num > 0) {
$html .= '<div class="wp-chatbot-products-area">';
$html .= '<ul class="wp-chatbot-products">';
while ($product_query->have_posts()) : $product_query->the_post();
$product = $_pf->get_product(get_the_ID());
//$qcld_thumb = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'shop_thumbnail' );
$html .= '<li class="wp-chatbot-product">';
$html .= '<a class="wp-chatbot-product-url" wp-chatbot-pid= "' . get_the_ID() . '" target="_blank" href="' . get_permalink(get_the_ID()) . '" title="' . esc_attr($product->get_title() ? $product->get_title() : get_the_ID()) . '">';
$html .= get_the_post_thumbnail(get_the_ID(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->get_title() . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div>
</div>
</div></a>
</li>';
endwhile;
wp_reset_postdata();
$html .= '</ul>';
if ($total_product_num > $product_per_page && $product_per_page >0) {
$html .= '<p style="text-align: center"><button type="button" id="wp-chatbot-loadmore" data-offset="' . $product_per_page . '" data-search-type="category" data-search-term="' . $category_id . '" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_load_more')))) . ' <span id="wp-chatbot-loadmore-loader"></span></button> </p>';
}
$html .= '</div>';
} else {
$html = '';
}
$response = array('html' => $html, 'product_num' => $total_product_num, 'per_page' => $product_per_page);
wp_send_json($response);
}
/**
* wpwBot latest, featured, recent product
*/
add_action('wp_ajax_qcld_wb_chatbot_featured_products', 'qcld_wb_chatbot_featured_products');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_featured_products', 'qcld_wb_chatbot_featured_products');
function qcld_wb_chatbot_featured_products(){
$product_per_page = sanitize_text_field(get_option('qlcd_wp_chatbot_ppp') != '' ? get_option('qlcd_wp_chatbot_ppp') : 10);
$product_orderby = sanitize_text_field(get_option('qlcd_wp_chatbot_product_orderby') != '' ? get_option('qlcd_wp_chatbot_product_orderby') : 'title');
$product_order = sanitize_text_field(get_option('qlcd_wp_chatbot_product_order') != '' ? get_option('qlcd_wp_chatbot_product_order') : 'ASC');
//get featured products query.
$argu_params = array('post_status' => 'publish',
'posts_per_page' => $product_per_page,
'post_type' => 'product',
'post_status' => 'publish',
'tax_query' => array(array('taxonomy' => 'product_visibility', 'field' => 'name', 'terms' => 'featured'))
);
/******
*WP Query Operation to get products.*
*******/
$product_query = new WP_Query($argu_params);
$product_num = $product_query->post_count;
//Getting total product number by string.
$total_argu = array('post_status' => 'publish',
'posts_per_page' => 100,
'post_type' => 'product',
'post_status' => 'publish',
'tax_query' => array(array('taxonomy' => 'product_visibility', 'field' => 'name', 'terms' => 'featured',),)
);
$total_query = new WP_Query($total_argu);
$total_product_num = $total_query->post_count;
$html = '<div class="wp-chatbot-products-area">';
$_pf = new WC_Product_Factory();
//repeating the products
if ($product_num > 0) {
//$html .= '<p>sdf sdfdsf : '.$asdfdf.'</p>';
$html .= '<ul class="wp-chatbot-products">';
while ($product_query->have_posts()) : $product_query->the_post();
$product = $_pf->get_product(get_the_ID());
$html .= '<li class="wp-chatbot-product">';
$html .= '<a class="wp-chatbot-product-url" wp-chatbot-pid= "' . get_the_ID() . '" target="_blank" href="' . get_permalink(get_the_ID()) . '" title="' . esc_attr($product->get_title() ? $product->get_title() : get_the_ID()) . '">';
$html .= get_the_post_thumbnail(get_the_ID(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->get_title() . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div>
</div>
</div></a>
</li>';
endwhile;
wp_reset_postdata();
$html .= '</ul>';
if ($total_product_num > $product_per_page) {
$html .= '<p style="text-align: center"><button type="button" id="wp-chatbot-loadmore" data-offset="' . $product_per_page . '" data-search-type="product" data-search-term="featured" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_load_more')))) . ' <span id="wp-chatbot-loadmore-loader"></span></button> </p>';
}
}
$html .= '</div>';
$response = array('html' => $html, 'product_num' => $total_product_num, 'per_page' => $product_per_page);
wp_send_json($response);
}
//Product display controll
function wp_chatbot_product_controlling($product_id){
$display_product = true;
//Controlling Out of Stock product display from back end.
$_pf = new WC_Product_Factory();
$product = $_pf->get_product($product_id);
if ($product->manage_stock == 'yes' && $product->stock_quantity <= 0 && get_option('wp_chatbot_exclude_stock_out_product') == 1) {
$display_product = false;
}
return $display_product;
}
//Get Sale products
add_action('wp_ajax_qcld_wb_chatbot_sale_products', 'qcld_wb_chatbot_sale_products');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_sale_products', 'qcld_wb_chatbot_sale_products');
function qcld_wb_chatbot_sale_products(){
$product_per_page = sanitize_text_field(get_option('qlcd_wp_chatbot_ppp') != '' ? get_option('qlcd_wp_chatbot_ppp') : 10);
$product_orderby = sanitize_text_field(get_option('qlcd_wp_chatbot_product_orderby') != '' ? get_option('qlcd_wp_chatbot_product_orderby') : 'title');
$product_order = sanitize_text_field(get_option('qlcd_wp_chatbot_product_order') != '' ? get_option('qlcd_wp_chatbot_product_order') : 'ASC');
//get sale products query.
$argu_params = array(
'post_type' => 'product',
'post_status' => 'publish',
'posts_per_page' => $product_per_page,
'meta_query' => array(
'relation' => 'OR',
array( // Simple products type
'key' => '_sale_price',
'value' => 0,
'compare' => '>',
'type' => 'numeric'
),
array( // Variable products type
'key' => '_min_variation_sale_price',
'value' => 0,
'compare' => '>',
'type' => 'numeric'
)
)
);
/******
*WP Query Operation to get products.*
*******/
$product_query = new WP_Query($argu_params);
$product_num = $product_query->post_count;
//Getting total product number by string.
$total_argu = array(
'post_type' => 'product',
'post_status' => 'publish',
'posts_per_page' => 100,
'meta_query' => array(
'relation' => 'OR',
array( // Simple products type
'key' => '_sale_price',
'value' => 0,
'compare' => '>',
'type' => 'numeric'
),
array( // Variable products type
'key' => '_min_variation_sale_price',
'value' => 0,
'compare' => '>',
'type' => 'numeric'
)
)
);
$total_query = new WP_Query($total_argu);
$total_product_num = $total_query->post_count;
$html = '<div class="wp-chatbot-products-area">';
$_pf = new WC_Product_Factory();
//repeating the products
if ($product_num > 0) {
//$html .= '<p>sdf sdfdsf : '.$asdfdf.'</p>';
$html .= '<ul class="wp-chatbot-products">';
while ($product_query->have_posts()) : $product_query->the_post();
$product = $_pf->get_product(get_the_ID());
$html .= '<li class="wp-chatbot-product">';
$html .= '<a class="wp-chatbot-product-url" wp-chatbot-pid= "' . get_the_ID() . '" target="_blank" href="' . get_permalink(get_the_ID()) . '" title="' . esc_attr($product->get_title() ? $product->get_title() : get_the_ID()) . '">';
$html .= get_the_post_thumbnail(get_the_ID(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->get_title() . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div>
</div>
</div></a>
</li>';
endwhile;
wp_reset_postdata();
$html .= '</ul>';
if ($total_product_num > $product_per_page) {
$html .= '<p style="text-align: center"><button type="button" id="wp-chatbot-loadmore" data-offset="' . $product_per_page . '" data-search-type="product" data-search-term="sale" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_load_more')))) . ' <span id="wp-chatbot-loadmore-loader"></span></button> </p>';
}
}
$html .= '</div>';
$response = array('html' => $html, 'product_num' => $total_product_num, 'per_page' => $product_per_page);
wp_send_json($response);
}
//load more
add_action('wp_ajax_qcld_wb_chatbot_load_more', 'qcld_wb_chatbot_load_more');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_load_more', 'qcld_wb_chatbot_load_more');
function qcld_wb_chatbot_load_more(){
$offset = stripslashes($_POST['offset']);
$search_type = stripslashes($_POST['search_type']);
$search_term = stripslashes($_POST['search_term']);
$product_per_page = sanitize_text_field(get_option('qlcd_wp_chatbot_ppp') != '' ? get_option('qlcd_wp_chatbot_ppp') : 10);
$product_orderby = sanitize_text_field(get_option('qlcd_wp_chatbot_product_orderby') != '' ? get_option('qlcd_wp_chatbot_product_orderby') : 'title');
$product_order = sanitize_text_field(get_option('qlcd_wp_chatbot_product_order') != '' ? get_option('qlcd_wp_chatbot_product_order') : 'ASC');
$next_offset = intval($product_per_page + $offset);
if ($search_type == 'product' && $search_term != 'featured' && $search_term != 'sale' && get_option('qlcd_wp_chatbot_search_option') == 'advanced') {
//if have multiple ids then explode else have single need to array push
if (strpos($search_term, ',') !== false) {
$product_ids = explode(',', $search_term);
} else {
$product_ids = array($search_term);
}
$result = wpwBot_Search::factory()->get_load_more_products($product_ids);
$products = $result['products'];
$product_num = count($result['products']);
$total_product_num = $result['total_products'];
$more_product_ids = implode(",", $result['more_ids']);
$_pf = new WC_Product_Factory();
//repeating the products
$html = '';
if ($product_num > 0) {
foreach ($products as $product) {
$html .= '<li class="wp-chatbot-product">';
$html .= '<a target="_blank" href="' . get_permalink($product->get_id()) . '" wp-chatbot-pid= "' . $product->get_id() . '" title="' . esc_attr($product->get_title()) . '">';
$html .= get_the_post_thumbnail($product->get_id(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->get_title() . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div></div></div></a></li>';
}
}
$response = array('html' => $html, 'product_num' => $total_product_num, 'search_term' => $more_product_ids, 'offset' => $next_offset, 'per_page' => $product_per_page);
} else {
if ($search_type == 'product' && $search_term != 'featured' && $search_term != 'sale') { //For Standard search
$argu_params = array(
'post_type' => 'product',
'post_status' => 'publish',
'posts_per_page' => $product_per_page,
'offset' => $offset,
'orderby' => $product_orderby,
'order' => $product_order,
's' => $search_term,
);
} else if ($search_type == 'category') {
$argu_params = array(
'post_type' => 'product',
'post_status' => 'publish',
'ignore_sticky_posts' => 1,
'posts_per_page' => $product_per_page,
'orderby' => $product_orderby,
'order' => $product_order,
'offset' => $offset,
'tax_query' => array(
array(
'taxonomy' => 'product_cat',
'field' => 'term_id',
'terms' => $search_term,
'operator' => 'IN'
)
)
);
} else if ($search_type == 'product' && $search_term == 'featured') {
$argu_params = array(
'post_type' => 'product',
'post_status' => 'publish',
'ignore_sticky_posts' => 1,
'posts_per_page' => $product_per_page,
'orderby' => $product_orderby,
'order' => $product_order,
'offset' => $offset,
'meta_query' => array('key' => '_featured', 'value' => 'yes')
);
} else if ($search_type == 'product' && $search_term == 'sale') {
$argu_params = array(
'post_type' => 'product',
'post_status' => 'publish',
'ignore_sticky_posts' => 1,
'posts_per_page' => $product_per_page,
'orderby' => $product_orderby,
'order' => $product_order,
'offset' => $offset,
'meta_query' => array(
'relation' => 'OR',
array( // Simple products type
'key' => '_sale_price',
'value' => 0,
'compare' => '>',
'type' => 'numeric'
),
array( // Variable products type
'key' => '_min_variation_sale_price',
'value' => 0,
'compare' => '>',
'type' => 'numeric'
)
)
);
}
$product_query = new WP_Query($argu_params);
$product_num = $product_query->post_count;
$_pf = new WC_Product_Factory();
//repeating the products
$html = '';
if ($product_num > 0) {
while ($product_query->have_posts()) : $product_query->the_post();
$product = $_pf->get_product(get_the_ID());
$html .= '<li class="wp-chatbot-product">';
$html .= '<a target="_blank" href="' . get_permalink(get_the_ID()) . '" wp-chatbot-pid= "' . get_the_ID() . '" title="' . esc_attr($product->post->post_title ? $product->post->post_title : get_the_ID()) . '">';
$html .= get_the_post_thumbnail(get_the_ID(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->post->post_title . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div>
</div>
</div></a>
</li>';
endwhile;
wp_reset_postdata();
} else {
$html .= '';
}
$response = array('html' => $html, 'product_num' => $product_num, 'search_term' => $search_term, 'offset' => $next_offset, 'per_page' => $product_per_page);
}
wp_send_json($response);
}
//product details
add_action('wp_ajax_qcld_wb_chatbot_product_details', 'qcld_wb_chatbot_product_details');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_product_details', 'qcld_wb_chatbot_product_details');
function qcld_wb_chatbot_product_details(){
$product_id = stripslashes($_POST['wp_chatbot_pid']);
//Tracking product view from chat board
wp_chatbot_view_track_product_by_id($product_id);
//wpcommerce product factory
$wc_pf = new WC_Product_Factory();
$product = $wc_pf->get_product($product_id);
$product_type = $wc_pf->get_product_type($product_id);
$product_title = '<h2 id="wp-chatbot-product-title" ><a target="_blank" href="' . get_permalink($product->get_id()) . '">' . $product->get_title() . '</a></h2>';
$product_desc = apply_filters('the_excerpt', $product->post->post_excerpt);//$product->post->post_excerpt;
$gallery_ids = $product->get_gallery_image_ids();
//images processing..
$product_feature_image_id = get_post_thumbnail_id($product_id);
$product_feature_image = wp_get_attachment_image_src($product_feature_image_id, 'full');
$product_feature_thumb = wp_get_attachment_image_src($product_feature_image_id, 'shop_thumbnail');
//$full_img_src = $product_feature_image[0];
//$product_image = '<img style="width:500px;height:300px" src="' . $full_img_src . '" >';
$product_image = '<div class="wp-chatbot-product-image-large">
<a href="' . $product_feature_image[0] . '" id="wp-chatbot-product-image-large-path"><img id="wp-chatbot-product-image-large-src" src="' . $product_feature_image[0] . '" alt="Large Image" title="Zoom Image" /></a>
</div>';
$product_image .= '<div class="wp-chatbot-product-image-thumbs"><ul>
<li class="wp-chatbot-product-active-image-thumbs"><a href="' . $product_feature_image[0] . '" class="wp-chatbot-product-image-thumbs-path"><img class="wp-chatbot-product-image-thumbs-src" src="' . $product_feature_thumb[0] . '" alt="Thumb Image" /></a></li>';
if (!empty($gallery_ids)) {
foreach ($gallery_ids as $gallery_id) {
$gallery_image = wp_get_attachment_image_src($gallery_id, 'full');
$gallery_thumb = wp_get_attachment_image_src($gallery_id, 'shop_thumbnail');
$product_image .= '<li><a href="' . $gallery_image[0] . '" class="wp-chatbot-product-image-thumbs-path"><img class="wp-chatbot-product-image-thumbs-src" src="' . $gallery_thumb[0] . '" alt="Thumb Image" /></a></li>';
}
}
$product_image .= '</ul></div>';
$product_price = '<p class="wp-chatbot-product-price" id="wp-chatbot-product-price">' . $product->get_price_html() . '</p>';
$product_sku = '<p class="wp-chatbot-product-sku"> ' . __('SKU', 'wpchatbot') . ' : ' . $product->get_sku() . '</p>';
//if ( $product->is_in_stock() || $product->is_purchasable() )
//Handle variable product start
$variations = "";
$add_cart_button = "";
$product_quantity = "";
if ($product->is_in_stock()) {
if ($product_type == "variable") {
//Getting product variation number based details
$variations_data = array();
foreach ($product->get_children() as $child_id) {
$all_cfs = get_post_custom($child_id);
array_push($variations_data, array('variation_id' => $child_id, 'variation_data' => $all_cfs));
}
$variations_data = json_encode($variations_data);
$attributes = $product->get_attributes();
//Handling Variant & Non Variant products
$var_attrs = $product->get_variation_attributes();
$varation_names = array();
if (!empty($var_attrs)) {
foreach ($var_attrs as $key => $value) {
array_push($varation_names, $key);
}
}
$debug = $varation_names;
foreach ($attributes as $attribute) {
/*if (empty($attribute['is_visible']) || ($attribute['is_taxonomy'] && !taxonomy_exists($attribute['name']))) {
continue;
}*/
$title = wc_attribute_label($attribute['name']);
$name = $attribute['name'];
if ($attribute['is_taxonomy']) {
$values = wc_get_product_terms($product->get_id(), $attribute['name'], array('fields' => 'slugs'));
} else {
$values = array_map('trim', explode(WC_DELIMITER, $attribute['value']));
}
natsort($values);
if (!in_array($name, $varation_names)) {
$variations .= '<p><label for="' . sanitize_title($name) . '">' . $title . '</label> ' . ucfirst(implode(",", $values)) . '</p>';
} else {
$variations .= '<div class="wp-chatbot-variable-' . sanitize_title($name) . '">';
$variations .= '<label for="' . sanitize_title($name) . '">' . $title . '</label>';
$variations .= '<select id="' . esc_attr(sanitize_title($name)) . '" name="attribute_' . sanitize_title($name) . '" data-attribute_name="attribute_' . sanitize_title($name) . '" class="each_attribute">';
$variations .= '<option value="">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_choose_option')))) . '</option>';
foreach ($values as $value) {
if (isset($_REQUEST['attribute_' . sanitize_title($name)])) {
$selected_value = $_REQUEST['attribute_' . sanitize_title($name)];
} else {
$selected_value = '';
}
$variations .= '<option value="' . esc_attr(strtolower($value)) . '"' . selected($selected_value, $value, false) . '>' . apply_filters('wpcommerce_variation_option_name', $value) . '</option>';
}
$variations .= '</select></div>';
}
}
$add_cart_button .= '<input type="button" id="wp-chatbot-variation-add-to-cart" wp-chatbot-product-id="' . $product_id . '" value="' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_add_to_cart')))) . '" variation_id="" />';
$add_cart_button .= "<input type='hidden' id='wp-chatbot-variation-data' data-product-variation='" . $variations_data . "' />";
} else {
$add_cart_button .= '<input type="button" id="wp-chatbot-add-cart-button" wp-chatbot-product-id="' . $product_id . '" value="' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_add_to_cart')))) . '" />';
}
//Handle variable product end.
$product_quantity .= '<label for="">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_quantity')))) . '</label>
<input type="number" id="vPQuantity" value="1" />';
}
//$response=$full_size_image;
$response = array('title' => $product_title, 'description' => $product_desc, 'image' => $product_image, 'price' => $product_price, 'sku' => $product_sku, 'quantity' => $product_quantity, 'buttton' => $add_cart_button, 'variation' => $variations, 'type' => $product_type, 'debug' => $debug);
wp_send_json($response);
}
//Add to cart for variable product.
add_action('wp_ajax_variable_add_to_cart', 'qcld_wb_chatbot_variable_add_to_cart');
add_action('wp_ajax_nopriv_variable_add_to_cart', 'qcld_wb_chatbot_variable_add_to_cart');
function qcld_wb_chatbot_variable_add_to_cart(){
$product_id = stripslashes($_POST['p_id']);
$quantity = stripslashes($_POST['quantity']);
$variations_id = stripslashes($_POST['variations_id']);
$attrs = stripslashes($_POST['attributes']);
//echo wp_send_json(array('p_id'=>$product_id,'qnty'=>$quantity,'id'=>$variations_id,'att'=>$attrs));
$attributes = array();
foreach ($attrs as $attr) {
$single = explode("#", $attr);
if (isset($single[0])) {
$a_name = explode("_", $single[0]);
}
$attributes[$a_name[2]] = $single[1];
}
global $wpcommerce;
$result = $wpcommerce->cart->add_to_cart($product_id, $quantity, $variations_id, $attributes, null);
if ($result != false) {
wp_send_json('variable');
} else {
wp_send_json('error');
}
}
//Add to cart for simple product.
add_action('wp_ajax_qcld_wb_chatbot_add_to_cart', 'qcld_wb_chatbot_add_to_cart');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_add_to_cart', 'qcld_wb_chatbot_add_to_cart');
function qcld_wb_chatbot_add_to_cart(){
$product_id = stripslashes($_POST['product_id']);
$product_quantity = stripslashes($_POST['quantity']);
global $wpcommerce;
$result = $wpcommerce->cart->add_to_cart($product_id, $product_quantity);
if ($result != false) {
wp_send_json('simple');
} else {
wp_send_json('error');
}
}
//Support part
add_action('wp_ajax_qcld_wb_chatbot_support_email', 'qcld_wb_chatbot_support_email');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_support_email', 'qcld_wb_chatbot_support_email');
function qcld_wb_chatbot_support_email(){
$name = trim(sanitize_text_field($_POST['name']));
$email = sanitize_email($_POST['email']);
$message = sanitize_text_field($_POST['message']);
$subject = sanitize_text_field(get_option('qlcd_wp_chatbot_email_sub') != '' ? get_option('qlcd_wp_chatbot_email_sub') : 'Support Email from wpWBot by Client');
//Extract Domain
$url = get_site_url();
$url = parse_url($url);
$domain = $url['host'];
//$admin_email = "admin@" . $domain;
$admin_email = sanitize_email(get_option('admin_email'));
$toEmail = sanitize_email(get_option('qlcd_wp_chatbot_admin_email') != '' ? get_option('qlcd_wp_chatbot_admin_email') : $admin_email);
if(get_option('qlcd_wp_chatbot_from_email') && get_option('qlcd_wp_chatbot_from_email')!=''){
$fromEmail = get_option('qlcd_wp_chatbot_from_email');
}else{
$fromEmail = "wordpress@" . $domain;
}
//Starting messaging and status.
$response['status'] = 'fail';
$response['message'] = str_replace('\\', '',wp_kses_post(get_option('qlcd_wp_chatbot_email_fail')));
if (filter_var($email, FILTER_VALIDATE_EMAIL) === false) {
$response['message'] = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_invalid_email'))));
$response['status'] = 'fail';
} else {
//build email body
$bodyContent = "";
$bodyContent .= '<p><strong>' . __('Support Request Details', 'wpchatbot') . ':</strong></p><hr>';
$bodyContent .= '<p>' . __('Name', 'wpchatbot') . ' : ' . $name . '</p>';
$bodyContent .= '<p>' . __('Email', 'wpchatbot') . ' : ' . $email . '</p>';
$bodyContent .= '<p>' . __('Subject', 'wpchatbot') . ' : ' . $subject . '</p>';
$bodyContent .= '<p>' . __('Message', 'wpchatbot') . ' : ' . $message . '</p>';
$bodyContent .= '<p>' . __('Mail Generated on', 'wpchatbot') . ': ' . current_time('F j, Y, g:i a') . '</p>';
$to = $toEmail;
$body = $bodyContent;
$headers = array();
$headers[] = 'Content-Type: text/html; charset=UTF-8';
$headers[] = 'From: ' . $name . ' <' . $fromEmail . '>';
$headers[] = 'Reply-To: ' . $name . ' <' . $email . '>';
$result = wp_mail($to, $subject, $body, $headers);
if ($result) {
$response['status'] = 'success';
$response['message'] = str_replace('\\', '',wp_kses_post(get_option('qlcd_wp_chatbot_email_sent')));
}
}
echo json_encode($response);
die();
}
//Support Phone
add_action('wp_ajax_qcld_wb_chatbot_support_phone', 'qcld_wb_chatbot_support_phone');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_support_phone', 'qcld_wb_chatbot_support_phone');
function qcld_wb_chatbot_support_phone(){
$name = trim(sanitize_text_field($_POST['name']));
$phone =sanitize_text_field($_POST['phone']);
$subject = 'WPBot Support Mail Request for Call Back';
//Extract Domain
$url = get_site_url();
$url = parse_url($url);
$domain = $url['host'];
//$admin_email = "admin@" . $domain;
$admin_email = get_option('admin_email');
$toEmail = sanitize_email(get_option('qlcd_wp_chatbot_admin_email') != '' ? get_option('qlcd_wp_chatbot_admin_email') : $admin_email);
if(get_option('qlcd_wp_chatbot_from_email') && get_option('qlcd_wp_chatbot_from_email')!=''){
$fromEmail = sanitize_email(get_option('qlcd_wp_chatbot_from_email'));
}else{
$fromEmail = "wordpress@" . $domain;
}
//Starting messaging and status.
$response['status'] = 'fail';
$response['message'] = str_replace('\\', '',wp_kses_post(get_option('qlcd_wp_chatbot_phone_fail')));
//build email body
$bodyContent = "";
$bodyContent .= '<p><strong>' . __('Support Request Details', 'wpchatbot') . ':</strong></p><hr>';
$bodyContent .= '<p>' . __('Name', 'wpchatbot') . ' : ' . $name . '</p>';
$bodyContent .= '<p>' . __('Phone', 'wpchatbot') . ' : ' . $phone . '</p>';
$bodyContent .= '<p>' . __('Subject', 'wpchatbot') . ' : ' . $subject . '</p>';
$bodyContent .= '<p>' . __('Message', 'wpchatbot') . ' : ' . __(' Call me at ', 'wpchatbot'). $phone . '</p>';
$bodyContent .= '<p>' . __('Mail Generated on', 'wpchatbot') . ': ' . current_time('F j, Y, g:i a') . '</p>';
$to = $toEmail;
$body = $bodyContent;
$headers = array();
$headers[] = 'Content-Type: text/html; charset=UTF-8';
$headers[] = 'From: ' . $name . ' <' . $fromEmail . '>';
$headers[] = 'Reply-To: ' . $name . ' <' . $fromEmail . '>';
$result = wp_mail($to, $subject, $body, $headers);
if ($result) {
$response['status'] = 'success';
$response['message'] = str_replace('\\', '',wp_kses_post(get_option('qlcd_wp_chatbot_phone_sent')));
}
echo json_encode($response);
die();
}
// Order Status part. removed
function wpb_randmom_message_handle($items){
return $items[rand(0, count($items) - 1)];
}
function qcld_wb_chatbot_func_str_replace($messages = array()){
$refined_mesgses = array();
foreach ($messages as $message) {
$refined_msg = str_replace('\\', '', $message);
array_push($refined_mesgses, $refined_msg);
}
return $refined_mesgses;
}
add_action('wp_ajax_qcld_wb_chatbot_login_user', 'qcld_wb_chatbot_login_user');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_login_user', 'qcld_wb_chatbot_login_user');
function qcld_wb_chatbot_login_user(){
// First check the nonce, if it fails the function will break
check_ajax_referer('wpwbot-order-nonce', 'security');
// Nonce is checked, get the POST data and sign user on
$info = array();
$info['user_login'] = trim(sanitize_text_field($_POST['user_name']));
$info['user_password'] = trim(sanitize_text_field($_POST['user_pass']));
$info['remember'] = true;
$user_signon = wp_signon($info, false);
$response = array();
if (is_wp_error($user_signon)) {
$response['status'] = "fail";
$response['message'] = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_order_password_incorrect'))));
} else {
$response = get_order_by_username($info['user_login']);
$response['status'] = "success";
}
wp_send_json($response);
}
add_action('wp_ajax_qcld_wb_chatbot_loged_in_user_orders', 'qcld_wb_chatbot_loged_in_user_orders');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_loged_in_user_orders', 'qcld_wb_chatbot_loged_in_user_orders');
function qcld_wb_chatbot_loged_in_user_orders(){
$current_user = wp_get_current_user();
$user_name = $current_user->user_login;
$response = get_order_by_username($user_name);
wp_send_json($response);
}
function get_order_by_username($user_name){
global $post;
$response = array();
$response['status'] .= "success";
$user = get_user_by('login', $user_name);
// The query arguments
$customer_orders = get_posts(array(
'numberposts' => -1,
'meta_key' => '_customer_user',
'meta_value' => $user->ID,
'post_type' => wc_get_order_types(),
'post_status' => array_keys(wc_get_order_statuses()),
'posts_per_page' => 10,
'orderby' => 'date',
));
$response['order_num'] = count($customer_orders);
$order_html = '';
if ($response['order_num'] > 0) {
$response['message'] .= wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_order_found'))));
$order_html .= '<div class="wp-chatbot-orders-container">
<div class="wp-chatbot-orders-header">
<div class="order-id">' . __('ID', 'wpchatbot') . '</div>
<div class="order-date">' . __('Date', 'wpchatbot') . ' </div>
<div class="order-items">' . __('Items', 'wpchatbot') . '</div>
<div class="order-status">' . __('Status', 'wpchatbot') . '</div>
</div>';
foreach ($customer_orders as $order) {
//Formatting order summery
if (isset($_COOKIE['from_app']) && $_COOKIE['from_app'] == 'yes') {
$thanks_page_id = sanitize_text_field(get_option('wp_chatbot_app_order_thankyou'));
$thanks_parmanlink = esc_url(get_permalink($thanks_page_id));
$order_url = '<a href="' . $thanks_parmanlink . '?order_id=' . $order->ID . '" >' . $order->ID . '</a>';
} else {
$order_url = '<a href="' . get_url(get_permalink(get_option('wpcommerce_myaccount_page_id')) . '/view-order/' . $order->ID) . '" target="_blank" >' . $order->ID . '</a>';
}
$order_html .= '<div class="wp-chatbot-orders-single">
<div class="order-id"> ' . $order_url . '</div>
<div class="order-date"> <p>' . date("m/d/Y", strtotime($order->post_date)) . '</p> </div>
<div class="order-items">';
$singleOrder = new WC_Order($order->ID);
$items = $singleOrder->get_items();
foreach ($items as $item) {
$order_html .= '<p>' . $item["name"] . ' X ' . $item["qty"] . '</p>';
}
$order_html .= '</div>
<div class="order-status">' . strtoupper(end(explode("-", $order->post_status))) . '</div>
</div>';
}
$order_html .= '</div>';
} else {
$response['message'] .= get_option('qlcd_wp_chatbot_sorry') . '! <strong>' . $user_name . '</strong>';
$order_html .= '<p>' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_order_not_found')))) . '</p>';
}
$response['html'] = $order_html;
return $response;
}
//Recently viewed products
//keeping id in cookies as
function wp_chatbot_track_product_view(){
if (!is_singular('product')) {
return;
}
global $post;
wp_chatbot_view_track_product_by_id($post->ID);
}
function wp_chatbot_view_track_product_by_id($post_id){
if (empty($_COOKIE['wp_chatbot_wpcommerce_recently_viewed']))
$viewed_products = array();
else
$viewed_products = (array)explode('|', $_COOKIE['wp_chatbot_wpcommerce_recently_viewed']);
if (!in_array($post_id, $viewed_products)) {
$viewed_products[] = $post_id;
}
if (sizeof($viewed_products) > 15) {
array_shift($viewed_products);
}
// Store for session only
if( function_exists( 'wc_setcookie' ) ){
wc_setcookie('wp_chatbot_wpcommerce_recently_viewed', implode('|', $viewed_products));
}
}
add_action('template_redirect', 'wp_chatbot_track_product_view', 20);
//recent view product ajax
add_action('wp_ajax_qcld_wb_chatbot_recently_viewed_products', 'qcld_wb_chatbot_recently_viewed_products');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_recently_viewed_products', 'qcld_wb_chatbot_recently_viewed_products');
function qcld_wb_chatbot_recently_viewed_products(){
// Get wpCommerce Global
$_pf = new WC_Product_Factory();
//show post per page.
$product_per_page = sanitize_text_field(get_option('qlcd_wp_chatbot_ppp') != '' ? get_option('qlcd_wp_chatbot_ppp') : 10);
$wp_chatbot_product_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_latest_product_welcome'))));
// Get recently viewed product cookies data
$viewed_products = !empty($_COOKIE['wp_chatbot_wpcommerce_recently_viewed']) ? (array)explode('|', $_COOKIE['wp_chatbot_wpcommerce_recently_viewed']) : array();
$viewed_products = array_filter(array_map('absint', $viewed_products));
//get featured products if has.
$featured_products = new WP_Query(array('post_status' => 'publish', 'posts_per_page' => $product_per_page, 'post_type' => 'product', 'tax_query' => array(array('taxonomy' => 'product_visibility', 'field' => 'name', 'terms' => 'featured'))));
//Getting recently vieew products.
if (!empty($viewed_products)) {
$wp_chatbot_product_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_viewed_product_welcome'))));
$product_query = new WP_Query(array(
'posts_per_page' => $product_per_page,
'no_found_rows' => 1,
'post_status' => 'publish',
'post_type' => 'product',
'post__in' => $viewed_products,
));
//Getting featured products
} else if ($featured_products->post_count > 0) {
$wp_chatbot_product_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_featured_product_welcome'))));
$product_query = $featured_products;
} else {
$wp_chatbot_product_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_latest_product_welcome'))));
//Getting recent products
$product_query = new WP_Query(array('post_status' => 'publish', 'posts_per_page' => $product_per_page, 'post_type' => 'product', 'orderby' => 'date', 'order' => 'DESC'));
}
if (get_option('wp_chatbot_custom_agent_path') != "" && get_option('wp_chatbot_agent_image') == "custom-agent.png") {
$wp_chatbot_custom_icon_path = get_option('wp_chatbot_custom_agent_path');
} else if (get_option('wp_chatbot_custom_agent_path') != "" && get_option('wp_chatbot_agent_image') != "custom-agent.png") {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . get_option('wp_chatbot_agent_image');
} else {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . 'custom-agent.png';
}
$html = '<div class="wp-chatbot-agent-profile">
<div class="wp-chatbot-widget-avatar"><img src="' . esc_url($wp_chatbot_custom_icon_path) . '" alt=""></div>
<div class="wp-chatbot-widget-agent">' . esc_html(get_option('qlcd_wp_chatbot_agent')) . '</div>
<div class="wp-chatbot-bubble">' . $wp_chatbot_product_title . '</div>
</div>';
if ($product_query->post_count > 0) {
$html .= '<div class="wp-chatbot-products-area">';
$html .= '<ul class="wp-chatbot-products">';
while ($product_query->have_posts()) : $product_query->the_post();
$product = $_pf->get_product(get_the_ID());
$html .= '<li class="wp-chatbot-product">';
$html .= '<a target="_blank" href="' . get_permalink(get_the_ID()) . '" wp-chatbot-pid= "' . get_the_ID() . '" title="' . esc_attr($product->post->post_title ? $product->post->post_title : get_the_ID()) . '">';
$html .= get_the_post_thumbnail(get_the_ID(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->post->post_title . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div>
</div>
</div></a>
</li>';
endwhile;
wp_reset_query();
wp_reset_postdata();
$html .= '</ul></div>';
} else {
$html .= '<div class="wp-chatbot-products-area">';
$html .= '<p style="text-align: center">You have no products !';
$html .= '</div>';
}
wp_send_json($html);
}
//Recently viewed product shortcode
add_shortcode('wpwbot_products', 'qcld_wb_chatbot_recently_viewed_shortcode');
function qcld_wb_chatbot_recently_viewed_shortcode(){
// Get wpCommerce Global
$_pf = new WC_Product_Factory();
$product_per_page = sanitize_text_field(get_option('qlcd_wp_chatbot_ppp') != '' ? get_option('qlcd_wp_chatbot_ppp') : 10);
$wp_chatbot_product_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_latest_product_welcome'))));
// Get recently viewed product cookies data
$viewed_products = !empty($_COOKIE['wp_chatbot_wpcommerce_recently_viewed']) ? (array)explode('|', $_COOKIE['wp_chatbot_wpcommerce_recently_viewed']) : array();
$viewed_products = array_filter(array_map('absint', $viewed_products));
//get featured products if has.
$featured_products = new WP_Query(array('post_status' => 'publish', 'posts_per_page' => $product_per_page, 'post_type' => 'product', 'tax_query' => array(array('taxonomy' => 'product_visibility', 'field' => 'name', 'terms' => 'featured'))));
//Getting recently vieew products.
if (!empty($viewed_products)) {
$wp_chatbot_product_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_viewed_product_welcome'))));
$product_query = new WP_Query(array(
'posts_per_page' => $product_per_page,
'no_found_rows' => 1,
'post_status' => 'publish',
'post_type' => 'product',
'post__in' => $viewed_products,
));
//implementing featured products
} else if ($featured_products->post_count > 0) {
$wp_chatbot_product_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_featured_product_welcome'))));
$product_query = $featured_products;
} else {
$wp_chatbot_product_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_latest_product_welcome'))));
//Getting recent products
$product_query = new WP_Query(array('post_status' => 'publish', 'posts_per_page' => $product_per_page, 'post_type' => 'product', 'orderby' => 'date', 'order' => 'DESC'));
}
if (get_option('wp_chatbot_custom_agent_path') != "" && get_option('wp_chatbot_agent_image') == "custom-agent.png") {
$wp_chatbot_custom_icon_path = get_option('wp_chatbot_custom_agent_path');
} else if (get_option('wp_chatbot_custom_agent_path') != "" && get_option('wp_chatbot_agent_image') != "custom-agent.png") {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . get_option('wp_chatbot_agent_image');
} else {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . 'custom-agent.png';
}
$html = '<div class="wp-chatbot-agent-profile">
<div class="wp-chatbot-widget-avatar"><img src="' . esc_url($wp_chatbot_custom_icon_path) . '" alt=""></div>
<div class="wp-chatbot-widget-agent">' . esc_html(get_option('qlcd_wp_chatbot_agent')) . '</div>
<div class="wp-chatbot-bubble">' . esc_html($wp_chatbot_product_title) . '</div>
</div>';
if ($product_query->post_count > 0) {
$html .= '<div class="wp-chatbot-products-area">';
$html .= '<ul class="wp-chatbot-products">';
while ($product_query->have_posts()) : $product_query->the_post();
$product = $_pf->get_product(get_the_ID());
$html .= '<li class="wp-chatbot-product">';
$html .= '<a target="_blank" href="' . get_permalink(get_the_ID()) . '" wp-chatbot-pid= "' . get_the_ID() . '" title="' . esc_attr($product->post->post_title ? $product->post->post_title : get_the_ID()) . '">';
$html .= get_the_post_thumbnail(get_the_ID(), 'shop_catalog') . '
<div class="wp-chatbot-product-summary">
<div class="wp-chatbot-product-table">
<div class="wp-chatbot-product-table-cell">
<h3 class="wp-chatbot-product-title">' . $product->post->post_title . '</h3>
<div class="price">' . $product->get_price_html() . '</div>';
$html .= ' </div>
</div>
</div></a>
</li>';
endwhile;
wp_reset_query();
wp_reset_postdata();
$html .= '</ul></div>';
} else {
$html .= '<div class="wp-chatbot-products-area">';
$html .= '<p style="text-align: center">' . __('You have no products', 'wpchatbot') . ' !';
$html .= '</div>';
}
return $html;
}
//Show cart for wp chatbot
add_action('wp_ajax_qcld_wb_chatbot_show_cart', 'qcld_wb_chatbot_show_cart');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_show_cart', 'qcld_wb_chatbot_show_cart');
function qcld_wb_chatbot_show_cart(){
global $wpcommerce;
// $cart_url = $wpcommerce->cart->get_cart_url();
$cart_url = wc_get_cart_url();
$checkout_url = wc_get_checkout_url();
//$checkout_url = $wpcommerce->cart->get_checkout_url();
$items = $wpcommerce->cart->get_cart();
$itemCount = $wpcommerce->cart->cart_contents_count;
$cart_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_shopping_cart'))));
$no_cart_item_msg = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_no_cart_items'))));
if (get_option('wp_chatbot_custom_agent_path') != "" && get_option('wp_chatbot_agent_image') == "custom-agent.png") {
$wp_chatbot_custom_icon_path = get_option('wp_chatbot_custom_agent_path');
} else if (get_option('wp_chatbot_custom_agent_path') != "" && get_option('wp_chatbot_agent_image') != "custom-agent.png") {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . get_option('wp_chatbot_agent_image');
} else {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . 'custom-agent.png';
}
$html = '<div class="wp-chatbot-agent-profile">
<div class="wp-chatbot-widget-avatar"><img src="' . esc_url($wp_chatbot_custom_icon_path) . '" alt=""></div>
<div class="wp-chatbot-widget-agent">' . esc_html(get_option('qlcd_wp_chatbot_agent')) . '</div>
<div class="wp-chatbot-bubble">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_welcome')))) . '</div>
</div>';
if ($itemCount >= 1) {
$html .= '<div class ="wp-chatbot-cart-container">';
$html .= '<div class="wp-chatbot-cart-header"><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_title')))) . '</div><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_quantity')))) . '</div><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_price')))) . '</div><div class="qcld-wp-chatbot-cell"></div></div>';
$html .= '<div class ="wp-chatbot-cart-body">';
foreach ($items as $item => $values) {
$cart_item= apply_filters('wpcommerce_cart_item_product', $values['data'], $values, $item);
//product image
$getProductDetail = wc_get_product($values['product_id']);
$price = get_post_meta($values['product_id'], '_price', true);
$html .= '<div class="wp-chatbot-cart-single">
<div class="qcld-wp-chatbot-cell"> <h3 class="wp-chatbot-title">' . $cart_item->get_title() . '</h3></div>';
$html .= '<div class="qcld-wp-chatbot-cell">';
$html .= '<input class="qcld-wp-chatbot-cart-item-qnty" data-cart-item="' . $item . '" type="number" min="1" value="' . $values['quantity'] . '"></div>';
$html .= '<div class="qcld-wp-chatbot-cell"><span class="wp-chatbot-cart-price">' . apply_filters('wpcommerce_cart_item_price', WC()->cart->get_product_price($cart_item), $values, $item) . '</span> </div>';
$html .= '<div class="qcld-wp-chatbot-cell"><span data-cart-item="' . $item . '" class="wp-chatbot-remove-cart-item">X</span></div> </div>';
}
$html .= ' </div>';//End of cart body
$html .= '<div class="wp-chatbot-cart-single">
<div class="qcld-wp-chatbot-cell"></div>
<div class="qcld-wp-chatbot-cell"><strong>Total</strong></div>
<div class="qcld-wp-chatbot-cell"><strong>' . $wpcommerce->cart->get_cart_total() . '</strong></div>
</div>';
$html .= '<div class="wp-chatbot-cart-footer"><div class="qcld-wp-chatbot-cart-page"><a class="wp-chatbot-cart-link" href="' . $cart_url . '" target="_blank" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_link')))) . '</a></div><div class="qcld-wp-chatbot-checkout"><a class="wp-chatbot-checkout-link" href="' . $checkout_url . '" target="_blank" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_checkout_link')))) . '</a></div></div>';
$html .= ' </div>';
} else {
$html .= '<div class="wp-chatbot-cart-container">';
$html .= '<div><p style="text-align:center">' . $no_cart_item_msg . '</p></div>';
$html .= '</div>';
}
$response = array('html' => $html, 'items' => $itemCount);
wp_send_json($response);
}
//cart onley for wp chatbot
add_action('wp_ajax_qcld_wb_chatbot_only_cart', 'qcld_wb_chatbot_only_cart');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_only_cart', 'qcld_wb_chatbot_only_cart');
function qcld_wb_chatbot_only_cart(){
global $wpcommerce;
// $cart_url = $wpcommerce->cart->get_cart_url();
$cart_url = wc_get_cart_url();
$checkout_url = wc_get_checkout_url();
//$checkout_url = $wpcommerce->cart->get_checkout_url();
$items = $wpcommerce->cart->get_cart();
$itemCount = $wpcommerce->cart->cart_contents_count;
$no_cart_item_msg = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_no_cart_items'))));
$html = '';
if ($itemCount >= 1) {
$html .= '<div class ="wp-chatbot-cart-container">';
$html .= '<div class="wp-chatbot-cart-header"><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_title')))) . '</div><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_quantity')))) . '</div><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_price')))) . '</div><div class="qcld-wp-chatbot-cell"></div></div>';
$html .= '<div class ="wp-chatbot-cart-body">';
foreach ($items as $item => $values) {
$cart_item= apply_filters('wpcommerce_cart_item_product', $values['data'], $values, $item);
//product image
$getProductDetail = wc_get_product($values['product_id']);
$price = get_post_meta($values['product_id'], '_price', true);
$html .= '<div class="wp-chatbot-cart-single">
<div class="qcld-wp-chatbot-cell"> <h3 class="wp-chatbot-title">' . $cart_item->get_title() . '</h3></div>';
$html .= '<div class="qcld-wp-chatbot-cell">';
$html .= '<input class="qcld-wp-chatbot-cart-item-qnty" data-cart-item="' . $item . '" type="number" min="1" value="' . $values['quantity'] . '"></div>';
$html .= '<div class="qcld-wp-chatbot-cell"><span class="wp-chatbot-cart-price">' . apply_filters('wpcommerce_cart_item_price', WC()->cart->get_product_price($cart_item), $values, $item) . '</span> </div>';
$html .= '<div class="qcld-wp-chatbot-cell"><span data-cart-item="' . $item . '" class="wp-chatbot-remove-cart-item">X</span></div> </div>';
}
$html .= ' </div>';//End of cart body
$html .= '<div class="wp-chatbot-cart-single">
<div class="qcld-wp-chatbot-cell"></div>
<div class="qcld-wp-chatbot-cell"><strong>Total</strong></div>
<div class="qcld-wp-chatbot-cell"><strong>' . $wpcommerce->cart->get_cart_total() . '</strong></div>
</div>';
$html .= '<div class="wp-chatbot-cart-footer"><div class="qcld-wp-chatbot-cart-page"><a class="wp-chatbot-cart-link" href="' . $cart_url . '" target="_blank" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_link')))) . '</a></div><div class="qcld-wp-chatbot-checkout"><a class="wp-chatbot-checkout-link" href="' . $checkout_url . '" target="_blank" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_checkout_link')))) . '</a></div></div>';
$html .= ' </div>';
} else {
$html .= '<div class="wp-chatbot-cart-container">';
$html .= '<div><p style="text-align:center">' . esc_html($no_cart_item_msg) . '</p></div>';
$html .= '</div>';
}
$response = array('html' => $html, 'items' => $itemCount);
wp_send_json($response);
}
//Cart show Shortcode
add_shortcode('wpwbot_cart', 'qcld_wb_chatbot_cart_shortcode');
function qcld_wb_chatbot_cart_shortcode(){
global $wpcommerce;
$items = $wpcommerce->cart->get_cart();
$itemCount = $wpcommerce->cart->cart_contents_count;
$cart_title = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_shopping_cart'))));
$no_cart_item_msg = wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_no_cart_items'))));
if (get_option('wp_chatbot_custom_agent_path') != "" && get_option('wp_chatbot_agent_image') == "custom-agent.png") {
$wp_chatbot_custom_icon_path = get_option('wp_chatbot_custom_agent_path');
} else if (get_option('wp_chatbot_custom_agent_path') != "" && get_option('wp_chatbot_agent_image') != "custom-agent.png") {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . get_option('wp_chatbot_agent_image');
} else {
$wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . 'custom-agent.png';
}
$html = '<div class="wp-chatbot-agent-profile">
<div class="wp-chatbot-widget-avatar"><img src="' . esc_url($wp_chatbot_custom_icon_path) . '" alt=""></div>
<div class="wp-chatbot-widget-agent">' . esc_html(get_option('qlcd_wp_chatbot_agent')) . '</div>
<div class="wp-chatbot-bubble">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_welcome')))) . '</div>
</div>';
if ($itemCount >= 1) {
$html .= '<div class ="wp-chatbot-cart-container">';
$html .= '<div class="wp-chatbot-cart-header"><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_title')))) . '</div><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_quantity')))) . '</div><div class="qcld-wp-chatbot-cell">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_price')))) . '</div> <div class="qcld-wp-chatbot-cell"></div> </div>';
$html .= '<div class ="wp-chatbot-cart-body">';
foreach ($items as $item => $values) {
$cart_item = apply_filters('wpcommerce_cart_item_product', $values['data'], $values, $item);
//product image
$getProductDetail = wc_get_product($values['product_id']);
$price = get_post_meta($values['product_id'], '_price', true);
$html .= '<div class="wp-chatbot-cart-single">
<div class="qcld-wp-chatbot-cell"> <h3 class="wp-chatbot-title">' . $cart_item->get_title() . '</h3></div>';
$html .= '<div class="qcld-wp-chatbot-cell">';
$html .= '<input class="qcld-wp-chatbot-cart-item-qnty" data-cart-item="' . $item . '" type="number" min="1" value="' . $values['quantity'] . '"></div>';
$html .= '<div class="qcld-wp-chatbot-cell"><span class="wp-chatbot-cart-price">' . apply_filters('wpcommerce_cart_item_price', WC()->cart->get_product_price($cart_item), $values, $item) . '</span> </div>';
$html .= '<div class="qcld-wp-chatbot-cell"><span data-cart-item="' . $item . '" class="wp-chatbot-remove-cart-item">X</span></div> </div>';
}
$html .= ' </div>';//End of cart body
$html .= '<div class="wp-chatbot-cart-single">
<div class="qcld-wp-chatbot-cell"></div>
<div class="qcld-wp-chatbot-cell"><strong>Total</strong></div>
<div class="qcld-wp-chatbot-cell"><strong>' . $wpcommerce->cart->get_cart_total() . '</strong></div>
</div>';
$html .= '<div class="wp-chatbot-cart-footer"><div class="qcld-wp-chatbot-cart-page"><a href="' . site_url() . '/cart" target="_blank" >' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_cart_link')))) . '</a></div><div class="qcld-wp-chatbot-checkout"><a href="' . site_url() . '/checkout" target="_blank">' . wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_checkout_link')))) . '</a></div></div>';
$html .= ' </div>';
} else {
$html .= '<div class="wp-chatbot-cart-container">';
$html .= '<div><p style="text-align:center">' . $no_cart_item_msg . '</p></div>';
$html .= '</div>';
}
// $response=array('html'=>$html,'items'=>$itemCount);
return $html;
}
//Updating the cart items.
add_action('wp_ajax_qcld_wb_chatbot_update_cart_item_number', 'qcld_wb_chatbot_update_cart_item_number');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_update_cart_item_number', 'qcld_wb_chatbot_update_cart_item_number');
function qcld_wb_chatbot_update_cart_item_number(){
//getting cart items n
$cart_item_key = sanitize_text_field($_POST['cart_item_key']);
$qnty = sanitize_text_field($_POST['qnty']);
global $wpcommerce;
$result = $wpcommerce->cart->set_quantity($cart_item_key, $qnty);
wp_send_json($result);
}
//Show item after removing from cart page.
add_action('wp_ajax_qcld_wb_chatbot_cart_item_remove', 'qcld_wb_chatbot_cart_item_remove');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_cart_item_remove', 'qcld_wb_chatbot_cart_item_remove');
function qcld_wb_chatbot_cart_item_remove(){
//getting cart items n
$cart_item_key = sanitize_text_field($_POST['cart_item']);
global $wpcommerce;
$result = $wpcommerce->cart->remove_cart_item($cart_item_key);
wp_send_json($result);
}
//Show cart page by shortcode.
add_action('wp_ajax_qcld_wb_chatbot_cart_page', 'qcld_wb_chatbot_cart_page');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_cart_page', 'qcld_wb_chatbot_cart_page');
function qcld_wb_chatbot_cart_page(){
global $wpcommerce;
$itemCount = $wpcommerce->cart->cart_contents_count;
$html = "";
if ($itemCount < 0) {
$html .= wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_no_cart_items'))));
} else {
$html .= do_shortcode("[wpcommerce_cart]");
}
wp_send_json($html);
}
//Show checkout page by shortcode.
add_action('wp_ajax_qcld_wb_chatbot_checkout_page', 'qcld_wb_chatbot_checkout_page');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_checkout_page', 'qcld_wb_chatbot_checkout_page');
function qcld_wb_chatbot_checkout_page(){
global $wpcommerce;
$itemCount = $wpcommerce->cart->cart_contents_count;
$html = "";
if ($itemCount < 0) {
$status = 'no';
$html .= wp_kses_post(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_no_cart_items'))));
} else {
$status = 'yes';
$checkout_page_id = get_option('wp_chatbot_app_checkout');
$checkout_parmanlink = esc_url(get_permalink($checkout_page_id));
$html .= $checkout_parmanlink;
}
$response = array('status' => $status, 'html' => $html);
wp_send_json($response);
}
//_dynamic_intent
function qc_dynamic_intent(){
global $wpdb;
$intents = array();
$ai_df = get_option('enable_wp_chatbot_dailogflow');
$custom_intent_labels = maybe_unserialize( get_option('qlcd_wp_custon_intent_label'));
if($ai_df==1 && isset($custom_intent_labels[0]) && trim($custom_intent_labels[0])!=''):
foreach($custom_intent_labels as $custom_intent_label):
$intents[] = $custom_intent_label;
endforeach;
endif;
if(class_exists('Qcformbuilder_Forms_Admin')){
$results = $wpdb->get_results($wpdb->prepare("SELECT * FROM ". $wpdb->prefix."wfb_forms WHERE type= %s",'primary')); //DB Call OK, No Caching OK
if(!empty($results)){
foreach($results as $result){
$form = maybe_unserialize($result->config);
$intents[] = $form['name'];
}
}
}
if(!empty($intents)){
return implode(", ", $intents);
}else{
return '';
}
}
//User login on Checkout page.
// add_action('wp_ajax_qcld_wb_chatbot_checkout_user_login', 'qcld_wb_chatbot_checkout_user_login');
// add_action('wp_ajax_nopriv_qcld_wb_chatbot_checkout_user_login', 'qcld_wb_chatbot_checkout_user_login');
// function qcld_wb_chatbot_checkout_user_login(){
// // Nonce is checked, get the POST data and sign user on
// $info = array();
// //$info['nonce'] = $_POST['nonce_val'];
// $info['user_login'] = trim(sanitize_text_field($_POST['user_name']));
// $info['user_password'] = trim(sanitize_text_field($_POST['user_pass']));
// $info['remember'] = true;
// $user_signon = wp_signon($info, false);
// // $response=$info;
// $response = array();
// if (is_wp_error($user_signon)) {
// // $response['status'] = "fail";
// $response = "no";
// } else {
// $response = "yes";
// }
// wp_send_json($response);
// }
// Load template for App Order Thank You page url
function wp_chatbot_load_app_template($template){
if (is_page('wpwbot-mobile-app')) {
return dirname(__FILE__) . '/templates/app-templates/app.php';
}
return $template;
}
add_filter('template_include', 'wp_chatbot_load_app_template', 99);
// Load template for App Order Thank You page url
function wp_chatbot_load_app_order_thankyou_template($template){
if (is_page('wpwbot-app-order-thankyou')) {
return dirname(__FILE__) . '/templates/app-templates/app-order-thankyou.php';
}
return $template;
}
add_filter('template_include', 'wp_chatbot_load_app_order_thankyou_template', 99);
// Load template for App checkout
function wp_chatbot_load_app_checkout_template($template){
if (is_page('wpwbot-app-checkout')) {
return dirname(__FILE__) . '/templates/app-templates/app-checkout.php';
}
return $template;
}
add_filter('template_include', 'wp_chatbot_load_app_checkout_template', 99);
// Create embed page when plugin install or activate
//register_activation_hook(__FILE__, 'wp_chatbot_create_app_order_thankyou_page');
add_action('init', 'wp_chatbot_create_app_checkout_thankyou_page');
function wp_chatbot_create_app_checkout_thankyou_page(){
if (get_option('wp_chatbot_app_pages') == 1) {
//Mobile App page create
if (get_page_by_title('wpwBot Mobile App') == NULL) {
//post status and options
$app_page = array(
'comment_status' => 'closed',
'ping_status' => 'closed',
'post_author' => get_current_user_id(),
'post_date' => date('Y-m-d H:i:s'),
'post_status' => 'publish',
'post_title' => 'wpwBot Mobile App',
'post_name' => 'wpwbot-mobile-app',
'post_type' => 'page',
);
//insert page and save the id
$wpwbot_app = wp_insert_post($app_page, false);
//save the id in the database
update_option('wp_chatbot_app_checkout', $wpwbot_app);
}
//App checkout page create
if (get_page_by_title('wpwBot App Checkout') == NULL) {
//post status and options
$checkout_page = array(
'comment_status' => 'closed',
'ping_status' => 'closed',
'post_author' => get_current_user_id(),
'post_date' => date('Y-m-d H:i:s'),
'post_status' => 'publish',
'post_title' => 'wpwBot App Checkout',
'post_name' => 'wpwbot-app-checkout',
'post_type' => 'page',
);
//insert page and save the id
$app_checkout = wp_insert_post($checkout_page, false);
//save the id in the database
update_option('wp_chatbot_app_checkout', $app_checkout);
}
//App Order thank you page create
if (get_page_by_title('wpwBot App Order Thank You') == NULL) {
//post status and options
$thankyou_page = array(
'comment_status' => 'closed',
'ping_status' => 'closed',
'post_author' => get_current_user_id(),
'post_date' => date('Y-m-d H:i:s'),
'post_status' => 'publish',
'post_title' => 'wpwBot App Order Thank You',
'post_name' => 'wpwbot-app-order-thankyou',
'post_type' => 'page',
);
//insert page and save the id
$app_order_thankyou = wp_insert_post($thankyou_page, false);
//save the id in the database
update_option('wp_chatbot_app_order_thankyou', $app_order_thankyou);
}
}
//Keep tracking from App by cookies
if (isset($_GET['from']) && $_GET['from'] == 'app') {
if (!isset($_COOKIE['from_app'])) {
setcookie('from_app', 'yes', (time() + 3600), '/');
}
}
}
/***
* Override order Thank page for mobile app
*/
add_action('wpcommerce_thankyou', 'qcld_wb_chatbot__redirect_after_purchase', 10, 1);
function qcld_wb_chatbot__redirect_after_purchase($order_get_id){
if (isset($_COOKIE['from_app']) && $_COOKIE['from_app'] == 'yes') {
global $wp;
if (is_checkout() && !empty($wp->query_vars['order-received'])) {
$thanks_page_id = get_option('wp_chatbot_app_order_thankyou');
$thanks_parmanlink = esc_url(get_permalink($thanks_page_id));
wp_redirect($thanks_parmanlink . '?order_id=' . $order_get_id);
exit;
}
} else {
remove_action('wpcommerce_thankyou', 'qcld_wb_chatbot__redirect_after_purchase');
do_action('wpcommerce_thankyou', $order_get_id);
}
}
function qcld_choose_random($array){
return $array[array_rand($array)];
}
//User session count
add_action('wp_ajax_qcld_wb_chatbot_session_count', 'qcld_wb_chatbot_session_count');
add_action('wp_ajax_nopriv_qcld_wb_chatbot_session_count', 'qcld_wb_chatbot_session_count');
function qcld_wb_chatbot_session_count(){
// Nonce is checked, get the POST data and sign user on
global $wpdb;
$wpdb->show_errors = true;
$tableuser = $wpdb->prefix.'wpbot_sessions';
$response = array();
$session_exists = $wpdb->get_row($wpdb->prepare("select * from $tableuser where 1 and id = %d",1)); //DB Call OK, No Caching OK
if(empty($session_exists)){
$wpdb->insert(
$tableuser,
array(
'session' => 1,
)
); //DB Call OK, No Caching OK
}else{
$session_id = $session_exists->id;
$wpdb->update(
$tableuser,
array(
'session'=>($session_exists->session+1),
),
array('id'=>$session_id),
array(
'%d',
),
array('%d')
); //DB Call OK, No Caching OK
}
wp_send_json($response);
}
/* WPBot Chat History Addon check */
function qcld_wpbot_is_active_chat_history(){
if(function_exists('qcwp_chat_session_menu_fnc') || function_exists( 'qcpdcs_chat_session_menu_fnc' ) ){
return 1;
}else{
return 0;
}
}
function qc_wpbot_input_validation( $data ) {
$data = html_entity_decode($data);
$data = trim($data);
$data = stripslashes($data);
$data = htmlspecialchars($data);
return $data;
}
add_action('wp_ajax_small_talk_import', 'small_talk_import');
function small_talk_import(){
global $wpdb;
$table = $wpdb->prefix.'wpbot_response';
$csvFile = file(QCLD_wpCHATBOT_PLUGIN_DIR_PATH . 'small_talk.csv');
foreach ($csvFile as $line) {
$line = str_getcsv($line, ',', '"');
$wpdb->insert($table, array(
'query' => $line[0],
'keyword' => $line[1],
'response' => $line[2],
'category'=> $line[3],
'intent'=> '',
//'lang'=> 'en_US',
)); //DB Call OK, No Caching OK
}
$table2 = $wpdb->prefix.'wpbot_response_category';
$wpdb->insert($table2, array(
'name' => 'smalltalk',
)); //DB Call OK, No Caching OK
update_option( 'qcld_small_talk_imported', 'yes' );
}
function sanitize_array( &$array ) {
if (!empty($array)) {
foreach ($array as &$value) {
if( !is_array($value) )
// sanitize if value is not an array
$value = sanitize_text_field( esc_html($value) );
else
// go inside this function again
sanitize_array(esc_html($value));
}
}
return $array;
}
function qcld_wpbot_meta_tags() {
echo '<!-- "This site uses ChatBot for WordPress - WPBot from https://www.wpbot.pro/" -->';
}
add_action('wp_footer', 'qcld_wpbot_meta_tags', 100);
Run Command [Bypass]
Run Command
تطور التكنولوجيا يطرح سؤالاً: ما مصير جوجل؟ – tahkoom.com
كتبت ميرنا أشرف
في ظل التطور السريع للتكنولوجيا و الذكاء الاصطناعي وانتشار أدواته المختلفة، إلا أنه لا يزال محركات البحث التقليدية، وعلى رأسها (جوجل)، تحافظ على مكانتها كأداة رئيسية للوصول إلى المعلومات. ويرجع ذلك إلى قدرتها على تقديم نتائج دقيقة ومرتبة وفقًا لموثوقية المصادر ومدى صلتها بالاستفسارات، مما يعزز ثقة المستخدمين فيها .
قال أستاذ التكنولوجيا هشام عبدالعال، أنه يتم بناء ثقه المستخدمون في محركات البحث مثل جوجل لعدة أسباب، أبرزها قدرتها على تقديم نتائج بحث دقيقة ومرتبة وفقًا لمدى صلتها بالاستفسارات وتقدم مصادر اكثر موثوقية. وتابع حديثه قائلاً دراسة تتبعت حركة العين للمستخدمين اظهرت ان الناس يثقون بشكل كبير في قدرة جوجل على ترتيب النتائج وتقديم نتائج أكثر موثوقية عن طريق جمع بيانات دقيقه وبمصادر موثوقة بناءً على مدى ملاءمتها الحقيقية و الموثوقة للاستفسار .
أكد عبدالعال، أنه بالرغم من انتشار مواقع الذكاء الاصطناعي، إلا أنه لا يزال محركات البحث التقليدية مثل جوجل هي الوسيلة الرئيسية للوصول إلى المعلومات .
مضيفاً أن ذلك يعود إلى قدرتها على تقديم نتائج موثوقة ومنظمة، بالإضافة إلى تكاملها مع تقنيات الذكاء الاصطناعي لتحسين فهم الاستفسارات وتقديم إجابات أكثر دقة وتفصيلا. على سبيل المثال، يمكن للذكاء الاصطناعي تحليل الاستفسارات المعقدة وتقديم إجابات شاملة مباشرة في نتائج البحث، مما يقلل من حاجة المستخدمين للنقر على روابط متعددة .
تطبيق جوجل يثبت حضوره رغم تطور الذكاء الاصطناعي
أشار عبدالعال، إلي أنه بالرغم من ظهور برامج الذكاء الاصطناعي إلا انه لايزال جوجل في الصدارة من جهة محركات البحث م ضيفاً، ولا يزال الخيار الأول لمن يريد الوصول إلى معلومات دقيقة ومتنوعة بسرعة وسهولة .
ومن جانبه قال عمر ناجي، أحد المستخدمين لتطبيقات جوجل وشات جي بي تي في حياته اليومية، إنه يعتمد على جوجل بشكل أساسي عندما يحتاج إلى التحقق من المعلومات أو البحث عن مواضيع هامه. وأوضح أنه يفضل استخدامه لأنه يوفر مصادر موثوقة في مختلف المجالات، سواء في تقديم الأخبار، الإحصائيات، الصور، الفيديوهات أو حتي الترجمة، مشيراً إلى أنه يجد دائماً ما يبحث عنه ويثق في دقة المعلومات التي يقدمها .
لذلك بين الذكاء الاصطناعي ومحركات البحث التقليدية.. المستخدمون يثقون بجوجل كمصدر أساسي وموثوق للمعلومات .
زر الذهاب إلى الأعلى