Hi there

I have email order template to send to customer

in that email i already get product attribute like code

itemContent = FillInPlaceHolder(itemContent, "##Atrribute##", item.AttributeDescription)



The problem is it will get all information of attribute of product something like

Pproduct 1  - Size: Medium - fits neck size from 28-38cm [+$5]

What i want to do is only get Size: Medium then remove - fits neck size from 28-38cm [+$5]

Regards

BM