Hi,
I'm trying to get the value of custom order fields displayed in the cart. Have tried the following in the JSON feed but the tags returns the input field:
feedRoot.reference = GetString("Reference");
feedRoot.requisitionNo = GetString("RequisitionNo");
Have also tried .Value and .Clean.
What's the tag to get the value returned?