Zen Cart Logo
Forums / General Questions / Crafty Syntax Live Help box work with 1.3.8?

Crafty Syntax Live Help box work with 1.3.8?

Locked

Views: 1,766

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
1 Apr 2008, 6:52 PM
#1
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

Crafty Syntax Live Help box work with 1.3.8?

I am obviously doing something wrong :) I installed Crafty Syntax live help on my domain which includes my zen cart. I then downloaded the Crafty Syntax Live Help side box. I uploaded all the files to my server. What I am getting is a live help box with nothing in the actual box itself. I did this before when upgrading but with no problems, so now I am wondering what the heck I am doing wrong?? Any suggestions? Thoughts? help? :cry:

25 Apr 2008, 5:56 PM
#2
sutikah1 avatar

sutikah1

New Zenner

Join Date:
Jan 2008
Location:
Scotland
Posts:
33
Plugin Contributions:
0

Re: Crafty Syntax Live Help box work with 1.3.8?

When you are logged in to your live help admin, click on Departments and check that you want to show the live help icon from the GENERATE HTML link.

This should work on 1.3.8 coz that's what I'm running mine on and everything works fine.

25 Apr 2008, 5:59 PM
#3
mooncavecrystals avatar

mooncavecrystals

Zen Follower

Join Date:
Sep 2006
Posts:
455
Plugin Contributions:
0

Re: Crafty Syntax Live Help box work with 1.3.8?

Yup thanks :) I actually found out that I had the wrong file extension listed. Once I typed it in right, everything worked like a charm :)

Sometimes its the simplest of things that boggle the mind.....LOL

Thanks for your input!!

14 Aug 2008, 5:50 AM
#4
dontknowwhatimdoing avatar

dontknowwhatimdoing

Zen Follower

Join Date:
Aug 2008
Posts:
131
Plugin Contributions:
0

Re: Crafty Syntax Live Help box work with 1.3.8?

The read-me was vague & at least for me, didn't point that that on this line:

$content = ""

You need to insert your code.

Now, to get mine operating correctly, I had to change the double-quotes, to singlequotes.

Now that I made that change, everything appears to operate quite well.

Example code:

<div id="craftysyntax" style="width:142px">
<script type="text/javascript" src="http://yourwebsite/livehelp/livehelp_js.php?eo=1&department=1&serversession=1&pingtimes=15"></script>
<font style="font-family: verdana, helvetica, sans-serif; font-size: 8px; color: #000000;">Powered By:</font>
<a href="http://www.craftysyntax.com" alt="Crafty Syntax Live Help" target="_blank" style="font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #11498e; text-decoration: none; font-weight: bold;">Crafty Syntax</font>
</div>

You'll know you forgot to insert your code for crafty syntax if you have an empty chat box. Here's the file name where you insert your generated code: tpl_craftysyntax_sidebox.php