Hi,
How can i get value in ShippingAddress.CustomAttributes?
This is my record;
<Attributes>
<AddressAttribute ID=\"5bbc9414e357560d7891f9ed\">
<AddressAttributeValue>
<Value>
Resül Pusat
</Value>
</AddressAttributeValue>
</AddressAttribute>
<AddressAttribute ID=\"5bb726bb482f0c4904671a46\">
<AddressAttributeValue>
<Value>
5bbc94d2e357560d78922a2e
</Value>
</AddressAttributeValue>
</AddressAttribute>
</Attributes>
I try take is "Resül Pusat". But, I cannot get in value. Please help me?
How can I get Address in CustomAttributes
Monday, November 25, 2024 3:48:15 PM
I find solved this problem. Let me share what I might need.
_addressAttributeFormatter.FormatAttributesArray(p.ShippingAddress.CustomAttributes)[0])
_addressAttributeFormatter.FormatAttributesArray(p.ShippingAddress.CustomAttributes)[1])
_addressAttributeFormatter.FormatAttributesArray(p.ShippingAddress.CustomAttributes)[2])
...
Thanks for non-messages. :P :)
_addressAttributeFormatter.FormatAttributesArray(p.ShippingAddress.CustomAttributes)[0])
_addressAttributeFormatter.FormatAttributesArray(p.ShippingAddress.CustomAttributes)[1])
_addressAttributeFormatter.FormatAttributesArray(p.ShippingAddress.CustomAttributes)[2])
...
Thanks for non-messages. :P :)
1