Quote Originally Posted by knighs2 View Post
Thanks for that. I kinda got it to work.

Is there anyway i can change the hard code so that if i have global options on it creates the tabs i require. basically I want and ADD to cart tab always first then a product description second followed by some of the other options and then customs ones.

If its not that simple do do code wise how much might it cost to have an amended version made ?

Thanks
Shane
Hi. I don't think it would be too hard. I have been meaning to go rewire some of the way tabbed lite works. I'm just not sure if I should just make it its own product_type layout instead of manipulated it for existing products. Mainly the problem is that at this point, zc doesn't natively support changing the product type code from with the admin area, so its not easy to change from product_general to product_music or in this case product_tabbed. So I think for now I will stick to the data manipulation. But I'd like to implement a sorting order so that tabs can be ordered in custom ways easily.

Let me take a look at what I can do with it. It might get to be a bit heavier than "Lite" so I might just make a separate "Tabbed Products Not-so-lite" :)