PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 3.4.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v3.4.2
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 / template.php

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

63 lines 3.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="wp-chatbot-ball-container" class="wp-chatbot-template-01">
2 <div class="wp-chatbot-container">
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 class="wp-chatbot-product-reload"></div>
11 <div id="wp-chatbot-product-title" class="wp-chatbot-product-title"></div>
12 <div id="wp-chatbot-product-price" class="wp-chatbot-product-price"></div>
13 <div id="wp-chatbot-product-description" class="wp-chatbot-product-description"></div>
14 <div id="wp-chatbot-product-quantity" class="wp-chatbot-product-quantity"></div>
15 <div id="wp-chatbot-product-variable" class="wp-chatbot-product-variable"></div>
16 <div id="wp-chatbot-product-cart-button" class="wp-chatbot-product-cart-button"></div>
17 </div>
18 <!--wp-chatbot-product-info-col-->
19 <a href="#" class="wp-chatbot-product-close"></a>
20 </div>
21 <!-- wp-chatbot-product-details-->
22 </div>
23 <!-- wp-chatbot-product-container-->
24 <div id="wp-chatbot-board-container" class="wp-chatbot-board-container">
25
26 <!--wp-chatbot-header-->
27 <div class="wp-chatbot-ball-inner wp-chatbot-content">
28 <!-- only show on Mobile app -->
29 <?php if(isset($template_app) && $template_app=='yes'){?>
30 <div class="wp-chatbot-cart-checkout-wrapper">
31 <div id="wp-chatbot-cart-short-code">
32 </div>
33 <div id="wp-chatbot-checkout-short-code">
34 </div>
35 </div>
36 <?php } ?>
37 <div class="wp-chatbot-messages-wrapper">
38 <ul id="wp-chatbot-messages-container" class="wp-chatbot-messages-container">
39 </ul>
40 </div>
41 </div>
42 <div class="wp-chatbot-footer">
43 <div id="wp-chatbot-editor-container" class="wp-chatbot-editor-container">
44 <input id="wp-chatbot-editor" class="wp-chatbot-editor" required placeholder="<?php echo wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_send_a_msg'))); ?>"
45 >
46 <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php _e('Send', 'wpchatbot'); ?></button>
47 </div>
48 <!--wp-chatbot-editor-container-->
49 <div class="wp-chatbot-tab-nav">
50 <ul>
51 <li><a class="wp-chatbot-operation-option" data-option="help" href=""></a></li>
52
53 <li class="wp-chatbot-operation-active"><a class="wp-chatbot-operation-option" data-option="chat" href=""></a></li>
54 <li><a class="wp-chatbot-operation-option" data-option="support" href=""></a></li>
55 </ul>
56 </div>
57 <!--wp-chatbot-tab-nav-->
58 </div>
59 <!--wp-chatbot-footer-->
60 </div>
61 <!-- wp-chatbot-board-container-->
62 </div>
63 </div>