<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div text="#000000" bgcolor="#FFFFFF" class=""><p class="">I am trying to have large images display on the flypage with this
      code:</p><p class=""><tr><td></td><br class="">
      <td class="form-inline text-center colspan="2""> <br class="">
              [if-item-field image_large][L]<b>More
      Information<b>[/L]<br><br class="">
                          <img
      src="/interchange-5/en_US/items/[item-field image_large]"
      alt="[item-filter
      encode_entities][item-description][/item-filter]"><br class="">
                          [/if-item-field]<br class="">
          </td><br class="">
          </tr></p><p class=""><br class="">
    </p><p class="">placed at the bottom of the table in flypage. With it in, it
      breaks the item image and does not show as expected. Only the
      description shows.</p></div></div></blockquote><div><br class=""></div>Hi Kerry,<br class=""></div><div class=""><br class=""></div><div class="">You’d want to make sure the generated URL is the path of the specific images; in my experience, product images generally live in "$HTDOCS/images/items/“.</div><div class=""><br class=""></div><div class="">You could probably proceed by picking an arbitrary product, find the image_large field from the database, then running `find htdocs -name <whatever>` and seeing where this is being stored.  At that point it would just be a matter of correcting the image path in your above code.</div><div class=""><br class=""></div><div class="">HTH,</div><div class=""><br class=""></div><div class="">David </div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">--<br class="">David Christensen<br class="">End Point Corporation<br class=""><a href="mailto:david@endpoint.com" class="">david@endpoint.com</a><br class="">785-727-1171<br class=""><br class=""><br class=""></div>

</div>
<br class=""></body></html>