{##
# Custom scripts
#
# @category X-Cart_5_5_Module
# @package CustomScripts
# @author CFL Systems, Inc. <support@cflsystems.com>
# @copyright 2023 CFL Systems, Inc. All rights reserved.
# @license License Agreement https://www.cflsystems.com/software-license-agreement.html
# @link https://www.cflsystems.com/
#
# @ListChild (list="footer", weight="400")
#}
{% if this.get('config').CSI.CustomScripts.zohoLiveChat != '' %}
<!-- Zoho Live Chat Code -->
<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>
<!-- End Zoho Live Chat Code -->
{% endif %}