Getting Walmart Online Status info in email template

Comments

2 comments

  • Avatar
    Ryen M.

    Absolutely Jason! 

    Here is the code I use to pull each item's Walmart status. 

    <xsl:for-each select="Item">
    <xsl:value-of select="Walmart/OnlineStatus"/>
    </xsl:for-each>

    I will reach out to you directly via ticket to assist with inserting this into the appropriate template! 

    0
    Comment actions Permalink
  • Avatar
    Jason Chow

    Thank that works. I had to made a slight modification to select the order

                <xsl:for-each select="$order/Item">

                <xsl:value-of select="Walmart/OnlineStatus"/>

                </xsl:for-each>

    0
    Comment actions Permalink

Please sign in to leave a comment.