php - Magento - how do I show in the Order Email the Customer ID? -


i want show customer id in order confirmation emails.

i know have add variable email template along lines of :

{{var customer.id}}  

but example doesn't work. have searched , doesn't seem 1 of default variables how can this?

for other may need,you can use this:

{{var order.getcustomerid()}}