QUOTE (Matthew @ Sep 5 2008, 05:28 PM)

I figured it out, it's in QuestionList tag.
No, not working. The personlization info showed up in the QuestionList, only tell you the value of each option, but does not export the name of the option. I know customer selected true for the first item in the Vase Selection dropdown list, but what's the name of that item?
Please help!
<LineItemList LineItemId="179993">
<FreeShipping>false</FreeShipping>
<Name>Dozen of Rose</Name>
<NonTaxable>false</NonTaxable>
<PartNumber>10306</PartNumber>
<ProductId>1336</ProductId>
<ProductClass>Regular</ProductClass>
<QtySold>1</QtySold>
-
<QuestionList>
<Title>Vase Selection</Title>
<Display>DropDown</Display>
- <BooleanAnswerList>
<Value>true</Value>
</BooleanAnswerList>
- <BooleanAnswerList>
<Value>false</Value>
</BooleanAnswerList>
</QuestionList> </LineItemList>