Hi,
I have little bit idea about array, but this code i feel some what complicated for me. can any one help me in this please,
Can anyone explain me how values will be present inside that totals[4][text]. actually $order->totals[4][text].what it mean here.
Please can any one help me in this please.
Regards
magesh
I have little bit idea about array, but this code i feel some what complicated for me. can any one help me in this please,
Code:
$total = number_format((float)strip_tags($order->totals[4][text]), 2,',','');
Please can any one help me in this please.
Regards
magesh
Comment