Looks like you are missing the css file. should be stylesheet_tablitev3_silver.css or any one of the additional ones I've included
Printable View
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:
To:Code:define('TEXT_TAB_TITLE_PROD_DESC', 'Product Description');
Or if you have only certain items you want the images on you can do it inline inside the actual product description using:Code:define('TEXT_TAB_TITLE_PROD_DESC', '<img src="http://www.mysite.com/images/proddesc.jpg" />');
Code:<!--%<img src="http://www.mysite.com/images/proddesc.jpg" />%-->
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
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. :smile: 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..... :D
Matt
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?
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.