How can I show an customValuesXml in a receipt?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I'm storing some custom values in Order.customValuesXml and I'd like to show them in the order receipt but I'm not sure how.   Thank you.
6 years ago
I was about to paste in some sql code but this forum entry is protected from that type of text.
If you wanted to try and get the genericattributes, I ended up using CROSS APPLY x.nodes... to get at the XML via sql but there might be an easier GetAttribute type method that someone else could help with on the syntax.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.