Hi guys I want to edit the text(comment) below order detail in order confirmation email
I would like to know where is the tpl file and where is $comment coming from ??
storefront\view\default\template\mail\order_confirm.tpl => is this the file?
The problem here is I am getting same line printed twice in email
The variable value of text_payment is printing twice and I am not able to see where is it coming from
sp far I have found it under
<td align="left"><?php echo $comment; ?></td>
but where is code for $comment in which file
Because text_payment is printed twice in my $comment I tried to find it but no success yet
Thanks