Announcement

Collapse
No announcement yet.

Can I have my extended information windows display on the MOTO form?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can I have my extended information windows display on the MOTO form?

    Pop-up windows do not work on the 'New Order' tab. However it's easy to display the Extended Info text and image as part of the MOTO product details. Just add the following to the 'Standard MOTO Product Layout' (Design | Library | Layouts | MOTO Layouts group):

    For the extended info image:

    <actinic:block if="%3cactinic%3avariable%20name%3d%22ExtendedInfoImage%22%20%2f%3e%20%21%3d%20%22%22" >
    <br/><img src="<actinic:variable name="ExtendedInfoImage" />"
    <actinic:block if="%3cactinic%3avariable%20name%3d%22ExtendedInfoImageWidth%22%20%2f%3e%20%3e%20200" >
    width="200"
    </actinic:block>
    />
    <br/>
    </actinic:block>


    Note that the Extended Info image width is set to 200 pixels as larger images would break the form.

    For the extended info text:

    <actinic:variable name="ExtendedInfoText" />


    With thanks to Norman Rouxel of Drillpine for this article.
Working...
X