hello
in checkout_confirmation file, i find the code nl2br(zen_output_string_protected($order->products[$i]['attributes'][$j]['value']))
i want to use max() for my attributes values (all my attributes avlues are numbers)
i tried echo max(zen_output_string_protected($order->products[$i]['attributes'][$j]['value']))
and echo max(array(zen_output_string_protected($order->products[$i]['attributes'][$j]['value'])))
they don't work
any ideas?


Reply With Quote
