Page 95 of 120 FirstFirst ... 45859394959697105 ... LastLast
Results 941 to 950 of 1194
  1. #941
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Looks like you are missing the css file. should be stylesheet_tablitev3_silver.css or any one of the additional ones I've included

  2. #942
    Join Date
    Nov 2006
    Posts
    17
    Plugin Contributions
    1

    red flag Re: Tabbed Products ''LITE'' version - Delimiter based

    tabbed products lite is very usefull. ok. but how can i customize it so that instead of showing text to show images buttons? images that are defined for every tab.

  3. #943
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by ionnnnutz View Post
    tabbed products lite is very usefull. ok. but how can i customize it so that instead of showing text to show images buttons? images that are defined for every tab.
    Well the design of it was to use customizable css buttons, as opposed to one-button-fits-all.

    However it does work both ways. :)

    If you want every product to use the same image per tab, you can edit the
    languages/english/extra_definitions/tabbed_products_lite.php

    change all the text to image code:
    example:
    Change:
    Code:
    define('TEXT_TAB_TITLE_PROD_DESC', 'Product Description');
    To:
    Code:
    define('TEXT_TAB_TITLE_PROD_DESC', '<img src="http://www.mysite.com/images/proddesc.jpg" />');
    Or if you have only certain items you want the images on you can do it inline inside the actual product description using:
    Code:
    <!--&#37;<img src="http://www.mysite.com/images/proddesc.jpg" />%-->

  4. #944
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Have I missed something in the thread about SQL patch problems with v 3.8? I have installed it both on live site on remote server and several fresh-install test sites on local server, both live and test are 1.3.7.

    I'm installing the SQL patch through the admin panel and I keep getting the same errors no matter what:

    1146 Table 'globaldr_zc1.configuration_group' doesn't exist
    in:
    [SELECT @gid := configuration_group_id FROM configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]

    Where am I going wrong?

    Thanks!

    Matt

  5. #945
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by lankeeyankee View Post
    I'm installing the SQL patch through the admin panel and I keep getting the same errors no matter what:

    1146 Table 'globaldr_zc1.configuration_group' doesn't exist
    in:
    [SELECT @gid := configuration_group_id FROM configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]
    Config > Install SQL Patches has well documented issues. Note you have a prefix on your DB tables "globaldr_zc1'. Sometimes Install SQL Patches" figures that out, often it does not. If you tried uploading the patch (which is often the problem), instead try copying and pasting the SQL into the SQL patcher and see if that works (for many it does, for some it does not). If it doesn't work I suggest you edit the SQL file and pre-append any table references with your prefix, and then copy that into SQL patches or process the patch via phpmyadmin.

    Woody

  6. #946
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Woodymon View Post
    Config > Install SQL Patches has well documented issues. Note you have a prefix on your DB tables "globaldr_zc1'. Sometimes Install SQL Patches" figures that out, often it does not. If you tried uploading the patch (which is often the problem), instead try copying and pasting the SQL into the SQL patcher and see if that works (for many it does, for some it does not). If it doesn't work I suggest you edit the SQL file and pre-append any table references with your prefix, and then copy that into SQL patches or process the patch via phpmyadmin.

    Woody
    Hi Woody,

    Thanks for the reply. I got the answer by going backwards through the thread, I started at the beginning before and with my extremely slow dial up I got fried at about pg 30. So I loaded the new SQL patch and it works fine. Now I'll have to go back through the thread so I can figure out why it only showing text tabs and no graphics. It's gotta be something noob-ish.....

    Matt

  7. #947
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by lankeeyankee View Post
    Hi Woody,

    Thanks for the reply. I got the answer by going backwards through the thread, I started at the beginning before and with my extremely slow dial up I got fried at about pg 30. So I loaded the new SQL patch and it works fine. Now I'll have to go back through the thread so I can figure out why it only showing text tabs and no graphics. It's gotta be something noob-ish.....

    Matt
    Well, text is the default because they are meant to be dynamic for a each product. but if you want graphical ones, you can set the language file to an html <img src=xxxx.gif> code. Or you can use the manual tab method and use html in place of the text name.

  8. #948
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    I am zen 1.3.7 and tab lite 3.8. I changed my template and for some reason in IE7 when you click on a product and on the and tab other then Product Description, Like if you click review or features anyway the price, title, and ask aquestion link disapear you can see what i am talking about here

    http://www.lextechs.com/index.php?ma...oducts_id=4431

    However it works fine in FF. Any ideas?
    Lextechs.com Powered By ZenCart

  9. #949
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by lextechs View Post
    I am zen 1.3.7 and tab lite 3.8. I changed my template and for some reason in IE7 when you click on a product and on the and tab other then Product Description, Like if you click review or features anyway the price, title, and ask aquestion link disapear you can see what i am talking about here

    http://www.lextechs.com/index.php?ma...oducts_id=4431

    However it works fine in FF. Any ideas?
    Hmm thats really strange. I'll see if I can figure out why.

  10. #950
    Join Date
    May 2006
    Location
    Anywhere USMC points
    Posts
    368
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by qhome View Post
    Take a look at page 86 of this thread

    That seems to be the fix for people with this problem. I have tried setting up a database with a prefix on 1.3.7 zencart and I still don't have this problem with the default file, but page 86 should help you.


    I clicked on what you linked and LOL it brought me to the top of the page your post is on. I've been searching for a bit and can't find where to fix or get the SQL to run right.

    this is the error I get also when copy and pasting it (I open it in Dreamweaver BTW)

    1146 Table 'HODLLC_zencart.configuration_group' doesn't exist
    in:
    [SELECT @gid := configuration_group_id FROM configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.



    I have NO clue what to do with tables, where to find them, other than I own one to eat on.

    I know this was working on my other 1.3.5 store, and I can't for the life of me figure out how I did it. That one is prefixed also. This store is 1.3.7 though.

 

 
Page 95 of 120 FirstFirst ... 45859394959697105 ... LastLast

Similar Threads

  1. File list for Tabbed Products Lite v3.8?
    By spaz_tic in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 24 Mar 2010, 05:58 PM
  2. PHP Inlcudes with Tabbed Products Lite v3.8
    By rmjr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2007, 05:28 PM
  3. tabbed products lite big problem
    By tacotupac in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jun 2007, 11:25 PM
  4. Tabbed Products LITE - CSS/JS Issue?
    By rknepp79 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 15 Dec 2006, 08:04 PM
  5. x-sell, tabbed products lite, IH2 question
    By signs in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Oct 2006, 01:43 AM

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