Im developing a custom price provider for en ecom solution but has ran into a problem.
I override the FindPrice method and in it i need to access the products custom fields and their values. The product that is recieved as a parameter has a property named "CustomFieldsXml" that returns a string, but its empty (But i HAS a custom field with a value).
Do i need to do something special to get the data into the property or is it a bug?