Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Help Center Live - Sidebox code

    Quote Originally Posted by d1rage5 View Post
    OK the ssl error does not happen in FF ony IE. so what would need o e changeto corect this error?

    scproductsdsign.om
    Open up the live help center's config.php and change the url on line 54 to your ssl url, i.e.

    Code:
            // The URL where HCL is installed
            $conf['url'] = 'https://scproductsdesign.com/hcl';
    Then go back to admin and regenerate your code, it'll give it to you with the secure url settings :)

    I just installed this today and I found that recommendation on their forums in a post:

    For your domain in the HCL config file, use your secure server i. e. , "https" otherwise you'll show something like "this page displays secure and non-secure items when you're in checkout.
    By the looks of it you also need to add the define to your english.php

    Code:
    Add the following two lines to /includes/languages/english.php
    
    // Live Help Center
    define('BOX_HEADING_LIVEHELP', 'Support Center');
    Hope that helps
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  2. #22
    Join Date
    Jan 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Help Center Live - Sidebox code

    i have installed this mod, every thing seems to work except the online/offline image does not appear on my home page. Checked all the permissions... they are correct. How does zen know where to find the images when there seems to be no reference to it in any of the files i uploaded?

  3. #23
    Join Date
    Jan 2008
    Location
    Roswell, Ga USA
    Posts
    144
    Plugin Contributions
    0

    Default Re: Help Center Live - Sidebox code

    The icon will show up when you Generate the code from Help center live and copy the code to the (tpl_livehelp.php)(this file is in the directory (includes\templetes\template_default\sideboxes..


    Also under your zencart admin\tools\layout box controller (did you turn this on for licehelpcenter?

    was both parts completed?

  4. #24
    Join Date
    Jan 2008
    Location
    Roswell, Ga USA
    Posts
    144
    Plugin Contributions
    0

    Default Re: Help Center Live - Sidebox code

    make sure when you are creating the code select the image version of code.

  5. #25
    Join Date
    Jan 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Help Center Live - Sidebox code

    That did it.... i was using the TEXT code.... i thought the two codes looked exactly the same... but there is one small little difference between the two that i did not notice.

    so basically you can choose either TEXT link or the image... you cant have both... i thought that was the case where you would have the image and also a text link underneath it.

    Thanks for the help.... i did not realize it would be that easy to fix!!

  6. #26
    Join Date
    Mar 2009
    Posts
    53
    Plugin Contributions
    0

    red flag Re: Help Center Live - Sidebox code

    HELP!

    i love this skype live mod.
    It rocks.

    1 problem, it shows me online, but clicking the next page, it goes offline automatically.

    can someone tell me how to fix this pls??


  7. #27
    Join Date
    Mar 2009
    Posts
    53
    Plugin Contributions
    0

    red flag Re: Help Center Live - Sidebox code

    This only happens in internet explorer by the way.
    Not in firefox.

    If i press ctrl f5 in internetexplorer, it goes online. Click the next page, offline. drives me crazy.

    Help??


  8. #28
    Join Date
    Sep 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Help Center Live - Sidebox code

    Quote Originally Posted by Scrat View Post
    File : \includes\templates\template_default\sideboxes\tpl_livehelp.php
    Replace
    PHP Code:
    <?php

      $content 
    'PUT HERE YOUR JAVASCRIPT FOR HELP CENTER LIVE';
    ?>
    with

    PHP Code:
    <?php
     $content 
    '';
     
    $content .= '<div id="' str_replace('_''-'$box_id 'Content') . '" class="sideBoxContent centeredContent">';
     
    $content .= "\n";
     
     
    $content '<!-- BEGIN Help Center Live Code, Copyright (c) 2005 Help Center Live. All Rights Reserved -->
                PUT HERE YOUR JAVASCRIPT FOR HELP CENTER LIVE
            <!-- END Help Center Live Code, Copyright (c) 2005 Help Center Live. All Rights Reserved --><br></center>'
    ;

     
    $content .= '<div style="clear: left;">&nbsp;</div>' "\n";
     
    $content .= "\n";
     
    $content .= '</div>';
    ?>
    I am trying to use this as stated. The script file I am trying to add is as inserted below.

    PHP Code:
    <?php
     $content 
    '';
     
    $content .= '<div id="' str_replace('_''-'$box_id 'Content') . '" class="sideBoxContent centeredContent">';
     
    $content .= "\n";
     
     
    $content '<!-- BEGIN Help Center Live Code, Copyright (c) 2005 Help Center Live. All Rights Reserved -->

    <div id="zazacontainer" style="display: none;text-align:center;">
    <script type="text/javascript">
    document.write(unescape("%3Cscript src='
    http://zazachat.zazasoftware.com/livechatclient/scripts/zazamagic.aspx?div=&zimg=11&zazac=13890&iv=&iwidth=109&iheight=53&zzwindow=0&d=0&custom1=&custom2=&custom3=' type='text/javascript'%3E%3C/script%3E"));</script>
        
    <div style="display:block;padding-left:26px;"><a href="http://www.livechatsoftware.com/" title="Live Chat Software" style="text-decoration:none; font-size:9px; color:#000"><b>Live Chat Software</b></a></div>


            <!-- 
    END Help Center Live CodeCopyright (c2005 Help Center LiveAll Rights Reserved --><br></center>';

     $content .= '
    <div style="clear: left;">&nbsp;</div>' . "\n";
     $content .= "\n";
     $content .= '
    </div>';
    ?>
    But it does not work. I have the box active on right. It does not show and I am thinking it is due to the // in this part

    http://zazachat.zazasoftware.com/livechatclient/scripts

    I am using 1.38 zencart

    Any ideas?

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Help Center Live on checkout pages without sidebox
    By Makoshark in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 Apr 2010, 02:55 AM
  2. Help Center Live sidebox image
    By kajunto in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Jan 2009, 10:01 PM
  3. Center Logo Sidebox, Live Help?
    By gee38l in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Dec 2008, 07:46 PM
  4. Help Center Live Sidebox Functionality Issue
    By ScriptJunkie in forum Addon Sideboxes
    Replies: 3
    Last Post: 13 Sep 2008, 08:27 AM
  5. How do I center the Live Help logo in sidebox?
    By vivaraquel in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Jul 2007, 09:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg