Quote Originally Posted by gaffettape View Post
How can I add text to specific tabs. For example say I want to add 'If you have any questions regarding 'Product' please contact us' at the bottom of the Details tab. How can I do this?
These instructions are for TPP 1.05 since TPP 1.06 kept crashing the site and/or conflicting with other hacks/mods. I imagine 1.06 does not differ much if at all for simple, custom content.

  1. OPEN includes\modules\tabbed_products_pro.php
  2. FIND [FONT="Courier New"]$fmtDOT = '<div style="width:100%;">' . "\n";[/FONT]
  3. EDIT*


*For each line of code you want to add, simply insert a new line containing [FONT="Courier New"]$fmtDOT .= '';[/FONT] (after/before the other appropriate fmtDOT lines of code) and put your new HTML content between the single quotes. Skills sets will vary, of course, but it should be pretty self explanatory.

If you have custom data and tabs to add, the hacks necessary are way too numerous to go into detail, but it can be done.