Translate payment method on invoice
-
In the invoice.php file this is the part of the code I want to work:
<tr class="payment-method"> <th><?php _e( 'Payment Method:', 'wpo_wcpdf' ); ?></th> <td><?php $wpo_wcpdf->payment_method(); ?></td> </tr>
My problem is that the
payment_method()
for the string “other” is not translated and it isn’t in the po file of the WooCommerce PDF Invoices & Packing Slips.https://www.ads-software.com/plugins/woocommerce-pdf-invoices-packing-slips/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Translate payment method on invoice’ is closed to new replies.