Quote Originally Posted by castylx
Okay so I have a completely customized product_info page, where the product image is in a certain place along with the shopping cart etc... I want to use the tabs stuff so I can put extra images, products also bought, and whatever other tabs I want to use.

From looking at the README file and the other documentation it seems that the way tabbed lite works is it uses the tpl_tabbed_products_lite.php to come up with the new format and the tabs. I get this from an "if" statement that would bypass my tpl_product_info_display php code and use the tabbed lite php code.

So my questions is, if I want to keep the format that I currently have for certain parts of the product_info page then what I have to do is make those same modifications to the tpl_tabbed_products_lite.php ? Correct? I can't make the mods to all my products because they have already been entered into the system and there are too many.

Thanks guys, zencart has been an awesome help and the community is to thank!

-- Fernando
You would only have to edit the tpl_tabbed_products_lite.php file if you were making custom core tabs based on other modular contribs, or if you wanted a certain style ON the tabs.

The "if" statements don't bypass your tpl_product_info_display.php by default. They only check if they should bypass certain sections based on your settings in the admin configuration area. So you could add the all the if statements for your code, but set everything for the tabbed lite code to 0 and you wouldn't even know tab code was even on that page as it would just display normally. So if you have your main image stuff set up a certain way, be sure to set the "Main Image On Tabs" option to 0 and it will use your style instead of the tabbed style version.

If you run into any problems, let me know and I will see what I can do to help.