@audrah. Did my reply above about adding it to the "fmtdot" section work for you?

Originally Posted by
zafer
Hello
How to add "Product notifications" logo to review tab?
thank you
Zafer
[email protected]
See here

Originally Posted by
tstamplis
Qhome,
I'm sorry if this has been asked, I didn't find it. Is it possible to put the main product image on a tab WITHOUT the title and price?
So you want the title and price outside of the tabs, but the image on the tab?
Edit the includes/modules/tabbed_products_pro.php file
and find (around line 354):
Code:
$fmtMainIm .= '<h1 id="productName" class="productGeneral">' . $products_name . '</h1>'; // Product Name
$fmtMainIm .= '<h2 id="productPrices" class="productGeneral">';
change to:
Code:
//$fmtMainIm .= '<h1 id="productName" class="productGeneral">' . $products_name . '</h1>'; // Product Name
//$fmtMainIm .= '<h2 id="productPrices" class="productGeneral">';