How can I display the default product unit name in a template? Pseudo-code:
@i.GetValue("Ecom:Product.Unit.Default.Name")
The only thing I can up with from the documentation is the default ID with Ecom:Product.DefaultUnitID, which is useless in my situation.