Announcement

Collapse
No announcement yet.

Tell a Friend Module Emporium Plus

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

    Tell a Friend Module Emporium Plus

    Hi,
    I am using Tell a Friend from Emporium Plus. Does any know how I can get the template to use the image type instead of the legacy image.

    Here is the original code for the legacy?
    <mvt:if expr="NOT ISNULL l.settings:product:image"><img src="&mvt:product:image;" alt="&mvt:product:name;">
    <mvt:else>
    </mvt:if>

    I tried using the code below but didn't work. Anyone know how to get the page to use the image type instead? Thanks! KD

    <mvt:if expr="NOT ISNULL l.settings:product:imagetypes:main">
    <img src="&mvte:product:imagetypes:main;" alt="&mvte:product:name;" title="&mvte:product:name;" />
    </mvt:if>

    #2
    Re: Tell a Friend Module Emporium Plus

    Unless that module has been updated recently, it does not have a variable for the alternate images. A couple of different methods for adding tell a friend to a store were incorporated into the tool kit, thus eliminating the need for the old tell a friend separate module.
    Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
    Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
    Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
    Facebook http://www.facebook.com/EmporiumPlus
    Twitter http://twitter.com/emporiumplus

    Comment


      #3
      Re: Tell a Friend Module Emporium Plus

      Thanks for the update!

      Comment

      Working...
      X