Dear Jessi,
Please follow the below steps,
1.Kindly navigate below file path
/pdf/invoice.payment-tab.tpl
2.Remove 30 to 35 lines (code lines)
Removed codes:
{foreach from=$order_invoice->getOrderPaymentCollection() item=payment}
{$payment->payment_method} |
{displayPrice currency=$payment->id_currency price=$payment->amount} |
{/foreach}
3.Add the below code after removing (30-35 code lines)
Adding Code:
{foreach from=$order_invoice->getOrderPaymentCollection() item=payment}
{if $payment->payment_method == “Paypal Pro Plus”}
Credit Card Payment |
{displayPrice currency=$payment->id_currency price=$payment->amount} |
{else}
{$payment->payment_method} |
{displayPrice currency=$payment->id_currency price=$payment->amount} |
{/if}
{/foreach}
If you still face issue please send a mail to support@modulebazaar.com
Thanks,
ModuleBazaar Team