Quote Originally Posted by jettrue View Post
Yes, that is the wrong place to change it. You are changing the document product types, instead of regular products, change includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
Thanks jettrue for the support that ofcoarse worked just one comment for others if they want to do the same.
If you havent made any changes to this file its located;
includes/templates/template_default/templates/tpl_product_info_display.php
once you modify said file move it to;
includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
so the modified file is in the correct override place.

Thanks again jettrue!