Replies: 1
Hi, copied template files to:
/public_html/wp-content/themes/cags/woocommerce/pdf/invoice.php
edited the invoice.php file to hide payment method. but it is still appearing.
<!–<tr class=”payment-method”>
<th><?php _e( ‘Payment Method:’, ‘wpo_wcpdf’ ); ?></th>
<td><?php $wpo_wcpdf->payment_method(); ?></td>
</tr>–>
Did I miss something in putting it in the right file path? or need to hide in some other way?
Thanks