Re: Tabbed Products ''LITE'' version - Delimiter based
SQL FIX
For those people having a problem with the Tabbed Lite menu in the Admin panel showing only 1 option instead of 10, run this sql file to correct it.
This file will delete any existing problematic Tabbed Product Tables that are having problem with the last_insert_id() mysql function. I've tested it on 2 different shops with success.
Only run this if you have problems with the admin panel area showing only one option.
Re: Tabbed Products ''LITE'' version - Delimiter based
Golly qhome, you are pretty dang quick with the help. Your post said maybe tomorrow and the next reply is the fix. Jeeesh, great contrib, great, no, excellent support and its all free. It really baffles me, with open source stuff, how people give some much of often over the top tallent and dont ask for much if anything in return. I feel guilty sometimes that I dont know more PHP and such so I can contribute.
Re: Tabbed Products ''LITE'' version - Delimiter based
Okie Dokie qhome, that worked, I now have all the options on the admin side. I LOVE the fact I can put the image and Add To Cart on the first tab, VERY nice touch. It cleans everything up very nicely. They HAVE to make this part of the distribution of ZC. I mean ZC is just on another level altogether from other solutions Ive tried but this contrib, added to the main install/distribution would just put ZC over the top.
The only thing left that I see is that I have two menu links on the admin > configuration to the Tabbed Products Config. Any ideas on how I can get rid of the extra one. One link takes me to the configuration page with all the options, while the other goes to a configuration page with nothing. It has the title bar but absolutely no options.
Its not a biggie, I can deal with it, it doesnt interfere with the operation of anything other than I click on the wrong one sometimes.
Anyway, thanks again for your very quick help qhome. It is greatly appreciated.
Re: Tabbed Products ''LITE'' version - Delimiter based
qhome, fantastic work! I love this!!!!
Just one observation though.. the "bluewhite" additional CSS file has incorrect image definition.. in the file its looking for images/menuleft.gif i believe, while in the images directory its actually called bw_tab or something like that. Just thought you should know!
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
SyntheticShield
The only thing left that I see is that I have two menu links on the admin > configuration to the Tabbed Products Config. Any ideas on how I can get rid of the extra one. One link takes me to the configuration page with all the options, while the other goes to a configuration page with nothing. It has the title bar but absolutely no options.
Hmm.. i thought that would have been deleted with the sql file. No problem. Can you tell me what the gID number in the address bar shows for the Broken TPL Config link. After you select that option it should show something like:
http://www.mysite.com/admin/configuration.php?gID=51
I will make a quick sql file to delete that table row based on that number.
Quote:
Originally Posted by
getyourgameshere.com
qhome, fantastic work! I love this!!!!
Just one observation though.. the "bluewhite" additional CSS file has incorrect image definition.. in the file its looking for images/menuleft.gif i believe, while in the images directory its actually called bw_tab or something like that. Just thought you should know!
Ah yes.. some left over from a naming convention change. I actually have a few more css/image options as well.. Whenever i see something I like I usually add it to my folder.
Re: Tabbed Products ''LITE'' version - Delimiter based
Here is a CSS Addon pack for tabbedlite. It should work with all 3.x versions.
Just a few extra css choices for you.
Remember to try them one at a time. The extra css files are in a subdirectory of the css folder so drag one in at a time from the sub folder to the main root to try them all. Remember to backup any of your custom tabbed lite css changes and read the readme file.
Re: Tabbed Products ''LITE'' version - Delimiter based
OK, I've got a new version coming out with support to add the hardcode stuff to any tab based on the tab number. So now you can have the add to cart button on any or all pages or combine other modules on one tab.
Quote:
Originally Posted by From the Readme
Tabbed Lite Patch for 3.7 preview
This is a preview/patch for the new sub tagging coming up in the next version.
It is only meant to patch Tabbed Lite version 3.6AE and is not a full release!
It won't break your existing tab setup, it only adds new features based on new tags that you could add.
The new feature is the use of sub_tags to put more than one hardcode tag item on any tab you wish.
For example you can put the add to cart button on the same tab as the additional images, or the attribute options on the same tab as the customers also purchased.
To use:
The new tabs use <!--*sub_xxx(#)*-->. When entering data in your Product Description area in the admin panel, simply add a tag with the number of the tab you want it to be on.
Supported tags at this time (case sensitive):
<!--*sub_AddToCart(#)*-->
<!--*sub_AttributeOptions(#)*-->
<!--*sub_AdditionalImages(#)*-->
<!--*sub_CustomersAlsoPurchased(#)*-->
<!--*sub_CrossSell(#)*-->
EXAMPLE:
<!--%Product Description%-->
This is the stuff on the first tab. It also has Add To Cart button on it. (by itself)
<!--*sub_AddToCart(1)*-->
<!--%Custom Tab 2%-->
This tab has Add to cart & Attribute Options on it
<!--*sub_AddToCart(2)*-->
<!--*sub_AttributeOptions(2)*-->
<!--%Images & Also Purchased%-->
<!--*sub_AdditionalImages(3)*-->
<!--*sub_CustomersAlsoPurchased(3)*-->
(the last tab has additional images and customers also purchased on it with no text)
Demo
Give it a try and let me know how it works for you.
Re: Tabbed Products ''LITE'' version - Delimiter based
Woops.. forgot to add code that removes it from outside of the tabs if it already exists inside of the tabs. Well I'll work on that.. but in the mean time you can play with it, just add the <!--#AddToCart#--> tag to the product as well for now.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
Woops.. forgot to add code that removes it from outside of the tabs if it already exists inside of the tabs. Well I'll work on that.. but in the mean time you can play with it, just add the <!--#AddToCart#--> tag to the product as well for now.
OK fixed it..
Now try it:
Re: Tabbed Products ''LITE'' version - Delimiter based
qhome, I checked (sorry it took so long, been busy adding products to the site) and the GID is 32. The one that works is 888 just in case you need that.