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