Zen Cart Logo
Forums / General Questions / Trouble with jscript Wibiya toolbar on zencart

Trouble with jscript Wibiya toolbar on zencart

Locked

Views: 2,226

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
1 Mar 2010, 4:32 AM
#1
clearviewfx avatar

clearviewfx

New Zenner

Join Date:
Feb 2009
Posts:
21
Plugin Contributions:
0

Trouble with jscript Wibiya toolbar on zencart

I am trying to see if the wibiya toolbar can be installed on zencart. I have it installed on a test site. https://www.clearviewfx.com/testbar.html The instructions were too put the code : <script src='http://cdn.wibiya.com/Loaders/Loader_239374.js' type='text/javascript'></script> before the body on your website. I am trying the stylesheet and a few others and getting nowhere. Please help. I want to put it on my company website which is using zencart. ultragraphicsonline.com Thanks . . . .

1 Mar 2010, 4:49 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Trouble with jscript Wibiya toolbar on zencart

The instructions were too put the code : <script src='http://cdn.wibiya.com/Loaders/Loader_239374.js' type='text/javascript'></script> before the body on your website.
See the section on jscript
https://www.zen-cart.com/tutorials/index.php?article=230

1 Mar 2010, 4:59 AM
#3
clearviewfx avatar

clearviewfx

New Zenner

Join Date:
Feb 2009
Posts:
21
Plugin Contributions:
0

Re: Trouble with jscript Wibiya toolbar on zencart

My friend, pm me and I will send you free decals and a laptop skin. I need some help. I looked at that and am really confused. I want the toolbar to be on every page of the website. Not just one or 2. Please tell me what I need to do. I really need the help.

1 Mar 2010, 5:07 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Trouble with jscript Wibiya toolbar on zencart

script src='http://cdn.wibiya.com/Loaders/Loader_239374.js'

Instead of linking to another site for this js, see if you can get the file Loader_239374.js
Then rename it as outlined and place it in your jscript folder that you might have to create
jscript_Loader_239374.js - - Then ZenCart will automatically load it....
So you do not need to place it in the head section

1 Mar 2010, 5:11 AM
#5
clearviewfx avatar

clearviewfx

New Zenner

Join Date:
Feb 2009
Posts:
21
Plugin Contributions:
0

Re: Trouble with jscript Wibiya toolbar on zencart

That's all they give you. I already look for alternatives. There's gotta be a file you put the script in???? Anything with css foldeR?

1 Mar 2010, 5:59 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Trouble with jscript Wibiya toolbar on zencart

It's really very simple, exactly as outlined here http://www.zen-cart.com/wiki/index.php/Customisation_-_Templates_-_Javascript , and the FAQ article kobra pointed you to:

Create a new file at: /includes/templates/NAME_OF_YOUR_TEMPLATE_HERE/jscript/jscript_mytoolbar.php
And put the code they gave you into it.> clearviewfx:

Anything with css foldeR?
Not if they didn't give you any CSS updates to make, no.

1 Mar 2010, 1:06 PM
#7
clearviewfx avatar

clearviewfx

New Zenner

Join Date:
Feb 2009
Posts:
21
Plugin Contributions:
0

Re: Trouble with jscript Wibiya toolbar on zencart

I did what you said and it works great. Thats what I needed to know. Didn't mean to double thread, I just thought another person might have a solution easier to understand. I'm still very much new to websites and php. I opened up a new php file in dreamweaver and installed the script. Thanks for your help guys!! PM me so I can get you your decals. Thanks again!!

2 Mar 2010, 3:56 AM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Trouble with jscript Wibiya toolbar on zencart

I opened up a new php file in dreamweaver and installed the script
Suggest you trash DreamWeaver for editing php files....it is designed to create html sites and can and dos add unwanted things at the worst times...
A plain text code editor is all that you should use.