PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 4.8.9
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v4.8.9
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
chatbot / templates / template-00 / shortcode.php

shortcode.php in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 4.8.9, at templates/template-00/shortcode.php

75 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="wp-chatbot-shortcode-template-container"
2 class="<?php echo $wp_chatbot_enable_rtl;?> wp-chatbot-shortcode-template-container chatbot-shortcode-template-00">
3 <div class="wp-chatbot-product-container">
4 <div class="wp-chatbot-product-details">
5 <div class="wp-chatbot-product-image-col">
6 <div id="wp-chatbot-product-image"></div>
7 </div>
8 <!--wp-chatbot-product-image-col-->
9 <div class="wp-chatbot-product-info-col">
10 <div id="wp-chatbot-product-title" class="wp-chatbot-product-title"></div>
11 <div id="wp-chatbot-product-price" class="wp-chatbot-product-price"></div>
12 <div id="wp-chatbot-product-description" class="wp-chatbot-product-description"></div>
13 <div id="wp-chatbot-product-quantity" class="wp-chatbot-product-quantity"></div>
14 <div id="wp-chatbot-product-variable" class="wp-chatbot-product-variable"></div>
15 <div id="wp-chatbot-product-cart-button" class="wp-chatbot-product-cart-button"></div>
16 </div>
17 <!--wp-chatbot-product-info-col-->
18 <a class="wp-chatbot-product-close"></a>
19 </div>
20 <!-- wp-chatbot-product-details-->
21 </div>
22 <div class="chatbot-shortcode-row">
23 <div class="chatbot-sidebar chatbot-left-sidebar">
24 <div class="wp-chatbot-widget wp-chatbot-product-shortcode-container">
25 <?php echo do_shortcode('[wpwbot_products]'); ?>
26 </div>
27 <!--wp-chatbot-widget-->
28 </div>
29 <!--wp-chatbot-sidebar-->
30 <div class="wp-chatbot-container">
31 <div class="wp-chatbot-header">
32 <h3> <?php if (get_option('qlcd_wp_chatbot_host') != '') {
33 $welcomes = unserialize(get_option('qlcd_wp_chatbot_welcome'));
34 echo esc_html($welcomes[0] . ' ' . get_option('qlcd_wp_chatbot_host'));
35 } ?></h3>
36 </div>
37 <!--wp-chatbot-header-->
38 <div class="wp-chatbot-ball-inner wp-chatbot-content">
39 <div class="wp-chatbot-messages-wrapper">
40 <ul id="wp-chatbot-messages-container" class="wp-chatbot-messages-container">
41 </ul>
42 </div>
43 <!--wp-chatbot-messages-wrapper-->
44 </div>
45 <!--wp-chatbot-ball-inner-->
46 <div class="wp-chatbot-footer">
47 <div id="wp-chatbot-editor-area" class="wp-chatbot-editor-area">
48 <input id="wp-chatbot-editor" class="wp-chatbot-editor" required="" placeholder="<?php echo esc_attr(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_send_a_msg')))); ?>"
49 >
50 <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'wpchatbot'); ?></button>
51 </div>
52 <!--wp-chatbot-editor-container-->
53 </div>
54 <!--wp-chatbot-footer-->
55 </div>
56 <!--wp-chatbot-container-->
57 <div class="chatbot-sidebar chatbot-left-sidebar">
58 <div class="wp-chatbot-widget">
59 <div class="chatbot-agent">
60 <img src="<?php echo QCLD_wpCHATBOT_IMG_URL . 'agent-0.png' ?>" alt="Agent Image">
61 <h3 class="chatbot-agent-name"><?php echo esc_html(get_option('qlcd_wp_chatbot_agent')); ?></h3>
62 </div>
63 <!--chatbot-agent-->
64 </div>
65 <!--wp-chatbot-widget-->
66 <div class="wp-chatbot-widget wp-chatbot-cart-shortcode-container">
67 <?php echo do_shortcode('[wpwbot_cart]'); ?>
68 </div>
69 <!--wp-chatbot-widget-->
70 </div>
71 <!--wp-chatbot-sidebar-->
72 </div>
73 <!-- .chatbot-shortcode-row-->
74 </div>
75 <!--wp-chatbot-ball-container-->