Hello,
I am trying to get the value of a Custom Field entry for a product.
It works for native VM custom fields, but for 3rd party fields (type: plugin), the value is not included in the object.
Instead I get a $customfield->virtuemart_customfield_id which probably points to the value in another DB table.
How do I retrieve the values of such plugins?
btw... admin template
Thanks!
I suppose that you have to address to the plugin devs.
Each plugin has it's own way to store it's values.