Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default adding wibiya toolbar

    I have the wibiya tool bar on my blog and website. I would like to add it to my shopping pages as well (since it is a great way to share content, etc).

    It is a very simple html code that you insert before the /body, however I have no idea where or what file to add it to with zen cart. Suggestions??

    this is all that i want (since there is no updated add on for this currently). I would appreciate some direction :) thank you!!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: adding wibiya toolbar

    Put that code into a new file named like this:
    /includes/templates/YOUR_TEMPLATE_NAME_HERE/jscript/jscript_mytoolbar.php

    Ref: http://www.zen-cart.com/wiki/index.p...de_jscript.27s
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: adding wibiya toolbar

    so do i just need that one line of code in the file? or do I need the these other codes? i will apologize in advance. I know nothing of code and usually just wing it. Sometimes it works, sometimes it doesnt, so please excuse my lack of coding knowledge.

    <html>
    <head>
    </head>
    <script src=the actual wibiya tool bar code goes here type="text/javascript"></script>
    </body>
    </html>
    Last edited by mooncavecrystals; 4 Aug 2011 at 04:29 AM.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: adding wibiya toolbar

    JUST the <script>....</script> part. ANYTHING ELSE WILL CREATE A *HUGE* MESS.

    (caps intended for emphasis )
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: adding wibiya toolbar

    that is good to know :) now (please forgive my ignorance here) do I need to create all the files, like a includes file which has the template file, etc in it? never done this before either. Have I told you lately you have the patience of a saint? and how grateful I am that you do? :)

  6. #6
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: adding wibiya toolbar

    You have a custom template on your site, right? And that's where you're making your custom changes to your template and css files, right?
    ie: in /includes/templates/NAME_OF_YOUR_TEMPLATE_HERE/.......

    That's the same place where you'll put the new folder and new file that I mentioned earlier.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: adding wibiya toolbar

    well, I must of done it wrong cause it did not work.

    I am using the darkness template, so added the jscript file in there. did not work.

    don't yell, i have never understood the tree thingy or making a custom template......so i just use darkness and save a copy daily in case something messes up.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: adding wibiya toolbar

    1. create a file on your PC, named "jscript_this_toolbar.js"
    2. Inside that file place the <script .......> ... </script> stuff they gave you.
    3. Use your FTP program to go to your site
    4. Navigate to the /includes/ folder
    5. Now go into the "templates" folder under it
    6. Now go into the "darkness" (or whatever its actual name is) folder under it
    7. Create a new folder called "jscript" in there.
    8. Go into that new jscript folder
    9. Upload the jscript_this_toolbar.js file into that folder.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: adding wibiya toolbar

    thanks. I did it step by step, but it is not working. Maybe I am missing something. Decided I should go to bed and start fresh in the morning :) Thanks again for all of your help and patience!! Have a great night/day!

  10. #10
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: adding wibiya toolbar

    Oops ... my bad. Try renaming jscript_this_toolbar.js to jscript_this_toolbar.php
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Wibiya and Zencart
    By caesartrading in forum General Questions
    Replies: 7
    Last Post: 3 Feb 2011, 12:44 PM
  2. Replies: 18
    Last Post: 27 Apr 2010, 12:38 AM
  3. Trouble with jscript Wibiya toolbar on zencart
    By clearviewfx in forum General Questions
    Replies: 7
    Last Post: 2 Mar 2010, 04:56 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