Quote Originally Posted by DBB1 View Post
Nope. The upgrade to TPP v1.05 didn't address the issue.

Apparently, the product image is being repeated in the REVIEWS code, which makes Lightbox think that there is a second image.

Where would I look to comment this repeated image out, so that I can use product reviews and Lightbox together?

Thanks,
-DBBI
Ah ok. Well the reason for this is because the core reviews page does have the main image on it. But since I'm including it as part of the display page, I use javascript to hide it. I guess the lightbox javascript is alphabetically higher in the execution chain so it acts on it first. You can edit your tpl_product_reviews_default.php file to remove the main image stuff from it.

Quote Originally Posted by pacdad View Post
I downloaded and unzipped. But there are no include/ folders or anything to navigate everything to. Where do i install it in my folder ?
Not sure what you mean. You should have an includes folder.. you'd copy that over your includes folder on your site.

Quote Originally Posted by jeking View Post
Is there a way within TPP to change the way the heading within the tab (not the ones across the top) display? Currently, it's using '<h2 class="centerBoxHeading"> I don't want that kind of header in this location.

I think I can get it done going into each template (xsell, also purchased, etc) but I'd like a more centralized approach. Can I add something in one of the tpp stylesheets?
centerBoxHeading is what the core template normally has so I left it there. If you want to change it you can do it in includes/modules/tabbed_products_pro.php and global replace "centerBoxHeading" with the class you'd prefer.

Quote Originally Posted by sykes48 View Post
Cheers,
I got the tabs working but for some reason if a product is under the category Free Shiping they still dont diplay.
I only set it to work with tpl_product_display_info.php. Not for the other product types like freeshipping or music or documents. If I have time I'll see about adding them.