Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I just install this addon and the box is showing but there is no image and you can not click on it for help

 

www.techsonhand.com/store

could someone help me fix this

 

thanks

Posted

Hi - the syntax code is showing a 404 for the file

you have a link in the source code that is

 

<script language="javascript" src="/livehelp/livehelp_js.php?relative=Y&pingtimes=15"></script>

 

that needs to be something like one fo these

 

<script language="javascript" src="./livehelp/livehelp_js.php?relative=Y&pingtimes=15"></script>

<script language="javascript" src="livehelp/livehelp_js.php?relative=Y&pingtimes=15"></script>

<script language="javascript" src="http://www.techsonhand.com/store//livehelp/livehelp_js.php?relative=Y&pingtimes=15"></script>

 

I'm not sure where the config for Crafty Syntax handles the link but your problem lies there methinks

Posted

What it boils down to is that you need to give an address relative to your store/ directory. You gave an absolute address (at the site root). Best to use the second option that Bob gave, although you may have to change & to just &.

Posted (edited)

Hi Adam,

 

<script type="text/javascript" src="/livehelp/livehelp_js.php?eo=1&relative=Y&department=1&serversession=1&pingtimes=15&creditline=L"></script>

 

Used this in the past not sure if it has changed now.

 

This is for a basic install with the /livehelp/ directory at top level

 

But it is a while here ( last year ) so not sure but maybe helps .

 

regards

joli

Edited by joli1811
To improve is to change; to be perfect is to change often.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...