Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    Does Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    marksu

  2. #2
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    2. Also interested if it is suite also for multiple languge sites.
    I would need to setup at least english and finnish languages.
    I might have to define own languge for finnish as that might not be supported directly? Only client side translation needed.
    Is it easy to do?

    3.
    Also wondering if I can have the client side language set according to which language is chousen in zen cart site.

    I know php programming so if easy to modify I would take a try.

    4. Or should I chouse other "Live Help" application?

  3. #3
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    I desided try the installation and see what happends.

    Found this chat shat has good info.

    http://www.zen-cart.com/forum/showth...Sidebox&page=2
    Last edited by marksu; 22 Jul 2009 at 07:12 PM.

  4. #4
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    It works, even though have not yet updated to newest version.

    One trouble still is to define separate images for different languages.

    Setting different department you can setup different images but the module uses only one department in the template.

  5. #5
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    OK I figured out how to change the image dynamically on the side box according to the selected language.

    In file tpl_craftysyntax_sidebox.php change the line:

    $cs_dept = "1";

    TO

    // Department that you will be monitoring.
    if ($_SESSION['languages_code'] = 'fi'){
    $cs_dept = "2";
    }
    else{
    $cs_dept = "1";
    }

    This means that you need to create 2 different departments in CraftySyntax with id 1 for english and 2 for finnish.
    Also changed the images in the specified departments.

  6. #6
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    Just some info if some one need.

    Now I updated the CS to 2.15.0 which was just simply to overwriting files. Also run setup.php according to instructions but not sure if that is mandatory.

    Also used the old config.php file from old version.
    I also kopied from old installation following files
    livehelp.gif, livehelp2.gif and livehelp3.gif so powered by... text is not displayed on side box.

    Just thought to write it here if some one needs the info.

  7. #7
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    Sorry I had one character missing on my code here is the right one.

    // Department that you will be monitoring.
    if ($_SESSION['languages_code'] == 'fi'){

    $cs_dept = "2";
    }
    else{
    $cs_dept = "1";
    }

  8. #8
    Join Date
    Jul 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: Crafty Syntax Live Help Sidebox support zc 1.3.7x?

    Hi! I'm using livezilla, but figure they're close enough... *grins*...anyway, I just installed this on my site, and the non-javascript version of the button looks great.

    How do I get it work with the javascript version since this gives me live customer monitoring?

    I made the javascript into a file (jscriptzilla.js) but what code do I put in the help_sidebox_defines space to get it to show?

    Thanks!

 

 

Similar Threads

  1. v151 Crafty Syntax Live Help Sidebox no longer works
    By DigiBooks in forum Addon Sideboxes
    Replies: 0
    Last Post: 16 Aug 2015, 02:47 PM
  2. Crafty Syntax Live Help Sidebox - Strange Text Link
    By islander843 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jul 2010, 07:52 PM
  3. Crafty Syntax Live Help Sidebox - change images
    By aussiesapphire in forum Addon Sideboxes
    Replies: 4
    Last Post: 19 Sep 2009, 01:17 PM
  4. Replies: 2
    Last Post: 17 May 2006, 09:44 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR