Payment Method not showing on Order Confirmation
Posted: Fri Nov 12, 2010 12:56 pm
I noticed this in 7.0.5 but checked other releases and it is happening there also. On the order confirmation email there is a entry for Payment Method but it always seems to be blank. The code in the default template is
The Payment method shows in the admin under payments and on vieworder.aspx. Why would it not be showing in the email?
Code: Select all
<td class="Email" width="50%">
<strong>Payment Method:</strong>
<div style="padding-left:30px;">
#foreach($payment in $payments)
$payment.PaymentMethodName<br />
$payment.ReferenceNumber<br />
#end
</div>
</td>