Re: Tabbed Products ''LITE'' version - Delimiter based
Eric, here is some sql that will delete the tabbed lite stuff from the database.
Code:
DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE 'Tabbed Products Config' LIMIT 1;
DELETE FROM `configuration` WHERE `configuration_description` LIKE 'Set this to 1%' LIMIT 10;
After that you should redo the original sql and make sure you do it all at once. either upload the file to the Install SQL Patches or copy the entire file from notepad and paste it in the window. That should solve the problem.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
Eric, here is some sql that will delete the tabbed lite stuff from the database.
Code:
DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE 'Tabbed Products Config' LIMIT 1;
DELETE FROM `configuration` WHERE `configuration_description` LIKE 'Set this to 1%' LIMIT 10;
After that you should redo the original sql and make sure you do it all at once. either upload the file to the Install SQL Patches or copy the entire file from notepad and paste it in the window. That should solve the problem.
Thansk.
But same problem. and i did it all at once.
I'll try in a new installation and see what happen.
Eric
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ericpeng
Thansk.
But same problem. and i did it all at once.
I'll try in a new installation and see what happen.
Eric
Are you proficient in phpmyadmin enough to change the values? I will look into other, better way to add the tables so this doesnt happen.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ericpeng
Thansk.
But same problem. and i did it all at once.
I'll try in a new installation and see what happen.
Eric
I trid in a new installtion. Same problem.
Any idea ?
Eric
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
Are you proficient in phpmyadmin enough to change the values? I will look into other, better way to add the tables so this doesnt happen.
I think I can do that. Is that my settings problem ?
Eric
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ericpeng
I think I can do that. Is that my settings problem ?
Eric
The probolm is caused by the configration_group_id is not right
But i don't knwo how this happend.
Eric
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ericpeng
The probolm is caused by the configration_group_id is not right
But i don't knwo how this happend.
Eric
Right. You need to look up what the configuration_group_id is in the configuration_group table
and then goto the configuration table and on the last page you will see all the settings for the contrib, but with the wrong group id.. just change to the correct group id.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by tncproweb
I joined just to thank you for this contribution.
I have been using zen-cart for about a year now and just normally surfed to find help, but now I need help that I can't find with your tabbed contrib.
Not spam:
On this site
http://www.bamachips.com/store/index...products_id=58
I need to know how to add the
Required Info which is an attribute as a tab?
I am not too good with php but I have figured out alot on my own. I now have the TAB contrib added to almost all of the stores I maintain. The site above is still being tweaked since updating to the newest version.
Thanks for everything you all have done.
Well do u just want all the options on one tab? Do you want them on the first tab or a second tab? By default i set all options to be stuck together with the add to cart button. You could add it to a tab, but it would still be a long list as it is now.
Re: Tabbed Products ''LITE'' version - Delimiter based
Just wondering if anyone has ever had troubles getting tab lite to work with image handler?
Some reason when tab lite is installed it takes away the zoom feature with image handler.
is there a fix for this?
Thanks in advance
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by knuckle-101
Just wondering if anyone has ever had troubles getting tab lite to work with image handler?
Some reason when tab lite is installed it takes away the zoom feature with image handler.
is there a fix for this?
Thanks in advance
Hmm I'm not having this problem. IH2 works fine for me. Do you have a link I can check?