I want to add array elements price and tax amounts and I have some thing like below for adding.
'price': '{$item['price']}',
'tax': '{$item['tax_amount']}',
here i want to add price (price) amount and Tax amount (tax_amount), can anyone please tell me how do i add these two.