# chatbot/3.4.2/templates/template-02/shortcode.php

WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services, version 3.4.2. 1 lines.

- Page: https://pluginprobe.com/plugins/chatbot/3.4.2/code/templates/template-02/shortcode.php
- Raw: https://pluginprobe.com/plugins/chatbot/3.4.2/raw/templates/template-02/shortcode.php
- Modified: 2020-07-02T13:34:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/chatbot/3.4.2/code/templates/template-02/shortcode.php#L10-L20`.

```php
<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-->
```
