Developer forum

Forum » Ecommerce - Standard features » Customer orderfields in xslt

Customer orderfields in xslt

Per Ljung
Reply
Hi!

How can I access custom order fields using xslt?

I've tried this, but no luck:

xsl:value-of
<xsl:value-of select="Ecom.Order.Field.CustomerType" />

<xsl:value-of select="CustomerType" />

<xsl:value-of select="Ecom.Order.OrderField.CustomerType" />

Best regards,
Per

Replies

 
Per Ljung
Reply

Hi again!

Is it possible to get any help on this? I really need to solve this.

/Per
 
Søren Kottal-Nielsen
Reply
Have you tried using ?savetemplatexml=true to get the xml?

Or <textarea><xsl:copy-of select="."/></textarea> (xslt version of DwTemplateTags)

 
Vilius Janulis
Reply
 Any answers on that one ? how to get custom order field in xslt fo payment methods ?

 

You must be logged in to post in the forum