Customer IP address on Magento Order Email -
the customer's ip address stored against order record in end of magento (ver 1.7.0.2 not available variable add new order confirmation email.
can me change email template can field added email?
many thanks
6 months late maybe, you're looking for?
$order->getremoteip()
i've not tried in context of email template i'd guess this:
{{var remote_ip}}
or failing that, try:
{{var order.getremoteip()}}
fwiw found getremoteip() function used in app/design/adminhtml/default/default/template/sales/order/view/info.phtml.
Comments
Post a Comment