tessguefen
5/7/2015 - 2:21 PM

Check for ALL Image Machine added images -- whether or not they have a type. (paste into excel to import)

Check for ALL Image Machine added images -- whether or not they have a type. (paste into excel to import)

<table>
<mvt:foreach iterator="product" array="products">
  <mvt:item name="toolkit" param="customimagec|gal_images|l.all_settings:product:code|" />
  <mvt:if expr="g.gal_images">
      <tr>
        <td>&mvt:product:code;</td>
	<td>&mvt:product:name;</td>
      <mvt:foreach iterator="image" array="toolkitadditionalimages">
        <td>&mvte:image:image:image;</td>
      </mvt:foreach>
      </tr>
  </mvt:if>
</mvt:foreach>
</table>