Hi all,
I have modified the /pdf/invoice.total-tab.tpl file so a new line "PayPal fee" appears in the total table. Among other code, I have used this line in a similar way to the rest of the concepts:
<td class="grey" width="50%"> {l s='PayPal fee' d='Shop.Pdf' pdf='true'} </td>
However, the name "PayPal fee" is no translated to other languages as, for example, the "shipping costs" is:
<td class="grey" width="50%"> {l s='Shipping Costs' d='Shop.Pdf' pdf='true'} </td>
How can I add a new field to the front office translations so it can be translated? It should appear under the "Shop -> pdf" translations, right?
Thank you very much for your help and best regards,