Hi,
When adding 'multidimensional' variations of products (eg. color and size). Ecom:Product.VariantID.Extented and Ecom:Order:OrderLine.ProductVariantID returns a combined ID of the chosen product "V01,V94", but what i really want is to show the names of the variations they represent (eg. Small and Black). (Ecom:Order:OrderLine.ProductVariantText returns "")
Is it possible to split the combined ID, and lookup the names of varitions? or is there an easier way to solve the problem?
- Michael