*** LATEST VERSION AVAILABLE HERE:
http://www.zen-cart.com/index.php?ma...roducts_id=146

==============================


So finally one of my zany ideas goes well. I finished version 1 of the Tabbed Products "LITE" for those who would like to use tabs, but don't want to add any new tables to their database and move all their products over to a new product type.

This "LITE" version is actually more advanced to some degree as it isn't limited by the amount of tabs you can have, where as the full version only added one new database table for extra stuff. This version uses a DELIMITER from the actual product description to create a new dhtml tab. PLUS you can change tab count and tab names for each product!

For every new tab you want, you simply format it like this:
Code:
<!--%Tab Name%-->
Also, because I'm using the <!-- to start the delimiter, The HTML ignores the ugly tag so you dont see it on the product page and I think that will prevent the froogle feed from generating the tag in the description as well.

An example product could be:
<!--%Product Description%-->
This product is great because it saves you time and money. Order today and get started with this terrific invention. We are sure you will not be disappointed.
<!--%Detailed Specs%-->
Size: 10x10x10
Shape: Square
Color: Red
This will make 2 tabs and put the respective text on that tab.

I've also added the option to include the Additional Images as a tab or as normal by editing the template file.

I need to quickly add some code to prevent tabs from showing if no tags are set in the description, so it will act like normal if you don't want tabs for a certain product.

I will post the contrib in the downloads section tonight after I test a bit more.

I will try to get a demo of it too.