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
Printable View
Thank you
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.
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
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
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
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
**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
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.