Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Does your metafield support multiple languages? multiple languages metafields are not well supported by order system and those fields will not be loaded.
Otherwise it should work fine - I just checked - which version are you using?
/Q
Hi Quan,
You are right the multilanguage was enabled and it was saving in OrderGroupAddressEx_Localizatoin table. I removed the multilanguage setting and now it works.
I dont need multilanguage at this point so all good.
The version is 9.15
Hi,
I have added new meta field (Suburb) in OrderGroupAddressEx
I can set field value and it saves in OrderGroupAddressEx table. However, when i try to retrive it again it always comes out as null.
I am using below code to retrieve the order address
var orderAddress = CartHelper.OrderAddresses.First(); orderAddress["Suburb"] // is always null even though database contains value
Any suggestin to retrive custom meta field value?
Cheers