Thanks Jim,
Still no success. This is the code in the Congruence template: <tr>
[-- IF PRODUCT.ImageAlignment "left" --]
[-- IF PRODUCT.MoreInformationGraphic --]
<td align="[-- PRODUCT.ImageAlignment --]">[-- MoreInfoImageRow --]</td>
[-- END_IF --]
[-- END_IF --]
[-- IF PRODUCT.ImageAlignment "center" --]
[-- IF PRODUCT.MoreInformationGraphic --]
<td align="[-- PRODUCT.ImageAlignment --]">[-- MoreInfoImageRow --]</td>
</tr>
<tr>
[-- END_IF --]
[-- END_IF --]
<td align="left" width="100%">
<span class="ProductDescription">[-- PRODUCT.MoreInformationText --]</span>
[-- IF WishList --][-- WishList --][-- END_IF --]
</td>
[-- IF PRODUCT.ImageAlignment "right" --]
[-- IF PRODUCT.MoreInformationGraphic --]
<td align="[-- PRODUCT.ImageAlignment --]">[-- MoreInfoImageRow --]</td>
[-- END_IF --]
[-- END_IF --]
</tr>
<tr>
It appears there should be three products displayed. Unfortunately , only one is.
These are the settings in my test product:
Extra More Info Image Fields
Extra fields for use with Custom Templates. (Extra Field Setup)
Gold Filled: Enter the image URL or directory path, or click Select to select an image.
(More Information Image 1)crosses/0014LGF_18GF.jpg
14 carat gold: Enter the image URL or directory path, or click Select to select an image.
(More Information Image 2)crosses/0014LKT.jpg
More Info Extra Image Size: Original
one thing cought my attention; in the template, it's checking for postioning. I know i'm missing something in trying to connect three products to this info page but i'm at a loss as to what it is. Any further ideas??