Announcement

Collapse
No announcement yet.

Follow On Contact - Image Type - Emporium Plus

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

    Follow On Contact - Image Type - Emporium Plus

    Hi,
    I am using Follow on Contact from Emporium Plus. Can anyone tell me how to get the code to retrieve my image type photos instead of the legacy images?

    I currently have: <a href="http://www.hansonellis.com/%product_code%.html">%ifvar|product_thumbnail|<IMG SRC="%product_image%" border="0" height="165">%</a>


    Need to replace: |product_thumbnail|<IMG SRC="%product_image%"

    so it will use the image type I called "main"

    Thanks,
    KD

    #2
    Re: Follow On Contact - Image Type - Emporium Plus

    When in doubt, read the docs. Take a look at http://www.emporiumplus.com/v5/followonemail.txt paragraph 11. Is this the code you are using? Make sure you have the current version of both the follow on and tool kit modules.
    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: Follow On Contact - Image Type - Emporium Plus

      Hi Bill,
      The code I am editing is under "Order Fulfillment Settings > Follow-on Contact". I am editing the Follow-on Email Product Section and not a page. I do have a recent version of the Toolkit 5.2730. My Follow-on is version Version: 5.0090. Do I have to update my follow-on for the image type to work?

      Did I miss something?

      <a href="http://www.hansonellis.com/%product_code%.html">%ifvar|product_thumbnail|<IMG SRC="%product_image%" border="0" height="165">%</a>
      <br>


      If I wish to use the image types, what variable can I replace with this one: ifvar|product_thumbnail|<IMG SRC="%product_image%



      Thank you!
      Keith

      Comment


        #4
        Re: Follow On Contact - Image Type - Emporium Plus

        You have to use the page template method. See the doc which says, "Beginning with version 5.013 of the module you can use a store morph page template to create the email." Once you have the current version, you use the doc I referenced in #2 above.
        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


          #5
          Re: Follow On Contact - Image Type - Emporium Plus

          Thank you. I will try that.

          Comment

          Working...
          X