cancel
Showing results for 
Search instead for 
Did you mean: 

Order Confirmation email Payment Method incorrect

Order Confirmation email Payment Method incorrect

On my order confirmation emails, under Payment Method, what is shown is not the payment method but the message I've entered on the checkout page regarding use of PayPal:

 

"Use your PayPal account or your Debit/Credit card without a PayPal account (select card type below)"

 

The email template code is:

 

<tr>

<td class="method_info">

<h3>{{trans "Payment Method"}}</h3>

{{var Payment_html|raw}}

</td>

{{depend order data.is not virtual}}

 

I'm assuming the "depend order..." code changes the way the payment method is displayed when the order is virtual (virtual product?). Most of my products are virtual, so if that's the case, how do I change it to show the actual payment method?

 

It should show credit card, debit card, or PayPal as the payment method.

 

1 REPLY 1

Re: Order Confirmation email Payment Method incorrect

Hello, @blueplanetphoto 

 

You are missing some of var attribute to define in your template, just add them, your problem will solves.

Thanks