Quote Originally Posted by kobra View Post
You can add text to a copy for your template of
/includes/templates/template_default/templates/tpl_modules_additional_images.php

Download the file to your PC and open it in a code editor and change/add to this line - approx line 18
Code:
<div id="productAdditionalImages">
<?php
and maybe make it like this
Code:
<div id="productAdditionalImages"><h3>Additional Images</h3>
<?php
Save file and upload to your templates structure
I have the products info page to look like what I want for the most part.

I can't seem to find the file that contains the code to change the "SUGGESTED MATCHING ITEMS..." text to something else. Do you know where it might be in the multi_cross_sell_v1.03 plugin?

Thanks.