modules/CSI/CustomScripts/templates/web/customer/modules/CSI/CustomScripts/zoho_live_chat.twig line 1

Open in your IDE?
  1. {##
  2.  # Custom scripts
  3.  #
  4.  # @category  X-Cart_5_5_Module
  5.  # @package   CustomScripts
  6.  # @author    CFL Systems, Inc. <support@cflsystems.com>
  7.  # @copyright 2023 CFL Systems, Inc. All rights reserved.
  8.  # @license   License Agreement https://www.cflsystems.com/software-license-agreement.html
  9.  # @link      https://www.cflsystems.com/
  10.  #
  11.  # @ListChild (list="footer", weight="400")
  12.  #}
  13. {% if this.get('config').CSI.CustomScripts.zohoLiveChat != '' %}
  14.   <!-- Zoho Live Chat Code -->
  15.   <script id="zsiqchat">var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode: "{{ this.get('config').CSI.CustomScripts.zohoLiveChat }}", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.com/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script>
  16.   <!-- End Zoho Live Chat Code -->
  17. {% endif %}