Finding Appropriate Tpl To Edit Code.

Working on a clients design, and having trouble finding the appropriate TPL in Version 4 to make a modification they're looking for

http://version4.embroitique.com/index.php?dispatch=products.view&product_id=2056

They want to take the "Full Description" and put it below the "Additonal Fields" elements that show up below it, I looked in the product_view.tpl but am not seeing relevant information.

Thanks in advance.

Probably in one of the block templates located in

design/themes/[your theme]/blocks/product_templates

directory.

If you are using the standard layout then it will probably be 'default_template.tpl'

Looks like the following file was changed:

design/themes/YOUR_THEME/templates/blocks/product_tabs/description.tpl

Please check

Thank You.