Page 108 of 120 FirstFirst ... 85898106107108109110118 ... LastLast
Results 1,071 to 1,080 of 1194
  1. #1071
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by mbols View Post
    My site map link disappeared in information sidebox after installing this. How can I fix it? I am using the true blue template also.
    The sitemap is gone because of the TruBlu template, not because of Tabbed Products Lite. You can add it back using the EZPages or modify the header/footer files

  2. #1072
    Join Date
    Jun 2007
    Posts
    14
    Plugin Contributions
    0

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

    Thank you

  3. #1073
    Join Date
    Jun 2007
    Posts
    14
    Plugin Contributions
    0

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

    There was an easier way. Took me a while to figure it out. Now that I figured it out. It was in the information.php file in includes/sideboxes.php file. I just added the link there & now it shows up.

  4. #1074
    Join Date
    Jul 2007
    Location
    NC.
    Posts
    22
    Plugin Contributions
    2

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

    I was just wondering how do you uninstall tabbedproductslite_v3.8
    I installed it and it mess me up for some reason on my check out page. All I need to know is how to undo what I have done. Thank you
    Randy

  5. #1075
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by lucky_charm View Post
    I was just wondering how do you uninstall tabbedproductslite_v3.8
    I installed it and it mess me up for some reason on my check out page. All I need to know is how to undo what I have done. Thank you
    TPL should have no interaction with checkout. What kind of problem are you having?

  6. #1076
    Join Date
    Jul 2007
    Location
    NC.
    Posts
    22
    Plugin Contributions
    2

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

    I fix the Problem. Thank you anyway. I must have over written two file when I installed it some how. Anyway I fixed it. Thank you
    Randy

  7. #1077
    Join Date
    Nov 2005
    Location
    Germany
    Posts
    115
    Plugin Contributions
    0

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

    Hi ya,

    I am just needing to know if it's possible to switch the default tab when page opens to the additional images tab instead of the product info. I realize it's an odd request, but sales from some of the sites I maintain depend more on seeing the product images than reading the product info.

    Marian

  8. #1078
    Join Date
    May 2005
    Posts
    8
    Plugin Contributions
    0

    Default Re: New Question about configuration group

    Quote Originally Posted by Metauniverse View Post
    Hi Qhome,

    Thankyou for this. It is people like zen cart and you that make dreams possible.

    Thankyou for sharing, maybe one day I can do the same.

    I solved the problem by adding the prefix in the proper place of the sql:

    SELECT @gid := configuration_group_id FROM `configuration_group` where `configuration_group_title` LIKE 'Tabbed Products Config';

    `xxx.configuration_group` <- this needs to be changed.
    where of course XXX is your prefix of database tables.

    I know this was posted before, but it was not clear to me as it was posted, so I added the prefix to all tables in the select statement(which was wrong). After examining the SQL logic for a while, the previous posts made sense.


    Thank you,
    Metauniverse


    Hello all,

    The above quote is post #1025, the issue of SQL errors are also mentioned in posts # 972, 973, 983, 985-987, 1012, 1021-1023. There might be others, but that's all I have seen.

    So it is now my turn to have an SQL error when copying and pasting the code from the "TabbedProducts_v3.8_Full.sql" file into the tools->install SQL patches window.

    Here is the error message:
    1048 Column 'configuration_group_id' cannot be null
    in:
    [INSERT INTO sub_configuration VALUES ('', 'Global Product Description Tab', 'GLOBAL_PROD_DESC_ON_TAB', '1', 'Set this to 1 if you want all products to have the Main Product Description on its own tab', @gid, '11', now(), now(), NULL, "zen_cfg_select_option(array('0', '1'),");]

    Although this error message is slightly different than the other posts that discuss SQL errors, I figured I'd try to see if the issue wasn't the same - a missing DB prefix.

    I had a look at PHPMyAdmin to see if I could determine the prefix of my database, if any. Then I realized it was staring right at me - "configuration" is the name of a table in the DB, in the error message above it has been prepended with "sub_".

    But when I go through the SQL file to manually prepend "sub_" to all instances of tables in the file, I get messages saying, for instance:
    "1146 Table 'XXXXX.sub_sub_configuration_group' doesn't exist
    in:
    [DELETE FROM sub_sub_configuration_group WHERE configuration_group_title LIKE 'Tabbed Products Config' LIMIT 1;] "
    (where XXXXX is the name of my DB)

    I also tried prepending "sub." and "sub" with similar results.

    Is this error 1048 fundamentally different than the missing table error? Using PHPMyAdmin, I poked inside of the "configuration" table and found the Column "configuration_group_id". I could have switched it's NULL status from "No" to "Yes", but I thought I might be in the process of breaking something.

    So I am a little confused. Sorry for the rambling post, I've been staring at the same problem way too long. Evidently, I am pretty new to PHP/MySQL and coding in general.

    FYI, I am on
    ZC V. 1.3.7
    It is an automatic installation provided by Dreamhost, no other mods done yet.

    thanks for any help

  9. #1079
    Join Date
    May 2005
    Posts
    8
    Plugin Contributions
    0

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

    **update** I have since decided to completely delete and re-install Zencart to be certain that it wasn't some kind of installation screw up. I opted to include the default list of products, in the event that the problem was that I had only 1 product the first time around.

    Now the error is in line with those already posted (missing tables), but I still can't figure out where to prepend the prefix (which is in fact "zen_", not "sub*", BTW). I'll keep wrestling with it, but so far every set of prefixes that I put in for database table names in the MySQL file yields a different but similar result.

    I am in the process of compiling the variations of where I place the prefix vs. the type of error message, but if someone can give me a pointer as to which table names specifically need prefixes, this would be greatly appreciated. I don't want to "spam" this thread with the actual code and corresponding list of errors...

    thanks

  10. #1080
    Join Date
    Aug 2007
    Location
    Romania
    Posts
    26
    Plugin Contributions
    1

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

    Hello, again there's hundreds of posts on this matter and through Search Thread Tool I can't seem to find any solution to my problem. My problem is the rendering of the Tabbed Products Lite in IE6. take a look at www.abcplus.ro of course with IE6 and look at any product description. The js renders the css completely inappropriate, and everything changes when you go selecting things and such, and the producers icon and name is not shown, any help will be greatly appreciated.

 

 

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