Quote Bottom List I want to show some Quote Item in the field. How can I do that ?
Example;
Like this unitPrice.
Example;
Code:
[
[COLOR=#FF0000][B] {
"name": "unitPrice"
},[/B][/COLOR]
{
"name": "preDiscountedAmount"
},
{
"name": "discountAmount"
},
{
"name": "amount"
},
{
"name": "taxAmount"
},
{
"name": "shippingCost"
},
{
"name": "grandTotalAmount"
},
{
"name": "grandTotalAmountConverted"
}
]

Comment